moodle.git
4 years agoMerge branch 'MDL-57682-master-fix' of git://github.com/andrewnicols/moodle
Jun Pataleta [Wed, 9 Sep 2020 08:10:00 +0000 (16:10 +0800)]
Merge branch 'MDL-57682-master-fix' of git://github.com/andrewnicols/moodle

4 years agoMDL-57682 mediaplayer_videojs: Improve in-page caching of lang strings
Andrew Nicols [Wed, 9 Sep 2020 07:36:46 +0000 (15:36 +0800)]
MDL-57682 mediaplayer_videojs: Improve in-page caching of lang strings

4 years agoMDL-57682 mediaplayer_videojs: Login not required for lang fetch
Andrew Nicols [Wed, 9 Sep 2020 07:14:09 +0000 (15:14 +0800)]
MDL-57682 mediaplayer_videojs: Login not required for lang fetch

4 years agoMerge branch 'MDL-69521' of https://github.com/stronk7/moodle into master
Sara Arjona [Wed, 9 Sep 2020 06:08:06 +0000 (08:08 +0200)]
Merge branch 'MDL-69521' of https://github.com/stronk7/moodle into master

4 years agoMDL-68797 tool_mobile: Version bump
Andrew Nicols [Wed, 9 Sep 2020 04:44:12 +0000 (12:44 +0800)]
MDL-68797 tool_mobile: Version bump

4 years agoMerge branch 'MDL-68797-master' of https://github.com/nguyenphuctien/moodle
Andrew Nicols [Wed, 9 Sep 2020 04:27:17 +0000 (12:27 +0800)]
Merge branch 'MDL-68797-master' of https://github.com/nguyenphuctien/moodle

4 years agoMerge branch 'MDL-57682-master' of git://github.com/rezaies/moodle
Andrew Nicols [Wed, 9 Sep 2020 04:22:54 +0000 (12:22 +0800)]
Merge branch 'MDL-57682-master' of git://github.com/rezaies/moodle

4 years agoMerge branch 'MDL-69116-master' of git://github.com/rezaies/moodle into master
Eloy Lafuente (stronk7) [Tue, 8 Sep 2020 21:14:19 +0000 (23:14 +0200)]
Merge branch 'MDL-69116-master' of git://github.com/rezaies/moodle into master

4 years agoMDL-69521 core: Move all comments in code from 4.4 to 4.2
Eloy Lafuente (stronk7) [Sun, 6 Sep 2020 15:20:43 +0000 (17:20 +0200)]
MDL-69521 core: Move all comments in code from 4.4 to 4.2

4 years agoMDL-69521 core: Move all comments in code from 4.3 to 4.1
Eloy Lafuente (stronk7) [Sun, 6 Sep 2020 15:16:42 +0000 (17:16 +0200)]
MDL-69521 core: Move all comments in code from 4.3 to 4.1

4 years agoMDL-69521 core: Move all comments in code from 4.2 to 4.0
Eloy Lafuente (stronk7) [Sun, 6 Sep 2020 15:05:21 +0000 (17:05 +0200)]
MDL-69521 core: Move all comments in code from 4.2 to 4.0

4 years agoMDL-69521 core: Move all comments in code from 4.1 to 3.11
Eloy Lafuente (stronk7) [Sun, 6 Sep 2020 14:58:51 +0000 (16:58 +0200)]
MDL-69521 core: Move all comments in code from 4.1 to 3.11

4 years agoMerge branch 'MDL-69510-master' of https://github.com/snake/moodle into master
Eloy Lafuente (stronk7) [Tue, 8 Sep 2020 13:27:29 +0000 (15:27 +0200)]
Merge branch 'MDL-69510-master' of https://github.com/snake/moodle into master

4 years agoMerge branch 'MDL-69525-master-1' of git://github.com/mihailges/moodle into master
Sara Arjona [Tue, 8 Sep 2020 12:21:37 +0000 (14:21 +0200)]
Merge branch 'MDL-69525-master-1' of git://github.com/mihailges/moodle into master

