moodle.git
5 years agoMerge branch 'MDL-60817-master-4' of git://github.com/mihailges/moodle
Víctor Déniz Falcón [Wed, 18 Mar 2020 14:26:30 +0000 (14:26 +0000)]
Merge branch 'MDL-60817-master-4' of git://github.com/mihailges/moodle

5 years agoMerge branch 'MDL-67901-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Wed, 18 Mar 2020 01:57:41 +0000 (09:57 +0800)]
Merge branch 'MDL-67901-master' of git://github.com/bmbrands/moodle

5 years agoMerge branch 'MDL-68056-master' of https://github.com/snake/moodle
Jun Pataleta [Tue, 17 Mar 2020 23:21:22 +0000 (07:21 +0800)]
Merge branch 'MDL-68056-master' of https://github.com/snake/moodle

5 years agoMerge branch 'MDL-67707-master' of git://github.com/ferranrecio/moodle
Sara Arjona [Tue, 17 Mar 2020 08:03:12 +0000 (09:03 +0100)]
Merge branch 'MDL-67707-master' of git://github.com/ferranrecio/moodle

5 years agoMerge branch 'MDL-67907-master' of git://github.com/dpalou/moodle
Adrian Greeve [Tue, 17 Mar 2020 08:01:26 +0000 (16:01 +0800)]
Merge branch 'MDL-67907-master' of git://github.com/dpalou/moodle

5 years agoMerge branch 'MDL-67970-master' of git://github.com/rezaies/moodle
Adrian Greeve [Tue, 17 Mar 2020 07:23:49 +0000 (15:23 +0800)]
Merge branch 'MDL-67970-master' of git://github.com/rezaies/moodle

5 years agoMDL-67970 course: More informative aria-label for 'more help'
Shamim Rezaie [Fri, 28 Feb 2020 05:31:12 +0000 (16:31 +1100)]
MDL-67970 course: More informative aria-label for 'more help'

5 years agoMDL-67970 output: use div for content wraping instead of span
Shamim Rezaie [Thu, 27 Feb 2020 09:10:35 +0000 (20:10 +1100)]
MDL-67970 output: use div for content wraping instead of span

span is not a valid content wrapper tag.
Moreover, according to W3C validation service report, it is not valid to
have div elements as children of a span element.
We can safely replace span with div here because the element's css class
is .action and display of .action is set to flex in both boost and
classic themes.

5 years agoMDL-67970 output: use fieldset in core/chooser instead of label
Shamim Rezaie [Wed, 26 Feb 2020 16:25:39 +0000 (03:25 +1100)]
MDL-67970 output: use fieldset in core/chooser instead of label

5 years agoMDL-67970 core: remove unnecessary roles
Shamim Rezaie [Wed, 26 Feb 2020 15:01:51 +0000 (02:01 +1100)]
MDL-67970 core: remove unnecessary roles

- The navigation role is unnecessary for element nav
- The textbox role is unnecessary for element textarea

5 years agoMDL-67970 output: replace new-sections attribute with data-new-sections
Shamim Rezaie [Wed, 26 Feb 2020 14:46:07 +0000 (01:46 +1100)]
MDL-67970 output: replace new-sections attribute with data-new-sections

new-sections is not a valid attribute name for the a element.
Replaced that with data-new-sections

5 years agoMDL-67970 output: fixed duplicate id attribute
Shamim Rezaie [Wed, 26 Feb 2020 11:54:29 +0000 (22:54 +1100)]
MDL-67970 output: fixed duplicate id attribute

action_menu::export_for_template generates the id attributes and send it
to core/action_menu_trigger template as part of the attributes variable.

5 years agoMDL-67970 search: fixed stray end tag (input)
Shamim Rezaie [Wed, 26 Feb 2020 10:27:33 +0000 (21:27 +1100)]
MDL-67970 search: fixed stray end tag (input)

