Jake Dallimore [Wed, 15 Jul 2020 02:29:03 +0000 (10:29 +0800)]
Merge branch 'MDL-69206-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Tue, 14 Jul 2020 22:17:11 +0000 (00:17 +0200)]
Merge branch 'MDL-68690-master' of https://github.com/sammarshallou/moodle
Sara Arjona [Tue, 14 Jul 2020 12:31:44 +0000 (14:31 +0200)]
Merge branch 'MDL-68715' of https://github.com/paulholden/moodle
Paul Holden [Mon, 8 Jun 2020 21:39:43 +0000 (22:39 +0100)]
MDL-68715 completion: fix form default value for course prerequisites.
Adds filtering on the completion criteria form to ensure we are only
selecting actual course instances of this type. Prior to this change
we would also get NULL values from unrelated criteria types.
Sara Arjona [Tue, 14 Jul 2020 10:41:05 +0000 (12:41 +0200)]
Merge branch 'MDL-69228-master' of git://github.com/andrewnicols/moodle
Mihail Geshoski [Mon, 6 Jul 2020 09:34:17 +0000 (17:34 +0800)]
MDL-69206 course: Tidy up behat test to avoid potential failures
Mihail Geshoski [Mon, 6 Jul 2020 09:33:57 +0000 (17:33 +0800)]
MDL-69206 course: Tidy up unit test to avoid potential failures
Sara Arjona [Mon, 13 Jul 2020 12:24:00 +0000 (14:24 +0200)]
Merge branch 'MDL-69115-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Fri, 10 Jul 2020 18:21:44 +0000 (20:21 +0200)]
weekly release 4.0dev
Eloy Lafuente (stronk7) [Fri, 10 Jul 2020 18:21:38 +0000 (20:21 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
sam marshall [Wed, 13 May 2020 11:11:21 +0000 (12:11 +0100)]
MDL-68690 Search: Allow Solr to add documents in batches
Adding documents in batches instead of one at a time can make
indexing using Solr significantly faster.
This adds new API functions for search engines, including
add_document_batch() to add a batch of documents,
supports_add_document_batch(), get_batch_max_documents() and
get_batch_max_content().
Jake Dallimore [Fri, 10 Jul 2020 07:12:44 +0000 (15:12 +0800)]
Merge branch 'MDL-69232-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 9 Jul 2020 01:10:09 +0000 (09:10 +0800)]
MDL-69232 behat: Simplify hooks
The behat hooks were needlessly complicated which made them much harder
to read, and understand, leading to bugs during development.
These have been significantly simplified to favour clarity over
overloading.
Andrew Nicols [Wed, 8 Jul 2020 07:35:34 +0000 (15:35 +0800)]
MDL-69232 behat: Make selenium start more fault tolerant
The session was previously only started once, but has now been moved to
restart between each test. Because of this the `$session->start()` is
now called more frequently which exposes a pre-existing issue whereby
Selenium will periodically fail to start.
When the session was only started at the beginning of the test, and at
occasional other times, it made sense to always stop the test runner
because it signified an issue with obtaining the session at all.
Since the session is restarted more frequently, and now between every
test, it no longer makes sense to do this. The test should only be
_stopped_ if the first attempt to obtain the Session fails. Once a
Session has been retrieved at least once it no longer makes sense to
assume that the failure was a configuration failure, but a connection
failure. Therefore subsequent tests should be attempted.
Jake Dallimore [Thu, 9 Jul 2020 02:35:33 +0000 (10:35 +0800)]
Merge branch 'MDL-69135-master' of git://github.com/andrewnicols/moodle
Michael Hawkins [Wed, 1 Jul 2020 09:42:05 +0000 (17:42 +0800)]
MDL-68426 theme: Set a limit on paths length in yui_combo
The maximum paths length is now consistent with the YUI loader.
This fix also removes any duplicate paths, so each file is only ever
fetched once.
Andrew Nicols [Wed, 8 Jul 2020 07:35:11 +0000 (15:35 +0800)]
MDL-69232 behat: Add debugging information to Selenium fails
Andrew Nicols [Wed, 8 Jul 2020 07:34:10 +0000 (15:34 +0800)]
MDL-69232 behat: Move suite tests to BeforeSuite hook
Jake Dallimore [Thu, 9 Jul 2020 01:07:49 +0000 (09:07 +0800)]
Merge branch 'MDL-62982-master' of git://github.com/mihailges/moodle
Jake Dallimore [Thu, 9 Jul 2020 00:38:18 +0000 (08:38 +0800)]
Merge branch 'MDL-67477-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Wed, 8 Jul 2020 18:53:11 +0000 (20:53 +0200)]
Merge branch 'MDL-69134-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Wed, 8 Jul 2020 05:06:45 +0000 (13:06 +0800)]
Merge branch 'MDL-69104-master' of https://github.com/HuongNV13/moodle
Andrew Nicols [Wed, 8 Jul 2020 04:39:17 +0000 (12:39 +0800)]
Merge branch 'MDL-56041-master-fix' of https://github.com/snake/moodle
Andrew Nicols [Wed, 8 Jul 2020 04:35:37 +0000 (12:35 +0800)]
Merge branch 'MDL-68784' of https://github.com/Peterburnett/moodle
Andrew Nicols [Wed, 8 Jul 2020 04:20:08 +0000 (12:20 +0800)]
Merge branch 'm40_MDL-66322_Travis_Run_Using_Docker_ExtTests' of https://github.com/scara/moodle
Jake Dallimore [Wed, 8 Jul 2020 04:09:02 +0000 (12:09 +0800)]
MDL-56041 core: add missing cap string for site:senderrormessage
Peter Burnett [Wed, 8 Jul 2020 03:48:30 +0000 (13:48 +1000)]
MDL-68784: Updated variable for graph report
Andrew Nicols [Wed, 8 Jul 2020 03:43:31 +0000 (11:43 +0800)]
MDL-69228 tool_mobile: Hide dependant settings
Andrew Nicols [Wed, 8 Jul 2020 01:38:46 +0000 (09:38 +0800)]
Merge branch 'MDL-69031-master' of git://github.com/jleyva/moodle
Jake Dallimore [Wed, 8 Jul 2020 01:33:46 +0000 (09:33 +0800)]
Merge branch 'MDL-56041-custom-error-pages' of https://github.com/brendanheywood/moodle
Andrew Nicols [Wed, 8 Jul 2020 01:23:31 +0000 (09:23 +0800)]
Merge branch 'MDL-60494-stray_img_end' of https://github.com/leonstr/moodle
Andrew Nicols [Thu, 25 Jun 2020 01:01:58 +0000 (09:01 +0800)]
MDL-69134 competencies: Behat fails randomly opening dialogues
Andrew Nicols [Wed, 8 Jul 2020 00:39:32 +0000 (08:39 +0800)]
Merge branch 'MDL-69109-master-2' of git://github.com/marinaglancy/moodle
Brendan Heywood [Tue, 5 May 2020 07:00:22 +0000 (17:00 +1000)]
MDL-56041 error: Enable custom 404 and 500 error pages
Eloy Lafuente (stronk7) [Tue, 7 Jul 2020 17:15:13 +0000 (19:15 +0200)]
Merge branch 'MDL-69086-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 7 Jul 2020 17:09:59 +0000 (19:09 +0200)]
Merge branch 'm40_MDL-68588_Hide_Backuptempdir_From_Message_And_Debuginfo' of https://github.com/scara/moodle
Eloy Lafuente (stronk7) [Tue, 7 Jul 2020 16:51:50 +0000 (18:51 +0200)]
Merge branch 'MDL-68784' of https://github.com/Peterburnett/moodle
Víctor Déniz Falcón [Wed, 1 Jul 2020 08:37:46 +0000 (09:37 +0100)]
MDL-69093 enrol_manual: added check for allowed roles a user can assign
Andrew Nicols [Tue, 7 Jul 2020 06:13:22 +0000 (14:13 +0800)]
Merge branch 'MDL-69106-master' of git.in.moodle.com:cameron/moodle
Jake Dallimore [Tue, 7 Jul 2020 05:54:27 +0000 (13:54 +0800)]
Merge branch 'MDL-63966' of https://github.com/Chocolate-lightning/moodle
Andrew Nicols [Tue, 7 Jul 2020 01:32:20 +0000 (09:32 +0800)]
Merge branch 'MDL-67594-master-2' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Mon, 6 Jul 2020 22:14:34 +0000 (00:14 +0200)]
Merge branch 'MDL-60827-master' of git://github.com/mihailges/moodle
Matteo Scaramuccia [Wed, 10 Jun 2020 20:44:07 +0000 (22:44 +0200)]
MDL-66322 travis: Configure a local copy of 'exttests'
Andrew Nicols [Mon, 6 Jul 2020 05:25:31 +0000 (13:25 +0800)]
MDL-69110 table: Remove commented code
Andrew Nicols [Mon, 6 Jul 2020 05:16:38 +0000 (13:16 +0800)]
Merge branch 'MDL-69110-master' of git://github.com/junpataleta/moodle
Mihail Geshoski [Tue, 23 Jun 2020 06:23:38 +0000 (14:23 +0800)]
MDL-67594 core_lock: Modify postgres get_lock() to avoid recursion
Mihail Geshoski [Fri, 3 Apr 2020 06:44:54 +0000 (14:44 +0800)]
MDL-67594 core_lock: Deprecate extend()
Mihail Geshoski [Wed, 1 Apr 2020 08:21:56 +0000 (16:21 +0800)]
MDL-67594 core_lock: Deprecate extend_lock()
Mihail Geshoski [Wed, 1 Apr 2020 08:03:57 +0000 (16:03 +0800)]
MDL-67594 core_lock: Remove supports_recursion() usages
Mihail Geshoski [Wed, 1 Apr 2020 08:03:40 +0000 (16:03 +0800)]
MDL-67594 core_lock: Deprecate supports_recursion()
Andrew Nicols [Mon, 6 Jul 2020 04:38:29 +0000 (12:38 +0800)]
Merge branch 'MDL-68820-referrer-policy' of https://github.com/Peterburnett/moodle
Andrew Nicols [Mon, 6 Jul 2020 04:11:10 +0000 (12:11 +0800)]
Merge branch 'MDL-69158-master' of git://github.com/lucaboesch/moodle
Jake Dallimore [Mon, 6 Jul 2020 04:10:02 +0000 (12:10 +0800)]
Merge branch 'MDL-55192-master' of git://github.com/peterRd/moodle
Peter Dias [Thu, 18 Jun 2020 00:50:09 +0000 (08:50 +0800)]
MDL-55192 log: Remove add_log from unit tests
Jake Dallimore [Mon, 6 Jul 2020 03:55:12 +0000 (11:55 +0800)]
Merge branch 'MDL-63004' of https://github.com/Chocolate-lightning/moodle
John Okely [Fri, 6 Jan 2017 02:30:30 +0000 (10:30 +0800)]
MDL-55192 log: Final deprecation of add_to_log
Mathew May [Tue, 16 Jun 2020 06:30:19 +0000 (14:30 +0800)]
MDL-63966 messaging: Make tests pass after deprecation
Mathew May [Tue, 16 Jun 2020 04:24:10 +0000 (12:24 +0800)]
MDL-63966 core: Remove tests covering removed functions
Mathew May [Tue, 16 Jun 2020 04:03:21 +0000 (12:03 +0800)]
MDL-63966 core: Final deprecations in deprecatedlib
Mathew May [Mon, 15 Jun 2020 02:58:00 +0000 (10:58 +0800)]
MDL-63004 behat: Final removal of i_navigate_to_node_in
Jake Dallimore [Mon, 6 Jul 2020 02:44:10 +0000 (10:44 +0800)]
Merge branch 'MDL-69136-master' of git://github.com/andrewnicols/moodle
Mihail Geshoski [Thu, 2 Jul 2020 08:37:05 +0000 (16:37 +0800)]
MDL-60827 oauth2: Consider requireconfirmation setting on login
Michael Hawkins [Fri, 26 Jun 2020 02:01:17 +0000 (10:01 +0800)]
MDL-69128 admin: Convert HTML entities when populating tasklogs filter
Mihail Geshoski [Wed, 17 Jun 2020 05:30:24 +0000 (13:30 +0800)]
MDL-62982 core_form: Final deprecation of the htmleditor form element
Mihail Geshoski [Wed, 17 Jun 2020 06:38:02 +0000 (14:38 +0800)]
MDL-67477 lib: Remove renamed classes
AMOS bot [Mon, 6 Jul 2020 00:08:22 +0000 (00:08 +0000)]
Automatically generated installer lang files
Leon Stringer [Sun, 5 Jul 2020 14:56:04 +0000 (15:56 +0100)]
MDL-60494 mod_lti: Invalid </img>, example context
<img> was followed by an invalid </img>. Also added example context for
template so it passes CI checks.
Matteo Scaramuccia [Sat, 2 May 2020 17:32:06 +0000 (19:32 +0200)]
MDL-68588 Backup: Hide ->backuptempdir in exception info
Jun Pataleta [Fri, 3 Jul 2020 16:47:14 +0000 (00:47 +0800)]
MDL-69110 core: Unset the correct sort data element
Eloy Lafuente (stronk7) [Fri, 3 Jul 2020 16:41:01 +0000 (18:41 +0200)]
weekly release 4.0dev
Eloy Lafuente (stronk7) [Fri, 3 Jul 2020 16:40:55 +0000 (18:40 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jake Dallimore [Fri, 3 Jul 2020 03:58:17 +0000 (11:58 +0800)]
Merge branch 'MDL-68714-master' of https://github.com/andrewnicols/moodle
Andrew Nicols [Fri, 3 Jul 2020 01:49:08 +0000 (09:49 +0800)]
MDL-68714 clilib: Check set_process_title exists
The web cron script at /admin/cron.php pretends to be a CLI script which
means that it is not possible to rely upon the CLI_SCRIPT constant.
Andrew Nicols [Fri, 3 Jul 2020 01:04:05 +0000 (09:04 +0800)]
MDL-68714 cron: Check value of CLI_SCRIPT not existence
Jake Dallimore [Thu, 2 Jul 2020 04:22:17 +0000 (12:22 +0800)]
Merge branch 'MDL-63254' of https://github.com/Chocolate-lightning/moodle
Jake Dallimore [Thu, 2 Jul 2020 04:07:58 +0000 (12:07 +0800)]
Merge branch 'MDL-69130-master-enfix' of git://github.com/mudrd8mz/moodle
Jake Dallimore [Thu, 2 Jul 2020 03:57:04 +0000 (11:57 +0800)]
Merge branch 'MDL-69149-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Thu, 2 Jul 2020 03:49:02 +0000 (11:49 +0800)]
Merge branch 'MDL-69122-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Thu, 2 Jul 2020 03:20:45 +0000 (11:20 +0800)]
Merge branch 'MDL-68714-task-top-process-name' of https://github.com/brendanheywood/moodle
Jake Dallimore [Thu, 2 Jul 2020 01:37:00 +0000 (09:37 +0800)]
Merge branch 'MDL-58926-ajax-timer' of https://github.com/rboyatt/moodle
AMOS bot [Thu, 2 Jul 2020 00:08:01 +0000 (00:08 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 1 Jul 2020 21:20:34 +0000 (23:20 +0200)]
Merge branch 'MDL-69072-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 1 Jul 2020 20:47:16 +0000 (22:47 +0200)]
Merge branch 'MDL-58931-master' of https://github.com/mackensen/moodle
Charles Fulton [Fri, 21 Feb 2020 20:55:24 +0000 (15:55 -0500)]
MDL-58931 dml: add support for aurora mysql
Jake Dallimore [Wed, 1 Jul 2020 09:06:01 +0000 (17:06 +0800)]
Merge branch 'MDL-63167-master' of git://github.com/peterRd/moodle
Jake Dallimore [Wed, 1 Jul 2020 08:42:19 +0000 (16:42 +0800)]
Merge branch 'MDL-68584-master' of git://github.com/lucaboesch/moodle
Brendan Heywood [Fri, 22 May 2020 14:05:30 +0000 (00:05 +1000)]
MDL-68714 task: Expose current task in cli process name
Brendan Heywood [Sat, 16 May 2020 10:06:40 +0000 (20:06 +1000)]
MDL-68714 clilib: Allow cli processes to set a process title suffix
Jun Pataleta [Tue, 30 Jun 2020 15:59:41 +0000 (23:59 +0800)]
MDL-69115 course: More course management accessibility fixes
* Added aria-label for category single select element when on Courses
view mode.
* Fix correct labelling of custom control checkboxes. Instead of adding
aria-label in the label element, add an sr-only span within the label.
* Remove inappropriate 'group' role for the list of courses.
The list of courses is not being rendered as a tree structure
so adding a 'group' role to the list of courses is not really
necessary.
* Add aria-label for the search courses field.
* Add legend for the search courses fieldset.
* Use the primary colour for the category selection highlight instead
of the info colour.
* Changed the labels for the up/down icons using moveup/movedown
lang strings.
Andrew Nicols [Wed, 1 Jul 2020 01:16:21 +0000 (09:16 +0800)]
Merge branch 'MDL-60583' of https://github.com/NeillM/moodle
Andrew Nicols [Wed, 1 Jul 2020 00:34:30 +0000 (08:34 +0800)]
Merge branch 'MDL-69150' of https://github.com/paulholden/moodle
Andrew Nicols [Wed, 1 Jul 2020 00:27:36 +0000 (08:27 +0800)]
Merge branch 'MDL-69151' of https://github.com/paulholden/moodle
Juan Leyva [Tue, 30 Jun 2020 11:02:59 +0000 (13:02 +0200)]
MDL-69031 tool_mobile: Add missing features that can be disabled in 3.9
Marina Glancy [Tue, 23 Jun 2020 14:02:33 +0000 (16:02 +0200)]
MDL-69109 theme: try to load icons from the current theme
Marina Glancy [Mon, 22 Jun 2020 13:09:15 +0000 (15:09 +0200)]
MDL-69109 core: use different cache keys for FA icon maps
Huong Nguyen [Wed, 24 Jun 2020 02:42:03 +0000 (09:42 +0700)]
MDL-69104 Questions: Drag and drop question family don't work with iOS
- Drag and Drop marker question type
- Drag and Drop onto image question type
- Drag and Drop into text question type
Peter Burnett [Wed, 20 May 2020 02:53:36 +0000 (12:53 +1000)]
MDL-68784 scorm: Removed limit on allowed scorm users in report
Andrew Nicols [Tue, 30 Jun 2020 04:30:48 +0000 (12:30 +0800)]
Merge branch 'MDL-60621-master-1' of git://github.com/mihailges/moodle
Cameron Ball [Tue, 30 Jun 2020 02:12:33 +0000 (10:12 +0800)]
MDL-69106 assignfeedback_editpdf: Keep files in conversion queue
In some circumstances, a submission waiting to be converted needs to persist
in the conversion queue so that it can be polled on subsequent cron runs.
Mihail Geshoski [Tue, 16 Jun 2020 03:11:45 +0000 (11:11 +0800)]
MDL-60621 core_course: Disable scrollable in the activity chooser modal