4 years agoMerge branch 'MDL-28501-master' of https://github.com/mackensen/moodle into master
Sara Arjona [Tue, 8 Sep 2020 11:27:55 +0000 (13:27 +0200)]
Merge branch 'MDL-28501-master' of https://github.com/mackensen/moodle into master

4 years agoMDL-69340 tag: Correct the filter input HTML in the tag manager
Michael Hawkins [Tue, 4 Aug 2020 10:04:27 +0000 (18:04 +0800)]
MDL-69340 tag: Correct the filter input HTML in the tag manager

4 years agoMDL-69048 book: Sanitize previous chapter value in add new chapter page
Mihail Geshoski [Fri, 14 Aug 2020 03:11:01 +0000 (11:11 +0800)]
MDL-69048 book: Sanitize previous chapter value in add new chapter page

4 years agoMDL-68974 calendar: Use page context for block check
Andrew Nicols [Wed, 12 Aug 2020 00:02:42 +0000 (08:02 +0800)]
MDL-68974 calendar: Use page context for block check

4 years agoMDL-68974 blocks: Check permission before generating content
Andrew Nicols [Mon, 10 Aug 2020 02:08:17 +0000 (10:08 +0800)]
MDL-68974 blocks: Check permission before generating content

4 years agoMDL-65115 repository: Prevent unzipping if it will exceed allowed quota
Mihail Geshoski [Tue, 14 Jul 2020 07:49:14 +0000 (15:49 +0800)]
MDL-65115 repository: Prevent unzipping if it will exceed allowed quota

4 years agoMDL-65115 core_files: Add get_total_content_size() in stored_file class
Mihail Geshoski [Tue, 14 Jul 2020 07:11:10 +0000 (15:11 +0800)]
MDL-65115 core_files: Add get_total_content_size() in stored_file class

New function get_total_content_size() is introduced in the stored_file
class. The puprose of this function is to calculate and return the
total size (in bytes) of the content of an archive file.

4 years agoMDL-68974 admin: Unit tests for context parent/child test
Andrew Nicols [Tue, 21 Jul 2020 02:31:32 +0000 (10:31 +0800)]
MDL-68974 admin: Unit tests for context parent/child test

4 years agoMDL-68974 admin: Unit tests for loginas
Andrew Nicols [Mon, 20 Jul 2020 05:20:44 +0000 (13:20 +0800)]
MDL-68974 admin: Unit tests for loginas

4 years agoMDL-68974 admin: Prevent login as outside of the desired context
Andrew Nicols [Mon, 20 Jul 2020 04:28:35 +0000 (12:28 +0800)]
MDL-68974 admin: Prevent login as outside of the desired context

4 years agoMerge branch 'MDL-68344-master' of https://github.com/JBThong/moodle into master
Sara Arjona [Tue, 8 Sep 2020 06:44:46 +0000 (08:44 +0200)]
Merge branch 'MDL-68344-master' of https://github.com/JBThong/moodle into master

4 years agoMerge branch 'MDL-69492' of https://github.com/paulholden/moodle
Jun Pataleta [Tue, 8 Sep 2020 04:56:54 +0000 (12:56 +0800)]
Merge branch 'MDL-69492' of https://github.com/paulholden/moodle

4 years agoMerge branch 'MDL-69262-master-2' of git://github.com/junpataleta/moodle into master
Eloy Lafuente (stronk7) [Mon, 7 Sep 2020 21:42:45 +0000 (23:42 +0200)]
Merge branch 'MDL-69262-master-2' of git://github.com/junpataleta/moodle into master

4 years agoMerge branch 'MDL-69448' of https://github.com/paulholden/moodle into master
Eloy Lafuente (stronk7) [Mon, 7 Sep 2020 21:25:49 +0000 (23:25 +0200)]
Merge branch 'MDL-69448' of https://github.com/paulholden/moodle into master

