moodle.git
5 years agoMDL-68030 core_course: Update behat
Mathew May [Tue, 10 Mar 2020 01:01:17 +0000 (09:01 +0800)]
MDL-68030 core_course: Update behat

5 years agoMDL-68030 core_course: Tuncate long module names
Mathew May [Thu, 5 Mar 2020 07:00:32 +0000 (15:00 +0800)]
MDL-68030 core_course: Tuncate long module names

5 years agoMDL-68030 core_course: Set focus onto the help area header
Mathew May [Thu, 5 Mar 2020 02:29:42 +0000 (10:29 +0800)]
MDL-68030 core_course: Set focus onto the help area header

5 years agoMDL-68030 core_course: Properly size elements in the chooser
Mathew May [Tue, 3 Mar 2020 06:13:45 +0000 (14:13 +0800)]
MDL-68030 core_course: Properly size elements in the chooser

5 years agoweekly release 3.9dev
Sara Arjona [Thu, 5 Mar 2020 16:31:15 +0000 (17:31 +0100)]
weekly release 3.9dev

5 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Sara Arjona [Thu, 5 Mar 2020 16:31:12 +0000 (17:31 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

5 years agoMDL-33671 behat: fix error with Select all/none checkbox
Sara Arjona [Thu, 5 Mar 2020 14:58:56 +0000 (15:58 +0100)]
MDL-33671 behat: fix error with Select all/none checkbox

5 years agoMerge branch 'MDL-33671-master-fix' of git://github.com/andrewnicols/moodle
Sara Arjona [Thu, 5 Mar 2020 08:05:52 +0000 (09:05 +0100)]
Merge branch 'MDL-33671-master-fix' of git://github.com/andrewnicols/moodle

5 years agoMDL-67861 core: Fix getremoteaddr unit test to match new proxy setup
Michael Hawkins [Thu, 5 Mar 2020 05:31:32 +0000 (13:31 +0800)]
MDL-67861 core: Fix getremoteaddr unit test to match new proxy setup

5 years agoMDL-33671 behat: Check current fieldtype and parent
Andrew Nicols [Thu, 5 Mar 2020 06:16:18 +0000 (14:16 +0800)]
MDL-33671 behat: Check current fieldtype and parent

5 years agoMerge branch 'MDL-67263-master' of git://github.com/mihailges/moodle
Andrew Nicols [Thu, 5 Mar 2020 05:22:40 +0000 (13:22 +0800)]
Merge branch 'MDL-67263-master' of git://github.com/mihailges/moodle

5 years agoMDL-67263 course: Add behat tests
Mihail Geshoski [Thu, 5 Mar 2020 03:57:14 +0000 (11:57 +0800)]
MDL-67263 course: Add behat tests

5 years agoMDL-67263 course: Add search functionality in the activity chooser
Mihail Geshoski [Thu, 5 Mar 2020 03:56:39 +0000 (11:56 +0800)]
MDL-67263 course: Add search functionality in the activity chooser

5 years agoMerge branch 'MDL-67504-Master' of https://github.com/tuanngocnguyen/moodle
Andrew Nicols [Thu, 5 Mar 2020 02:46:37 +0000 (10:46 +0800)]
Merge branch 'MDL-67504-Master' of https://github.com/tuanngocnguyen/moodle

5 years agoMerge branch 'MDL-65298' of https://github.com/Chocolate-lightning/moodle
Andrew Nicols [Thu, 5 Mar 2020 02:39:25 +0000 (10:39 +0800)]
Merge branch 'MDL-65298' of https://github.com/Chocolate-lightning/moodle

5 years agoMDL-65298 core_course: Remove unused function parameters
Mathew May [Mon, 24 Feb 2020 02:21:51 +0000 (10:21 +0800)]
MDL-65298 core_course: Remove unused function parameters

5 years agoMerge branch 'master_MDL-67872' of https://github.com/danmarsden/moodle
Andrew Nicols [Thu, 5 Mar 2020 01:45:37 +0000 (09:45 +0800)]
Merge branch 'master_MDL-67872' of https://github.com/danmarsden/moodle

5 years agoMDL-67861 core: Added $CFG->reverseproxyignore IP subnet list
Brendan Heywood [Wed, 5 Feb 2020 12:14:39 +0000 (23:14 +1100)]
MDL-67861 core: Added $CFG->reverseproxyignore IP subnet list

If your server is behind multiple reverse proxies that append to the
X-Forwarded-For header then you will need to specify a comma separated
list of ip addresses or subnets of the reverse proxies to be ignored
in order to find the users correct IP address.

5 years agoMDL-67861 libraries: Refactor is_ip_in_subnet_list in ip_utils
Brendan Heywood [Wed, 5 Feb 2020 11:50:20 +0000 (22:50 +1100)]
MDL-67861 libraries: Refactor is_ip_in_subnet_list in ip_utils

5 years agoMDL-67861 admin: Default $CFG->getremoteaddrconf to only use REMOTE_ADDR
Brendan Heywood [Tue, 4 Feb 2020 06:03:47 +0000 (17:03 +1100)]
MDL-67861 admin: Default $CFG->getremoteaddrconf to only use REMOTE_ADDR

5 years agoMDL-67861 core: Use last ip in X-Forwarded-For list
Brendan Heywood [Tue, 4 Feb 2020 05:56:41 +0000 (16:56 +1100)]
MDL-67861 core: Use last ip in X-Forwarded-For list

5 years agoMDL-65106 theme_classic: Remove unused variable
Andrew Nicols [Thu, 5 Mar 2020 00:15:34 +0000 (08:15 +0800)]
MDL-65106 theme_classic: Remove unused variable

5 years agoMerge branch 'MDL-65106-master' of git://github.com/bmbrands/moodle
Andrew Nicols [Thu, 5 Mar 2020 00:12:56 +0000 (08:12 +0800)]
Merge branch 'MDL-65106-master' of git://github.com/bmbrands/moodle

5 years agoMDL-33671 core_files: Correct behat grammar
Andrew Nicols [Wed, 4 Mar 2020 23:59:51 +0000 (07:59 +0800)]
MDL-33671 core_files: Correct behat grammar

5 years agoMerge branch 'MDL-33671-master-3' of git://github.com/peterRd/moodle
Andrew Nicols [Wed, 4 Mar 2020 23:57:05 +0000 (07:57 +0800)]
Merge branch 'MDL-33671-master-3' of git://github.com/peterRd/moodle

5 years agoMerge branch 'MDL-62768' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Wed, 4 Mar 2020 17:33:00 +0000 (18:33 +0100)]
Merge branch 'MDL-62768' of https://github.com/paulholden/moodle

5 years agoMerge branch 'MDL-67696-master' of https://github.com/JayChurchward/moodle
Sara Arjona [Wed, 4 Mar 2020 16:55:27 +0000 (17:55 +0100)]
Merge branch 'MDL-67696-master' of https://github.com/JayChurchward/moodle

5 years agoMerge branch 'MDL-67767-master' of git://github.com/dpalou/moodle
Sara Arjona [Wed, 4 Mar 2020 14:04:47 +0000 (15:04 +0100)]
Merge branch 'MDL-67767-master' of git://github.com/dpalou/moodle

5 years agoMDL-67767 tool_mobile: Allow using more characters in forcedurlscheme
Dani Palou [Mon, 10 Feb 2020 12:22:05 +0000 (13:22 +0100)]
MDL-67767 tool_mobile: Allow using more characters in forcedurlscheme

5 years agoMerge branch 'MDL-67863-master' of git://github.com/bmbrands/moodle
Sara Arjona [Wed, 4 Mar 2020 13:05:17 +0000 (14:05 +0100)]
Merge branch 'MDL-67863-master' of git://github.com/bmbrands/moodle

5 years agoMerge branch 'MDL-67969-master' of git://github.com/rezaies/moodle
Sara Arjona [Wed, 4 Mar 2020 11:58:04 +0000 (12:58 +0100)]
Merge branch 'MDL-67969-master' of git://github.com/rezaies/moodle

5 years agoMDL-56287 gradereport_history: Separate groups queries improved
Marina Glancy [Tue, 3 Mar 2020 17:30:06 +0000 (18:30 +0100)]
MDL-56287 gradereport_history: Separate groups queries improved

5 years agoMDL-56287 gradereport_history: Show users from groups that can be viewed
Jun Pataleta [Thu, 27 Feb 2020 08:48:32 +0000 (16:48 +0800)]
MDL-56287 gradereport_history: Show users from groups that can be viewed

5 years agoMerge branch 'MDL-67641-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Wed, 4 Mar 2020 09:47:45 +0000 (10:47 +0100)]
Merge branch 'MDL-67641-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-68008-master' of git://github.com/ferranrecio/moodle
Sara Arjona [Wed, 4 Mar 2020 07:40:43 +0000 (08:40 +0100)]
Merge branch 'MDL-68008-master' of git://github.com/ferranrecio/moodle

5 years agoMerge branch 'MDL-68055-master' of https://github.com/snake/moodle
Sara Arjona [Wed, 4 Mar 2020 07:16:47 +0000 (08:16 +0100)]
Merge branch 'MDL-68055-master' of https://github.com/snake/moodle

5 years agoMDL-67641 auth: Fix shortname type in get_signup_settings WS
Dani Palou [Wed, 12 Feb 2020 13:58:04 +0000 (14:58 +0100)]
MDL-67641 auth: Fix shortname type in get_signup_settings WS

5 years agoMDL-33671 core: Remove custom behat selectors
Peter Dias [Wed, 4 Mar 2020 05:38:49 +0000 (13:38 +0800)]
MDL-33671 core: Remove custom behat selectors

Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
5 years agoMDL-68055 core_course: export content item description as markdown
Jake Dallimore [Wed, 26 Feb 2020 02:20:01 +0000 (10:20 +0800)]
MDL-68055 core_course: export content item description as markdown

5 years agoAutomatically generated installer lang files
AMOS bot [Wed, 4 Mar 2020 00:11:05 +0000 (00:11 +0000)]
Automatically generated installer lang files

5 years agoMerge branch 'MDL-67728-master' of git://github.com/crazyserver/moodle
Eloy Lafuente (stronk7) [Tue, 3 Mar 2020 18:50:08 +0000 (19:50 +0100)]
Merge branch 'MDL-67728-master' of git://github.com/crazyserver/moodle

5 years agoMerge branch 'MDL-68038-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 3 Mar 2020 18:45:05 +0000 (19:45 +0100)]
Merge branch 'MDL-68038-master' of git://github.com/sarjona/moodle

5 years agoMerge branch 'MDL-67971-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 3 Mar 2020 18:02:22 +0000 (19:02 +0100)]
Merge branch 'MDL-67971-master' of git://github.com/sarjona/moodle

5 years agoMerge branch 'MDL-67993-master' of git://github.com/lameze/moodle
Sara Arjona [Tue, 3 Mar 2020 17:06:23 +0000 (18:06 +0100)]
Merge branch 'MDL-67993-master' of git://github.com/lameze/moodle

5 years agoMDL-68008 tool_capability: shows multiple contexts when overrides exists
Ferran Recio [Mon, 24 Feb 2020 10:17:45 +0000 (11:17 +0100)]
MDL-68008 tool_capability: shows multiple contexts when overrides exists

5 years agoMerge branch 'MDL-68048-master-behatnotfound' of git://github.com/mudrd8mz/moodle
Sara Arjona [Tue, 3 Mar 2020 16:01:33 +0000 (17:01 +0100)]
Merge branch 'MDL-68048-master-behatnotfound' of git://github.com/mudrd8mz/moodle

5 years agoMerge branch 'MDL-68060-master-huburlcompare' of git://github.com/mudrd8mz/moodle
Sara Arjona [Tue, 3 Mar 2020 12:10:00 +0000 (13:10 +0100)]
Merge branch 'MDL-68060-master-huburlcompare' of git://github.com/mudrd8mz/moodle

5 years agoMerge branch 'MDL-67891' of https://github.com/paulholden/moodle
Sara Arjona [Tue, 3 Mar 2020 11:48:03 +0000 (12:48 +0100)]
Merge branch 'MDL-67891' of https://github.com/paulholden/moodle

5 years agoMerge branch 'MDL-63316' of https://github.com/azito122/moodle
Sara Arjona [Tue, 3 Mar 2020 10:10:36 +0000 (11:10 +0100)]
Merge branch 'MDL-63316' of https://github.com/azito122/moodle

5 years agoMerge branch 'MDL-67945-master' of git://github.com/ferranrecio/moodle
Sara Arjona [Tue, 3 Mar 2020 09:10:32 +0000 (10:10 +0100)]
Merge branch 'MDL-67945-master' of git://github.com/ferranrecio/moodle

5 years agoMerge branch 'MDL-67749-master' of git://github.com/dpalou/moodle
Sara Arjona [Tue, 3 Mar 2020 08:29:18 +0000 (09:29 +0100)]
Merge branch 'MDL-67749-master' of git://github.com/dpalou/moodle

5 years agoMDL-33671 core: Add ability to download selected items
Peter [Fri, 5 Apr 2019 05:10:44 +0000 (13:10 +0800)]
MDL-33671 core: Add ability to download selected items

Utilise the new checkbox-toggleall functionality

5 years agoMDL-33671 core: Toggable checkboxes on filepickers
Peter [Mon, 1 Apr 2019 04:51:16 +0000 (12:51 +0800)]
MDL-33671 core: Toggable checkboxes on filepickers

5 years agoMDL-33671 core: Allow for bulk delete of files
Peter [Thu, 6 Dec 2018 01:20:53 +0000 (09:20 +0800)]
MDL-33671 core: Allow for bulk delete of files

* Enable bulk delete in a details view
* Behat tests for new functionality
* Unit test for new function

5 years agoMerge branch 'MDL-67988-jws-base64url' of https://github.com/cengage/moodle
Sara Arjona [Mon, 2 Mar 2020 12:59:48 +0000 (13:59 +0100)]
Merge branch 'MDL-67988-jws-base64url' of https://github.com/cengage/moodle

5 years agoMDL-67891 tool_cohortroles: move upgrade step inside plugin.
Paul Holden [Thu, 6 Feb 2020 09:10:17 +0000 (09:10 +0000)]
MDL-67891 tool_cohortroles: move upgrade step inside plugin.

The step added in MDL-67458 was added to core, which broke the upgrade
process if this plugin had been uninstalled prior.

5 years agoMDL-67971 core_badges: review issuer URL
Sara Arjona [Fri, 14 Feb 2020 13:36:41 +0000 (14:36 +0100)]
MDL-67971 core_badges: review issuer URL

5 years agoMDL-68038 core_h5p: rename can_update_library test
Sara Arjona [Mon, 24 Feb 2020 16:56:57 +0000 (17:56 +0100)]
MDL-68038 core_h5p: rename can_update_library test

5 years agoMDL-67504 antivirus_clamav: Add scanning tries option
Nathan Nguyen [Sun, 23 Feb 2020 22:40:57 +0000 (09:40 +1100)]
MDL-67504 antivirus_clamav: Add scanning tries option

5 years agoMDL-63316 participants: lastname sort for participants table
Andrew Zito [Mon, 11 Feb 2019 19:48:14 +0000 (14:48 -0500)]
MDL-63316 participants: lastname sort for participants table

5 years agoweekly release 3.9dev
Eloy Lafuente (stronk7) [Fri, 28 Feb 2020 11:22:30 +0000 (12:22 +0100)]
weekly release 3.9dev

5 years agoMDL-67863 theme_boost: change keyboard tab order
Bas Brands [Mon, 24 Feb 2020 13:39:31 +0000 (14:39 +0100)]
MDL-67863 theme_boost: change keyboard tab order

Move navdrawer up in the dom for a more logical tab order
Hide navdrawer links for tab / screenreader when navdrawer is closed

5 years agoMerge branch 'MDL-67062-master-fix-oracle' of https://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Thu, 27 Feb 2020 12:18:58 +0000 (13:18 +0100)]
Merge branch 'MDL-67062-master-fix-oracle' of https://github.com/sarjona/moodle

5 years agoMDL-67062 core_h5p: fix oracle distinct error
Sara Arjona [Thu, 27 Feb 2020 12:12:52 +0000 (13:12 +0100)]
MDL-67062 core_h5p: fix oracle distinct error

5 years agoMerge branch 'MDL-67062-master-fix' of https://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Thu, 27 Feb 2020 11:54:30 +0000 (12:54 +0100)]
Merge branch 'MDL-67062-master-fix' of https://github.com/sarjona/moodle

5 years agoMDL-67062 core_h5p: behat fix for delete library test
Sara Arjona [Thu, 27 Feb 2020 11:32:21 +0000 (12:32 +0100)]
MDL-67062 core_h5p: behat fix for delete library test

5 years agoMerge branch 'MDL-67584-integration-2' of https://github.com/Chocolate-lightning...
Jun Pataleta [Thu, 27 Feb 2020 04:36:33 +0000 (12:36 +0800)]
Merge branch 'MDL-67584-integration-2' of https://github.com/Chocolate-lightning/moodle

5 years agoMDL-67584 core_course: Activity chooser favouriting frontend
Mathew May [Thu, 13 Feb 2020 04:15:24 +0000 (12:15 +0800)]
MDL-67584 core_course: Activity chooser favouriting frontend

5 years agoMerge branch 'MDL-67865-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 22:36:26 +0000 (23:36 +0100)]
Merge branch 'MDL-67865-master' of git://github.com/rezaies/moodle

5 years agoMerge branch 'MDL-64686-master' of git://github.com/lucaboesch/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 22:25:23 +0000 (23:25 +0100)]
Merge branch 'MDL-64686-master' of git://github.com/lucaboesch/moodle

5 years agoMerge branch 'MDL-67062-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 21:44:47 +0000 (22:44 +0100)]
Merge branch 'MDL-67062-master' of git://github.com/sarjona/moodle

5 years agoMDL-67062 core_h5p: delete libraries
Sara Arjona [Mon, 3 Feb 2020 11:37:09 +0000 (12:37 +0100)]
MDL-67062 core_h5p: delete libraries

New feature to let admins to remove H5P libraries/content types.

Thanks Ferran Recio for your contribution with the renderer!

AMOS BEGIN
 CPY [actions,core],[actions,core_h5p]
AMOS END

5 years agoMDL-67062 core_h5p: delete cache assets when removing libraries
Sara Arjona [Sat, 1 Feb 2020 13:51:27 +0000 (14:51 +0100)]
MDL-67062 core_h5p: delete cache assets when removing libraries

The cache assets linked to a library have to be removed also when a
library is deleted, in order to rebuild them again next time they are
required.

5 years agoMerge branch 'MDL-67758-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 16:35:38 +0000 (17:35 +0100)]
Merge branch 'MDL-67758-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-67132-LTI-Adv-TriggerCalc' of https://github.com/cengage/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 16:15:50 +0000 (17:15 +0100)]
Merge branch 'MDL-67132-LTI-Adv-TriggerCalc' of https://github.com/cengage/moodle

5 years agoMerge branch 'MDL-67979-master-enfix' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Wed, 26 Feb 2020 16:13:12 +0000 (17:13 +0100)]
Merge branch 'MDL-67979-master-enfix' of git://github.com/mudrd8mz/moodle

