Sara Arjona [Wed, 15 Apr 2020 07:53:03 +0000 (09:53 +0200)]
Merge branch 'MDL-67788-master' of git://github.com/ferranrecio/moodle
Adrian Greeve [Wed, 15 Apr 2020 05:19:18 +0000 (13:19 +0800)]
Merge branch 'MDL-67663-master-3' of git://github.com/junpataleta/moodle
Ferran Recio [Fri, 27 Mar 2020 09:44:30 +0000 (10:44 +0100)]
MDL-67788 mod_h5pactivity: update activity attempt privacy
Ferran Recio [Fri, 27 Mar 2020 09:43:38 +0000 (10:43 +0100)]
MDL-67788 mod_h5pactivity: add xAPI attempts track to activity
Jun Pataleta [Tue, 14 Apr 2020 08:09:42 +0000 (16:09 +0800)]
Merge branch 'MDL-68405-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Tue, 14 Apr 2020 00:31:59 +0000 (08:31 +0800)]
MDL-68405 behat: Fix gherkinlint failures
Andrew Nicols [Tue, 14 Apr 2020 00:15:16 +0000 (08:15 +0800)]
MDL-68405 js: Ensure correct exit code for gherkinlint
Ferran Recio [Tue, 24 Mar 2020 19:37:16 +0000 (20:37 +0100)]
MDL-67788 core_h5p: add evaluable h5p to fixtures
Ferran Recio [Tue, 3 Mar 2020 15:41:10 +0000 (16:41 +0100)]
MDL-67788 core_h5p: add tracking to player
Eloy Lafuente (stronk7) [Fri, 10 Apr 2020 10:09:55 +0000 (12:09 +0200)]
Merge branch 'MDL-67587-master-1' of git://github.com/mihailges/moodle
Changed PARAM_TEXT to PARAM_NOTAGS to "search" param
because it's the same but WITHOUT lang support and we
don't need lang support there.
Of course, both require to verify that the output is always
escaped. In this case (mustache) it is. Or also p() or s().
Without that XSS on form values are relatively easy!
Sara Arjona [Fri, 10 Apr 2020 10:11:29 +0000 (12:11 +0200)]
Merge branch 'MDL-68112-master' of git://github.com/peterRd/moodle
Eloy Lafuente (stronk7) [Fri, 10 Apr 2020 09:54:17 +0000 (11:54 +0200)]
Merge branch 'MDL-67919-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Fri, 10 Apr 2020 09:10:16 +0000 (11:10 +0200)]
Merge branch 'MDL-67910-master' of git://github.com/sarjona/moodle
Mihail Geshoski [Tue, 17 Mar 2020 05:39:51 +0000 (13:39 +0800)]
MDL-68112 core_course: Override bootstrap classes
Override bootstrap classes to keep original design
Peter Dias [Mon, 9 Mar 2020 04:57:49 +0000 (12:57 +0800)]
MDL-68112 core_course: Use bootstrap input-group
Jun Pataleta [Tue, 10 Mar 2020 08:59:29 +0000 (16:59 +0800)]
MDL-67663 mod_forum: Show/hide elements from screen reader on search
* When the search input gets shown, users can still navigate on the
close button and the grading status container which can cause confusion
among users. So hide and show them accordingly as well.
* Hide/show user picker and body container when the search results
container is shown/hidden.
Jun Pataleta [Wed, 1 Apr 2020 03:33:38 +0000 (11:33 +0800)]
MDL-67663 core: Do not use aria-hidden="false" on drawer
From https://www.w3.org/TR/wai-aria-1.1/#aria-hidden:
* "aria-hidden="false" is known to work inconsistently in browsers"
Jun Pataleta [Fri, 13 Mar 2020 09:06:23 +0000 (17:06 +0800)]
MDL-67663 mod_forum: Add missing lang strings
Jun Pataleta [Fri, 13 Mar 2020 09:02:52 +0000 (17:02 +0800)]
MDL-67663 mod_forum: Designate forum grading landmark regions
Adding the following landmark regions for easier keyboard navigation:
* Forum grading navigation
* User's forum posts
* Forum grading panel
Jun Pataleta [Wed, 11 Mar 2020 06:36:44 +0000 (14:36 +0800)]
MDL-67663 mod_forum: Use proper lang string for aria-label
Use a proper language string for the aria-label of the hide grader
panel button instead of a hard-coded one.
Jun Pataleta [Tue, 10 Mar 2020 04:49:07 +0000 (12:49 +0800)]
MDL-67663 mod_forum: Fix focus order of the grading form
* Focus should flow from the form header down to the forum posts, and
then to the grading panel itself.
Jun Pataleta [Wed, 12 Feb 2020 16:35:38 +0000 (00:35 +0800)]
MDL-67663 mod_forum: Make user switching more accessible
* Add a more descriptive label for the next and previous buttons so that
the users would know that clicking on the next or previous buttons will
save the changes they made before proceeding to the next user.
* Add an sr-only div with aria-live to the user picker to let the grader
know the current user that is being graded.
* Hide the user picture from screen readers
Mihail Geshoski [Wed, 25 Mar 2020 01:21:54 +0000 (09:21 +0800)]
MDL-67587 course: Add unit tests
Mihail Geshoski [Wed, 25 Mar 2020 01:21:41 +0000 (09:21 +0800)]
MDL-67587 course: Add behat tests
Mihail Geshoski [Wed, 25 Mar 2020 01:19:42 +0000 (09:19 +0800)]
MDL-67587 course: Add search in recommended activities admin page
Sara Arjona [Wed, 8 Apr 2020 14:24:37 +0000 (16:24 +0200)]
weekly release 3.9dev
Sara Arjona [Wed, 8 Apr 2020 14:24:34 +0000 (16:24 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Andrew Nicols [Wed, 8 Apr 2020 04:43:56 +0000 (12:43 +0800)]
Merge branch 'MDL-68185-performance-checks-fixing2' of https://github.com/brendanheywood/moodle
Andrew Nicols [Wed, 8 Apr 2020 04:37:52 +0000 (12:37 +0800)]
Merge branch 'MDL-47271-status-api-fixes' of https://github.com/brendanheywood/moodle
Brendan Heywood [Fri, 20 Mar 2020 10:42:55 +0000 (21:42 +1100)]
MDL-68185 report_performance: Refactored into Check API
Brendan Heywood [Sat, 14 Mar 2020 12:35:02 +0000 (23:35 +1100)]
MDL-47271 tool_task: Added Task API status checks
Brendan Heywood [Mon, 16 Mar 2020 15:58:59 +0000 (02:58 +1100)]
MDL-47271 check: Refactor check table into a renderable
Brendan Heywood [Sat, 14 Mar 2020 12:34:49 +0000 (23:34 +1100)]
MDL-47271 report_status: Added System status report
Andrew Nicols [Wed, 8 Apr 2020 03:20:39 +0000 (11:20 +0800)]
Merge branch 'MDL-68148-master' of git://github.com/rezaies/moodle
Shamim Rezaie [Wed, 8 Apr 2020 01:32:36 +0000 (11:32 +1000)]
MDL-68148 user: remove the noscript tag
The submit button remains deactive if js is disabled. So having a
noscript tag to output a submit button here does not make sense.
Shamim Rezaie [Mon, 16 Mar 2020 22:34:47 +0000 (09:34 +1100)]
MDL-68148 user: fixed stray end tag (input)
Shamim Rezaie [Wed, 11 Mar 2020 13:55:20 +0000 (00:55 +1100)]
MDL-68148 core_user: avoid multiple enrol buttons with the same id
Shamim Rezaie [Wed, 11 Mar 2020 17:31:16 +0000 (04:31 +1100)]
MDL-68148 core_user: set the fullname column as the header column
ref: https://www.w3.org/WAI/tutorials/tables/
Shamim Rezaie [Wed, 11 Mar 2020 14:50:40 +0000 (01:50 +1100)]
MDL-68148 output: type attribute is unnecessary for javascript resources
Shamim Rezaie [Wed, 11 Mar 2020 14:34:04 +0000 (01:34 +1100)]
MDL-68148 core: remove cellspacing
The cellspacing attribute of <table> is not supported in HTML5.
So the removed line did not have any effect since ages ago.
Eloy Lafuente (stronk7) [Wed, 8 Apr 2020 00:52:15 +0000 (02:52 +0200)]
Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle
AMOS bot [Wed, 8 Apr 2020 00:11:05 +0000 (00:11 +0000)]
Automatically generated installer lang files
AMOS bot [Wed, 8 Apr 2020 00:11:05 +0000 (00:11 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 7 Apr 2020 22:37:02 +0000 (00:37 +0200)]
Merge branch 'MDL-68286-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Tue, 7 Apr 2020 22:01:33 +0000 (00:01 +0200)]
Merge branch 'MDL-67895' of https://github.com/timhunt/moodle
Tim Hunt [Tue, 7 Apr 2020 16:21:54 +0000 (17:21 +0100)]
MDL-68256 task admin UI: Grrrr! browsers
Sara Arjona [Tue, 7 Apr 2020 13:09:56 +0000 (15:09 +0200)]
Merge branch 'MDL-40081' of https://github.com/paulholden/moodle
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
Brendan Heywood [Sun, 15 Mar 2020 05:54:47 +0000 (16:54 +1100)]
MDL-47271 clilib: Add support for background colors
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
Paul Holden [Thu, 26 Mar 2020 21:25:54 +0000 (21:25 +0000)]
MDL-40081 completion: clean up criteria records for deleted courses.
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
Sara Arjona [Fri, 3 Apr 2020 10:54:00 +0000 (12:54 +0200)]
MDL-67919 dataprivacy: Fix behat error when contacting DPO
n_herr03 [Tue, 24 Mar 2020 14:56:23 +0000 (15:56 +0100)]
MDL-68239 mod_data: make required icon in multimenu visible
Andrew Nicols [Wed, 1 Apr 2020 00:38:19 +0000 (08:38 +0800)]
MDL-68286 table: Support initials bar for dynamic tables
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.
Sara Arjona [Tue, 24 Mar 2020 14:10:51 +0000 (15:10 +0100)]
MDL-66357 core_badges: remove action=0 usage for issuer
In MDL-67971, issuer_json.php was created, to display issuer JSON content.
However, some files were still using action=0 to display this information.
It has been replaced by issuer_json.php.
The action=0 support won't be removed (at least for now), because several
public badges URLs are using it.
Sara Arjona [Tue, 24 Mar 2020 12:18:15 +0000 (13:18 +0100)]
MDL-66357 core_badges: set OBv2 as default
Sara Arjona [Tue, 24 Mar 2020 08:55:40 +0000 (09:55 +0100)]
MDL-66357 core_badges: remove mozilla backpack references
Mozilla backpack closed a few months ago. It was moved to Badgr.io
(as OBv1.0) but as we're also supporting Badgr.io OBv2.0, it
makes no sense to leave old references to Mozilla backpack there.
Andrew Nicols [Wed, 1 Apr 2020 00:26:34 +0000 (08:26 +0800)]
MDL-68286 table: Empty tables need the dynamic table wrapper
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