4 years agoMerge branch 'MDL-69577-master' of git://github.com/crazyserver/moodle into master
Eloy Lafuente (stronk7) [Mon, 7 Sep 2020 20:58:39 +0000 (22:58 +0200)]
Merge branch 'MDL-69577-master' of git://github.com/crazyserver/moodle into master

4 years agoMDL-28501 mod_folder: make force downloading behavior configuable
Charles Fulton [Fri, 29 Jun 2018 19:42:20 +0000 (15:42 -0400)]
MDL-28501 mod_folder: make force downloading behavior configuable

4 years agoMDL-69240 tool_moodlenet: Clean MoodleNet profile field
Mathew May [Mon, 10 Aug 2020 03:39:37 +0000 (11:39 +0800)]
MDL-69240 tool_moodlenet: Clean MoodleNet profile field

Amended by: Eloy Lafuente (stronk7) <stronk7@moodle.org>
- adjust versions for every branch.
- modify verify_webfinger->profileurl external to PARAM_NOTAGS.

4 years agoMerge branch 'MDL-69632-master-adminserversettings' of git://github.com/mudrd8mz...
Sara Arjona [Mon, 7 Sep 2020 11:43:52 +0000 (13:43 +0200)]
Merge branch 'MDL-69632-master-adminserversettings' of git://github.com/mudrd8mz/moodle into master

4 years agoMerge branch 'MDL-67468-Master' of https://github.com/tuanngocnguyen/moodle into...
Sara Arjona [Mon, 7 Sep 2020 11:19:46 +0000 (13:19 +0200)]
Merge branch 'MDL-67468-Master' of https://github.com/tuanngocnguyen/moodle into master

4 years agoMDL-62609 lang: Final removal of deprecated strings
Mathew May [Mon, 15 Jun 2020 03:29:10 +0000 (11:29 +0800)]
MDL-62609 lang: Final removal of deprecated strings

4 years agoMerge branch 'MDL-63261-squashed' of https://github.com/Chocolate-lightning/moodle...
Sara Arjona [Mon, 7 Sep 2020 05:30:03 +0000 (07:30 +0200)]
Merge branch 'MDL-63261-squashed' of https://github.com/Chocolate-lightning/moodle into master

4 years agoMDL-63261 messaging: Final 3.6 deprecations
Mathew May [Mon, 20 Jul 2020 06:11:34 +0000 (14:11 +0800)]
MDL-63261 messaging: Final 3.6 deprecations

4 years agoMDL-69521 core: Move all comments in code from 4.0 to 3.10
Eloy Lafuente (stronk7) [Sun, 6 Sep 2020 14:48:57 +0000 (16:48 +0200)]
MDL-69521 core: Move all comments in code from 4.0 to 3.10

4 years agoMDL-57682 media_videojs: Cache videojs languages in the localstorage
Shamim Rezaie [Wed, 12 Aug 2020 08:42:23 +0000 (18:42 +1000)]
MDL-57682 media_videojs: Cache videojs languages in the localstorage

4 years agoMDL-69632 admin: Fix the legacy coding style at the server section
David Mudrák [Fri, 4 Sep 2020 08:23:06 +0000 (10:23 +0200)]
MDL-69632 admin: Fix the legacy coding style at the server section

No actual changes to the file made, only reformatted and cleaned up to
follow the recent coding guidelines.

4 years agoMDL-57682 media_videojs: webservice to get the language pack of videojs
Shamim Rezaie [Wed, 12 Aug 2020 08:43:46 +0000 (18:43 +1000)]
MDL-57682 media_videojs: webservice to get the language pack of videojs

4 years agoMDL-57682 media_videojs: convert videojs loader to es6
Shamim Rezaie [Thu, 6 Aug 2020 11:37:15 +0000 (21:37 +1000)]
MDL-57682 media_videojs: convert videojs loader to es6

