Sara Arjona [Tue, 7 Apr 2020 11:42:20 +0000 (13:42 +0200)]
Merge branch 'master_MDL-68223' of https://github.com/golenkovm/moodle
Sara Arjona [Tue, 7 Apr 2020 11:34:01 +0000 (13:34 +0200)]
Merge branch 'master_MDL-65700' of https://github.com/golenkovm/moodle
Mikhail Golenkov [Tue, 7 Apr 2020 10:54:46 +0000 (20:54 +1000)]
MDL-65700 javascript: Add url-polyfill.
Andrew Nicols [Tue, 7 Apr 2020 05:25:48 +0000 (13:25 +0800)]
Merge branch 'MDL-68285-master' of git://github.com/cescobedo/moodle
Andrew Nicols [Tue, 7 Apr 2020 02:25:04 +0000 (10:25 +0800)]
Merge branch 'MDL-68051-master-2' of git://github.com/mihailges/moodle
Andrew Nicols [Tue, 7 Apr 2020 02:09:34 +0000 (10:09 +0800)]
Merge branch 'MDL-67818-check-api-fixes' of https://github.com/brendanheywood/moodle
Brendan Heywood [Tue, 7 Apr 2020 01:58:37 +0000 (11:58 +1000)]
MDL-67818 check: Rename renderer to be less generic
Eloy Lafuente (stronk7) [Mon, 6 Apr 2020 17:09:10 +0000 (19:09 +0200)]
Merge branch 'MDL-68147-master' of git://github.com/mihailges/moodle
Sara Arjona [Mon, 6 Apr 2020 14:40:52 +0000 (16:40 +0200)]
Merge branch 'MDL-65539' of https://github.com/NeillM/moodle
Brendan Heywood [Mon, 6 Apr 2020 11:44:29 +0000 (21:44 +1000)]
MDL-67818 auth_none: Moved to improved Check API
AMOS BEGIN
MOV [check_noauth_details,auth_none],[checknoauthdetails,auth_none]
MOV [check_noauth_error,auth_none],[checknoautherror,auth_none]
MOV [check_noauth_name,auth_none],[checknoauthname,auth_none]
MOV [check_noauth_ok,auth_none],[checknoauthok,auth_none]
AMOS END
Brendan Heywood [Mon, 6 Apr 2020 11:43:40 +0000 (21:43 +1000)]
MDL-67818 check: Improved Check API to reduce boilerplate
Sara Arjona [Mon, 6 Apr 2020 11:22:18 +0000 (13:22 +0200)]
Merge branch 'MDL-68231-master' of https://github.com/snake/moodle
Sara Arjona [Mon, 6 Apr 2020 10:51:22 +0000 (12:51 +0200)]
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
Mihail Geshoski [Mon, 6 Apr 2020 09:31:23 +0000 (17:31 +0800)]
MDL-68051 course: Fix accessibility issues in chooser tabs navigation
Sara Arjona [Mon, 6 Apr 2020 08:31:39 +0000 (10:31 +0200)]
Merge branch 'MDL-68250-master' of git://github.com/bmbrands/moodle
Sara Arjona [Mon, 6 Apr 2020 08:17:44 +0000 (10:17 +0200)]
Merge branch 'MDL-68239' of https://github.com/NinaHerrmann/moodle
Andrew Nicols [Mon, 6 Apr 2020 07:05:41 +0000 (15:05 +0800)]
Merge branch 'MDL-68256' of https://github.com/timhunt/moodle
Andrew Nicols [Mon, 6 Apr 2020 03:23:39 +0000 (11:23 +0800)]
Merge branch 'MDL-67818-check-api' of https://github.com/brendanheywood/moodle
Brendan Heywood [Thu, 2 Apr 2020 06:23:42 +0000 (17:23 +1100)]
MDL-67818 check: Added Check API and refactored security checks
AMOS BEGIN
MOV [check_noauth_details,report_security],[check_noauth_details,auth_none]
MOV [check_noauth_error,report_security],[check_noauth_error,auth_none]
MOV [check_noauth_name,report_security],[check_noauth_name,auth_none]
MOV [check_noauth_ok,report_security],[check_noauth_ok,auth_none]
AMOS END
Andrew Nicols [Mon, 6 Apr 2020 02:13:01 +0000 (10:13 +0800)]
Merge branch 'MDL-66301-master' of git://github.com/mickhawkins/moodle
n_herr03 [Tue, 24 Mar 2020 14:56:23 +0000 (15:56 +0100)]
MDL-68239 mod_data: make required icon in multimenu visible
Neill Magill [Tue, 17 Mar 2020 09:46:45 +0000 (09:46 +0000)]
MDL-65539 dragdrop: Ignore drag proxy in keyboard menu
Before this change the node that is displayed during a the last mouse
drag and drop would be listed in a keyboard drag and drop if it was
the container node of one of the types of node being moved in this action.
If a node is inside a node with the .yui3-dd-proxy class then it is
one of the proxy elements used to display the dragged content during
mouse drag and drop so we will start ignoring it.
Neill Magill [Mon, 13 May 2019 08:44:41 +0000 (09:44 +0100)]
MDL-65539 dragdrop: Allow sections and blocks to move to the top
Before this change sections and blocks could not be moved to be the
top item when using keyboard drag and drop.
They can now be moved to the top in one action.
The way they move using keyboard drag and drop has changed when they
are below the item they are dropped on, not instead of appearing
below it they will be placed above it.
Neill Magill [Thu, 9 May 2019 15:10:16 +0000 (16:10 +0100)]
MDL-65539 dragdrop: Allow direction detection when using keyboard
Before this change keyboard drag and drop could not detect the
direction of movement, this meant that an item would only be placed
below an item or at the top of a container item.
This change means that extending modules can declare
detectkeyboarddirection to true. This will mean that when an item is
moved it's position will be determined by the direction of travel as
it would be when dragging using the mouse.
If detectkeyboarddirection is true then:
* If you move an item upwards it will be placed before the item
selected in the drop menu
* If you move a item downwards it will be placed after the item
selected in the drop menu
* The item above the one being dragged will now be displayed on
the drop menu
If detectkeyboarddirection is false there will be no change in
behaviour.
Neill Magill [Fri, 10 May 2019 10:01:29 +0000 (11:01 +0100)]
MDL-65539 course: Keyboad drag and drop should not break page
Before this change keyboard drag and drop of sections would alter
the structure of the page.
This occured because in this case the dragnode was the original node
Neill Magill [Thu, 9 May 2019 09:58:22 +0000 (10:58 +0100)]
MDL-65539 formats: Section labels not updated during move
Before this change when moving a section via drag and drop the
aria-label for the section was not being updated neither was the
title on the drag handle.
The result was the the drop menu on keyboard drag and drop displayed
the wrong information after a section was moved.
Mihail Geshoski [Wed, 11 Mar 2020 07:27:57 +0000 (15:27 +0800)]
MDL-68147 course: Remove bold styling in recommended activity admin page
Sara Arjona [Thu, 2 Apr 2020 14:51:06 +0000 (16:51 +0200)]
weekly release 3.9dev
Sara Arjona [Thu, 2 Apr 2020 14:51:03 +0000 (16:51 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 2 Apr 2020 11:13:36 +0000 (13:13 +0200)]
Merge branch 'MDL-68300' of https://github.com/timhunt/moodle
Tim Hunt [Thu, 2 Apr 2020 08:22:56 +0000 (09:22 +0100)]
MDL-68300 question bank: merge duplicate Duplicate Behat tests
Ferran Recio [Thu, 2 Apr 2020 08:27:43 +0000 (10:27 +0200)]
MDL-67734 core_xapi: Fix MSSQL PHPUnit failure with duplicated id
Michael Hawkins [Thu, 2 Apr 2020 07:17:57 +0000 (15:17 +0800)]
MDL-66301 forumreport_summary: Minor code improvements
Michael Hawkins [Tue, 11 Feb 2020 09:06:55 +0000 (17:06 +0800)]
MDL-66301 forumreport_summary: Refactors and fixes to course report
Michael Hawkins [Mon, 17 Feb 2020 06:26:22 +0000 (14:26 +0800)]
MDL-66301 forumreport_summary: Improved filter renderer variable names
Michael Hawkins [Thu, 6 Feb 2020 08:22:31 +0000 (16:22 +0800)]
MDL-66301 forumreport_summary: Made nodetitle string more specific
This is needed now course-level forum summary reports are available,
otherwise places like breadcrumbs are not clear that it relates
to forum data.
Michael Hawkins [Wed, 22 Jan 2020 09:15:40 +0000 (17:15 +0800)]
MDL-66301 forumreport_summary: Added course report behat tests
Michael Hawkins [Thu, 5 Dec 2019 10:16:58 +0000 (18:16 +0800)]
MDL-66301 forumreport_summary: Add course level reporting
This adds the ability to report on all forums the user has
access to within a course.
Andrew Nicols [Thu, 2 Apr 2020 01:30:54 +0000 (09:30 +0800)]
Merge branch 'MDL-67734-andrewapocalipse' of git://github.com/ferranrecio/moodle
Jake Dallimore [Thu, 2 Apr 2020 00:42:45 +0000 (08:42 +0800)]
Merge branch 'MDL-68165' of https://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 22:16:51 +0000 (00:16 +0200)]
Merge branch 'MDL-67672-master' of git://github.com/lucaboesch/moodle
Luca Bösch [Wed, 1 Apr 2020 22:04:38 +0000 (00:04 +0200)]
MDL-67672 user: Display name in user menu as elsewhere.
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 21:41:38 +0000 (23:41 +0200)]
Merge branch 'MDL-67914-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 21:29:13 +0000 (23:29 +0200)]
Merge branch 'MDL-68265-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 21:22:25 +0000 (23:22 +0200)]
Merge branch 'MDL-68193_master' of git://github.com/mdjnelson/moodle
Mark Nelson [Thu, 26 Mar 2020 22:19:19 +0000 (23:19 +0100)]
MDL-68193 core: added new database_text_field_content_replaced event
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 18:18:25 +0000 (20:18 +0200)]
Merge branch 'MDL-68191' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 1 Apr 2020 17:07:12 +0000 (19:07 +0200)]
Merge branch 'MDL-67995-master' of git://github.com/cescobedo/moodle
Ferran Recio [Tue, 21 Jan 2020 15:46:50 +0000 (16:46 +0100)]
MDL-67734 core_xapi: add xAPI statement support webservice
Jake Dallimore [Wed, 1 Apr 2020 08:43:03 +0000 (16:43 +0800)]
Merge branch 'MDL-67672-master' of git://github.com/lucaboesch/moodle
Sara Arjona [Wed, 1 Apr 2020 07:25:04 +0000 (09:25 +0200)]
Merge branch 'MDL-68281' of https://github.com/stronk7/moodle
Sara Arjona [Wed, 1 Apr 2020 07:14:36 +0000 (09:14 +0200)]
Merge branch 'MDL-68277' of https://github.com/timhunt/moodle
Simey Lameze [Tue, 31 Mar 2020 06:55:07 +0000 (14:55 +0800)]
MDL-67914 core_table: unit tests for table view fetch webservice
Simey Lameze [Tue, 31 Mar 2020 06:54:41 +0000 (14:54 +0800)]
MDL-67914 core_table: implement dynamic table sorting
Luca Bösch [Mon, 20 Jan 2020 08:26:23 +0000 (09:26 +0100)]
MDL-67672 user: Display name in user menu as elsewhere.
Sara Arjona [Wed, 1 Apr 2020 06:58:27 +0000 (08:58 +0200)]
Merge branch 'MDL-68263-master' of git://github.com/mihailges/moodle
Claude Vervoort [Fri, 3 Jan 2020 20:31:27 +0000 (15:31 -0500)]
MDL-67612 mod_lti: tcguid default to siteid
Sara Arjona [Tue, 31 Mar 2020 17:23:01 +0000 (19:23 +0200)]
Merge branch 'MDL-45227-master' of git://github.com/rezaies/moodle
Sara Arjona [Tue, 31 Mar 2020 17:13:15 +0000 (19:13 +0200)]
Merge branch 'MDL-58964-master' of git://github.com/abias/moodle
Eloy Lafuente (stronk7) [Tue, 31 Mar 2020 16:59:09 +0000 (18:59 +0200)]
Merge branch 'MDL-64494-master' of git://github.com/bmbrands/moodle
Bas Brands [Thu, 20 Feb 2020 10:38:47 +0000 (11:38 +0100)]
MDL-64494 theme_boost: accessible theme colours
Eloy Lafuente (stronk7) [Tue, 31 Mar 2020 16:16:53 +0000 (18:16 +0200)]
Merge branch 'MDL-68300' of https://github.com/timhunt/moodle
Sara Arjona [Tue, 31 Mar 2020 13:09:06 +0000 (15:09 +0200)]
Merge branch 'MDL-66245-master' of git://github.com/junpataleta/moodle
Tim Hunt [Tue, 31 Mar 2020 09:33:18 +0000 (10:33 +0100)]
MDL-68300 questions: un-break duplicating questions without idnumbers
This was a regression caused by MDL-67934
Jake Dallimore [Tue, 31 Mar 2020 07:16:37 +0000 (15:16 +0800)]
Merge branch 'MDL-68225-master' of git://github.com/lameze/moodle
Simey Lameze [Fri, 27 Mar 2020 13:10:18 +0000 (21:10 +0800)]
MDL-68225 core_user: add behat coverage for group modes
Jake Dallimore [Tue, 31 Mar 2020 05:59:27 +0000 (13:59 +0800)]
Merge branch 'MDL-68144-master' of git://github.com/lucaboesch/moodle
Eloy Lafuente (stronk7) [Mon, 30 Mar 2020 20:53:33 +0000 (22:53 +0200)]
Merge branch 'MDL-68269-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Mon, 30 Mar 2020 11:26:21 +0000 (13:26 +0200)]
Merge branch 'MDL-68049' of https://github.com/spvickers/moodle
cescobedo [Mon, 30 Mar 2020 07:55:32 +0000 (09:55 +0200)]
MDL-68285 core_h5p: Fix unused variables and undeclared globals
Shamim Rezaie [Mon, 30 Mar 2020 07:29:23 +0000 (18:29 +1100)]
MDL-68269 form: fieldset in group elements should be full width
Andrew Nicols [Mon, 30 Mar 2020 06:35:20 +0000 (14:35 +0800)]
Merge branch 'MDL-52319-master-environmentxml' of git://github.com/mudrd8mz/moodle
cescobedo [Thu, 27 Feb 2020 21:09:05 +0000 (22:09 +0100)]
MDL-67995 format_singleactivity: Fix dropwdown type of activity
Mihail Geshoski [Mon, 30 Mar 2020 06:15:00 +0000 (14:15 +0800)]
MDL-68263 course: Fix error when modules are not fully uninstalled
Mikhail Golenkov [Thu, 26 Mar 2020 05:42:09 +0000 (16:42 +1100)]
MDL-68223 assign: Fix selection of comment text.
Andrew Nicols [Thu, 26 Mar 2020 09:38:24 +0000 (17:38 +0800)]
MDL-68265 core_question: Switch question import to request dir
Andrew Nicols [Thu, 26 Mar 2020 09:38:16 +0000 (17:38 +0800)]
MDL-68265 mod_lesson: Switch question import to request dir
Tim Hunt [Tue, 24 Mar 2020 14:20:45 +0000 (14:20 +0000)]
MDL-68233 renderers/block: fix reported coding style issues
Tim Hunt [Tue, 24 Mar 2020 13:32:22 +0000 (13:32 +0000)]
MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT
AMOS bot [Sun, 29 Mar 2020 00:11:39 +0000 (00:11 +0000)]
Automatically generated installer lang files
Tim Hunt [Thu, 26 Mar 2020 16:59:26 +0000 (16:59 +0000)]
MDL-68256 task admin: usability improvements
In the table that lists the scheduled tasks:
1. There are badges to show which components are disabled.
2. The plugin name (e.g. auth_ldap) is shown as well as the
human-readable name (e.g. LDAP server).
3. Where a time column has a non-default value, it is highlighted
and the default is shown.
4. If the fail-delay is non-zero, the cell is highlighted.
4. If you just interacted with a task (looked at or edited the settings,
did Run now, or cleared the fail delay) that row is highlighted,
and scrolled into view when the page loads.
To support this, some of the methods for loading the default tasks
have been extended with an optional argument to leave 'R' as 'R'
rather than replacing with a random number.
Also, mixed into this commit are a bunch of coding style improvements.
Sorry I did not separate them out, but ultimately this makes the
Moodle code better.
Eloy Lafuente (stronk7) [Sat, 28 Mar 2020 15:23:34 +0000 (16:23 +0100)]
MDL-68281 unit test: Include required class
Also, add missing line break, that I did not see 1 week ago.
AMOS bot [Sat, 28 Mar 2020 00:11:30 +0000 (00:11 +0000)]
Automatically generated installer lang files
Tim Hunt [Fri, 27 Mar 2020 13:29:40 +0000 (13:29 +0000)]
MDL-68277 qtype_essay: answer area in reviews should be right size
The answer box size is set by teachers and provides a useful
visual cue how long a response was expected. Therefore, it is
useful to keep the space at least that size in quiz reviews, etc.
Simey Lameze [Tue, 24 Mar 2020 00:22:41 +0000 (08:22 +0800)]
MDL-68225 core_user: apply group filter to participants page
Eloy Lafuente (stronk7) [Thu, 12 Mar 2020 23:43:43 +0000 (00:43 +0100)]
MDL-68165 install: update the list of stale files for 3.9
Ferran Recio [Thu, 13 Feb 2020 13:01:03 +0000 (14:01 +0100)]
MDL-67734 core_xapi: add xAPI testsuite
Shamim Rezaie [Wed, 4 Mar 2020 12:01:37 +0000 (23:01 +1100)]
MDL-45227 atto_align: Make IE follow css styling
Shamim Rezaie [Wed, 4 Mar 2020 11:59:21 +0000 (22:59 +1100)]
MDL-45227 atto_rtl: Automatically set alignment when direction changes
Shamim Rezaie [Mon, 3 Feb 2020 15:37:53 +0000 (02:37 +1100)]
MDL-45227 editor_atto: PR changes and improved behat
Avi Levy [Fri, 31 Jan 2020 18:26:47 +0000 (05:26 +1100)]
MDL-45227 editor_atto: add behat test for RTL and LTR direction
Nadav Kavalerchik [Fri, 31 Jan 2020 18:21:35 +0000 (05:21 +1100)]
MDL-45227 editor_atto: Add direction to default ATTO generated markup
Luca Bösch [Tue, 10 Mar 2020 19:04:31 +0000 (20:04 +0100)]
MDL-68144 mod_folder: make top margins less dominant for folder content
Jake Dallimore [Fri, 27 Mar 2020 01:18:29 +0000 (09:18 +0800)]
weekly release 3.9dev
Jake Dallimore [Fri, 27 Mar 2020 01:18:28 +0000 (09:18 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 26 Mar 2020 17:49:36 +0000 (18:49 +0100)]
Merge branch 'MDL-64429' of https://github.com/paulholden/moodle
Paul Holden [Thu, 19 Mar 2020 09:52:58 +0000 (09:52 +0000)]
MDL-64429 tool_usertours: upgrade step to fix existing tours sortorder.
Jun Pataleta [Thu, 26 Mar 2020 04:15:24 +0000 (12:15 +0800)]
Merge branch 'MDL-67072-oidc-additional-login-parameters' of https://github.com/cengage/moodle
Eloy Lafuente (stronk7) [Thu, 26 Mar 2020 00:08:04 +0000 (01:08 +0100)]
Merge branch 'MDL-68183-master-mysqlpwdresetsql' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Wed, 25 Mar 2020 23:31:55 +0000 (00:31 +0100)]
Merge branch 'MDL-63865' of https://github.com/paulholden/moodle