5 years agoMDL-67945 enrol: missing $DB in edit_instance_form
Anthony Forth [Wed, 12 Feb 2020 12:26:16 +0000 (12:26 +0000)]
MDL-67945 enrol: missing $DB in edit_instance_form

5 years agoMDL-68060 registration: Improve the sites directory location check
David Mudrák [Wed, 26 Feb 2020 09:56:05 +0000 (10:56 +0100)]
MDL-68060 registration: Improve the sites directory location check

This allows to define the custom HUB_MOODLEORGHUBURL with HTTP Basic
Auth credentials so that the registration features can be tested against
our staging site.

5 years agoMerge branch 'MDL-67921-master' of git://github.com/sarjona/moodle
Jun Pataleta [Wed, 26 Feb 2020 08:51:19 +0000 (16:51 +0800)]
Merge branch 'MDL-67921-master' of git://github.com/sarjona/moodle

5 years agoMerge branch 'master_MDL-67980' of https://github.com/golenkovm/moodle
Jun Pataleta [Wed, 26 Feb 2020 06:30:49 +0000 (14:30 +0800)]
Merge branch 'master_MDL-67980' of https://github.com/golenkovm/moodle

5 years agoMDL-67993 roles: Fix pix_icon() calls.
David Balch [Tue, 18 Feb 2020 12:24:05 +0000 (12:24 +0000)]
MDL-67993 roles: Fix pix_icon() calls.