4 years agoMDL-69492 auth_cas: normalise member distinguished name config.
Paul Holden [Mon, 17 Aug 2020 19:52:51 +0000 (20:52 +0100)]
MDL-69492 auth_cas: normalise member distinguished name config.

4 years agoMDL-69492 auth_ldap: normalise member distinguished name config.
Paul Holden [Mon, 17 Aug 2020 19:31:27 +0000 (20:31 +0100)]
MDL-69492 auth_ldap: normalise member distinguished name config.

4 years agoMDL-69448 backup: fix capability checks when unable to copy user data.
Paul Holden [Tue, 11 Aug 2020 23:57:57 +0000 (00:57 +0100)]
MDL-69448 backup: fix capability checks when unable to copy user data.

When a given user doesn't have the capability to "Include user data"
during course copying, freeze the form element rather than not adding
it at all.

This caused problems as the element was required before preceding with
the course copy.

4 years agoMDL-67468 filter_activitynames: use MUC
Nathan Nguyen [Mon, 13 Jul 2020 07:58:29 +0000 (17:58 +1000)]
MDL-67468 filter_activitynames: use MUC

4 years agoMDL-68797 Administration: Setting for mobile file type exclusion list
Tien Nguyen [Fri, 4 Sep 2020 04:00:00 +0000 (11:00 +0700)]
MDL-68797 Administration: Setting for mobile file type exclusion list

4 years agoMDL-68797 Administration: Add auto complete setting
Tien Nguyen [Fri, 4 Sep 2020 03:59:00 +0000 (10:59 +0700)]
MDL-68797 Administration: Add auto complete setting

4 years agoMDL-68344 filepicker: File Picker focus lost on upload
Thong Bui [Mon, 6 Apr 2020 05:02:43 +0000 (12:02 +0700)]
MDL-68344 filepicker: File Picker focus lost on upload

4 years agoweekly release 4.0dev
Sara Arjona [Thu, 3 Sep 2020 15:09:10 +0000 (17:09 +0200)]
weekly release 4.0dev

4 years agoNOBUG: Fixed SVG browser compatibility
Sara Arjona [Thu, 3 Sep 2020 15:09:03 +0000 (17:09 +0200)]
NOBUG: Fixed SVG browser compatibility

4 years agoMDL-69391 behat: Grammar correction in feature
Andrew Nicols [Thu, 3 Sep 2020 03:34:47 +0000 (11:34 +0800)]
MDL-69391 behat: Grammar correction in feature

4 years agoMerge branch 'MDL-69391-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Thu, 3 Sep 2020 03:32:31 +0000 (11:32 +0800)]
Merge branch 'MDL-69391-master' of git://github.com/junpataleta/moodle

4 years agoMDL-69391 calendar: Accessibility tests for calendar
Jun Pataleta [Thu, 3 Sep 2020 03:02:37 +0000 (11:02 +0800)]
MDL-69391 calendar: Accessibility tests for calendar

4 years agoMDL-69391 auth: Colour contrast accessibility test for login page
Jun Pataleta [Thu, 3 Sep 2020 03:02:16 +0000 (11:02 +0800)]
MDL-69391 auth: Colour contrast accessibility test for login page

4 years agoMDL-69391 theme: Darken course selector text colour
Jun Pataleta [Tue, 25 Aug 2020 04:18:59 +0000 (12:18 +0800)]
MDL-69391 theme: Darken course selector text colour

Use $gray-600 for a darker text colour in the course select box.
This also makes the colour consistent with the view selector which
also uses $gray-600.

4 years agoMDL-69391 theme: Darken navbar-light colour
Jun Pataleta [Tue, 25 Aug 2020 03:46:01 +0000 (11:46 +0800)]
MDL-69391 theme: Darken navbar-light colour

Increase the opacity for the sass variable $navbar-light-color a
little bit in order to achieve an acceptable colour contrast against
the white background.

4 years agoMerge branch 'MDL-69418-master' of https://github.com/dmitriim/moodle
Andrew Nicols [Thu, 3 Sep 2020 02:56:56 +0000 (10:56 +0800)]
Merge branch 'MDL-69418-master' of https://github.com/dmitriim/moodle

