Sara Arjona
302d147331
Merge branch 'MDL-74180-master' of https://github.com/mihailges/moodle
2022-03-15 17:42:38 +01:00
Víctor Déniz
4da9f3a03a
Merge branch 'MDL-74098' of https://github.com/stronk7/moodle
2022-03-15 16:14:17 +00:00
Eloy Lafuente (stronk7)
103365191c
Merge branch 'MDL-74131-master' of https://github.com/aanabit/moodle
2022-03-15 16:46:07 +01:00
Eloy Lafuente (stronk7)
3377bf10f7
Merge branch 'MDL-74181' of https://github.com/paulholden/moodle
2022-03-15 16:41:26 +01:00
Paul Holden
b73a69b920
MDL-74175 cohort: correct type/callback of entity category column.
2022-03-15 15:28:54 +00:00
Víctor Déniz
7fbd4942a6
Merge branch 'MDL-73865-master' of https://github.com/rezaies/moodle
2022-03-15 15:13:48 +00:00
Eloy Lafuente (stronk7)
040d005dc5
Merge branch 'MDL-74156-master' of https://github.com/junpataleta/moodle
2022-03-15 15:38:01 +01:00
Eloy Lafuente (stronk7)
820cdbc9e1
Merge branch 'MDL-74100' of https://github.com/paulholden/moodle
2022-03-15 15:07:02 +01:00
Paul Holden
29c00fc100
MDL-74214 forms: re-calculate calendar panel zIndex each time.
...
The previous iteration only calculated it's zIndex value on
initial load. This meant that any nodes added subsequent to this
would not be taken into account (e.g. modal forms).
2022-03-15 13:41:42 +00:00
Sara Arjona
877a882253
Merge branch 'MDL-74173-master' of https://github.com/junpataleta/moodle
2022-03-15 14:27:55 +01:00
Sara Arjona
2d0675e986
Merge branch 'MDL-73979-master' of https://github.com/HuongNV13/moodle
2022-03-15 12:28:56 +01:00
Sara Arjona
a26f985cae
Merge branch 'MDL-74130' of https://github.com/timhunt/moodle
2022-03-15 12:19:10 +01:00
Sara Arjona
9344149aba
on-demand release 4.0beta+
2022-03-15 11:30:47 +01:00
Sara Arjona
814f91f935
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-03-15 11:30:42 +01:00
Simey Lameze
4fe474fad4
MDL-74088 assign: backup and restore support for time limit fields
2022-03-15 17:39:04 +08:00
Jun Pataleta
b8248d3b92
MDL-74030 mod_lesson: Access lesson report via page administration step
...
* So it will consistently pass between Boost and Classic runs.
2022-03-15 17:08:15 +08:00
Huong Nguyen
2e3c9f10c4
MDL-73489 Quiz: Fix question was added in the wrong place
2022-03-15 12:22:18 +07:00
Huong Nguyen
76360c254e
MDL-73489 Quiz: Fix incorrect XPath for custom Behat step
2022-03-15 12:19:30 +07:00
Paul Holden
61e5f6da55
MDL-74194 mod_bigbluebuttonbn: access checks for inplace editables.
2022-03-15 09:57:55 +06:00
Shamim Rezaie
1058a2fbd9
MDL-72481 theme_boost: Do not update tabindex of the "more" tab
2022-03-15 14:36:14 +11:00
Eric Merrill
f3ea6862aa
MDL-74183 completion: Protect against index conflict in cron
2022-03-14 22:56:20 -04:00
Shamim Rezaie
ef84c1607d
MDL-72481 core: prevent loosing the tick next to selected dropdown itme
...
prevent loosing the tick when user clicks on the toggle button
or when they Press Esc to close the dropdown.
2022-03-15 12:48:22 +11:00
Shamim Rezaie
50c8bf68a8
MDL-72481 core: Make more menu tabbable when the active tab moves inside
2022-03-15 12:48:22 +11:00
Sujith Haridasan
1168e5fff1
MDL-72481 core: Fix the keyboard navigation in RTL
...
Also updated e.keyCode to e.key because keyCode is deprecated.
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-03-15 12:48:22 +11:00
Shamim Rezaie
4489132505
MDL-72481 core: only move through visible tabs
2022-03-15 12:48:22 +11:00
Sujith Haridasan
044439fc84
MDL-72481 theme_boost: Find the tab if it is inside the more dropdown
...
keep the selector limited to tablists to prevent infinite redirects
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-03-15 12:48:22 +11:00
Sujith Haridasan
af496f2c85
MDL-72481 admin: Update behat selector
...
The more menu can be a tablist or a manubar
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-03-15 12:48:22 +11:00
Jun Pataleta
6937d87ddd
MDL-72481 admin: Render the site admin navigation menu as tablist
...
only render the secondary nav as tablist if it is for the site admin tabs
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-03-15 12:48:21 +11:00
Jun Pataleta
1f21daf8b3
MDL-72481 core: Fix more menu keyboard navigation
...
* Allow the more menu to be rendered as a tablist when needed.
* Let menu_navigation handle keyboard navigation only when
menu items are not rendered as dropdowns. Otherwise, leave
the keyboard navigation handling via the default handlers
(e.g. dropdown.js/aria.js/tab.js).
* When the more menu is rendered as a tablist, use aria-selected
for the selected tab. When it's rendered as a menu, use aria-current
for the selected menu item. (The menuitem role supports aria-current and
not aria-selected)
* Make sure that the active tab is tabbable by default.
* Submenu items should always have tabindex=-1
* Update behat to use css_element instead of xpath. Also, improved it
to consider that it is the active element that should be tabbable.
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-03-15 12:48:21 +11:00
Shamim Rezaie
bc52715d75
MDL-73865 blocks_timeline: Increase debounce wait to 1 second
2022-03-15 12:46:22 +11:00
Shamim Rezaie
06b64c8284
MDL-73865 blocks_myoverview: Increase debounce wait to 1 second
2022-03-15 12:45:35 +11:00
Paul Holden
4711a73731
MDL-74181 user: remove secondary nav when viewing profile as guest.
2022-03-15 00:50:13 +00:00
Paul Holden
ef1be5935f
MDL-74193 mod_assign: specify itemid in external attachment filearea.
2022-03-14 22:54:54 +00:00
Tim Hunt
85c0b1d2fa
MDL-74130 question behat: Update tests to use the new navigation steps
2022-03-14 22:13:04 +00:00
Tim Hunt
d54bef46f1
MDL-74130 question behat: support I am on ... page or key qbank pages
2022-03-14 22:13:04 +00:00
Tim Hunt
9c65fe8b8f
MDL-74130 question behat: rename behat_question -> behat_core_question
...
This is the expected naming for a Behat file for a core component.
Note, there are no acutal references to the deprecated class name
in core, but there might be in plugins, so we added a
backwards compatibility class with the old name. Thanks to
Andrew Lyons for hints about how to do that.
2022-03-14 22:13:04 +00:00
Víctor Déniz
e95d99ebf1
Merge branch 'MDL-74030' of https://github.com/roland04/moodle
2022-03-14 21:39:40 +00:00
Sara Arjona
5195ac05f1
Merge branch 'MDL-74179-master' of https://github.com/cescobedo/moodle
2022-03-14 18:48:44 +01:00
Amaia Anabitarte
9bfefc4975
MDL-74114 block_myoverview: Fix set favourite changes
2022-03-14 17:19:49 +01:00
Sara Arjona
6000e3ae6a
Merge branch 'MDL-74151-master' of https://github.com/mihailges/moodle
2022-03-14 16:55:24 +01:00
Eloy Lafuente (stronk7)
abc57c853a
MDL-74098 phpunit: Normalise dir separator to match expectations
2022-03-14 16:46:52 +01:00
Sara Arjona
066b9ac6ed
Merge branch 'MDL-74162-master' of https://github.com/mihailges/moodle
2022-03-14 16:41:47 +01:00
Ilya Tregubov
eb6e99aafe
Merge branch 'MDL-74033-master-2' of https://github.com/rezaies/moodle
2022-03-14 16:56:45 +06:00
cescobedo
22cf291fd9
MDL-74179 mod_chat: Fix warnings header when accessing as a guest
...
Initialize before showing the no guest message
when user is accesing as a guest.
2022-03-14 10:56:55 +01:00
Mihail Geshoski
b34b626588
MDL-74180 database: Add behat test
2022-03-14 17:10:55 +08:00
Amaia Anabitarte
329586411d
MDL-74131 tags: Fix flagged tags color contrast
2022-03-14 09:59:13 +01:00
Ilya Tregubov
5da8aeaa8b
Merge branch 'MDL-73704-master' of https://github.com/bmbrands/moodle
2022-03-14 14:53:29 +06:00
Amaia Anabitarte
89849347e5
MDL-74080 block_myoverview: Fix create course link based on permissions
2022-03-14 09:21:22 +01:00
Bas Brands
c3f0f59134
MDL-73952 core_course: update section badges using JS
2022-03-14 09:10:07 +01:00
Bas Brands
58fa5da723
MDL-73704 tool_componentlibrary: activity icons
2022-03-14 08:54:33 +01:00