5 years agoMDL-67132 mod_lti: document new param
Claude Vervoort [Thu, 13 Feb 2020 20:19:48 +0000 (15:19 -0500)]
MDL-67132 mod_lti: document new param

5 years agoMerge branch 'MDL-67950-passwordpolicy-callback' of https://github.com/brendanheywood...
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 23:20:49 +0000 (00:20 +0100)]
Merge branch 'MDL-67950-passwordpolicy-callback' of https://github.com/brendanheywood/moodle

5 years agoMerge branch 'MDL-67644-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 22:59:41 +0000 (23:59 +0100)]
Merge branch 'MDL-67644-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-67806-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 22:57:15 +0000 (23:57 +0100)]
Merge branch 'MDL-67806-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-67237-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 22:53:19 +0000 (23:53 +0100)]
Merge branch 'MDL-67237-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-67920-master' of git://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 22:32:17 +0000 (23:32 +0100)]
Merge branch 'MDL-67920-master' of git://github.com/aanabit/moodle

5 years agoMerge branch 'MDL-67131-master' of git://github.com/cescobedo/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 22:30:41 +0000 (23:30 +0100)]
Merge branch 'MDL-67131-master' of git://github.com/cescobedo/moodle

5 years agoMDL-62768 tool_policy: add page title & breadcrumb navigation.
Paul Holden [Tue, 25 Feb 2020 21:56:21 +0000 (21:56 +0000)]
MDL-62768 tool_policy: add page title & breadcrumb navigation.

