Jun Pataleta
920b4dd6ab
Merge branch 'MDL-68167-39' of git://github.com/rezaies/moodle into MOODLE_39_STABLE
2020-10-30 13:16:48 +08:00
Shamim Rezaie
898bdfdd67
MDL-68167 lib: autocomplete focos should not be removed on blur
...
See https://www.w3.org/TR/wai-aria-practices-1.1/examples/listbox/listbox-rearrangeable.html
2020-10-30 16:11:16 +11:00
Shamim Rezaie
ed7485277e
MDL-68167 lib: Do not set aria-expanded if it should not be set
2020-10-30 16:11:16 +11:00
Shamim Rezaie
eb238722da
MDL-68167 user: Fix missing label for participants filter input fields
2020-10-30 16:11:16 +11:00
Shamim Rezaie
da1f204a0a
MDL-68167 lib: Clear single-select autocomplete elements with keyboard
...
Following MDL-57680, it should be possible to clear the selected option
using keyboard as well.
2020-10-30 16:11:16 +11:00
Shamim Rezaie
5dd385d522
MDL-68167 user: Fix a hardcoded string to be read from lang pack
2020-10-30 16:11:16 +11:00
Shamim Rezaie
dca6513b8a
MDL-68167 lib: Fix label for autocomplete selection/suggestion box
...
The content of the autocomplete selection div is purged by javascript
so we have to move its label outside of it. aria-labeledby is the way
to go.
Each time the suggestion box is expanded, autocomplete js renders the
autocomplete suggestions template. So the label cannot be outside the
suggestions ul.
2020-10-30 16:11:08 +11:00
Shamim Rezaie
6484e89188
MDL-68167 user: filter elements should listen to accessibleChange event
2020-10-30 14:58:54 +11:00
Shamim Rezaie
9312e7389a
MDL-68167 lib: The accessibleChange custom event now supports bubbling
...
The change event bubbles so the accessibleChange shoud bubble as well.
2020-10-30 14:58:54 +11:00
Shamim Rezaie
0218859c3e
MDL-68167 theme_boost: make focus outline accessible for autocompletes
2020-10-30 14:58:53 +11:00
Shamim Rezaie
18702b5869
MDL-68167 lib: Autocomplete selection to use listbox aria role
...
The aria-selected state cannot be used for the listitem role. The
autocomplete widget highly uses the aria-selected state internally.
2020-10-30 14:56:39 +11:00
Shamim Rezaie
d0ab1d1540
MDL-68167 user: Improve keyboard navigation on autocomplete fields
2020-10-30 14:56:39 +11:00
Shamim Rezaie
7d25143979
Merge branch 'MDL-69390-39' of git://github.com/bmbrands/moodle into MDL-69390-39-test
2020-10-30 14:56:03 +11:00
Andrew Nicols
a067cc5ada
Merge branch 'MDL-69156_39' of https://github.com/ffhs/moodle into MOODLE_39_STABLE
2020-10-30 11:52:35 +08:00
Huong Nguyen
ea68407895
MDL-69841 Quiz: Review options 'Help' icons do not work correctly
2020-10-30 10:28:59 +07:00
AMOS bot
03f5e32712
Automatically generated installer lang files
2020-10-30 00:09:48 +00:00
Víctor Déniz
c0b0649582
Merge branch 'MDL-70032-39-2' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-10-29 22:24:21 +00:00
Tim Hunt
72cd24d3c9
MDL-70065 quiz: fix paging when adding questions from the bank
2020-10-29 20:29:58 +00:00
Paul Holden
d16aa74359
MDL-69156 backup: correct behaviour of course copy idnumber field.
...
When a given user doesn't have the capability to change the idnumber
field during course copy, freeze the field value.
2020-10-29 14:10:09 +01:00
Adrian Perez
7e52e95d8d
MDL-69156 course_copy: set defaults for idnumber when not permitted
2020-10-29 13:52:48 +01:00
Jun Pataleta
42f3862b91
MDL-70032 qtype_multichoice: Use custom partial named selector
...
* With the removal of the label element, Behat now has to click on the
answer text. In order to achieve this, the custom partial named selector
"qtype_multichoice > Answer" was now added and have replaced the
instances where the label of the answer's checkbox/radio button is
being clicked.
2020-10-29 16:22:08 +08:00
Jun Pataleta
556648db0b
MDL-70032 qtype_multichoice: Fix answer labelling
...
* Discard the use of the label element in order to be able to render
multiple choice answers as they are and have these act as the radio
button/checkbox' label through the aria-labelledby attribute.
* New JS module qtype_multichoice/answers that listens for click events
on the answer text container and selects the appropriate answer radio
button/checkbox.
2020-10-29 16:22:08 +08:00
Andrew Nicols
6026aa7b3c
Merge branch 'MDL-68722-39' of https://github.com/matt-catalyst/moodle into MOODLE_39_STABLE
2020-10-29 14:03:29 +08:00
Jake Dallimore
8e5782b848
Merge branch 'MDL-69716-39' of git://github.com/aanabit/moodle into MOODLE_39_STABLE
2020-10-29 12:40:23 +08:00
Jake Dallimore
f38e17f16f
Merge branch 'MDL-70041-39' of git://github.com/mihailges/moodle into MOODLE_39_STABLE
2020-10-29 11:49:40 +08:00
Adrian Greeve
465cc9e91a
Merge branch 'm39_MDL-70042_Progress_Bar_Upgrade_Message_Popup' of https://github.com/scara/moodle into MOODLE_39_STABLE
2020-10-29 08:32:16 +08:00
Matteo Scaramuccia
faa76ee29a
MDL-70042 message_popup: Trivial savepoint comment cleanup
2020-10-28 23:03:34 +01:00
Matteo Scaramuccia
d6491a67c8
MDL-70042 message_popup: progress bar on upgrade only when necessary
2020-10-28 23:03:26 +01:00
Jun Pataleta
27db5c5024
Merge branch 'MDL-69390-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-10-28 22:44:02 +08:00
Bas Brands
e6b274a542
MDL-69390 theme_boost: dropdown menu accessibility
...
- display a dot before the active element
- use the active colour for the hover colour
2020-10-28 14:10:45 +01:00
Jun Pataleta
6f317a983e
Merge branch 'MDL-69815-39' of git://github.com/andrewnicols/moodle into MOODLE_39_STABLE
2020-10-28 14:19:09 +08:00
Andrew Nicols
a5293c4ed8
Merge branch 'MDL-70004-39' of git://github.com/junpataleta/moodle into MOODLE_39_STABLE
2020-10-28 13:14:23 +08:00
Jake Dallimore
66e77f8173
Merge branch 'MDL-64723-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-28 12:12:52 +08:00
Mihail Geshoski
4ba58ac02f
MDL-70041 filepicker: Make sure the user has a recently used license
2020-10-28 12:06:43 +08:00
Jake Dallimore
21f5c148fc
Merge branch 'MDL-65792-39' of git://github.com/bmbrands/moodle into MOODLE_39_STABLE
2020-10-28 12:00:34 +08:00
Andrew Nicols
2e026689c6
MDL-69815 core: Bump Node to v14.15.0 (LTS/Fermium)
2020-10-28 09:34:31 +08:00
Eloy Lafuente (stronk7)
3a718d620e
Merge branch 'MDL-69998-39-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_39_STABLE
2020-10-28 00:42:25 +01:00
Eloy Lafuente (stronk7)
beff06190a
weekly release 3.9.2+
2020-10-27 23:47:40 +01:00
David Mudrák
975081c367
MDL-69998 lang: Fix reworded strings in Behat test scenarios
2020-10-27 11:29:12 +01:00
Helen Foster
9417cedd78
MDL-69998 lang: Import fixed English strings (en_fix)
2020-10-27 11:29:12 +01:00
Bas Brands
19343c7bd1
MDL-65792 mod_forum: show release time on timed posts
2020-10-27 08:41:38 +01:00
Jun Pataleta
64dd473559
MDL-70004 qtype_multichoice: Set appropriate clear my choice role
2020-10-27 09:57:48 +08:00
Paul Holden
9e4a19af6c
MDL-64723 tool_mobile: workaround for invalid certificate parsing.
...
This is to account for specific server configuration that are affected
by one of the following issues, which results in certificate signature
algorithms being incorrectly parsed:
* https://bugs.php.net/bug.php?id=77548
* https://github.com/curl/curl/issues/3706
2020-10-26 23:06:14 +00:00
Matt Clarkson
eeba9c1dc5
MDL-68722 atto_equation: fix for form elements with special characters
...
Element id's containing characters such as ':' would break the tab
selector in bootstrap.
This specifically affects the essay question type.
2020-10-27 11:08:47 +13:00
Eloy Lafuente (stronk7)
55a465c445
Merge branch 'MDL-69993-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE
2020-10-26 10:43:02 +01:00
Andrew Nicols
d1d52a3399
Merge branch 'MDL-69995-39' of git://github.com/lucaboesch/moodle into MOODLE_39_STABLE
2020-10-26 16:01:07 +08:00
Huong Nguyen
ad7b38f3ff
MDL-69930 qtype_ddimageortext: Duplication items in drag-onto-image question
2020-10-25 20:15:27 +07:00
Luca Bösch
a22b74872c
MDL-69995 backup: padding before activity icons.
2020-10-25 02:04:52 +02:00
Amaia Anabitarte
1af998d32c
MDL-69716 mod_quiz: No timestamp for in progress attempts
2020-10-23 16:03:03 +02:00
Eloy Lafuente (stronk7)
4d9ab4ca48
weekly release 3.9.2+
2020-10-23 14:40:50 +02:00