Jake Dallimore [Tue, 17 Dec 2019 05:36:44 +0000 (13:36 +0800)]
Merge branch 'master_MDL-67502' of https://github.com/golenkovm/moodle
Jake Dallimore [Tue, 17 Dec 2019 05:25:02 +0000 (13:25 +0800)]
Merge branch 'MDL-65735' of https://github.com/paulholden/moodle
Jake Dallimore [Tue, 17 Dec 2019 03:08:56 +0000 (11:08 +0800)]
Merge branch 'MDL-67165' of git://github.com/Chocolate-lightning/moodle_forum-project
Mathew May [Wed, 13 Nov 2019 04:13:00 +0000 (12:13 +0800)]
MDL-67165 core_grade: Add the grader name to webservices
Eloy Lafuente (stronk7) [Mon, 16 Dec 2019 23:22:01 +0000 (00:22 +0100)]
Merge branch 'MDL-67522-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Mon, 16 Dec 2019 18:18:03 +0000 (19:18 +0100)]
Merge branch 'MDL-67410-master' of https://github.com/felicemcc/moodle
Jake Dallimore [Mon, 16 Dec 2019 07:32:31 +0000 (15:32 +0800)]
Merge branch 'MDL-58827' of https://github.com/paulholden/moodle
Jake Dallimore [Mon, 16 Dec 2019 07:11:23 +0000 (15:11 +0800)]
Merge branch 'MDL-67327-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Mon, 16 Dec 2019 02:02:47 +0000 (10:02 +0800)]
Merge branch 'MDL-63048-master' of git://github.com/abgreeve/moodle
Jake Dallimore [Mon, 16 Dec 2019 01:11:18 +0000 (09:11 +0800)]
Merge branch 'MDL-66503-master' of git://github.com/abgreeve/moodle
Marina Glancy [Fri, 13 Dec 2019 18:34:44 +0000 (19:34 +0100)]
MDL-67522 core_lock: fix mistype in config-dist
Mikhail Golenkov [Thu, 12 Dec 2019 04:36:52 +0000 (15:36 +1100)]
MDL-67502 backup: Fix moodle_exception path.
Felice Candilio [Fri, 29 Nov 2019 12:26:28 +0000 (13:26 +0100)]
MDL-67410 Enrolments: Casting the perpage parameter to INT
On the course's Participants page, when manually enrolling users
the AJAX call might get excesively slow, due to the treatment
of the perpage parameter as a string, which gets concatenated with the
number 1 (perpage: parseInt(perpage) + 1) instead of performing a
numerical addition.
If there are for example 1500+ users on the site, the method
core_enrol_get_potential_users will be executed with a value of 15001
for the perpage parameter, rendering painfully slow.
Paul Holden [Tue, 3 Dec 2019 22:44:13 +0000 (22:44 +0000)]
MDL-65735 report_progress: reset URL start parameter in initials bars.
Eloy Lafuente (stronk7) [Thu, 12 Dec 2019 12:26:15 +0000 (13:26 +0100)]
weekly release 3.9dev
Eloy Lafuente (stronk7) [Thu, 12 Dec 2019 12:26:12 +0000 (13:26 +0100)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 12 Dec 2019 12:26:11 +0000 (13:26 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Andrew Nicols [Thu, 12 Dec 2019 07:58:19 +0000 (15:58 +0800)]
MDL-67327 js: Make requirejs.php more fault tolerant
Ferran Recio [Wed, 11 Dec 2019 15:55:03 +0000 (16:55 +0100)]
MDL-67154 theme_classic: fixing firefox printing
AMOS bot [Wed, 11 Dec 2019 13:49:59 +0000 (13:49 +0000)]
Automatically generated installer lang files
Andrew Nicols [Wed, 11 Dec 2019 02:05:40 +0000 (10:05 +0800)]
Merge branch 'MDL-67458-master' of https://github.com/snake/moodle
Jake Dallimore [Fri, 6 Dec 2019 07:03:21 +0000 (15:03 +0800)]
MDL-67458 core: removing stale cohortroles and role assignments
Jake Dallimore [Fri, 6 Dec 2019 02:34:58 +0000 (10:34 +0800)]
MDL-67458 tool_cohortroles: remove role mapping for deleted roles
Before syncing anything, clean up records pointing to deleted roles.
Adrian Greeve [Tue, 10 Dec 2019 08:30:12 +0000 (16:30 +0800)]
MDL-66503 themes: Set the embed page to display block.
Eloy Lafuente (stronk7) [Tue, 10 Dec 2019 11:49:36 +0000 (12:49 +0100)]
Merge branch 'MDL-67371-master' of git://github.com/rezaies/moodle
Andrew Nicols [Tue, 10 Dec 2019 09:28:49 +0000 (17:28 +0800)]
Merge branch 'MDL-67434-master' of git://github.com/junpataleta/moodle
Jake Dallimore [Tue, 10 Dec 2019 07:26:41 +0000 (15:26 +0800)]
Merge branch 'MDL-66936-master' of git://github.com/marinaglancy/moodle
Jake Dallimore [Tue, 10 Dec 2019 07:01:40 +0000 (15:01 +0800)]
Merge branch 'MDL-67179' of git://github.com/Chocolate-lightning/moodle
Andrew Nicols [Tue, 10 Dec 2019 04:48:54 +0000 (12:48 +0800)]
Merge branch 'MDL-67277-master-strongtopics' of git://github.com/mudrd8mz/moodle
Jake Dallimore [Tue, 10 Dec 2019 03:53:29 +0000 (11:53 +0800)]
Merge branch 'MDL-67154-master' of git://github.com/ferranrecio/moodle
Jake Dallimore [Tue, 10 Dec 2019 03:21:49 +0000 (11:21 +0800)]
Merge branch 'MDL-67362-antivirus-config-log' of https://github.com/brendanheywood/moodle
Jake Dallimore [Tue, 10 Dec 2019 02:36:54 +0000 (10:36 +0800)]
Merge branch 'MDL-67451-master' of git://github.com/sarjona/moodle
Jake Dallimore [Tue, 10 Dec 2019 01:30:36 +0000 (09:30 +0800)]
Merge branch 'MDL-67432-master_quizaccess_settings' of https://github.com/catalyst/moodle
Jake Dallimore [Tue, 10 Dec 2019 01:11:56 +0000 (09:11 +0800)]
Merge branch 'MDL-66708-KeyGenCache' of https://github.com/Cengage/moodle
Andrew Nicols [Tue, 10 Dec 2019 00:39:28 +0000 (08:39 +0800)]
Merge branch 'MDL-67373-master' of git://github.com/rezaies/moodle
Andrew Nicols [Tue, 10 Dec 2019 00:19:12 +0000 (08:19 +0800)]
MDL-67152 calendar: Documentation fix
Andrew Nicols [Tue, 10 Dec 2019 00:12:31 +0000 (08:12 +0800)]
Merge branch 'MDL-67152-master' of git://github.com/rezaies/moodle
Andrew Madden [Thu, 5 Dec 2019 05:24:48 +0000 (16:24 +1100)]
MDL-67432 quiz: Load all quiz subplugin settings from quiz settings.
Quiz quizaccess and report subplugins should have greater control over their own settings.
Remove the condition that they are only included when in the full admin tree which doesn't
include admin search page. The $ADMIN->fulltree condition should be handled by subplugin
settings.
Shamim Rezaie [Mon, 9 Dec 2019 16:41:04 +0000 (03:41 +1100)]
MDL-67152 calendar: Rewrite core_calendar/view_manager using ES6 syntax
Shamim Rezaie [Mon, 9 Dec 2019 12:21:36 +0000 (23:21 +1100)]
MDL-67152 calendar: Rewrite core_calendar/repository using ES6 syntax
Shamim Rezaie [Wed, 20 Nov 2019 10:16:10 +0000 (21:16 +1100)]
MDL-67152 calendar: The day view should start from the current day
Jake Dallimore [Mon, 9 Dec 2019 06:46:35 +0000 (14:46 +0800)]
Merge branch 'MDL-67392-master' of git://github.com/rezaies/moodle
Adrian Greeve [Mon, 9 Dec 2019 03:30:26 +0000 (11:30 +0800)]
MDL-63048 lib: Remove renamed classes.
Andrew Nicols [Mon, 9 Dec 2019 04:16:35 +0000 (12:16 +0800)]
Merge branch 'MDL-60975-master' of https://github.com/Kathrin84/moodle
Shamim Rezaie [Wed, 4 Dec 2019 05:32:37 +0000 (16:32 +1100)]
MDL-67371 lib: Upgrade ADODB to version 5.20.15
Frédéric Massart [Tue, 3 Dec 2019 05:03:43 +0000 (13:03 +0800)]
MDL-67434 javascript: Use static get_string after recycling promise
AMOS bot [Fri, 6 Dec 2019 00:09:41 +0000 (00:09 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Thu, 5 Dec 2019 12:24:04 +0000 (13:24 +0100)]
weekly release 3.9dev
Eloy Lafuente (stronk7) [Thu, 5 Dec 2019 12:24:03 +0000 (13:24 +0100)]
NOBUG: Fixed SVG browser compatibility
Kathrin Osswald [Thu, 5 Dec 2019 10:12:00 +0000 (11:12 +0100)]
MDL-60975 behat tests: Added search for admin setting filepickers
Adrian Greeve [Thu, 5 Dec 2019 01:25:16 +0000 (09:25 +0800)]
Merge branch 'MDL-65620-master' of git://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Wed, 4 Dec 2019 22:24:46 +0000 (23:24 +0100)]
Merge branch 'MDL-41958-master' of git://github.com/lucaboesch/moodle
Sara Arjona [Wed, 4 Dec 2019 13:50:13 +0000 (14:50 +0100)]
MDL-67451 badges: use the site OB version as default
Eloy Lafuente (stronk7) [Wed, 4 Dec 2019 19:25:59 +0000 (20:25 +0100)]
Merge branch 'MDL-62757-master' of git://github.com/bmbrands/moodle
Bas Brands [Tue, 6 Aug 2019 15:10:56 +0000 (17:10 +0200)]
MDL-62757 themes: validate theme preset files
Preset files need to be validated to ensure compiling SCSS does not
break.
Sara Arjona [Wed, 4 Dec 2019 10:40:22 +0000 (11:40 +0100)]
Merge branch 'MDL-29693' of https://github.com/paulholden/moodle
Sara Arjona [Wed, 4 Dec 2019 10:24:46 +0000 (11:24 +0100)]
Merge branch 'MDL-67404' of https://github.com/stronk7/moodle
Paul Holden [Fri, 18 Oct 2019 15:06:38 +0000 (16:06 +0100)]
MDL-29693 report_configlog: implement report search filtering.
Paul Holden [Thu, 6 Jun 2019 09:39:52 +0000 (10:39 +0100)]
MDL-29693 report_configlog: re-factor output to use renderers.
AMOS BEGIN
MOV [value,report_configlog],[valuenew,report_configlog]
MOV [oldvalue,report_configlog],[valueold,report_configlog]
AMOS END
Sara Arjona [Wed, 4 Dec 2019 09:48:11 +0000 (10:48 +0100)]
Merge branch 'MDL-57635-38_tool_usertours_filter_shown' of https://github.com/tomdickman/moodle
Amaia Anabitarte [Thu, 25 Apr 2019 13:38:59 +0000 (15:38 +0200)]
MDL-65620 core_message: Notification preferences behat tests
Amaia Anabitarte [Thu, 25 Apr 2019 13:39:28 +0000 (15:39 +0200)]
MDL-65620 core_message: User preference generator
Amaia Anabitarte [Wed, 3 Jul 2019 12:43:29 +0000 (14:43 +0200)]
MDL-65620 core_message: Default notification preferences
Adrian Greeve [Wed, 4 Dec 2019 06:11:51 +0000 (14:11 +0800)]
Merge branch 'master-MDL-65729' of https://github.com/yao9394/moodle
John Yao [Tue, 6 Aug 2019 02:49:35 +0000 (12:49 +1000)]
MDL-65729 Backup: Split individual backups into ad-hoc tasks
* refactor run automated backup
* new backup status of Queued
* adhoc task for backing up a course
* course locking for course backup adhoc task
* use Moodle locking instead of custom locking for run automated backup task
* add unit tests to extracted methods
Adrian Greeve [Wed, 4 Dec 2019 03:49:11 +0000 (11:49 +0800)]
Merge branch 'MDL-40360-master' of git://github.com/lucaboesch/moodle
Andrew Nicols [Wed, 4 Dec 2019 02:32:03 +0000 (10:32 +0800)]
Merge branch 'MDL-67359' of git://github.com/Chocolate-lightning/moodle_forum-project
Eloy Lafuente (stronk7) [Tue, 3 Dec 2019 22:15:28 +0000 (23:15 +0100)]
Merge branch 'MDL-46123' of https://github.com/stronk7/moodle
Tim Hunt [Thu, 10 Oct 2019 11:32:09 +0000 (12:32 +0100)]
MDL-46123 accesslib: improve get_component_string
David Mudrák [Fri, 15 Nov 2019 16:42:09 +0000 (17:42 +0100)]
MDL-67277 forum: Replace the HTML comments with Mustache comments
It does not seem necessary to have the actual HTML sent to browsers full
of these developer-focused comments.
David Mudrák [Fri, 15 Nov 2019 16:38:15 +0000 (17:38 +0100)]
MDL-67277 forum: Remove the pinned class from the first cell
There should be no need to have it, and the name is confusing here.
David Mudrák [Fri, 15 Nov 2019 16:59:44 +0000 (17:59 +0100)]
MDL-67277 forum: Do not display discussion topics in bold
The topics are now inside a table header cell, which shows them in bold
by default.
David Mudrák [Fri, 15 Nov 2019 16:23:15 +0000 (17:23 +0100)]
MDL-67277 forum: Apply CSS class describing the discussion status
This is to allow the themes to style pinned, favourited, subscribed and
discussions with unread replies.
Ferran Recio [Tue, 3 Dec 2019 13:07:15 +0000 (14:07 +0100)]
MDL-67154 theme_boost: fixing firefox printing
Sara Arjona [Tue, 3 Dec 2019 13:29:19 +0000 (14:29 +0100)]
Merge branch 'MDL-66925-adhoc-keep-alive' of https://github.com/brendanheywood/moodle
Marina Glancy [Tue, 3 Dec 2019 11:24:03 +0000 (12:24 +0100)]
MDL-66936 mod_url: revert MDL-65024 adding fullurl to modinfo
This reverts commit
cc56e409c3ab8e6b59e2f8fe4118b3f2b38160d0, reversing
changes made to
01cdf16c0e1c28372994342a393dbcbc27f01597.
Jonathon Fowler [Thu, 17 Oct 2019 04:37:04 +0000 (14:37 +1000)]
MDL-66936 url: fix error when modinfo cache is rebuilt non-interactively
Sara Arjona [Tue, 3 Dec 2019 11:08:29 +0000 (12:08 +0100)]
Merge branch 'MDL-67363-adhoc-qos' of https://github.com/brendanheywood/moodle
Shamim Rezaie [Tue, 3 Dec 2019 10:11:40 +0000 (21:11 +1100)]
MDL-67373 lib: Upgrade PHPmailer to 6.1.3
Andrew Nicols [Tue, 3 Dec 2019 06:59:30 +0000 (14:59 +0800)]
Merge branch 'MDL-65229-stop-cron' of https://github.com/brendanheywood/moodle
Brendan Heywood [Tue, 15 Oct 2019 23:47:53 +0000 (10:47 +1100)]
MDL-65229 cron: Add cli option --stop to notify all cron to stop
Andrew Nicols [Tue, 3 Dec 2019 06:35:39 +0000 (14:35 +0800)]
Merge branch 'MDL-66087-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Tue, 3 Dec 2019 04:12:28 +0000 (12:12 +0800)]
Merge branch 'MDL-67155' of https://github.com/timhunt/moodle
Jake Dallimore [Tue, 3 Dec 2019 03:22:47 +0000 (11:22 +0800)]
Merge branch 'MDL-65693-http-head' of https://github.com/brendanheywood/moodle
Mathew May [Tue, 3 Dec 2019 02:40:43 +0000 (10:40 +0800)]
MDL-67179 core: Add missing grading pix
Mathew May [Mon, 25 Nov 2019 21:46:23 +0000 (10:46 +1300)]
MDL-67359 mod_forum: Relocate notification templates to reallign it
Adrian Greeve [Tue, 3 Dec 2019 01:35:53 +0000 (09:35 +0800)]
Merge branch 'MDL-54799-master' of git://github.com/crazyserver/moodle
Brendan Heywood [Thu, 17 Oct 2019 00:20:55 +0000 (11:20 +1100)]
MDL-67363 task: Add adhoc task quality of service balancing
Sara Arjona [Mon, 2 Dec 2019 17:06:15 +0000 (18:06 +0100)]
Merge branch 'wip-MDL-67339-master' of https://github.com/Beedell/moodle
John Beedell [Fri, 22 Nov 2019 16:51:45 +0000 (16:51 +0000)]
MDL-67339 behat: Enhance Behat exception message
Shamim Rezaie [Mon, 2 Dec 2019 09:44:44 +0000 (20:44 +1100)]
MDL-67392 mod_forum: Fix unescaped quotes issue in template
Jake Dallimore [Mon, 2 Dec 2019 08:12:00 +0000 (16:12 +0800)]
Merge branch 'MDL-66581-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Mon, 2 Dec 2019 07:28:23 +0000 (15:28 +0800)]
MDL-66581 auth: Properly assign the link attribute
Iñigo Zendegi [Tue, 3 Sep 2019 12:46:15 +0000 (14:46 +0200)]
MDL-66581 auth: Do string concatenation for the password change URL
This reverts the change introduced by MDL-59298 where the password
change URL data is being assigned with a moodle_url object instead
of concatenating it.
Jake Dallimore [Mon, 2 Dec 2019 03:25:08 +0000 (11:25 +0800)]
Merge branch 'MDL-67160' of git://github.com/Chocolate-lightning/moodle_forum-project
Jake Dallimore [Mon, 2 Dec 2019 02:01:53 +0000 (10:01 +0800)]
Merge branch 'MDL-66877-master' of git://github.com/jleyva/moodle
Luca Bösch [Thu, 21 Feb 2019 17:08:59 +0000 (18:08 +0100)]
MDL-41958 import: Constistently showing progress steps.
Luca Bösch [Mon, 26 Aug 2019 20:35:02 +0000 (22:35 +0200)]
MDL-40360 gradingform_rubric: remove unused class 'label' for a label.
Brendan Heywood [Mon, 21 Oct 2019 08:46:26 +0000 (19:46 +1100)]
MDL-65693 files: Honor http HEAD requests for files
Brendan Heywood [Wed, 16 Oct 2019 08:47:38 +0000 (19:47 +1100)]
MDL-66925 cron: Add cli option to keep adhoc task runner alive