5 years agoMDL-62768 tool_dataprivacy: add page breadcrumbs to navigation.
Paul Holden [Mon, 14 Oct 2019 18:52:46 +0000 (19:52 +0100)]
MDL-62768 tool_dataprivacy: add page breadcrumbs to navigation.

5 years agoMDL-67979 lang: Reflect the new string wording in the Behat test
David Mudrák [Wed, 19 Feb 2020 10:15:52 +0000 (11:15 +0100)]
MDL-67979 lang: Reflect the new string wording in the Behat test

This effectively only adds the full stop and would not break the test
but still.

5 years agoMDL-67979 lang: Import fixed English strings (en_fix)
Helen Foster [Wed, 19 Feb 2020 10:05:09 +0000 (11:05 +0100)]
MDL-67979 lang: Import fixed English strings (en_fix)

Significant string changes:

* configcustommenuitems,core_admin - corrected example
* custommenuitems_desc,tool_mobile - fallback behaviour of custom menu
  items in the app

5 years agoMerge branch 'MDL-67862-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 11:09:33 +0000 (12:09 +0100)]
Merge branch 'MDL-67862-master' of git://github.com/junpataleta/moodle

5 years agoMerge branch 'MDL-67364-master' of git://github.com/mickhawkins/moodle
Eloy Lafuente (stronk7) [Tue, 25 Feb 2020 11:05:33 +0000 (12:05 +0100)]
Merge branch 'MDL-67364-master' of git://github.com/mickhawkins/moodle

