Andrew Nicols [Wed, 12 Aug 2020 03:05:54 +0000 (11:05 +0800)]
Merge branch 'MDL-68334-master' of git://github.com/lucaboesch/moodle
Andrew Nicols [Wed, 12 Aug 2020 02:27:55 +0000 (10:27 +0800)]
Merge branch 'MDL-69296' of https://github.com/NeillM/moodle
Andrew Nicols [Wed, 12 Aug 2020 00:32:00 +0000 (08:32 +0800)]
Merge branch 'MDL-68731' of https://github.com/jonof/moodle
Eloy Lafuente (stronk7) [Tue, 11 Aug 2020 23:28:51 +0000 (01:28 +0200)]
Merge branch 'MDL-68729-master' of https://github.com/sammarshallou/moodle into master
Andrew Nicols [Tue, 11 Aug 2020 06:33:44 +0000 (14:33 +0800)]
Merge branch 'MDL-69143-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Tue, 11 Aug 2020 04:59:49 +0000 (12:59 +0800)]
Merge branch 'MDL-69168_recently-accessed-items-block-uses-stock-lti-icon__master' of https://github.com/stopfstedt/moodle
Adrian Greeve [Tue, 11 Aug 2020 00:42:02 +0000 (08:42 +0800)]
Merge branch 'MDL-69204' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 10 Aug 2020 10:54:30 +0000 (18:54 +0800)]
Merge branch 'MDL-64818_master' of git://github.com/gjb2048/moodle
Adrian Greeve [Mon, 10 Aug 2020 01:20:50 +0000 (09:20 +0800)]
Merge branch 'MDL-60493-grader_span_tag' of https://github.com/leonstr/moodle
Luca Bösch [Sat, 4 Apr 2020 08:29:29 +0000 (10:29 +0200)]
MDL-68334 user: Display name in footer as elsewhere.
Stefan Topfstedt [Mon, 27 Jul 2020 23:05:33 +0000 (16:05 -0700)]
MDL-69168 block_recentlyaccesseditems: apply custom icon
Overwrite the default mod icon with the configured icon url if
applicable.
Gareth Barnard [Fri, 1 Mar 2019 18:44:57 +0000 (18:44 +0000)]
MDL-64818 blocks: blocks_for_region() is inefficient.
Eloy Lafuente (stronk7) [Thu, 6 Aug 2020 18:51:18 +0000 (20:51 +0200)]
weekly release 4.0dev
sam marshall [Fri, 15 May 2020 16:20:28 +0000 (17:20 +0100)]
MDL-68729 Search: Allow query on one server while indexing another
To support transitions from one search engine to a different one, or
to a different installation of the same kind, this feature allows for
queries to use a different search engine from indexing. So you can
reindex (and do all other search operation) on one server, while
user queries are unaffected on a different server.
This feature supports changing between search engine types, and also
between two Solr installations.
sam marshall [Thu, 6 Aug 2020 10:24:45 +0000 (11:24 +0100)]
MDL-68729 Admin: Allow validation of admin_setting_configselect
The admin_setting_configselect admin setting did not support validation.
It was possible to validate only by using a subclass.
This change allows validation by a callback function. It also makes it
slightly easier to handle validation in a subclass if you want to do
that.
The main advantage is for cases where a setting is not generic but
is only ever going to be required in one place, and it creates
unnecessary clutter to make a new subclass.
sam marshall [Fri, 15 May 2020 16:19:59 +0000 (17:19 +0100)]
MDL-68729 Admin: Allow lazy-load of admin_setting_configselect
The admin_setting_configselect admin setting already supported lazy
loading, but this was only available for subclasses. This change
means you can use it directly within the admin setting.
The main advantage is for cases where a setting is not generic but
is only ever going to be required in one place, and it creates
unnecessary clutter to make a new subclass.
Jun Pataleta [Thu, 6 Aug 2020 04:11:26 +0000 (12:11 +0800)]
Merge branch 'MDL-60501-h4_close_tag' of https://github.com/leonstr/moodle
Jun Pataleta [Thu, 6 Aug 2020 03:37:12 +0000 (11:37 +0800)]
Merge branch 'MDL-69111-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Thu, 6 Aug 2020 03:25:58 +0000 (11:25 +0800)]
Merge branch 'MDL-40227-master-1' of git://github.com/peterRd/moodle
Peter [Tue, 11 Dec 2018 03:39:21 +0000 (11:39 +0800)]
MDL-40227 mod_lesson: Use localised float formatting
* Leverage PARAM_LOCALISEDFLOAT
* Store all numbers with standard '.' dec formatting
* Show all numbers based on locale settings
* Behat test to cover different cases using numeric questions and modified locale setting
Adrian Greeve [Thu, 6 Aug 2020 01:47:48 +0000 (09:47 +0800)]
Merge branch 'MDL-69311' of https://github.com/paulholden/moodle
Jordan Tomkinson [Mon, 6 Jul 2020 07:00:37 +0000 (09:00 +0200)]
MDL-69207 core_h5p: Add muc cache support for h5p library files
Adrian Greeve [Thu, 6 Aug 2020 01:05:57 +0000 (09:05 +0800)]
Merge branch 'master-MDL-66626' of https://github.com/golenkovm/moodle
Eloy Lafuente (stronk7) [Wed, 5 Aug 2020 22:59:15 +0000 (00:59 +0200)]
Merge branch 'MDL-67687-master-2' of git://github.com/andrewnicols/moodle into master
Eloy Lafuente (stronk7) [Wed, 5 Aug 2020 22:58:20 +0000 (00:58 +0200)]
Merge branch 'MDL-66670-master' of git://github.com/bmbrands/moodle into master
Adrian Greeve [Wed, 5 Aug 2020 06:18:24 +0000 (14:18 +0800)]
Merge branch 'MDL-68647-master-forumprivacysql' of git://github.com/mudrd8mz/moodle
Adrian Greeve [Wed, 5 Aug 2020 02:07:24 +0000 (10:07 +0800)]
Merge branch 'MDL-60932-master' of git://github.com/aanabit/moodle
Andrew Nicols [Tue, 14 Jan 2020 04:21:21 +0000 (12:21 +0800)]
MDL-67687 behat: Login page accessibility ensurance
Eloy Lafuente (stronk7) [Tue, 4 Aug 2020 22:45:20 +0000 (00:45 +0200)]
Merge branch 'MDL-67831-master' of git://github.com/bmbrands/moodle into master
Jun Pataleta [Tue, 4 Aug 2020 11:51:50 +0000 (19:51 +0800)]
Merge branch 'MDL-60574_master' of https://github.com/t-schroeder/moodle
Andrew Nicols [Thu, 16 Jul 2020 04:09:27 +0000 (12:09 +0800)]
MDL-67687 behat: Make axe tests optional
Andrew Nicols [Tue, 14 Jan 2020 04:06:10 +0000 (12:06 +0800)]
MDL-67687 behat: Add axe web accessibility tool integration
Andrew Nicols [Thu, 16 Jul 2020 01:24:06 +0000 (09:24 +0800)]
MDL-67687 behat: Add axe-core 3.5.5
Andrew Nicols [Mon, 15 Jun 2020 04:38:56 +0000 (12:38 +0800)]
MDL-67687 cli: Make boolean CLI args negatable
Eloy Lafuente (stronk7) [Tue, 4 Aug 2020 10:33:51 +0000 (12:33 +0200)]
Merge branch 'MDL-55299-master' of git://github.com/ferranrecio/moodle into master
Jun Pataleta [Tue, 4 Aug 2020 08:54:34 +0000 (16:54 +0800)]
Merge branch 'MDL-69336-master' of git://github.com/mickhawkins/moodle
Tim Schroeder [Thu, 16 Jul 2020 15:22:30 +0000 (17:22 +0200)]
MDL-60574 atto_undo: fixed redo erasing content
When you'd hit ctrl-y with nothing on the redo stack the entire
content of Atto would get deleted with no way of getting it back.
Michael Hawkins [Thu, 23 Jul 2020 04:45:19 +0000 (12:45 +0800)]
MDL-69336 lib: Correctly return promises when table show/hide columns
Previously showColumn and HideColumn were returning nothing, so
attempts to catch exceptions were themselves throwing errors in the
browser console.
Michael Hawkins [Tue, 21 Jul 2020 10:42:25 +0000 (18:42 +0800)]
MDL-69336 lib: Reinstating tablelib column show/hide functionality
Also added behat testing for hide/show columns in participants table.
Eloy Lafuente (stronk7) [Mon, 3 Aug 2020 14:26:59 +0000 (16:26 +0200)]
Merge branch 'MDL-69367' of https://github.com/paulholden/moodle into master
Eloy Lafuente (stronk7) [Mon, 3 Aug 2020 10:37:46 +0000 (12:37 +0200)]
Merge branch 'MDL-62980' of https://github.com/paulholden/moodle into master
Amaia Anabitarte [Fri, 24 Jul 2020 11:37:29 +0000 (13:37 +0200)]
MDL-60932 core_user: Fix docs link for participants page
Co-authored by: David Mudrák <david@moodle.com>
Neill Magill [Thu, 16 Jul 2020 09:00:14 +0000 (10:00 +0100)]
MDL-69296 resource: Pressing cancel should always exit settings form
Before this change if a user used navigated to a resource activity
from another activity and then edited the settings it was likely
that using the cancel button would result in file downloading,
rather than being returned to their last page.
After this change the user will be back on the page they came from.
Victor Deniz Falcon [Thu, 30 Jul 2020 11:53:40 +0000 (12:53 +0100)]
weekly release 4.0dev
Victor Deniz Falcon [Thu, 30 Jul 2020 11:53:34 +0000 (12:53 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jun Pataleta [Thu, 30 Jul 2020 03:42:53 +0000 (11:42 +0800)]
Merge branch 'MDL-68390-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Thu, 30 Jul 2020 03:36:23 +0000 (11:36 +0800)]
MDL-68390 tool_usertours: Update to use aria-hidden module
Jun Pataleta [Thu, 30 Jul 2020 01:57:57 +0000 (09:57 +0800)]
Merge branch 'MDL-65923-40-core_grades_add_gradeitem_deleted_event' of https://github.com/tomdickman/moodle
Eloy Lafuente (stronk7) [Wed, 29 Jul 2020 23:01:47 +0000 (01:01 +0200)]
Merge branch 'MDL-37745-master' of git://github.com/lucaboesch/moodle into master
Eloy Lafuente (stronk7) [Wed, 29 Jul 2020 22:47:40 +0000 (00:47 +0200)]
Merge branch 'MDL-63252-master' of git://github.com/lameze/moodle into master
Tom Dickman [Tue, 9 Jun 2020 07:02:09 +0000 (17:02 +1000)]
MDL-65923 core grades: Add a new event for when a grade item is deleted
Victor Deniz Falcon [Wed, 29 Jul 2020 21:36:49 +0000 (22:36 +0100)]
Merge branch 'MDL-66707-master' of git://github.com/rezaies/moodle
Victor Deniz Falcon [Wed, 29 Jul 2020 21:01:06 +0000 (22:01 +0100)]
Merge branch 'MDL-68968-master' of git://github.com/lameze/moodle
Victor Deniz Falcon [Wed, 29 Jul 2020 18:03:10 +0000 (19:03 +0100)]
Merge branch 'MDL-68706' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Wed, 29 Jul 2020 17:34:45 +0000 (19:34 +0200)]
Merge branch 'MDL-68390-master' of git://github.com/andrewnicols/moodle into master
Ferran Recio [Tue, 28 Jul 2020 15:23:38 +0000 (17:23 +0200)]
MDL-69143 contentbank: fix tests when extra plugins installed
Ferran Recio [Fri, 26 Jun 2020 17:56:29 +0000 (19:56 +0200)]
MDL-69143 contentbank: add import file method to content
Victor Deniz Falcon [Wed, 29 Jul 2020 10:43:32 +0000 (11:43 +0100)]
Merge branch 'MDL-69199-master' of git://github.com/aanabit/moodle
Jun Pataleta [Wed, 29 Jul 2020 09:44:12 +0000 (17:44 +0800)]
Merge branch 'MDL-69238-master' of git://github.com/mihailges/moodle
Jonathon Fowler [Fri, 15 May 2020 00:13:52 +0000 (10:13 +1000)]
MDL-68731 forum: fix digests not correctly updating post read statuses
Jun Pataleta [Wed, 29 Jul 2020 03:17:47 +0000 (11:17 +0800)]
Merge branch 'MDL-69252-close_tag' of https://github.com/leonstr/moodle
Eloy Lafuente (stronk7) [Tue, 28 Jul 2020 22:16:09 +0000 (00:16 +0200)]
Merge branch 'MDL-69319-master' of https://github.com/snake/moodle
Paul Holden [Tue, 28 Jul 2020 12:25:42 +0000 (13:25 +0100)]
MDL-69367 quizaccess_seb: correct foreign key table reference.
Leon Stringer [Tue, 28 Jul 2020 11:01:26 +0000 (12:01 +0100)]
MDL-60493 mod_assign: Unused JS variables
Removed unused JavaScript variables fixing CI warning "ESLint error
[no-unused-vars]".
Leon Stringer [Tue, 28 Jul 2020 10:59:55 +0000 (11:59 +0100)]
MDL-60493 mod_assign: Remove rogue </span>
In the grading interface (/mod/assign/view.php?id=2&action=grader)
there was a rogue </span> with no opening <span>. Also changed
<span><form> to <div><form> in included template fixing CiBoT HTML
Validation error.
Eloy Lafuente (stronk7) [Tue, 28 Jul 2020 10:40:04 +0000 (12:40 +0200)]
Merge branch 'MDL-68107-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Tue, 28 Jul 2020 03:42:47 +0000 (11:42 +0800)]
Merge branch 'MDL-65453-master' of git://github.com/lameze/moodle
Simey Lameze [Tue, 14 Jul 2020 06:27:58 +0000 (14:27 +0800)]
MDL-65453 core: fix behaviour of --skip-database option on install
Paul Holden [Tue, 7 Jul 2020 12:44:10 +0000 (13:44 +0100)]
MDL-69204 tool_dataprivacy: summary link only on current user profile.
Jun Pataleta [Mon, 27 Jul 2020 08:55:34 +0000 (16:55 +0800)]
Merge branch 'MDL-66755-master' of https://github.com/SergioComeron/moodle
Bas Brands [Mon, 27 Jul 2020 07:45:17 +0000 (09:45 +0200)]
MDL-68107 mod_label: make images dropped onto courses responsive
C4ne [Thu, 5 Mar 2020 10:17:57 +0000 (10:17 +0000)]
MDL-68107 editor_atto: responsive images for drag and drop
Jun Pataleta [Mon, 27 Jul 2020 02:53:23 +0000 (10:53 +0800)]
Merge branch 'MDL-69260_master' of git://github.com/adpe/moodle
Mihail Geshoski [Mon, 20 Jul 2020 01:15:49 +0000 (09:15 +0800)]
MDL-69238 core: Remove coursecat_sortable_records class
Adrian Greeve [Mon, 27 Jul 2020 00:48:58 +0000 (08:48 +0800)]
Merge branch 'MDL-69079-master-1' of git://github.com/mihailges/moodle
AMOS bot [Mon, 27 Jul 2020 00:07:24 +0000 (00:07 +0000)]
Automatically generated installer lang files
AMOS bot [Mon, 27 Jul 2020 00:07:24 +0000 (00:07 +0000)]
Automatically generated installer lang files
Mikhail Golenkov [Mon, 20 Jul 2020 06:45:13 +0000 (16:45 +1000)]
MDL-66626 assignfeedback_editpdf: Check page count for attempt.
Co-Authored-By: John Yao <johnyao@catalyst-au.net>
Mikhail Golenkov [Mon, 20 Jul 2020 06:42:47 +0000 (16:42 +1000)]
MDL-66626 assignfeedback_editpdf: Count files outside of foreach loop.
Co-Authored-By: John Yao <johnyao@catalyst-au.net>
Luca Bösch [Sun, 5 Jan 2020 01:18:53 +0000 (02:18 +0100)]
MDL-37745 mod_choice: Show taken and limit.
AMOS bot [Sat, 25 Jul 2020 00:07:48 +0000 (00:07 +0000)]
Automatically generated installer lang files
Paul Holden [Wed, 13 May 2020 20:45:58 +0000 (21:45 +0100)]
MDL-68706 customfield_textarea: allow field content to be cleared.
Sergio Comerón [Mon, 13 Jul 2020 16:25:07 +0000 (18:25 +0200)]
MDL-66755 forum: Subscription cancel when edit a message
Mihail Geshoski [Fri, 24 Jul 2020 03:08:25 +0000 (11:08 +0800)]
MDL-69079 core: Restore and set missing guest user
Mihail Geshoski [Wed, 15 Jul 2020 15:54:00 +0000 (23:54 +0800)]
MDL-69079 course: Handle missing guest when fetching recommended modules
Mihail Geshoski [Wed, 15 Jul 2020 08:37:13 +0000 (16:37 +0800)]
MDL-69079 course: Handle fetch module data failures in activity chooser
Sam Marshall [Mon, 20 Jul 2020 04:29:32 +0000 (12:29 +0800)]
MDL-63252 tool_xmldb: convert default to float to avoid false positives
Simey Lameze [Mon, 8 Jun 2020 13:42:35 +0000 (21:42 +0800)]
MDL-68968 core: fix wrong phpdoc on admin_externalpage
Amaia Anabitarte [Tue, 14 Jul 2020 15:41:59 +0000 (17:41 +0200)]
MDL-69199 mod_quiz: Show timefinish in user Complete report
Victor Deniz Falcon [Thu, 23 Jul 2020 15:10:20 +0000 (16:10 +0100)]
weekly release 4.0dev
Victor Deniz Falcon [Thu, 23 Jul 2020 15:10:16 +0000 (16:10 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Bas Brands [Thu, 7 May 2020 13:09:54 +0000 (15:09 +0200)]
MDL-67831 core_message: use space available for message index page
- the prevents the message reply box from being out of view when
a user has many conversations.
AMOS bot [Thu, 23 Jul 2020 00:07:42 +0000 (00:07 +0000)]
Automatically generated installer lang files
Victor Deniz Falcon [Wed, 22 Jul 2020 20:51:25 +0000 (21:51 +0100)]
Merge branch 'MDL-48391' of https://github.com/paulholden/moodle
Victor Deniz Falcon [Wed, 22 Jul 2020 17:58:23 +0000 (18:58 +0100)]
Merge branch 'MDL-65819' of https://github.com/paulholden/moodle
Paul Holden [Thu, 14 May 2020 22:39:09 +0000 (23:39 +0100)]
MDL-48391 tool_uploadcourse: access checks for configuring enrolments.
Ferran Recio [Wed, 22 Jul 2020 16:47:37 +0000 (18:47 +0200)]
MDL-55299 mod_feedback: fix quoted values donwload
Jun Pataleta [Wed, 22 Jul 2020 15:26:24 +0000 (23:26 +0800)]
Merge branch 'MDL-68586-format_topics_code_prechecks' of https://gitlab.com/drlikm/moodle
Jun Pataleta [Wed, 22 Jul 2020 10:10:46 +0000 (18:10 +0800)]
Merge branch 'MDL-68874-db-sql-instrumentation' of https://github.com/brendanheywood/moodle
Paul Holden [Fri, 17 Jul 2020 15:24:53 +0000 (16:24 +0100)]
MDL-69311 dataformat: correct license docblock.
When this class was implemented in
8844cb82, it incorrectly set the
license to Moodle Workplace.