Jun Pataleta
48397d35ab
Merge branch 'MDL-68167-master' of git://github.com/rezaies/moodle
2020-10-30 13:17:02 +08:00
Shamim Rezaie
0438cd60bb
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:01:38 +11:00
Shamim Rezaie
e2ee6025fe
MDL-68167 lib: Do not set aria-expanded if it should not be set
2020-10-30 16:01:38 +11:00
Shamim Rezaie
cb0bf0ffe0
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:01:38 +11:00
Shamim Rezaie
b6d733dd4e
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:01:38 +11:00
Shamim Rezaie
15a349dd4f
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:52:52 +11:00
Shamim Rezaie
b643c88682
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:43:00 +11:00
Shamim Rezaie
2a02fba4bd
Merge branch 'MDL-69390-master' of git://github.com/bmbrands/moodle into MDL-69390-master-test
2020-10-30 14:37:25 +11:00
Andrew Nicols
ede8fbe9f4
Merge branch 'MDL-68722-master' of https://github.com/matt-catalyst/moodle
2020-10-29 14:02:59 +08:00
Jake Dallimore
6fcd084f68
Merge branch 'MDL-70041-master' of git://github.com/mihailges/moodle
2020-10-29 11:48:58 +08:00
Jun Pataleta
16ff8bc54c
Merge branch 'MDL-69390-master' of git://github.com/bmbrands/moodle
2020-10-28 22:44:15 +08:00
Bas Brands
451bd40752
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:01:17 +01:00
Mihail Geshoski
81d0642b6c
MDL-70041 filepicker: Make sure the user has a recently used license
2020-10-28 11:48:33 +08:00
Jake Dallimore
62e5852f36
Merge branch 'MDL-70010' of https://github.com/stronk7/moodle
2020-10-28 11:07:19 +08:00
Eloy Lafuente (stronk7)
f9faf700aa
NOBUG: Fixed file access permissions
2020-10-27 23:47:26 +01:00
Matt Clarkson
541e90c32c
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-28 09:26:43 +13:00
Andrew Nicols
d5be288740
MDL-69166 core: Fix upgrade step savepoint
2020-10-27 13:12:59 +08:00
Andrew Nicols
931f36ce15
Merge branch 'MDL-69166-master-4' of git://github.com/rezaies/moodle
2020-10-27 12:47:50 +08:00
Shamim Rezaie
d5a9d6e520
MDL-69166 core_payment: Rename componentid to itemid
2020-10-27 15:34:56 +11:00
Shamim Rezaie
2d7feb7583
MDL-69166 core_payment: Renamed plugintype name from pg to paygw
2020-10-27 15:34:55 +11:00
Marina Glancy
71ccaf200d
MDL-69166 core_payment: rename some functions
2020-10-27 15:34:55 +11:00
Shamim Rezaie
410973cf10
MDL-69166 Replace all upgrade steps with just "create_table" steps
2020-10-27 15:34:54 +11:00
Shamim Rezaie
61766b3d11
MDL-69166 core_payment: Add paymentarea to the payment subsystem
2020-10-27 14:40:49 +11:00
Marina Glancy
409857a42f
MDL-69166 core_payment: archiving accounts, triggering events, tests
2020-10-27 14:40:49 +11:00
Marina Glancy
6ff3087fe6
MDL-69166 core_payment: add payment accounts
2020-10-27 14:40:49 +11:00
Marina Glancy
7740c45de4
MDL-69166 core_form: allow modals to prevent closing on accidental click
2020-10-27 14:37:28 +11:00
Shamim Rezaie
52ed1392f8
MDL-69166 core_payment: Save general payment information
2020-10-27 14:37:28 +11:00
Michael Hawkins
2660d542c8
MDL-69559 core: Removed stopPropagation from tree click handling
...
It was preventing JS click event handlers being reached on some
elements, such as course admin items in Classic
(eg download course content for teachers).
2020-10-27 07:52:43 +08:00
Sara Arjona
c7d9b12994
MDL-65959 core_badges: fix unique index in upgrade.php
...
There was an error when creating the unique index. Apart from that,
the code has been reorganised to copy data in the new structure only
if password field hasn't been removed.
2020-10-26 23:56:04 +01:00
Sara Arjona
5deb0dad76
Merge branch 'MDL-65959-master' of git://github.com/peterRd/moodle
2020-10-26 22:39:28 +01:00
Shamim Rezaie
9f2d8a0bdc
MDL-69166 core_payment: WS to get list of gateways supporting a currency
2020-10-27 08:37:08 +11:00
Shamim Rezaie
a580b33738
MDL-69166 enrol_fee: An enrolment plugin that supports payments
2020-10-27 08:37:08 +11:00
Shamim Rezaie
a5d219b811
MDL-69166 pg_paypal: A new payment gateway is born
2020-10-27 08:37:08 +11:00
Shamim Rezaie
e52362fc5c
MDL-69166 core_payment: basic gateway skeleton
2020-10-27 08:37:08 +11:00
Shamim Rezaie
9d77bf7c9b
MDL-69166 core: define payment as a subsystem and pg as a plugin type
2020-10-27 08:37:08 +11:00
Peter Dias
d3af959238
MDL-65959 badge: Enable OB2.1 *connection* with cross domain ability
2020-10-27 00:27:20 +08:00
Peter Dias
96ec45cb17
MDL-65959 badges: Do not use badge user preference after verification
2020-10-27 00:27:19 +08:00
Peter Dias
3cae9421a8
MDL-65959 badges: Update the implementation to use admin set backpack
2020-10-27 00:27:19 +08:00
Peter
b6435e0934
MDL-65959 core_badges: Allow ability to upload badges cross domain.
2020-10-27 00:27:18 +08:00
Eloy Lafuente (stronk7)
0dbeb9748b
MDL-70010 core: reconcile MOODLE_310_STABLE and master
...
There are some unexpected differences between 310 and master,
better reconcile them now. Note this is not 100% critical but,
as far as nothing exclusively for 4.0 has landed to master yet
only branch/version differences should exist.
2020-10-26 10:48:53 +01:00
Eloy Lafuente (stronk7)
3dcb4f549f
Merge branch 'MDL-69993' of git://github.com/paulholden/moodle into master
2020-10-26 10:42:31 +01:00
Michael Hawkins
840bcd8810
MDL-69559 course: Add course setting and cap to control course downloads
2020-10-26 10:00:47 +08:00
Michael Hawkins
d661b1148b
MDL-69559 course: Add course content download UI and execution page
2020-10-26 10:00:47 +08:00
Michael Hawkins
eb54686500
MDL-69559 course: Add capability and access checks for course download
2020-10-26 10:00:47 +08:00
Peter
1c4620bce6
MDL-65959 core_badges: Unrestricted user's badger account
...
* Restructure the email to be backpack specific
* Amended table defintion and functions
2020-10-25 23:03:59 +08:00
Paul Holden
b14cca8a24
MDL-69993 output: correct navigation node type for user reports.
2020-10-23 08:04:44 +01:00
Adrian Greeve
295a1e3bee
Merge branch 'MDL-67650-forced-checkbox-textarea' of https://github.com/brendanheywood/moodle
2020-10-23 09:03:20 +08:00
Sara Arjona
6d6f30f298
Merge branch 'MDL-69553' of https://github.com/NeillM/moodle
2020-10-22 08:55:55 +02:00
Brendan Heywood
0f3fdc1133
MDL-67650 admin: Consistently show forced config settings
2020-10-22 13:16:51 +11:00
Adrian Greeve
a9ab6a1db7
Merge branch 'MDL-69788' of https://github.com/paulholden/moodle
2020-10-22 09:08:50 +08:00