5 years agoMDL-68048 behat: Fix the ElementNotFoundException message wording
David Mudrák [Tue, 25 Feb 2020 10:33:57 +0000 (11:33 +0100)]
MDL-68048 behat: Fix the ElementNotFoundException message wording

The exception class itself adds the "not found" to the error message.

5 years agoMerge branch 'MDL-67846-master' of git://github.com/lameze/moodle
Jun Pataleta [Tue, 25 Feb 2020 08:52:45 +0000 (16:52 +0800)]
Merge branch 'MDL-67846-master' of git://github.com/lameze/moodle

5 years agoMDL-67846 mod_forum: export user full name
Simey Lameze [Tue, 4 Feb 2020 07:18:49 +0000 (15:18 +0800)]
MDL-67846 mod_forum: export user full name

5 years agoMerge branch 'MDL-67586-integration' of https://github.com/Chocolate-lightning/moodle
Jun Pataleta [Tue, 25 Feb 2020 06:25:16 +0000 (14:25 +0800)]
Merge branch 'MDL-67586-integration' of https://github.com/Chocolate-lightning/moodle

5 years agoMDL-67586 core_course: Recommended modules frontend
Mathew May [Tue, 18 Feb 2020 00:53:27 +0000 (08:53 +0800)]
MDL-67586 core_course: Recommended modules frontend

5 years agoMerge branch 'MDL-67262' of git://github.com/stronk7/moodle
Jun Pataleta [Tue, 25 Feb 2020 01:37:38 +0000 (09:37 +0800)]
Merge branch 'MDL-67262' of git://github.com/stronk7/moodle