5 years agoMerge branch 'MDL-67981' of https://github.com/timhunt/moodle
Adrian Greeve [Tue, 17 Mar 2020 03:30:33 +0000 (11:30 +0800)]
Merge branch 'MDL-67981' of https://github.com/timhunt/moodle

5 years agoMDL-67707 mod_h5pactivity: add plugin to standard list
Ferran Recio [Thu, 13 Feb 2020 09:28:02 +0000 (10:28 +0100)]
MDL-67707 mod_h5pactivity: add plugin to standard list

5 years agoMDL-67707 mod_h5pactivity: plugin skeleton
Ferran Recio [Wed, 5 Feb 2020 17:04:57 +0000 (18:04 +0100)]
MDL-67707 mod_h5pactivity: plugin skeleton

AMOS BEGIN
 CPY [h5poptions,atto_h5p],[h5pdisplay,mod_h5pactivity]
 CPY [downloadbutton,atto_h5p],[displayexport,mod_h5pactivity]
 CPY [embedbutton,atto_h5p],[displayembed,mod_h5pactivity]
 CPY [copyrightbutton,atto_h5p],[displaycopyright,mod_h5pactivity]
AMOS END

5 years agoMDL-67707 core_h5p: move shared h5p files to core fixtures
Ferran Recio [Wed, 12 Feb 2020 11:25:13 +0000 (12:25 +0100)]
MDL-67707 core_h5p: move shared h5p files to core fixtures

5 years agoMDL-67707 core_h5p: add public H5P player methods
Ferran Recio [Wed, 12 Feb 2020 11:24:14 +0000 (12:24 +0100)]
MDL-67707 core_h5p: add public H5P player methods

5 years agoMDL-67707 course: add support for PARAM_ALPHANUM module names
Ferran Recio [Wed, 5 Feb 2020 15:57:11 +0000 (16:57 +0100)]
MDL-67707 course: add support for PARAM_ALPHANUM module names

5 years agoMerge branch 'MDL-67913-master' of git://github.com/lameze/moodle
Sara Arjona [Mon, 16 Mar 2020 08:12:18 +0000 (09:12 +0100)]
Merge branch 'MDL-67913-master' of git://github.com/lameze/moodle

5 years agoMDL-67913 core_user: refactor participants page to use new filter API
Simey Lameze [Wed, 4 Mar 2020 03:39:24 +0000 (11:39 +0800)]
MDL-67913 core_user: refactor participants page to use new filter API

5 years agoMDL-67913 core_table: introduce dynamic table interface
Simey Lameze [Wed, 4 Mar 2020 03:37:02 +0000 (11:37 +0800)]
MDL-67913 core_table: introduce dynamic table interface

5 years agoMDL-67913 user: Add participants table filterset
Andrew Nicols [Fri, 21 Feb 2020 00:48:03 +0000 (08:48 +0800)]
MDL-67913 user: Add participants table filterset

5 years agoMDL-67913 core_table: Add filter classes
Andrew Nicols [Wed, 11 Mar 2020 11:14:50 +0000 (19:14 +0800)]
MDL-67913 core_table: Add filter classes

5 years agoMDL-67913 core: Add new core_table component path
Andrew Nicols [Mon, 17 Feb 2020 23:47:42 +0000 (07:47 +0800)]
MDL-67913 core: Add new core_table component path

5 years agoMDL-68056 core_course: remove feature test for non-js activity creation
Jake Dallimore [Wed, 26 Feb 2020 07:29:05 +0000 (15:29 +0800)]
MDL-68056 core_course: remove feature test for non-js activity creation

We rely on JS now, so we don't need to keep this feature.

5 years agoMDL-68056 core_course: improve render performance when editing
Jake Dallimore [Wed, 26 Feb 2020 06:01:47 +0000 (14:01 +0800)]
MDL-68056 core_course: improve render performance when editing

Only generate the non-ajax controls in cases where we know we need
them. Otherwise, only generate the new link style control. This patch
includes a behat check as many of our tests use the 'I add "Page" to
section "1"' syntax, which runs without JS.

