Eloy Lafuente (stronk7)
6f56e743ed
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
2020-05-28 13:01:39 +02:00
Mihail Geshoski
8bb55dd5f9
MDL-67813 core: Add for attribute to search input label in filepicker
...
Adds the missing for attribute in the label that identifies the
search input in the filepicker. This is an accessibility improvement.
2020-05-28 12:06:32 +08:00
Bas Brands
457e61cd7b
MDL-67874 core_filepicker: fix focus styles for filepicker folders
2020-05-28 10:34:02 +08:00
Adrian Greeve
4231b83668
Merge branch 'MDL-66911-38_core_file_add_license_help_to_fileselect' of https://github.com/tomdickman/moodle
2020-05-28 09:09:27 +08:00
David Mudrák
2615e429f4
MDL-68753 lang: Remove a redundant okay string and use "OK" everywhere
...
The "Ok" (with lower-case "k") string was added in MDL-68409 to keep
backwards compatibility with YUI alerts that had it hard-coded. But we
should not need to explain to translators why we have two OK strings
like this and why they use different wording.
Additionally, there would be inconsistency in Behat tests and everywhere
depending on which "OK" or "Ok" string is used for buttons.
So instead, this patch changes the hard-coded 'Ok' string in the YUI and
we should stick to "OK" from now on everywhere.
2020-05-27 09:59:44 +02:00
Sara Arjona
3d0541c03a
Merge branch 'MDL-68758-master' of git://github.com/peterRd/moodle
2020-05-27 09:46:47 +02:00
Jun Pataleta
d5eec2a2fd
Merge branch 'MDL-67743-master-final' of git://github.com/andrewnicols/moodle
2020-05-27 14:51:25 +08:00
Peter Dias
31788c8cf2
MDL-68758 core_repository: Allow ability to download files on all views.
2020-05-27 14:20:15 +08:00
Jake Dallimore
0fbc2c11f5
Merge branch 'MDL-67874-master' of git://github.com/bmbrands/moodle
2020-05-27 13:54:51 +08:00
Andrew Nicols
04ce665a98
Merge branch 'MDL-68765-master' of https://github.com/ised-isde-canada/moodle
2020-05-27 12:49:39 +08:00
Bas Brands
6881ca38d7
MDL-68259 user: add styling to participant filters
...
Part of MDL-67743
2020-05-27 10:49:44 +08:00
Andrew Nicols
1be0f90c6f
MDL-67917 core: Add custom template support to autocomplete
...
Part of MDL-67743
2020-05-27 10:49:43 +08:00
Tom Dickman
2228ca31a2
MDL-66911 core files: Add license help to file selector
...
This improvement adds a help icon to the 'Choose license' option
providing links to further information on each license.
Utilise templates for license links to avoid code reuse.
2020-05-27 08:36:48 +10:00
Bas Brands
91de0ed823
MDL-67874 theme_boost: make focus outline accessible
2020-05-26 09:54:12 +02:00
Bas Brands
6a4ce7b0a3
MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0
2020-05-25 15:48:17 +02:00
Michael Milette
17cc4735d7
MDL-68765 auth: Login form has DIV tag with 2 CLASS attributes.
2020-05-20 14:00:03 -04:00
Víctor Déniz Falcón
676b8b8217
Merge branch 'MDL-68299-master' of git://github.com/bmbrands/moodle
2020-05-19 20:43:46 +01:00
Bas Brands
92bc86e429
MDL-68299 theme_boost: theme updates for accessible zoom
...
The Moodle UI should be functional in a viewport of 320px by 256px to
meet WCAG 1.4.10
this patch contains improvements to:
-prevent horizontal scrolling
-better wrapping of page header
-message drawer funtional on tiny screens
-remove indenting on courses
-prevent elements overlapping on quiz editing
-better navigation tabs
-fix colour picker
-quiz editing
2020-05-19 10:13:20 +02:00
Adrian Greeve
5ec37d28a6
Merge branch 'master_MDL-64843_course_copy_ui' of https://github.com/catalyst/moodle
2020-05-18 10:35:44 +08:00
Matt Porritt
01436f7539
MDL-64843 Backup: Course copy user interface
...
This patch adds better core support for copying courses.
There is now a simplified and dedicated UI for copying
courses. This can be accessed from the course context
menu or course management screens.
All backups are done asynchronously and there can be multiple
copies of a course in flight at once.
2020-05-15 06:02:02 +00:00
Shamim Rezaie
1ba5f0f410
MDL-68200 core: Fix datetime format
...
date.toISOString() prints out the seconds as well.
Current code supports most valid values for the datetime attribute
2020-05-12 15:13:01 +10:00
Shamim Rezaie
31d401aaa0
MDL-68200 mod_forum: fix invalid format of the time tag on modern view
2020-05-12 15:13:01 +10:00
Jun Pataleta
26b2982ba0
MDL-68200 core: Add new time_element template
2020-05-12 10:59:02 +10:00
Andrew Nicols
7be118e265
Merge branch 'MDL-67881-master' of git://github.com/bmbrands/moodle
2020-05-05 11:17:33 +08:00
Andrew Nicols
b810c84f2b
MDL-68409 js: Add Alert modal
2020-05-04 15:07:49 +08:00
Shamim Rezaie
2a14ef789b
MDL-68378 core: url_select listens to accessibleChange event
2020-04-22 04:16:44 +10:00
Shamim Rezaie
a97c40cf83
MDL-68378 core: update single_select to listen to accessibleChange event
2020-04-22 04:16:44 +10:00
Bas Brands
45decc81c4
MDL-67881 core_message: fix tab order for message drawer
2020-04-20 11:37:34 +02: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
Jun Pataleta
6b4a66b0bc
Merge branch 'MDL-68288-master' of git://github.com/lameze/moodle
2020-04-15 23:20:23 +08: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
Eloy Lafuente (stronk7)
2c50e08a3b
Merge branch 'MDL-68286-master' of git://github.com/andrewnicols/moodle
2020-04-08 00:37:02 +02: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
Shamim Rezaie
604df144d2
MDL-67970 output: use fieldset in core/chooser instead of label
2020-03-17 18:16:25 +11:00
Shamim Rezaie
0499a8c24f
MDL-67970 core: remove unnecessary roles
...
- The navigation role is unnecessary for element nav
- The textbox role is unnecessary for element textarea
2020-03-17 18:16:25 +11:00
Shamim Rezaie
b48b4d2244
MDL-67970 output: fixed duplicate id attribute
...
action_menu::export_for_template generates the id attributes and send it
to core/action_menu_trigger template as part of the attributes variable.
2020-03-17 18:16:25 +11:00
Andrew Nicols
b11c9c19a5
Merge branch 'MDL-33671-master-3' of git://github.com/peterRd/moodle
2020-03-05 07:57:05 +08:00
Sara Arjona
03a4964277
Merge branch 'MDL-67969-master' of git://github.com/rezaies/moodle
2020-03-04 12:58:04 +01:00
Peter
a216d86c6c
MDL-33671 core: Add ability to download selected items
...
Utilise the new checkbox-toggleall functionality
2020-03-03 07:20:35 +08:00
Peter
2f03923602
MDL-33671 core: Allow for bulk delete of files
...
* Enable bulk delete in a details view
* Behat tests for new functionality
* Unit test for new function
2020-03-03 07:20:35 +08:00
Shamim Rezaie
768c318ad6
MDL-67969 lib: Fix duplicate blockinstanceid for fake blocks
2020-02-19 21:20:01 +11:00
Shamim Rezaie
c2fa370b0e
MDL-67865 output: Fix id of the dropdown trigger
2020-02-18 16:14:45 +11:00
Mathew May
d6b95b8642
MDL-67264 core_templates: If classes exists render it out
2020-02-10 08:14:16 +08:00
Andrew Nicols
4d4409437a
MDL-67511 core: Adjust spacing at top of toast-wrapper
2020-02-03 07:38:07 +08:00
David Mudrák
7630b42232
MDL-67447 form: Fix the duplicate autocomplete selection node
...
When the autocomplete selection is updated, the content of the selection
wrapper is replaced with the new list of selected items. We must replace
only the content of the selection wrapper and not to nest it into
itself.
2020-01-25 05:39:01 +01:00
Ryan Wyllie
46d51c8ca9
MDL-66893 mod_forum: update grading panel UI in grader
2019-11-07 14:53:37 +08:00
Mathew May
e0bc21946a
MDL-66074 core_toast: Documentation
2019-10-30 13:03:59 +08:00