4 years agoMerge branch 'MDL-69360-master' of git://github.com/NoelDeMartin/moodle
Andrew Nicols [Thu, 3 Sep 2020 02:44:31 +0000 (10:44 +0800)]
Merge branch 'MDL-69360-master' of git://github.com/NoelDeMartin/moodle

4 years agoMerge branch 'MDL-69246' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 3 Sep 2020 02:39:31 +0000 (10:39 +0800)]
Merge branch 'MDL-69246' of https://github.com/timhunt/moodle

4 years agoMDL-69510 admin: make ldap configuration warnings clear
Jake Dallimore [Thu, 20 Aug 2020 04:35:29 +0000 (12:35 +0800)]
MDL-69510 admin: make ldap configuration warnings clear

4 years agoMerge branch 'MDL-55340-master' of git://github.com/sarjona/moodle
Andrew Nicols [Thu, 3 Sep 2020 02:05:21 +0000 (10:05 +0800)]
Merge branch 'MDL-55340-master' of git://github.com/sarjona/moodle

4 years agoMerge branch 'MDL-69069-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Thu, 3 Sep 2020 01:32:36 +0000 (09:32 +0800)]
Merge branch 'MDL-69069-master' of git://github.com/bmbrands/moodle

4 years agoMDL-69117 output: Correct remove_dir usage
Andrew Nicols [Thu, 3 Sep 2020 01:01:32 +0000 (09:01 +0800)]
MDL-69117 output: Correct remove_dir usage

4 years agoMerge branch 'MDL-69117-master-2' of git://github.com/bmbrands/moodle
Andrew Nicols [Thu, 3 Sep 2020 00:38:54 +0000 (08:38 +0800)]
Merge branch 'MDL-69117-master-2' of git://github.com/bmbrands/moodle

4 years agoMerge branch 'MDL-55971' of https://github.com/paulholden/moodle into master
Eloy Lafuente (stronk7) [Wed, 2 Sep 2020 22:50:39 +0000 (00:50 +0200)]
Merge branch 'MDL-55971' of https://github.com/paulholden/moodle into master

4 years agoMDL-67306 webservices: Added webservice for Grade category creation
Peter Burnett [Wed, 19 Aug 2020 05:13:08 +0000 (15:13 +1000)]
MDL-67306 webservices: Added webservice for Grade category creation

4 years agoMerge branch 'MDL-69608' of https://github.com/marinaglancy/moodle into master
Eloy Lafuente (stronk7) [Wed, 2 Sep 2020 21:45:15 +0000 (23:45 +0200)]
Merge branch 'MDL-69608' of https://github.com/marinaglancy/moodle into master

4 years agoMerge branch '67278-master-categories-selector' of https://github.com/DSI-Universite...
Sara Arjona [Wed, 2 Sep 2020 15:37:15 +0000 (17:37 +0200)]
Merge branch '67278-master-categories-selector' of https://github.com/DSI-Universite-Rennes2/moodle into master

4 years agoMerge branch 'MDL-68680-Master' of https://github.com/tuanngocnguyen/moodle into...
Sara Arjona [Wed, 2 Sep 2020 15:15:53 +0000 (17:15 +0200)]
Merge branch 'MDL-68680-Master' of https://github.com/tuanngocnguyen/moodle into master

4 years agoMDL-67278 course: Use autocomplete widget for course category selector
Julien Boulen [Wed, 2 Sep 2020 13:30:34 +0000 (15:30 +0200)]
MDL-67278 course: Use autocomplete widget for course category selector

4 years agoMerge branch 'MDL-69174-master' of git://github.com/sarjona/moodle into master
Eloy Lafuente (stronk7) [Wed, 2 Sep 2020 11:11:33 +0000 (13:11 +0200)]
Merge branch 'MDL-69174-master' of git://github.com/sarjona/moodle into master