5 years agoMDL-60817 mod_workshop: Fix behat tests
Mihail Geshoski [Fri, 13 Mar 2020 04:48:00 +0000 (12:48 +0800)]
MDL-60817 mod_workshop: Fix behat tests

5 years agoMDL-60817 core_repository: Show a warning if file extension is modified
Mihail Geshoski [Fri, 13 Mar 2020 04:47:50 +0000 (12:47 +0800)]
MDL-60817 core_repository: Show a warning if file extension is modified

5 years agoweekly release 3.9dev
Victor Deniz Falcon [Thu, 12 Mar 2020 14:22:06 +0000 (14:22 +0000)]
weekly release 3.9dev

5 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Victor Deniz Falcon [Thu, 12 Mar 2020 14:22:00 +0000 (14:22 +0000)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

5 years agoMerge branch 'MDL-66607-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Thu, 12 Mar 2020 09:08:22 +0000 (10:08 +0100)]
Merge branch 'MDL-66607-master' of git://github.com/andrewnicols/moodle

5 years agoMerge branch 'MDL-68030-master' of https://github.com/Chocolate-lightning/moodle
Andrew Nicols [Thu, 12 Mar 2020 04:42:17 +0000 (12:42 +0800)]
Merge branch 'MDL-68030-master' of https://github.com/Chocolate-lightning/moodle

5 years agoMDL-68030 core_course: Relocate chooser templates
Mathew May [Thu, 12 Mar 2020 04:05:20 +0000 (12:05 +0800)]
MDL-68030 core_course: Relocate chooser templates

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 agoMerge branch 'MDL-68125-regression' of https://github.com/brendanheywood/moodle
Eloy Lafuente (stronk7) [Thu, 12 Mar 2020 00:19:23 +0000 (01:19 +0100)]
Merge branch 'MDL-68125-regression' of https://github.com/brendanheywood/moodle

5 years agoMerge branch 'MDL-67752-master-userstats' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Wed, 11 Mar 2020 23:23:30 +0000 (00:23 +0100)]
Merge branch 'MDL-67752-master-userstats' of git://github.com/mudrd8mz/moodle

5 years agoMerge branch 'MDL-68019-master' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Wed, 11 Mar 2020 22:47:43 +0000 (23:47 +0100)]
Merge branch 'MDL-68019-master' of git://github.com/peterRd/moodle

5 years agoMDL-68125 core: Fixed $CFG->reverseproxyignore install regression
Brendan Heywood [Wed, 11 Mar 2020 22:33:57 +0000 (09:33 +1100)]
MDL-68125 core: Fixed $CFG->reverseproxyignore install regression

5 years agoMerge branch 'MDL-68061-master' of git://github.com/mickhawkins/moodle
Eloy Lafuente (stronk7) [Wed, 11 Mar 2020 21:56:13 +0000 (22:56 +0100)]
Merge branch 'MDL-68061-master' of git://github.com/mickhawkins/moodle

5 years agoMerge branch 'MDL-67063-master-fix' of github.com:sarjona/moodle
Eloy Lafuente (stronk7) [Wed, 11 Mar 2020 18:40:14 +0000 (19:40 +0100)]
Merge branch 'MDL-67063-master-fix' of github.com:sarjona/moodle

5 years agoMDL-67063 core_h5p: return the correct default handler
Sara Arjona [Wed, 11 Mar 2020 17:18:09 +0000 (18:18 +0100)]
MDL-67063 core_h5p: return the correct default handler

5 years agoMDL-66607 message: Add pendingJS checks
Andrew Nicols [Wed, 11 Mar 2020 05:05:40 +0000 (13:05 +0800)]
MDL-66607 message: Add pendingJS checks

5 years agoMDL-66607 message: Resolve race conditions in message deletion process
Andrew Nicols [Mon, 9 Mar 2020 01:08:21 +0000 (09:08 +0800)]
MDL-66607 message: Resolve race conditions in message deletion process

