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
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
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
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
Eloy Lafuente (stronk7)
55189f02ee
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_39_STABLE
2020-10-23 14:40:45 +02:00
Paul Holden
115f703440
MDL-69993 output: correct navigation node type for user reports.
2020-10-23 08:25:47 +01:00
Adrian Greeve
5cd7b5cad0
Merge branch 'MDL-67650-forced-checkbox-textarea-MOODLE_39_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_39_STABLE
2020-10-23 09:01:07 +08:00
Eloy Lafuente (stronk7)
fb81664dc3
Merge branch 'MDL-69729-39' of git://github.com/sarjona/moodle into MOODLE_39_STABLE
2020-10-22 19:05:22 +02:00
Víctor Déniz
8cbc470f2a
Merge branch 'MDL-68664-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
2020-10-22 12:25:43 +01:00
Sara Arjona
1bc92d37f2
Merge branch 'MDL-69553-m39' of https://github.com/NeillM/moodle into MOODLE_39_STABLE
2020-10-22 08:56:19 +02:00
Brendan Heywood
348e338a21
MDL-67650 admin: Consistently show forced config settings
2020-10-22 13:17:17 +11:00
Jake Dallimore
bf854f5f24
Merge branch 'MDL-68438_39' of https://github.com/t-schroeder/moodle into MOODLE_39_STABLE
2020-10-22 09:31:02 +08:00
Jun Pataleta
b861165753
Merge branch 'MDL-69657-39' of git://github.com/merrill-oakland/moodle into MOODLE_39_STABLE
2020-10-22 09:24:08 +08:00