4 years agoMDL-69608 core_form: frozen forms do not have form tag
Marina Glancy [Tue, 1 Sep 2020 15:11:10 +0000 (17:11 +0200)]
MDL-69608 core_form: frozen forms do not have form tag

4 years agoMDL-69117 theme_boost: themedesigner source maps
Bas Brands [Tue, 23 Jun 2020 09:30:16 +0000 (11:30 +0200)]
MDL-69117 theme_boost: themedesigner source maps

4 years agoMDL-69117 theme_boost: deprecate the autoprefixer
Bas Brands [Wed, 2 Sep 2020 08:48:20 +0000 (10:48 +0200)]
MDL-69117 theme_boost: deprecate the autoprefixer

4 years agoMDL-69174 mod_h5pactivity: component passed always
Sara Arjona [Wed, 2 Sep 2020 10:09:27 +0000 (12:09 +0200)]
MDL-69174 mod_h5pactivity: component passed always

The $component = 'mod_h5pactivity' will be passed always to the H5P
player because it's required for being able to call these activities
from outside using embed code. The xAPI implementation checks whether
the information should be tracked or not.

4 years agoMDL-69360 behat: Fix js ready checks for non-moodle sites
Noel De Martin [Tue, 25 Aug 2020 07:48:20 +0000 (09:48 +0200)]
MDL-69360 behat: Fix js ready checks for non-moodle sites

4 years agoMerge branch 'MDL-68892-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Wed, 2 Sep 2020 01:44:26 +0000 (09:44 +0800)]
Merge branch 'MDL-68892-master' of git://github.com/ferranrecio/moodle

4 years agoMerge branch 'master_MDL-69190' of https://github.com/danmarsden/moodle
Andrew Nicols [Wed, 2 Sep 2020 01:30:43 +0000 (09:30 +0800)]
Merge branch 'master_MDL-69190' of https://github.com/danmarsden/moodle

4 years agoMerge branch 'MDL-67419-master' of git://github.com/farhan6318/moodle
Andrew Nicols [Wed, 2 Sep 2020 00:54:27 +0000 (08:54 +0800)]
Merge branch 'MDL-67419-master' of git://github.com/farhan6318/moodle

4 years agoMerge branch 'wip_MDL-69491_master' of git://github.com/gjb2048/moodle into master
Eloy Lafuente (stronk7) [Tue, 1 Sep 2020 22:27:15 +0000 (00:27 +0200)]
Merge branch 'wip_MDL-69491_master' of git://github.com/gjb2048/moodle into master

4 years agoMerge branch 'MDL-69174-master' of git://github.com/sarjona/moodle into master
Eloy Lafuente (stronk7) [Tue, 1 Sep 2020 22:21:40 +0000 (00:21 +0200)]
Merge branch 'MDL-69174-master' of git://github.com/sarjona/moodle into master

4 years agoMerge branch 'MDL-63387-2' of https://github.com/paulholden/moodle into master
Sara Arjona [Tue, 1 Sep 2020 14:58:00 +0000 (16:58 +0200)]
Merge branch 'MDL-63387-2' of https://github.com/paulholden/moodle into master

4 years agoMDL-69577 forum: Add courseid, forumid on get_discussion_posts response
Pau Ferrer Ocaña [Mon, 31 Aug 2020 09:21:56 +0000 (11:21 +0200)]
MDL-69577 forum: Add courseid, forumid on get_discussion_posts response

4 years agoMerge branch 'MDL-64525' of https://github.com/NeillM/moodle into master
Sara Arjona [Tue, 1 Sep 2020 12:17:48 +0000 (14:17 +0200)]
Merge branch 'MDL-64525' of https://github.com/NeillM/moodle into master

4 years agoMDL-63387 course: use renamed role names, update Behat tests.
Paul Holden [Fri, 16 Aug 2019 15:51:17 +0000 (16:51 +0100)]
MDL-63387 course: use renamed role names, update Behat tests.

