Adrian Greeve
50dbf7e9c8
Merge branch 'MDL-68196-master' of git://github.com/rezaies/moodle
2020-04-16 10:55:11 +08:00
Shamim Rezaie
517e568e5a
MDL-68196 core: not expand autocomplete elements too soon on IE
2020-04-16 12:25:37 +10:00
Eloy Lafuente (stronk7)
d26a13b407
Merge branch 'MDL-66849-master' of https://github.com/ised-isde-canada/moodle
2020-04-16 01:01:32 +02:00
Eloy Lafuente (stronk7)
58e73daa59
Merge branch 'MDL-68280' of https://github.com/paulholden/moodle
2020-04-16 00:10:35 +02:00
Eloy Lafuente (stronk7)
8467cbf226
Merge branch 'MDL-67786-master' of git://github.com/aanabit/moodle
2020-04-15 23:45:48 +02:00
Amaia Anabitarte
33b8ca26f9
MDL-67786 core_contentbank: New content bank contenttype plugin type
...
Co-authored by: Ferran Recio <ferran@moodle.com>
2020-04-15 23:45:08 +02:00
Jun Pataleta
6b4a66b0bc
Merge branch 'MDL-68288-master' of git://github.com/lameze/moodle
2020-04-15 23:20:23 +08:00
Eloy Lafuente (stronk7)
d9776bc02a
Merge branch 'MDL-67499' of git://github.com/paulholden/moodle
2020-04-15 12:49:14 +02:00
Michael Milette
8056397b7e
MDL-66849 output: Remove custom menu title when not specified
2020-04-14 22:27:06 -04:00
Jun Pataleta
9183c0c91a
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"
2020-04-09 17:50:09 +08:00
Simey Lameze
f7b84afe15
MDL-68288 core_table: support pagination bar for dynamic tables
2020-04-09 07:06:35 +08:00
Andrew Nicols
9056efdb56
Merge branch 'MDL-68185-performance-checks-fixing2' of https://github.com/brendanheywood/moodle
2020-04-08 12:43:56 +08:00
Andrew Nicols
aae4b15631
Merge branch 'MDL-47271-status-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-08 12:37:52 +08:00
Brendan Heywood
79dbcce8b1
MDL-68185 report_performance: Refactored into Check API
2020-04-08 14:35:33 +10:00
Brendan Heywood
e8e2bd28ec
MDL-47271 check: Refactor check table into a renderable
2020-04-08 14:35:33 +10:00
Brendan Heywood
20167daf89
MDL-47271 report_status: Added System status report
2020-04-08 14:35:31 +10:00
Andrew Nicols
7aa6398830
Merge branch 'MDL-68148-master' of git://github.com/rezaies/moodle
2020-04-08 11:20:39 +08:00
Shamim Rezaie
1a94ddd31b
MDL-68148 output: type attribute is unnecessary for javascript resources
2020-04-08 11:22:34 +10:00
Shamim Rezaie
0ad48a3e68
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.
2020-04-08 11:22:34 +10:00
Eloy Lafuente (stronk7)
f1f1497f04
Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle
2020-04-08 02:52:15 +02:00
Eloy Lafuente (stronk7)
2c50e08a3b
Merge branch 'MDL-68286-master' of git://github.com/andrewnicols/moodle
2020-04-08 00:37:02 +02:00
Sara Arjona
b3f562176c
Merge branch 'MDL-40081' of https://github.com/paulholden/moodle
2020-04-07 15:09:56 +02:00
Sara Arjona
55339ca9d0
Merge branch 'master_MDL-65700' of https://github.com/golenkovm/moodle
2020-04-07 13:34:01 +02:00
Mikhail Golenkov
3180869e19
MDL-65700 javascript: Add url-polyfill.
2020-04-07 20:54:46 +10:00
Brendan Heywood
c1f7368e57
MDL-47271 clilib: Add support for background colors
2020-04-07 12:30:27 +10:00
Andrew Nicols
c8eca1f642
Merge branch 'MDL-67818-check-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-07 10:09:34 +08:00
Brendan Heywood
a28277697d
MDL-67818 check: Rename renderer to be less generic
2020-04-07 12:07:42 +10:00
Sara Arjona
dad7f2ba1d
Merge branch 'MDL-65539' of https://github.com/NeillM/moodle
2020-04-06 16:40:52 +02:00
Brendan Heywood
26bb3c24d2
MDL-67818 check: Improved Check API to reduce boilerplate
2020-04-06 22:08:15 +10:00
Paul Holden
abde761cb6
MDL-40081 completion: clean up criteria records for deleted courses.
2020-04-06 12:22:51 +01:00
Sara Arjona
43cda51ea1
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
2020-04-06 12:51:22 +02:00
Paul Holden
343380d9c8
MDL-67499 user: truncate long username/email during user deletion.
2020-04-06 11:48:27 +01:00
Paul Holden
b6ea0ef7ee
MDL-68280 user: fix PHP notice for unknown user invalid login token.
2020-04-06 11:46:06 +01:00
Andrew Nicols
c52f3a3efa
Merge branch 'MDL-68256' of https://github.com/timhunt/moodle
2020-04-06 15:05:41 +08:00
Brendan Heywood
00c2153be1
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
2020-04-06 12:28:37 +10:00
Andrew Nicols
c540a575db
MDL-68286 table: Support initials bar for dynamic tables
2020-04-03 16:54:13 +08:00
Neill Magill
28ee72fd68
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.
2020-04-03 08:36:37 +01:00
Neill Magill
b08323a789
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.
2020-04-03 08:36:37 +01:00
Neill Magill
472c953093
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.
2020-04-03 08:36:37 +01:00
Sara Arjona
f958f5c19b
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.
2020-04-03 08:09:55 +02:00
Andrew Nicols
1c112ac5fd
MDL-68286 table: Empty tables need the dynamic table wrapper
2020-04-03 12:08:48 +08:00
Ferran Recio
d8c9c99001
MDL-67734 core_xapi: Fix MSSQL PHPUnit failure with duplicated id
2020-04-02 10:37:41 +02:00
Andrew Nicols
17f429ed57
Merge branch 'MDL-67734-andrewapocalipse' of git://github.com/ferranrecio/moodle
2020-04-02 09:30:54 +08:00
Jake Dallimore
1bfd325307
Merge branch 'MDL-68165' of https://github.com/stronk7/moodle
2020-04-02 08:42:45 +08:00
Eloy Lafuente (stronk7)
0ab2f5b506
Merge branch 'MDL-67914-master' of git://github.com/lameze/moodle
2020-04-01 23:41:38 +02:00
Eloy Lafuente (stronk7)
1172cd028d
Merge branch 'MDL-68193_master' of git://github.com/mdjnelson/moodle
2020-04-01 23:22:25 +02:00
Mark Nelson
52f993651c
MDL-68193 core: added new database_text_field_content_replaced event
2020-04-01 20:44:10 +02:00
Eloy Lafuente (stronk7)
1b7327c6d4
Merge branch 'MDL-68191' of git://github.com/timhunt/moodle
2020-04-01 20:18:25 +02:00
Ferran Recio
1d4c6f5355
MDL-67734 core_xapi: add xAPI statement support webservice
2020-04-01 14:14:39 +02:00
Jake Dallimore
f5609ea9d6
Merge branch 'MDL-67672-master' of git://github.com/lucaboesch/moodle
2020-04-01 16:43:03 +08:00