Eloy Lafuente (stronk7) [Tue, 28 Feb 2017 21:57:09 +0000 (22:57 +0100)]
Merge branch 'MDL-58071-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Tue, 28 Feb 2017 21:11:16 +0000 (22:11 +0100)]
Merge branch 'MDL-55980-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Tue, 28 Feb 2017 19:38:56 +0000 (20:38 +0100)]
Merge branch 'MDL-55762-master' of git://github.com/ankitagarwal/moodle
David Monllao [Tue, 28 Feb 2017 10:29:33 +0000 (11:29 +0100)]
Merge branch 'wip-MDL-51833-master' of git://github.com/abgreeve/moodle
Andrew Nicols [Tue, 28 Feb 2017 04:19:33 +0000 (12:19 +0800)]
Merge branch 'MDL-58038-master-3' of https://github.com/snake/moodle
Jake Dallimore [Thu, 23 Feb 2017 02:13:33 +0000 (10:13 +0800)]
MDL-58038 email: make sure all allowedemaildomain entries are respected
Fixes a bug with exploding the config var, in which trailing carriage
returns were causing string matches to fail.
Andrew Nicols [Tue, 28 Feb 2017 02:33:40 +0000 (10:33 +0800)]
Merge branch 'master' of git.in.moodle.com:moodle/integration; branch 'MDL-35980-master' of git://github.com/snake/moodle
Jake Dallimore [Tue, 28 Feb 2017 02:19:28 +0000 (10:19 +0800)]
MDL-35980 behat: fix link text in submission_comments feature
Andrew Nicols [Tue, 28 Feb 2017 01:07:50 +0000 (09:07 +0800)]
MDL-55547 tool_monitor: Coding style fixes
Andrew Nicols [Tue, 28 Feb 2017 01:43:14 +0000 (09:43 +0800)]
Merge branch 'wip-MDL-55547-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Tue, 28 Feb 2017 01:29:17 +0000 (02:29 +0100)]
Merge branch 'MDL-58041_master' of https://github.com/sam-moodle/moodle
Eloy Lafuente (stronk7) [Tue, 28 Feb 2017 01:24:08 +0000 (02:24 +0100)]
Merge branch 'MDL-57524_master' of https://github.com/nadavkav/moodle
Eloy Lafuente (stronk7) [Mon, 27 Feb 2017 21:47:14 +0000 (22:47 +0100)]
Merge branch 'MDL-58030' of git://github.com/aolley/moodle
Andrew Nicols [Mon, 27 Feb 2017 07:21:36 +0000 (15:21 +0800)]
MDL-53978 usertours: Coding style fix
Andrew Nicols [Mon, 27 Feb 2017 07:20:28 +0000 (15:20 +0800)]
Merge branch 'MDL-53978-render-callbacks' of https://github.com/brendanheywood/moodle
Andrew Nicols [Mon, 27 Feb 2017 05:42:55 +0000 (13:42 +0800)]
Merge branch 'MDL-50719-fast-locks' of https://github.com/brendanheywood/moodle
Andrew Nicols [Mon, 27 Feb 2017 03:58:23 +0000 (11:58 +0800)]
Merge branch 'MDL-35980-master' of git://github.com/snake/moodle
Ankit Agarwal [Mon, 13 Feb 2017 08:01:39 +0000 (13:31 +0530)]
MDL-55762 assignpdf: Handle errored pages better
Ankit Agarwal [Tue, 7 Feb 2017 06:08:46 +0000 (11:38 +0530)]
MDL-55762 assignpdf: Fix bug in phpdocs
Andrew Nicols [Mon, 27 Feb 2017 03:45:30 +0000 (11:45 +0800)]
Merge branch 'MDL-58032-master' of git://github.com/ankitagarwal/moodle
Andrew Nicols [Mon, 27 Feb 2017 03:31:00 +0000 (11:31 +0800)]
MDL-33483 repository: Coding style tidyup
Andrew Nicols [Mon, 27 Feb 2017 02:40:21 +0000 (10:40 +0800)]
Merge branch 'MDL-33483_m33v2' of https://github.com/sbourget/moodle
Adrian Greeve [Thu, 9 Feb 2017 01:20:38 +0000 (09:20 +0800)]
MDL-51833 tool_monitor: Improve access check for monitor.
Nadav Kavalerchik [Mon, 20 Feb 2017 17:39:16 +0000 (19:39 +0200)]
MDL-57524 theme_boost: Fix ignored input size on admin pages
Juan Leyva [Fri, 24 Feb 2017 11:42:42 +0000 (12:42 +0100)]
MDL-58071 user: Return usernotfullysetup exception in WS
If there is an empty required custom user profile field, Web Services
should return the usernotfullysetup exception instead ignoring it.
The mobile app already handles this exception for core fields
redirecting the user to web in order to fill the missing field.
sam marshall [Mon, 26 Sep 2016 16:37:04 +0000 (17:37 +0100)]
MDL-55980 Scheduled tasks: Run individual scheduled tasks from web
Brendan Heywood [Tue, 21 Feb 2017 01:44:59 +0000 (12:44 +1100)]
MDL-50719 cron: Fixed parallel task lock contention issues
Brendan Heywood [Wed, 18 Jan 2017 04:33:31 +0000 (15:33 +1100)]
MDL-53978 usertours: Swap to better callback
Brendan Heywood [Thu, 6 Oct 2016 11:27:58 +0000 (22:27 +1100)]
MDL-53978 core: Added callbacks for all major render stages
Jake Dallimore [Thu, 9 Feb 2017 01:51:47 +0000 (09:51 +0800)]
MDL-56364 javascript: Prevent bad prototype chains in core dialogue
The DIALOGUE object was using Y.clone to copy the input config, messing
up the prototype chains for any objects in the config param. Really,
this doesn't need to clone the config, so I've refactored to avoid doing
so. Also moved some of the other attribute init and setup calls to the
appropriate places (initializer and modifyAttrs).
Jake Dallimore [Tue, 21 Feb 2017 01:33:12 +0000 (09:33 +0800)]
MDL-35980 comment: deprecate deletecomment string
Jake Dallimore [Fri, 10 Feb 2017 06:06:23 +0000 (14:06 +0800)]
MDL-35980 comment: add comment info to delete button for screen readers
For each delete button in the comments widget, make the spoken text a
string containing the name of the poster and the datetime.
David Monllao [Thu, 23 Feb 2017 07:07:39 +0000 (08:07 +0100)]
weekly release 3.3dev
David Monllao [Thu, 23 Feb 2017 07:07:37 +0000 (08:07 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
AMOS bot [Wed, 22 Feb 2017 16:05:13 +0000 (00:05 +0800)]
Automatically generated installer lang files
Ankit Agarwal [Tue, 21 Feb 2017 05:56:10 +0000 (11:26 +0530)]
MDL-58032 core_user: Fix case when acting user is a visitor
Eloy Lafuente (stronk7) [Tue, 21 Feb 2017 23:52:03 +0000 (00:52 +0100)]
Merge branch 'MDL-57527-master' of git://github.com/danpoltawski/moodle
Eloy Lafuente (stronk7) [Tue, 21 Feb 2017 22:53:39 +0000 (23:53 +0100)]
Merge branch 'wip-mdl-57765' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Tue, 21 Feb 2017 22:45:14 +0000 (23:45 +0100)]
Merge branch 'MDL-57633-master' of git://github.com/jleyva/moodle
Sam Chaffee [Tue, 21 Feb 2017 18:19:40 +0000 (11:19 -0700)]
MDL-58041 tool_monitor: Fix event monitor subscription behat failures
David Monllao [Tue, 21 Feb 2017 08:30:31 +0000 (09:30 +0100)]
Merge branch 'wip-MDL-40838-master-2' of git://github.com/marinaglancy/moodle
David Monllao [Tue, 21 Feb 2017 07:43:16 +0000 (08:43 +0100)]
Merge branch 'MDL-57602-master' of https://github.com/lucisgit/moodle
Adam Olley [Tue, 21 Feb 2017 04:01:19 +0000 (14:31 +1030)]
MDL-58030 gradingform_guide: Init $commentchooser before use
The initialisation of $commentschooser was moved into an IF condition,
whilst still using it outside of that IF conditions scope. As such, if
there are no comments to choose from, the variable is never init'd but
it still goes to use it, emitting a PHP notice.
Eloy Lafuente (stronk7) [Tue, 21 Feb 2017 00:06:29 +0000 (01:06 +0100)]
Merge branch 'MDL-57619-master' of git://github.com/ankitagarwal/moodle
Eloy Lafuente (stronk7) [Mon, 20 Feb 2017 23:59:54 +0000 (00:59 +0100)]
Merge branch 'wip-MDL-57113-master' of https://github.com/kwiliarty/moodle
Eloy Lafuente (stronk7) [Mon, 20 Feb 2017 23:56:26 +0000 (00:56 +0100)]
Merge branch 'wip-mdl-56616' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 20 Feb 2017 23:52:20 +0000 (00:52 +0100)]
Merge branch 'MDL-55867_m33v1' of https://github.com/sbourget/moodle
Eloy Lafuente (stronk7) [Mon, 20 Feb 2017 18:15:23 +0000 (19:15 +0100)]
Merge branch 'MDL-56206-text-enrolled-users-page-aligned' of https://github.com/lucaboesch/moodle
David Monllao [Mon, 20 Feb 2017 11:27:26 +0000 (12:27 +0100)]
Merge branch 'MDL-57576-33-updatefeedbackfile' of git://github.com/roperto/moodle
Dan Poltawski [Mon, 20 Feb 2017 11:19:16 +0000 (11:19 +0000)]
Merge branch 'MDL-57962-master' of git://github.com/dpalou/moodle
David Monllao [Mon, 20 Feb 2017 09:28:16 +0000 (10:28 +0100)]
Merge branch 'MDL-57795-master' of https://github.com/snake/moodle
David Monllao [Mon, 20 Feb 2017 09:10:01 +0000 (10:10 +0100)]
Merge branch 'MDL-57801-master' of https://github.com/lucisgit/moodle
David Monllao [Mon, 20 Feb 2017 08:42:25 +0000 (09:42 +0100)]
Merge branch 'MDL-57859-master' of git://github.com/merrill-oakland/moodle
David Monllao [Mon, 20 Feb 2017 08:32:11 +0000 (09:32 +0100)]
Merge branch 'MDL-58014_master' of git://github.com/markn86/moodle
David Monllao [Mon, 20 Feb 2017 08:20:11 +0000 (09:20 +0100)]
Merge branch 'MDL-56679-master' of git://github.com/junpataleta/moodle
David Monllao [Mon, 20 Feb 2017 08:07:18 +0000 (09:07 +0100)]
Merge branch 'MDL-57274-master' of https://github.com/snake/moodle
David Monllao [Mon, 20 Feb 2017 07:26:39 +0000 (08:26 +0100)]
Merge branch 'MDL-50729-master' of git://github.com/ankitagarwal/moodle
Mark Nelson [Mon, 20 Feb 2017 04:37:09 +0000 (12:37 +0800)]
MDL-58014 core_message: fixed unread message count
Marina Glancy [Wed, 8 Feb 2017 08:46:48 +0000 (16:46 +0800)]
MDL-55547 tool_monitor: fix exceptions when course was deleted
Delete subscriptions when course is deleted
Marina Glancy [Tue, 10 Jan 2017 07:59:44 +0000 (15:59 +0800)]
MDL-40838 backup: restore enrolment methods without users
Jake Dallimore [Wed, 15 Feb 2017 05:31:52 +0000 (13:31 +0800)]
MDL-57274 upgrade: fix curl security notices during upgrade/install
Handles the case where $CFG->curlsecurityxxx vars don't yet exist
during install or upgrade by treating not set the same as empty.
Jake Dallimore [Mon, 13 Feb 2017 02:53:40 +0000 (10:53 +0800)]
MDL-57795 mod_assign: fix for filters killing review pane when grading
Fixes a bug in which the review pane was destroyed if the user selected
a combination of filters resulting in no matched users. Now, the pane
is just hidden in such cases, and displayed again if subsequent filter
changes return one or more users.
Dan Poltawski [Sun, 19 Feb 2017 19:44:51 +0000 (19:44 +0000)]
Merge branch 'MDL-57967_master' of git://github.com/markn86/moodle
Matteo Scaramuccia [Sun, 8 Jan 2017 20:29:47 +0000 (21:29 +0100)]
MDL-57379 Files: Improved file argument evaluation.
get_file_argument() is responsible to extract the relative path
of the file to be served by a specific Moodle component
like a theme or a module.
Some modules like scorm and imscp require slasharguments support
and they force it when creating the URLs to serve their files.
It should honor the slasharguments setting but this could break
those instances where existing hard-coded links still make usage of
the "old" format, the one when slasharguments is set to No i.e. '?file='.
Its logic has been improved by looking at when the URL is related to
serving a plug-in file in a "forced" slasharguments way of serving it
i.e. using '/pluginfile.php/' and not '/pluginfile.php?'.
Tony Butler [Wed, 8 Feb 2017 14:33:48 +0000 (14:33 +0000)]
MDL-57801 core_filestorage: Delete temp file if disk space runs out
Tony Butler [Fri, 27 Jan 2017 17:26:24 +0000 (17:26 +0000)]
MDL-57801 core_filestorage: Verify hash of temp file before committing
This addresses an edge scenario on NFS filesystems with no space
remaining, where subsequent uploads fail silently while zero byte files
are saved to the pool (and for some reason the filesize check passes).
Tony Butler [Tue, 31 Jan 2017 10:18:44 +0000 (10:18 +0000)]
MDL-57602 mod_assign: Add 'Granted extension' filter for grading UI
Tony Butler [Mon, 9 Jan 2017 12:06:46 +0000 (12:06 +0000)]
MDL-57602 mod_assign: Add 'Granted extension' filter for grading table
Gergely Kún [Thu, 16 Feb 2017 08:03:26 +0000 (16:03 +0800)]
MDL-56679 core: Initialise $SESSION if necessary
Dan Poltawski [Thu, 16 Feb 2017 08:14:32 +0000 (08:14 +0000)]
weekly release 3.3dev
Dan Poltawski [Thu, 16 Feb 2017 08:14:28 +0000 (08:14 +0000)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Thu, 16 Feb 2017 07:51:02 +0000 (07:51 +0000)]
Merge branch 'wip-MDL-4782-fix' of https://github.com/marinaglancy/moodle
Ankit Agarwal [Thu, 16 Feb 2017 06:04:02 +0000 (11:34 +0530)]
MDL-57619 behat: Final deprecation of old behat steps
Mark Nelson [Thu, 16 Feb 2017 04:54:36 +0000 (12:54 +0800)]
MDL-57967 core_message: do not process conversations from deleted users
Marina Glancy [Thu, 16 Feb 2017 01:28:29 +0000 (09:28 +0800)]
MDL-4782 install: add major db change version
David Monllao [Wed, 15 Feb 2017 10:02:02 +0000 (11:02 +0100)]
MDL-57697 survey: Remove unexisting param
David Monllao [Wed, 15 Feb 2017 10:00:55 +0000 (11:00 +0100)]
Merge branch 'MDL-57697-master' of git://github.com/danpoltawski/moodle
Dan Poltawski [Wed, 15 Feb 2017 09:48:42 +0000 (09:48 +0000)]
MDL-57697 mod_survey: clean up data passing to js
Get rid of the ugly huge array passed to JS as it went over our debug
limit.
(It's a cleaner solution and we get rid of one globals hack.. I just was
avoiding doing to many changes in the original patch, because this whole
interface is not very usable and needs rethinking)
Eloy Lafuente (stronk7) [Wed, 15 Feb 2017 09:38:08 +0000 (10:38 +0100)]
Merge branch 'wip-mdl-57030-fix' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Wed, 15 Feb 2017 09:33:36 +0000 (10:33 +0100)]
Merge branch 'MDL-57896-master-clicfg' of git://github.com/mudrd8mz/moodle
David Mudrák [Wed, 15 Feb 2017 08:23:02 +0000 (09:23 +0100)]
MDL-57896 admin: Prevent cfg.php from trying to change hard-set value
Credit goes to Andrew Nicols for spotting and suggesting this check.
Rajesh Taneja [Wed, 15 Feb 2017 02:16:09 +0000 (10:16 +0800)]
MDL-57030 behat: Save run status after execution
Eloy Lafuente (stronk7) [Tue, 14 Feb 2017 17:12:39 +0000 (18:12 +0100)]
Merge branch 'MDL-53991_m33v4' of https://github.com/sbourget/moodle
Eloy Lafuente (stronk7) [Tue, 14 Feb 2017 15:30:39 +0000 (16:30 +0100)]
Merge branch 'wip-mdl-57030' of https://github.com/rajeshtaneja/moodle
David Monllao [Tue, 14 Feb 2017 12:44:06 +0000 (13:44 +0100)]
MDL-56122 editpdf: Fix ghostscript checking
Dan Poltawski [Tue, 14 Feb 2017 11:20:37 +0000 (11:20 +0000)]
Merge branch 'MDL-57810-nginx-buffers' of https://github.com/brendanheywood/moodle
Dan Poltawski [Tue, 14 Feb 2017 10:34:39 +0000 (10:34 +0000)]
Merge branch 'MDL-46375-master' of git://github.com/andrewnicols/moodle
Dani Palou [Tue, 14 Feb 2017 09:28:33 +0000 (10:28 +0100)]
MDL-57962 forum: Allow creating new discussions with groupid -1
David Monllao [Tue, 14 Feb 2017 09:00:32 +0000 (10:00 +0100)]
Merge branch 'wip-MDL-4782-master-3' of https://github.com/marinaglancy/moodle
David Monllao [Tue, 14 Feb 2017 08:53:22 +0000 (09:53 +0100)]
Merge branch 'MDL-56122-master' of https://github.com/lucisgit/moodle
Dan Poltawski [Tue, 14 Feb 2017 08:40:07 +0000 (08:40 +0000)]
Merge branch 'wip-mdl-55476' of https://github.com/rajeshtaneja/moodle
Marina Glancy [Fri, 3 Feb 2017 01:30:49 +0000 (09:30 +0800)]
MDL-4782 course: Behat tests for stealth mode support
Marina Glancy [Fri, 3 Feb 2017 01:40:46 +0000 (09:40 +0800)]
MDL-4782 course: Allow activities in the "stealth" mode
Add field 'visibleoncoursepage' to the course_modules table
Add site-wide setting for turning on stealth mode availability
Add callback for "stealth" mode support in the course formats
Change display of modules/sections availability on the course page
Rajesh Taneja [Tue, 14 Feb 2017 08:19:20 +0000 (16:19 +0800)]
MDL-55476 auth: Fixed missing double quote in template
Marina Glancy [Fri, 3 Feb 2017 01:40:02 +0000 (09:40 +0800)]
MDL-4782 course: substitute YUI with AMD and rest.php with calling WS
Marina Glancy [Fri, 3 Feb 2017 01:38:17 +0000 (09:38 +0800)]
MDL-4782 course: new WS for section and module editing
Marina Glancy [Fri, 3 Feb 2017 01:34:38 +0000 (09:34 +0800)]
MDL-4782 availability: new template for course display
Marina Glancy [Fri, 30 Sep 2016 03:37:06 +0000 (11:37 +0800)]
MDL-4782 course: swap availability info and description
Ankit Agarwal [Fri, 13 Jan 2017 17:58:01 +0000 (23:28 +0530)]
MDL-50729 gradelib: Regrade event should be assigned to system
Ankit Agarwal [Thu, 26 Jan 2017 08:53:38 +0000 (14:23 +0530)]
MDL-50729 events: Add user constants to events base class