Specify that we want both role names (renamed course role plus
original).

4 years agoMDL-63387 user: show both role names on course participants page.
Paul Holden [Tue, 16 Jun 2020 21:38:46 +0000 (22:38 +0100)]
MDL-63387 user: show both role names on course participants page.

4 years agoMDL-63387 enrol_cohort: show both roles names in instance config form.
Paul Holden [Tue, 1 Sep 2020 10:34:40 +0000 (11:34 +0100)]
MDL-63387 enrol_cohort: show both roles names in instance config form.

4 years agoMDL-63387 enrol_manual: show both role names in enrol users dialog.
Paul Holden [Fri, 16 Aug 2019 15:43:50 +0000 (16:43 +0100)]
MDL-63387 enrol_manual: show both role names in enrol users dialog.

4 years agoMDL-63387 access: add parameter to define how role names are returned.
Paul Holden [Wed, 27 Mar 2019 16:03:00 +0000 (16:03 +0000)]
MDL-63387 access: add parameter to define how role names are returned.

4 years agoMerge branch 'MDL-51709-master' of git://github.com/lucaboesch/moodle into master
Sara Arjona [Tue, 1 Sep 2020 07:04:03 +0000 (09:04 +0200)]
Merge branch 'MDL-51709-master' of git://github.com/lucaboesch/moodle into master

4 years agoMDL-69525 core: Publish a single event when toggling slave checkboxes
Mihail Geshoski [Tue, 1 Sep 2020 06:33:11 +0000 (14:33 +0800)]
MDL-69525 core: Publish a single event when toggling slave checkboxes

4 years agoMerge branch 'MDL-69394-master' of git://github.com/junpataleta/moodle into master
Sara Arjona [Tue, 1 Sep 2020 04:44:59 +0000 (06:44 +0200)]
Merge branch 'MDL-69394-master' of git://github.com/junpataleta/moodle into master

4 years agoMerge branch 'MDL-69507' of https://github.com/timhunt/moodle
Andrew Nicols [Tue, 1 Sep 2020 03:11:07 +0000 (11:11 +0800)]
Merge branch 'MDL-69507' of https://github.com/timhunt/moodle

4 years agoMerge branch 'MDL-69387-master-2' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 1 Sep 2020 02:59:23 +0000 (10:59 +0800)]
Merge branch 'MDL-69387-master-2' of git://github.com/junpataleta/moodle

4 years agoMerge branch 'MDL-38350-master' of https://github.com/sammarshallou/moodle into master
Sara Arjona [Mon, 31 Aug 2020 15:02:14 +0000 (17:02 +0200)]
Merge branch 'MDL-38350-master' of https://github.com/sammarshallou/moodle into master

4 years agoMerge branch 'MDL-69505-master' of https://github.com/snake/moodle
Andrew Nicols [Mon, 31 Aug 2020 07:27:31 +0000 (15:27 +0800)]
Merge branch 'MDL-69505-master' of https://github.com/snake/moodle

4 years agoMerge branch 'MDL-69270-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Mon, 31 Aug 2020 05:00:08 +0000 (13:00 +0800)]
Merge branch 'MDL-69270-master' of git://github.com/ferranrecio/moodle

4 years agoMDL-69269 contentbank: Fix issues identified in integration
Andrew Nicols [Mon, 31 Aug 2020 04:40:38 +0000 (12:40 +0800)]
MDL-69269 contentbank: Fix issues identified in integration

4 years agoMerge branch 'MDL-69269-master' of git://github.com/sarjona/moodle
Andrew Nicols [Mon, 31 Aug 2020 04:10:44 +0000 (12:10 +0800)]
Merge branch 'MDL-69269-master' of git://github.com/sarjona/moodle

4 years agoMerge branch 'MDL-68569' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 31 Aug 2020 03:39:51 +0000 (11:39 +0800)]
Merge branch 'MDL-68569' of https://github.com/paulholden/moodle