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
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
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 [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
Eric Merrill [Tue, 14 Feb 2017 03:33:42 +0000 (22:33 -0500)]
MDL-57859 persistent: Add a combined create/update call
Damyon Wiese [Tue, 14 Feb 2017 02:16:56 +0000 (10:16 +0800)]
MDL-57766 assign: Put back the manual marker filter
I removed too much from gradingtable.php in the last patch.
Andrew Nicols [Wed, 8 Feb 2017 05:14:51 +0000 (13:14 +0800)]
MDL-46375 core_files: Correct filename in mbz test
I noticed during the file system abstraction that this test was
incorrect.
Since both $storagefalse, and $storagetrue are in the same context,
component, area, itemid, and folder, the fact that they had the same
filename meant that they constantly overwrote one another.
As part of archive_to_storage, existing files in the same location are
found, the files themselves deleted, and the existing file record in the
files table is deleted.
The tests continued to pass because:
* the existing variables were not affected by the deletion of the file
record and file so the comparisons were successful; and
* subsequent calls to fetch the content of the file meant that the
files themselves were restored from the trash directory.
Andrew Nicols [Tue, 5 Jan 2016 10:14:16 +0000 (18:14 +0800)]
MDL-46375 core_files: Split parts of file_storage into new file system
This change moves all operations which deal with the fetching/updating, or
setting of files from the file_storage class into a new file_system class.
A new file_system can be specified in the config.php and used to replace
all relevant methods in order to move the file system component to an
alternative solution.
Eloy Lafuente (stronk7) [Mon, 13 Feb 2017 22:37:39 +0000 (23:37 +0100)]
Merge branch 'MDL-57868-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 13 Feb 2017 22:32:35 +0000 (23:32 +0100)]
Merge branch 'MDL-57708-master' of git://github.com/merrill-oakland/moodle
Eloy Lafuente (stronk7) [Mon, 13 Feb 2017 18:14:22 +0000 (19:14 +0100)]
Merge branch 'MDL-57687-master' of git://github.com/danpoltawski/moodle
Tony Butler [Mon, 13 Feb 2017 17:24:20 +0000 (17:24 +0000)]
MDL-56122 assignfeedback_editpdf: Add test assertions for pdf generation
Tony Butler [Wed, 18 Jan 2017 23:21:30 +0000 (23:21 +0000)]
MDL-56122 assignfeedback_editpdf: Regenerate PDF & page images if blank
Eloy Lafuente (stronk7) [Mon, 13 Feb 2017 16:53:37 +0000 (17:53 +0100)]
Merge branch 'MDL-57890-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Mon, 13 Feb 2017 16:41:02 +0000 (17:41 +0100)]
Merge branch 'MDL-57896-master-clicfg' of git://github.com/mudrd8mz/moodle
Dan Poltawski [Mon, 13 Feb 2017 16:22:34 +0000 (16:22 +0000)]
Merge branch 'MDL-56841' of https://github.com/andrewhancox/moodle
B Krishnan Iyer [Sat, 4 Feb 2017 15:48:19 +0000 (21:18 +0530)]
MDL-57354 output: Render continue button as a primary button.
Dan Poltawski [Mon, 13 Feb 2017 15:32:11 +0000 (15:32 +0000)]
MDL-55476 block_login: fix whitespace
Dan Poltawski [Mon, 13 Feb 2017 13:53:10 +0000 (13:53 +0000)]
Merge branch 'MDL-57752_tracksessionip' of git://github.com/davosmith/moodle
Dan Poltawski [Mon, 13 Feb 2017 13:41:13 +0000 (13:41 +0000)]
Merge branch 'MDL-55476-master' of git://github.com/jadet23/moodle
Dan Poltawski [Mon, 13 Feb 2017 13:28:37 +0000 (13:28 +0000)]
Merge branch 'MDL-57768-webservice-config-error' of https://github.com/ilya-catalyst/moodle
David Monllao [Mon, 13 Feb 2017 12:19:39 +0000 (13:19 +0100)]
Merge branch 'MDL-57697-master' of git://github.com/danpoltawski/moodle
David Monllao [Mon, 13 Feb 2017 09:12:14 +0000 (10:12 +0100)]
Merge branch 'MDL-57766-master' of git://github.com/damyon/moodle
Davo Smith [Tue, 24 Jan 2017 09:54:32 +0000 (09:54 +0000)]
MDL-57752 session: fix check_security() session termination
Marina Glancy [Tue, 7 Feb 2017 08:05:51 +0000 (16:05 +0800)]
MDL-50770 blocks: remove orphaned block positions
Marina Glancy [Tue, 10 Jan 2017 03:20:26 +0000 (11:20 +0800)]
MDL-50770 blocks: copy sitewide blocks positions when cloning dashboards
Rajesh Taneja [Fri, 28 Oct 2016 06:26:18 +0000 (14:26 +0800)]
MDL-56616 theme_boost: Fix style for performance info
AMOS bot [Fri, 10 Feb 2017 16:11:06 +0000 (00:11 +0800)]
Automatically generated installer lang files
Ilya Tregubov [Tue, 7 Feb 2017 04:05:49 +0000 (15:05 +1100)]
MDL-57768 webservice: Delete manual setting of config in test
David Mudrák [Tue, 7 Feb 2017 19:53:38 +0000 (20:53 +0100)]
MDL-57896 admin: Introduce the new admin/cli/cfg.php utility
Damyon Wiese [Wed, 25 Jan 2017 04:18:24 +0000 (12:18 +0800)]
MDL-57766 mod_assign: Marker allocation fixes
Marking allocation was only ever applied in the view for the grading table. It should
have been added to the list_participants function because that is used by webservices and
the new grading UI.
David Monllao [Thu, 9 Feb 2017 07:00:01 +0000 (08:00 +0100)]
weekly release 3.3dev
David Monllao [Thu, 9 Feb 2017 07:00:00 +0000 (08:00 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Ryan Wyllie [Thu, 9 Feb 2017 03:36:52 +0000 (03:36 +0000)]
MDL-57370 message: add unread count to conversation tests
Ryan Wyllie [Thu, 9 Feb 2017 03:36:07 +0000 (03:36 +0000)]
MDL-57370 message: improve message union sql
Eric Merrill [Wed, 8 Feb 2017 19:30:56 +0000 (14:30 -0500)]
MDL-57708 assign: Fix display of overridden submissions
David Monllao [Wed, 8 Feb 2017 12:11:28 +0000 (13:11 +0100)]
Merge branch 'wip-MDL-57316-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Wed, 18 Jan 2017 16:17:30 +0000 (16:17 +0000)]
MDL-57697 survery: migrate validation script from yui2
Just a modernisation of the existing yui2 code to AMD/jQuery and away from alert();
Dan Poltawski [Wed, 18 Jan 2017 11:40:55 +0000 (11:40 +0000)]
MDL-57687 js: Remove M.util.init_toggle_class_on_click
Dan Poltawski [Wed, 8 Feb 2017 09:14:07 +0000 (09:14 +0000)]
Merge branch 'MDL-57370-master-int-fix-1' of git://github.com/ryanwyllie/moodle
Ryan Wyllie [Wed, 8 Feb 2017 07:34:55 +0000 (07:34 +0000)]
MDL-57370 message: fix duplicate ids
Rajesh Taneja [Wed, 8 Feb 2017 04:59:47 +0000 (12:59 +0800)]
MDL-57030 behat: Added option to automatically rerun failures
Marina Glancy [Tue, 7 Feb 2017 01:35:46 +0000 (09:35 +0800)]
MDL-57316 media: create different instances for different pages
Rajesh Taneja [Wed, 8 Feb 2017 01:50:02 +0000 (09:50 +0800)]
MDL-56954 behat: Fixed string to pass behat
colon is not concatenated to Search courses string
AMOS bot [Tue, 7 Feb 2017 16:08:49 +0000 (00:08 +0800)]
Automatically generated installer lang files