This commit makes several changes:
1) Explicitly stop polling for messages when a conversation is deleted;
2) Check for deleted conversations when displaying new messages;
3) Do not add a new empty conversation; and
4) Introduce pendingJS checks to ensure that Behat waits for messags to finish rendering.

5 years agoMerge branch 'MDL-67063-master' of git://github.com/sarjona/moodle
Andrew Nicols [Wed, 11 Mar 2020 08:06:00 +0000 (16:06 +0800)]
Merge branch 'MDL-67063-master' of git://github.com/sarjona/moodle

5 years agoMDL-67063 h5p: new h5plib plugintype for supporting multi coreAPI
Sara Arjona [Tue, 21 Jan 2020 12:45:10 +0000 (13:45 +0100)]
MDL-67063 h5p: new h5plib plugintype for supporting multi coreAPI

A new plugintype has been created for having more than one installed
third-party H5P libraries. Existing libraries have been moved from
lib/h5p to the new h5plib_v124 plugin.

5 years agoMerge branch 'MDL-68146' of https://github.com/stronk7/moodle
Andrew Nicols [Wed, 11 Mar 2020 03:33:25 +0000 (11:33 +0800)]
Merge branch 'MDL-68146' of https://github.com/stronk7/moodle

5 years agoMDL-68146 forms: remove duped help and advanced icons in checkboxes
Eloy Lafuente (stronk7) [Tue, 10 Mar 2020 21:59:36 +0000 (22:59 +0100)]
MDL-68146 forms: remove duped help and advanced icons in checkboxes

They are exceptionally shown later, after the checkbox text already.

This is a fix for the regression introduced by MDL-63424.

5 years agoMerge branch 'MDL-65724-master-3' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Tue, 10 Mar 2020 12:44:03 +0000 (13:44 +0100)]
Merge branch 'MDL-65724-master-3' of git://github.com/peterRd/moodle

5 years agoMerge branch 'MDL-67337-master' of git://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Tue, 10 Mar 2020 11:56:23 +0000 (12:56 +0100)]
Merge branch 'MDL-67337-master' of git://github.com/aanabit/moodle

5 years agoMDL-67337 filter_displayh5p: Apply filter inside <a> tags
Amaia Anabitarte [Thu, 23 Jan 2020 12:05:47 +0000 (13:05 +0100)]
MDL-67337 filter_displayh5p: Apply filter inside <a> tags

5 years agoMerge branch 'MDL-67189-master' of git://github.com/dpalou/moodle
Eloy Lafuente (stronk7) [Tue, 10 Mar 2020 10:28:44 +0000 (11:28 +0100)]
Merge branch 'MDL-67189-master' of git://github.com/dpalou/moodle

5 years agoMDL-67189 external: Add test to catch PHP exceptions
Dani Palou [Thu, 5 Mar 2020 10:47:35 +0000 (11:47 +0100)]
MDL-67189 external: Add test to catch PHP exceptions

5 years agoMDL-67189 external: Catch Throwable in call_external_function
Dani Palou [Wed, 12 Feb 2020 09:14:52 +0000 (10:14 +0100)]
MDL-67189 external: Catch Throwable in call_external_function

5 years agoMerge branch 'MDL-67827-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Mon, 9 Mar 2020 19:36:09 +0000 (20:36 +0100)]
Merge branch 'MDL-67827-master' of git://github.com/andrewnicols/moodle

5 years agoMerge branch 'MDL-66671-master' of https://github.com/dthies/moodle
Sara Arjona [Mon, 9 Mar 2020 17:49:02 +0000 (18:49 +0100)]
Merge branch 'MDL-66671-master' of https://github.com/dthies/moodle

5 years agoMerge branch 'MDL-67968-master' of git://github.com/rezaies/moodle
Sara Arjona [Mon, 9 Mar 2020 17:16:56 +0000 (18:16 +0100)]
Merge branch 'MDL-67968-master' of git://github.com/rezaies/moodle

