Dan Poltawski [Wed, 7 Sep 2016 10:39:16 +0000 (11:39 +0100)]
Merge branch 'wip-mdl-55415' of https://github.com/rajeshtaneja/moodle
Rajesh Taneja [Wed, 7 Sep 2016 09:09:42 +0000 (17:09 +0800)]
MDL-55415 course: Set default options to false for frontpage
Adrian Greeve [Wed, 7 Sep 2016 06:29:13 +0000 (14:29 +0800)]
MDL-41174 mod_workshop: Added workshop_refresh_events
This function was missing from this activity.
Jake Dallimore [Fri, 5 Aug 2016 02:34:22 +0000 (10:34 +0800)]
MDL-50803 login: Remove token from URL in forgot password process
Store the token value in the session and redirect to self, thus
removing the token from the URL and eliminating the problem where
the token is exposed via the http referer header.
Juan Leyva [Mon, 11 Jul 2016 11:06:40 +0000 (12:06 +0100)]
MDL-49026 webservice: Remove tokens on password change
Eloy Lafuente (stronk7) [Wed, 7 Sep 2016 01:06:12 +0000 (03:06 +0200)]
Merge branch 'wip-mdl-55764' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2016 18:30:49 +0000 (20:30 +0200)]
Merge branch 'MDL-55236' of https://github.com/bostelm/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2016 14:20:32 +0000 (16:20 +0200)]
Merge branch 'MDL-55618' of https://github.com/NeillM/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2016 14:08:17 +0000 (16:08 +0200)]
Merge branch 'wip-MDL-55844-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2016 13:56:01 +0000 (15:56 +0200)]
Merge branch 'wip-MDL-55832-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Tue, 6 Sep 2016 10:47:57 +0000 (11:47 +0100)]
MDL-42125 quiz stats: removal trivial additional phpdocs newline
Dan Poltawski [Tue, 6 Sep 2016 10:46:52 +0000 (11:46 +0100)]
Merge branch 'MDL-42125' of git://github.com/timhunt/moodle
Dan Poltawski [Tue, 6 Sep 2016 09:50:49 +0000 (10:50 +0100)]
MDL-55415 course: fix trailing whitespace
Dan Poltawski [Tue, 6 Sep 2016 09:49:39 +0000 (10:49 +0100)]
Merge branch 'MDL-55415-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 6 Sep 2016 07:43:52 +0000 (08:43 +0100)]
Merge branch 'wip-mdl-55749' of https://github.com/rajeshtaneja/moodle
David Monllao [Tue, 6 Sep 2016 03:30:13 +0000 (11:30 +0800)]
Merge branch 'MDL-55504' of https://github.com/mr-russ/moodle
Russell Smith [Tue, 9 Aug 2016 00:09:23 +0000 (10:09 +1000)]
MDL-55504 profiling: Support for PHPUnit and big profiles.
To support PHPUnit we need to support large profiles, these may
include backups and restores. To do that the following was required;
- gzcompress for database space saving.
- gzcompress for XML DomDocument field to say < 10Mb and allow imports.
- Save PHPUnit runs directly to a file so they can be imported to the normal database.
- Memory allowance on profiling view pages increases to support large profiles.
Rajesh Taneja [Mon, 29 Aug 2016 03:54:36 +0000 (11:54 +0800)]
MDL-55749 badges: define global before using it
David Monllao [Tue, 6 Sep 2016 02:17:49 +0000 (10:17 +0800)]
Merge branch 'MDL-55617' of https://github.com/NeillM/moodle
David Monllao [Tue, 6 Sep 2016 02:15:31 +0000 (10:15 +0800)]
Merge branch 'wip-mdl-55288' of https://github.com/rajeshtaneja/moodle
David Monllao [Tue, 6 Sep 2016 02:07:00 +0000 (10:07 +0800)]
Merge branch 'MDL-55587-master' of git://github.com/cameron1729/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2016 17:23:13 +0000 (19:23 +0200)]
Merge branch 'MDL-55239_m32v1' of https://github.com/sbourget/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2016 16:06:40 +0000 (18:06 +0200)]
Merge branch 'MDL-55663-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2016 16:01:21 +0000 (18:01 +0200)]
Merge branch 'MDL-55717_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2016 15:33:25 +0000 (17:33 +0200)]
Merge branch 'MDL-55724-master' of https://github.com/sammarshallou/moodle
Juan Leyva [Tue, 2 Aug 2016 13:39:30 +0000 (15:39 +0200)]
MDL-55415 course: New WS core_course_get_user_administration_options
Juan Leyva [Tue, 2 Aug 2016 13:17:14 +0000 (15:17 +0200)]
MDL-55415 course: Move admin options permission check to API
Juan Leyva [Tue, 2 Aug 2016 10:31:40 +0000 (12:31 +0200)]
MDL-55415 course: New WS core_course_get_user_navigation_options
Juan Leyva [Tue, 2 Aug 2016 10:30:10 +0000 (12:30 +0200)]
MDL-55415 webservice: Allow validate_courses to return contexts
Juan Leyva [Tue, 2 Aug 2016 09:49:14 +0000 (11:49 +0200)]
MDL-55415 course: Move options permission check to API
Dan Poltawski [Mon, 5 Sep 2016 13:09:09 +0000 (14:09 +0100)]
Merge branch 'MDL-55627' of https://github.com/bostelm/moodle
Dan Poltawski [Mon, 5 Sep 2016 09:50:47 +0000 (10:50 +0100)]
Merge branch 'MDL-55742-master' of https://github.com/xow/moodle
Henning Bostelmann [Thu, 18 Aug 2016 16:01:12 +0000 (17:01 +0100)]
MDL-55627 filter_mathjaxloader: use correct string concatenation op
Henning Bostelmann [Thu, 14 Jul 2016 17:02:05 +0000 (18:02 +0100)]
MDL-55236 mod_assign: Allow subplugins to backup files
Dan Poltawski [Mon, 5 Sep 2016 09:18:53 +0000 (10:18 +0100)]
Merge branch 'MDL-55771_master' of git://github.com/markn86/moodle
Dan Poltawski [Mon, 5 Sep 2016 08:24:27 +0000 (09:24 +0100)]
Merge branch 'wip-mdl-55766' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Mon, 5 Sep 2016 07:27:58 +0000 (08:27 +0100)]
Merge branch 'MDL-55815' of git://github.com/timhunt/moodle
Dan Poltawski [Mon, 5 Sep 2016 07:18:32 +0000 (08:18 +0100)]
Merge branch 'wip-MDL-55826-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Mon, 5 Sep 2016 06:53:26 +0000 (07:53 +0100)]
Merge branch 'MDL-54113-master' of git://github.com/andrewnicols/moodle
Rajesh Taneja [Thu, 21 Jul 2016 03:06:46 +0000 (11:06 +0800)]
MDL-55288 forms: Set data attribute to form fields
David Monllao [Mon, 5 Sep 2016 05:44:36 +0000 (13:44 +0800)]
Merge branch 'wip-MDL-41174-master' of git://github.com/abgreeve/moodle
Marina Glancy [Thu, 1 Sep 2016 12:19:11 +0000 (20:19 +0800)]
MDL-55832 mod_feedback: apply filters to multichoice quesitons
Marina Glancy [Fri, 2 Sep 2016 09:59:58 +0000 (17:59 +0800)]
MDL-55844 profile: display formatted course name
David Monllao [Mon, 5 Sep 2016 03:48:34 +0000 (11:48 +0800)]
Merge branch 'MDL-55457-master' of https://github.com/xow/moodle
David Monllao [Mon, 5 Sep 2016 03:34:06 +0000 (11:34 +0800)]
Merge branch 'wip_MDL-53724_master' of git://github.com/gjb2048/moodle
David Monllao [Mon, 5 Sep 2016 02:46:57 +0000 (10:46 +0800)]
Merge branch 'wip-MDL-55707-master' of git://github.com/abgreeve/moodle
Adrian Greeve [Fri, 2 Sep 2016 02:42:29 +0000 (10:42 +0800)]
MDL-41174 course: Module name change updates calendar.
Marina Glancy [Fri, 2 Sep 2016 02:52:02 +0000 (10:52 +0800)]
MDL-55826 question: fix PHP7.1 strict warnings
John Okely [Thu, 4 Aug 2016 06:38:21 +0000 (14:38 +0800)]
MDL-55457 mod_lti: Support object icon_info in tool proxy
Gareth J Barnard [Tue, 12 Apr 2016 17:37:19 +0000 (18:37 +0100)]
MDL-53724 themes: Inconsistent padding when >= one blocks are docked.
Tim Hunt [Thu, 1 Sep 2016 11:36:05 +0000 (12:36 +0100)]
MDL-42125 quiz stats: fix regression caused by MDL-51603
Tim Hunt [Mon, 22 Aug 2016 16:18:56 +0000 (17:18 +0100)]
MDL-42125 quiz stats: clearer message when manual grading required
Neill Magill [Thu, 18 Aug 2016 07:49:37 +0000 (08:49 +0100)]
MDL-55617 backup: Possible fatal errors in backup and restore
The unserialize() function will not always return an object
especially when as can happen the controller field of a
record in the backup_controllers table is empty.
This change ensures that in this case the script will
not cause a fatal error, but instead throw an error.
Neill Magill [Thu, 18 Aug 2016 07:49:59 +0000 (08:49 +0100)]
MDL-55618 backup: Header should not be output twice
Before this patch if the pre-check failed during
the final stage of an import a request for the
page header to be output was made for a second
time, this caused a coding_error to occur.
This change removes the second request to
output the page header, which will allow the user
to see the reasons the pre-check failed.
John Okely [Wed, 31 Aug 2016 08:57:38 +0000 (16:57 +0800)]
MDL-55742 mod_lti: Remove support for get_magic_quotes_gpc
Thanks to Bishop Bettini for the original patch.
David Monllao [Thu, 1 Sep 2016 03:14:03 +0000 (11:14 +0800)]
weekly release 3.2dev
David Monllao [Thu, 1 Sep 2016 03:14:01 +0000 (11:14 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Adrian Greeve [Wed, 31 Aug 2016 01:50:17 +0000 (09:50 +0800)]
MDL-55707 grades: Stop infinite loop when regrading.
Marina Glancy [Thu, 1 Sep 2016 00:34:32 +0000 (08:34 +0800)]
MDL-55665 charts: correction to stacked bar charts
Tim Hunt [Wed, 31 Aug 2016 11:55:18 +0000 (12:55 +0100)]
MDL-55815 quiz review: after close should beat immediately after
This only arises in specific situations: student submitted less than 2
mintues before time close, or when a teacher previews after the close
date. However, in those cases, the old behaviour was confusing. Now,
'After the quiz is closed' takes priority.
Tim Hunt [Wed, 31 Aug 2016 11:40:50 +0000 (12:40 +0100)]
MDL-55815 quiz: convert attempt state tests to a data provider
David Monllao [Wed, 31 Aug 2016 01:57:31 +0000 (09:57 +0800)]
Merge branch 'wip-MDL-38105-master' of https://github.com/marinaglancy/moodle
Rajesh Taneja [Tue, 30 Aug 2016 01:24:33 +0000 (09:24 +0800)]
MDL-55766 behat: set core behat selectors if not overridden by theme
Eloy Lafuente (stronk7) [Tue, 30 Aug 2016 10:54:46 +0000 (12:54 +0200)]
Merge branch 'MDL-55237_master' of git://github.com/dmonllao/moodle
sam marshall [Thu, 25 Aug 2016 16:04:11 +0000 (17:04 +0100)]
MDL-55724 Glossary: Prevent infinite loop in trusttext_strip
David Monllao [Tue, 30 Aug 2016 08:38:18 +0000 (16:38 +0800)]
Merge branch 'MDL-55372-master' of git://github.com/danpoltawski/moodle
David Monllao [Tue, 30 Aug 2016 08:25:28 +0000 (16:25 +0800)]
Merge branch 'MDL-55452-master' of git://github.com/danpoltawski/moodle
Marina Glancy [Tue, 9 Aug 2016 05:43:02 +0000 (13:43 +0800)]
MDL-38105 gradingform_rubric: option to lock 0 level for rubrics
this also allows using negative scores
Mark Nelson [Tue, 30 Aug 2016 06:47:09 +0000 (14:47 +0800)]
MDL-55771 core: added title attribute when using JS to render {{pix}}
Marina Glancy [Tue, 30 Aug 2016 05:44:13 +0000 (13:44 +0800)]
MDL-55581 htmlpurifier: test for attributes in video tag
David Monllao [Tue, 30 Aug 2016 04:52:38 +0000 (12:52 +0800)]
Merge branch 'MDL-54873-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Tue, 30 Aug 2016 03:16:18 +0000 (11:16 +0800)]
MDL-54873 assign: Seed recordid to print_recent_activity
Andrew Nicols [Tue, 30 Aug 2016 03:01:48 +0000 (11:01 +0800)]
MDL-54873 assign: Add recordid fetching participants
get_submission_info_for_participants is primarily used by externallib.php
Andrew Nicols [Tue, 30 Aug 2016 02:57:25 +0000 (10:57 +0800)]
MDL-54873 assign: Fetch mapping id for blind marking in cron
Andrew Nicols [Thu, 9 Jun 2016 00:52:08 +0000 (08:52 +0800)]
MDL-54873 assign: Fetch mapping id for blind marking grading
This change modifies the grading table to pre-seed record ids where they
already exist.
Where they do not exist, they are still fetched.
Frederic Massart [Tue, 23 Aug 2016 04:56:22 +0000 (12:56 +0800)]
MDL-55663 filter: Filters could be incorrectly reported as inactive
David Monllao [Fri, 26 Aug 2016 04:02:01 +0000 (12:02 +0800)]
MDL-55237 core_component: Fix last namespace level matching
Thanks to Andreas Grabs for proposing a fix.
Eloy Lafuente (stronk7) [Tue, 30 Aug 2016 00:28:32 +0000 (02:28 +0200)]
Merge branch 'MDL-53634-master' of git://github.com/andrewnicols/moodle
Rajesh Taneja [Mon, 29 Aug 2016 23:59:23 +0000 (07:59 +0800)]
MDL-55764 behat: Reset static update db list
While running multiple suites we should
ensure static cli cache is also reset.
Eloy Lafuente (stronk7) [Mon, 29 Aug 2016 16:59:13 +0000 (18:59 +0200)]
Merge branch 'MDL-55660-master-tablesql' of git://github.com/mudrd8mz/moodle
AMOS bot [Mon, 29 Aug 2016 16:04:47 +0000 (00:04 +0800)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Mon, 29 Aug 2016 14:53:46 +0000 (16:53 +0200)]
Merge branch 'MDL-55667-master-participantslink' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Mon, 29 Aug 2016 12:08:37 +0000 (14:08 +0200)]
Merge branch 'MDL-55741' of git://github.com/timhunt/moodle
Cameron Ball [Mon, 29 Aug 2016 10:28:10 +0000 (18:28 +0800)]
MDL-55587 core_media: Properly escape ampersand
David Mudrák [Tue, 23 Aug 2016 12:10:41 +0000 (14:10 +0200)]
MDL-55667 navigation: Do not display site participants link to students
The problem here was that user/index.php checks the system level
capability moodle/site:viewparticipants when the user is on the front
page, and the moodle/course:viewparticipants on non-front pages.
But the navigation displayed the link by mistake even in situations,
when the user has the capability moodle/course:viewparticipants on the
front page (typically when the default role for the front page is set to
student).
Added behat tests for reproducing the bug and also for checking the
basic functionality of the feature.
David Monllao [Mon, 29 Aug 2016 08:53:46 +0000 (16:53 +0800)]
Merge branch 'wip-MDL-55581-master' of git://github.com/marinaglancy/moodle
David Monllao [Mon, 29 Aug 2016 06:48:54 +0000 (14:48 +0800)]
Merge branch 'MDL-55710-master' of git://github.com/lameze/moodle
David Monllao [Mon, 29 Aug 2016 06:42:55 +0000 (14:42 +0800)]
Merge branch 'MDL-55650-master' of https://github.com/sammarshallou/moodle
David Monllao [Mon, 29 Aug 2016 06:40:03 +0000 (14:40 +0800)]
Merge branch 'MDL-55661-master-enfix' of git://github.com/mudrd8mz/moodle
David Monllao [Mon, 29 Aug 2016 06:31:11 +0000 (14:31 +0800)]
Merge branch 'MDL-55312_load_timeout_for_amd_modules_master' of https://github.com/gthomas2/moodle
David Monllao [Mon, 29 Aug 2016 05:26:28 +0000 (13:26 +0800)]
Merge branch 'MDL-55665-master' of git://github.com/lameze/moodle
Marina Glancy [Tue, 16 Aug 2016 05:44:53 +0000 (13:44 +0800)]
MDL-55581 htmlpurifier: allow track tag in videos and audios
David Monllao [Mon, 29 Aug 2016 03:18:58 +0000 (11:18 +0800)]
Merge branch 'wip-MDL-55708-master' of git://github.com/marinaglancy/moodle
David Monllao [Mon, 29 Aug 2016 03:14:11 +0000 (11:14 +0800)]
Merge branch 'MDL-55477' of git://github.com/timhunt/moodle
David Monllao [Mon, 29 Aug 2016 02:26:51 +0000 (10:26 +0800)]
Merge branch 'MDL-55668-master' of git://github.com/danpoltawski/moodle
Tim Hunt [Fri, 26 Aug 2016 16:14:05 +0000 (17:14 +0100)]
MDL-55741 phpunit: does not reset get_log_manager cache
AMOS bot [Fri, 26 Aug 2016 16:04:38 +0000 (00:04 +0800)]
Automatically generated installer lang files
Dan Poltawski [Fri, 12 Aug 2016 11:17:55 +0000 (12:17 +0100)]
MDL-55372 stylelint: fully replace csslint
Remove the csslint config, remove an invalid property.
Kept csslint ignore lines becacase stylelint seems to respect them and
more work will be happening on css cleanup in MDL-55372.
Dan Poltawski [Fri, 12 Aug 2016 11:02:23 +0000 (12:02 +0100)]
MDL-55452 stylelint: prevent use of !important
Don't try and fix existing issues, just prevent new ones landing..
Andrew Nicols [Tue, 29 Mar 2016 07:26:29 +0000 (15:26 +0800)]
MDL-53634 forum: Switch digest selection to inplace_editable