Peter Dias
95dceedd2f
MDL-68112 core_course: Use bootstrap input-group
2020-04-09 18:21:24 +08:00
Jun Pataleta
bed9308ef5
MDL-67663 mod_forum: Show/hide elements from screen reader on search
...
* When the search input gets shown, users can still navigate on the
close button and the grading status container which can cause confusion
among users. So hide and show them accordingly as well.
* Hide/show user picker and body container when the search results
container is shown/hidden.
2020-04-09 17:50:09 +08: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
Jun Pataleta
0d3a580e03
MDL-67663 mod_forum: Add missing lang strings
2020-04-09 17:50:09 +08:00
Jun Pataleta
5803df2344
MDL-67663 mod_forum: Designate forum grading landmark regions
...
Adding the following landmark regions for easier keyboard navigation:
* Forum grading navigation
* User's forum posts
* Forum grading panel
2020-04-09 17:50:09 +08:00
Jun Pataleta
a37c40d31f
MDL-67663 mod_forum: Use proper lang string for aria-label
...
Use a proper language string for the aria-label of the hide grader
panel button instead of a hard-coded one.
2020-04-09 17:50:09 +08:00
Jun Pataleta
f63503a603
MDL-67663 mod_forum: Fix focus order of the grading form
...
* Focus should flow from the form header down to the forum posts, and
then to the grading panel itself.
2020-04-09 17:50:08 +08:00
Jun Pataleta
d0f8a42e5f
MDL-67663 mod_forum: Make user switching more accessible
...
* Add a more descriptive label for the next and previous buttons so that
the users would know that clicking on the next or previous buttons will
save the changes they made before proceeding to the next user.
* Add an sr-only div with aria-live to the user picker to let the grader
know the current user that is being graded.
* Hide the user picture from screen readers
2020-04-09 17:50:08 +08:00
Mihail Geshoski
0da3443539
MDL-67587 course: Add unit tests
2020-04-09 09:17:53 +08:00
Mihail Geshoski
ccffe30d5b
MDL-67587 course: Add behat tests
2020-04-09 09:17:53 +08:00
Mihail Geshoski
d379dc9b0c
MDL-67587 course: Add search in recommended activities admin page
2020-04-09 09:17:53 +08:00
Jwalit Shah
c74ccbcbaa
MDL-66200 gradebook: check selected feedback option when importing data
2020-04-09 11:01:15 +10:00
Simey Lameze
f7b84afe15
MDL-68288 core_table: support pagination bar for dynamic tables
2020-04-09 07:06:35 +08:00
Sara Arjona
df0e58adb1
weekly release 3.9dev
2020-04-08 16:24:37 +02:00
Sara Arjona
1bd3bdf029
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-04-08 16:24:34 +02:00
Andrew Nicols
9056efdb56
Merge branch 'MDL-68185-performance-checks-fixing2' of https://github.com/brendanheywood/moodle
2020-04-08 12:43:56 +08:00
Andrew Nicols
aae4b15631
Merge branch 'MDL-47271-status-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-08 12:37:52 +08:00
Brendan Heywood
79dbcce8b1
MDL-68185 report_performance: Refactored into Check API
2020-04-08 14:35:33 +10:00
Brendan Heywood
59a44a5bad
MDL-47271 tool_task: Added Task API status checks
2020-04-08 14:35:33 +10:00
Brendan Heywood
e8e2bd28ec
MDL-47271 check: Refactor check table into a renderable
2020-04-08 14:35:33 +10:00
Brendan Heywood
20167daf89
MDL-47271 report_status: Added System status report
2020-04-08 14:35:31 +10:00
Andrew Nicols
7aa6398830
Merge branch 'MDL-68148-master' of git://github.com/rezaies/moodle
2020-04-08 11:20:39 +08:00
Shamim Rezaie
8aecd8579e
MDL-68148 user: remove the noscript tag
...
The submit button remains deactive if js is disabled. So having a
noscript tag to output a submit button here does not make sense.
2020-04-08 11:35:58 +10:00
Shamim Rezaie
cf48026307
MDL-68148 user: fixed stray end tag (input)
2020-04-08 11:24:51 +10:00
Shamim Rezaie
3dec4c6ce3
MDL-68148 core_user: avoid multiple enrol buttons with the same id
2020-04-08 11:22:34 +10:00
Shamim Rezaie
8a805e03a4
MDL-68148 core_user: set the fullname column as the header column
...
ref: https://www.w3.org/WAI/tutorials/tables/
2020-04-08 11:22:34 +10:00
Shamim Rezaie
1a94ddd31b
MDL-68148 output: type attribute is unnecessary for javascript resources
2020-04-08 11:22:34 +10:00
Shamim Rezaie
0ad48a3e68
MDL-68148 core: remove cellspacing
...
The cellspacing attribute of <table> is not supported in HTML5.
So the removed line did not have any effect since ages ago.
2020-04-08 11:22:34 +10:00
Eloy Lafuente (stronk7)
f1f1497f04
Merge branch 'MDL-66357-master' of git://github.com/sarjona/moodle
2020-04-08 02:52:15 +02:00
AMOS bot
fd236c2062
Automatically generated installer lang files
2020-04-08 00:11:05 +00:00
AMOS bot
9b543efc05
Automatically generated installer lang files
2020-04-08 00:11:05 +00:00
Eloy Lafuente (stronk7)
2c50e08a3b
Merge branch 'MDL-68286-master' of git://github.com/andrewnicols/moodle
2020-04-08 00:37:02 +02:00
Eloy Lafuente (stronk7)
2ede5371ed
Merge branch 'MDL-67895' of https://github.com/timhunt/moodle
2020-04-08 00:01:33 +02:00
Tim Hunt
9205d263d6
MDL-68256 task admin UI: Grrrr! browsers
2020-04-07 19:04:53 +02:00
Sara Arjona
b3f562176c
Merge branch 'MDL-40081' of https://github.com/paulholden/moodle
2020-04-07 15:09:56 +02:00
Sara Arjona
3f79d5461d
Merge branch 'master_MDL-68223' of https://github.com/golenkovm/moodle
2020-04-07 13:42:20 +02:00
Sara Arjona
55339ca9d0
Merge branch 'master_MDL-65700' of https://github.com/golenkovm/moodle
2020-04-07 13:34:01 +02:00
Mikhail Golenkov
3180869e19
MDL-65700 javascript: Add url-polyfill.
2020-04-07 20:54:46 +10:00
Andrew Nicols
4fc8c1e4f3
Merge branch 'MDL-68285-master' of git://github.com/cescobedo/moodle
2020-04-07 13:25:48 +08:00
Brendan Heywood
c1f7368e57
MDL-47271 clilib: Add support for background colors
2020-04-07 12:30:27 +10:00
Andrew Nicols
a87a3c12c9
Merge branch 'MDL-68051-master-2' of git://github.com/mihailges/moodle
2020-04-07 10:25:04 +08:00
Andrew Nicols
c8eca1f642
Merge branch 'MDL-67818-check-api-fixes' of https://github.com/brendanheywood/moodle
2020-04-07 10:09:34 +08:00
Brendan Heywood
a28277697d
MDL-67818 check: Rename renderer to be less generic
2020-04-07 12:07:42 +10:00
Eloy Lafuente (stronk7)
c3415804c1
Merge branch 'MDL-68147-master' of git://github.com/mihailges/moodle
2020-04-06 19:09:10 +02:00
Sara Arjona
dad7f2ba1d
Merge branch 'MDL-65539' of https://github.com/NeillM/moodle
2020-04-06 16:40:52 +02:00
Brendan Heywood
d71752df93
MDL-67818 auth_none: Moved to improved Check API
...
AMOS BEGIN
MOV [check_noauth_details,auth_none],[checknoauthdetails,auth_none]
MOV [check_noauth_error,auth_none],[checknoautherror,auth_none]
MOV [check_noauth_name,auth_none],[checknoauthname,auth_none]
MOV [check_noauth_ok,auth_none],[checknoauthok,auth_none]
AMOS END
2020-04-06 22:08:33 +10:00
Brendan Heywood
26bb3c24d2
MDL-67818 check: Improved Check API to reduce boilerplate
2020-04-06 22:08:15 +10:00
Paul Holden
abde761cb6
MDL-40081 completion: clean up criteria records for deleted courses.
2020-04-06 12:22:51 +01:00
Sara Arjona
71576a58e6
Merge branch 'MDL-68231-master' of https://github.com/snake/moodle
2020-04-06 13:22:18 +02:00
Paul Holden
0c68ae88eb
MDL-67499 restore: account for deleted user truncated email/username.
2020-04-06 12:09:48 +01:00