5 years agoMerge branch 'MDL-67902-master' of git://github.com/rezaies/moodle
Sara Arjona [Mon, 9 Mar 2020 14:06:35 +0000 (15:06 +0100)]
Merge branch 'MDL-67902-master' of git://github.com/rezaies/moodle

5 years agoAutomatically generated installer lang files
AMOS bot [Mon, 9 Mar 2020 00:11:44 +0000 (00:11 +0000)]
Automatically generated installer lang files

5 years agoMDL-67063 core: fix error for supporting numbers in component
Sara Arjona [Tue, 21 Jan 2020 12:35:37 +0000 (13:35 +0100)]
MDL-67063 core: fix error for supporting numbers in component

Component names should always support numbers (but the first character).
This patch will add PARAM_COMPONENT the expected regular expression
to validate the expected format.

5 years agoMDL-67063 output: make public get_jsrev method
Sara Arjona [Tue, 21 Jan 2020 12:32:50 +0000 (13:32 +0100)]
MDL-67063 output: make public get_jsrev method

5 years agoMDL-67981 questions: avoid errors deleting contextless questions
Tim Hunt [Wed, 19 Feb 2020 17:01:31 +0000 (17:01 +0000)]
MDL-67981 questions: avoid errors deleting contextless questions

5 years agoMDL-67968 calendar: use aria-label instead of the abbr tag
Shamim Rezaie [Fri, 6 Mar 2020 16:27:35 +0000 (03:27 +1100)]
MDL-67968 calendar: use aria-label instead of the abbr tag

5 years agoMDL-67968 calendar: explain weekday abbreviations
Shamim Rezaie [Thu, 20 Feb 2020 13:21:11 +0000 (00:21 +1100)]
MDL-67968 calendar: explain weekday abbreviations

5 years agoMDL-67968 form: not to put empty label when no label is available
Shamim Rezaie [Thu, 20 Feb 2020 12:12:18 +0000 (23:12 +1100)]
MDL-67968 form: not to put empty label when no label is available

5 years agoMDL-67968 question: do not display sr-only legends
Shamim Rezaie [Wed, 26 Feb 2020 06:40:05 +0000 (17:40 +1100)]
MDL-67968 question: do not display sr-only legends

.accesshide was removed because:
 1. It was only kept in case it's still used somewhere, in a custom form
 field for instance.
 2. It was broken since 3.5 where we integrated
 https://github.com/bmbrands/moodle/compare/ab65b87f3d...MDL-62419-master
 So it's been ages that the reason mentioned on point 1 was not being
 satisfied

5 years agoMDL-67968 form: grouped element label fix
Shamim Rezaie [Thu, 20 Feb 2020 12:09:27 +0000 (23:09 +1100)]
MDL-67968 form: grouped element label fix

5 years agoMDL-65724 core: Force restore to use the settings from the plan
Peter [Mon, 24 Jun 2019 04:57:17 +0000 (12:57 +0800)]
MDL-65724 core: Force restore to use the settings from the plan

When importing use the import settings.

5 years agoMDL-67827 behat: Pending JS improvements for dialogues
Andrew Nicols [Fri, 6 Mar 2020 04:27:51 +0000 (12:27 +0800)]
MDL-67827 behat: Pending JS improvements for dialogues

5 years agoMDL-67827 behat: Add missing exception use
Andrew Nicols [Fri, 6 Mar 2020 04:28:56 +0000 (12:28 +0800)]
MDL-67827 behat: Add missing exception use

5 years agoAutomatically generated installer lang files
AMOS bot [Fri, 6 Mar 2020 00:10:41 +0000 (00:10 +0000)]
Automatically generated installer lang files

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 agoMDL-67907 airnotifier: Warn if some settings disabled after get key
Dani Palou [Thu, 13 Feb 2020 12:34:39 +0000 (13:34 +0100)]
MDL-67907 airnotifier: Warn if some settings disabled after get key

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