Jun Pataleta
8ebf873b65
MDL-79047 grade: Use the gradebook plugin name for the page title
...
* Use the appropriate gradebook plugin string for the page title.
* Improve gradebook page titles set by grade_get_plugin_info() by
listing the unique identifying information for the page first
(e.g. the gradebook plugin name), followed by broader information
(Grades + Course name), separating these bits of information using the
pipe `|` character.
For more information, check out
https://www.w3.org/WAI/WCAG21/Techniques/general/G88
2023-09-18 03:47:24 +02:00
Jun Pataleta
c0ec027149
MDL-79057 grade: Remove block-level elements within buttons
...
Replace <div> tags within <button> tags for the selector
buttons in the grade pages.
2023-09-15 17:37:20 +08:00
Huong Nguyen
978fb4f1fe
Merge branch 'MDL-79057-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-09-15 17:32:44 +08:00
Jun Pataleta
51655f3485
MDL-79057 gradereport_singleview: Use proper hidden attribute value
...
HTML attribute hidden="1" is invalid. It either needs to be set to an
empty string or use the keyword "hidden" for its value.
2023-09-06 18:39:15 +08:00
Jun Pataleta
bf9a2f43ad
MDL-79057 gradereport_singleview: Remove tabindex > 0 for elements
...
A tab index with a non-zero value messes up with the logical tab order
of a page.
2023-09-06 18:39:15 +08:00
Andrew Nicols
62648c74d8
MDL-79246 gradingform_rubric: Use i_click_on for behat clicks
2023-09-04 09:13:02 +08:00
Andrew Nicols
d474c049d1
Merge branch 'MDL-79045-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-09-01 10:47:34 +08:00
Jun Pataleta
489a9fc818
MDL-79045 grade: Don't enclose grade user_heading in $OUTPUT->heading()
...
Do not enclose \core_grades_renderer::user_heading() in
$OUTPUT->heading() and enclose the user's name in the user heading in
<h2> tags instead.
- Having <div> inside <h2> results in errors in HTML validation.
- Enclosing the whole user heading in <h2> results in the other
elements in the user heading (Message, Add to contacts) to be announced
to screen readers which can result in confusion.
2023-08-31 09:24:08 +08:00
Huong Nguyen
de8180935f
Merge branch 'MDL-78533-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-08-24 15:36:33 +07:00
Paul Holden
e4ba5d276d
MDL-78533 grade: relax param type of itemname in external structures.
...
Ensure it conforms to the same format as allowed for course modules.
2023-08-21 10:54:24 +01:00
Paul Holden
79e12570d9
MDL-78502 grade: consider only those export formats user can access.
2023-08-21 10:47:06 +01:00
Simey Lameze
fd046bf6d6
MDL-78684 behat: fix behat failures
2023-08-17 21:01:05 +08:00
Andrew Nicols
d6a9f01cc9
Merge branch 'MDL-78684-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-08-16 22:44:35 +08:00
Jun Pataleta
4de338f002
Merge branch 'MDL-78872-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-08-09 12:10:16 +08:00
Paul Holden
58836d7143
MDL-78872 grade: fix external class execute method visibility.
2023-08-02 02:18:51 +01:00
Angelia Dela Cruz
efb38571e5
MDL-78684 Behat: Replace gradebook navigation to use page resolvers
...
This commit also does other things such as:
- Replace manual steps to setup gradebook by data generators
- Added support for outcomes and scales page resolvers
- Behat clean up
2023-08-01 15:55:33 +08:00
Jun Pataleta
27f453d6e9
MDL-78550 grade: Hide empty fillers from the accessibility tree
...
* And remove the title attribute for the filler as it is unnecessary.
2023-07-28 17:28:58 +08:00
Jun Pataleta
b98fb9032c
MDL-78550 grade: Avoid rendering an empty <h2> heading
2023-07-28 17:28:57 +08:00
Jun Pataleta
e953e71c54
MDL-78550 grade: Fix HTML validator errors
...
* Remove invalid "text" attribute in <td> elements
* Use proper id value for grade category checkboxes.
2023-07-28 17:28:56 +08:00
Sara Arjona
07ef1c6aa5
Merge branch 'MDL-78673-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-07-12 18:18:13 +02:00
Julien Boulen
231577e4b0
MDL-76319 gradebook: add continue button after csv grades import error
2023-07-10 10:18:14 +02:00
Andrew Nicols
43d00eaeba
MDL-78673 grade: Switch test to use generators
2023-07-10 11:30:14 +08:00
Andrew Nicols
23c2c5d08e
MDL-78673 grade: Switch to behat navigation steps
2023-07-10 11:30:14 +08:00
Andrew Nicols
7961e169b1
MDL-78673 grade: Address random failure due to toast
2023-07-10 11:30:09 +08:00
Shamim Rezaie
2d8c924d71
MDL-77375 core_grades: set boundary of the dropdowns in grade setup page
2023-07-02 00:40:15 +10:00
Shamim Rezaie
ddb1b56f36
MDL-77375 gradereport_singleview: set boundary of the dropdowns
2023-07-02 00:06:14 +10:00
Andrew Nicols
196ed7530b
Merge branch 'MDL-69231-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-06-15 10:56:53 +08:00
Ilya Tregubov
beb0328060
Merge branch 'MDL-70152-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-06-14 13:25:03 +08:00
Ilya Tregubov
c162f90445
MDL-76445 gradereport_singleview: Fix Behat test
...
When you unenrol a user, the notification blocks some tertiary
navigation links.
2023-06-14 11:38:04 +08:00
Ilya Tregubov
b699da1461
MDL-76445 core_grades: Use group select instead of group search
...
On Moodle 4.1 we don't have group search on grader report.
That is only available in 4.2+
2023-06-14 09:34:22 +08:00
Mihail Geshoski
6ceb137f04
MDL-76445 gradereport_singleview: Usability fixes
2023-06-13 15:20:03 +08:00
Mihail Geshoski
e60edbf0cb
MDL-76445 gradereport_user: Usability fixes
2023-06-13 15:20:03 +08:00
Mihail Geshoski
f057a2aef9
MDL-76445 grade: Helper that returns all gradable users in a course
2023-06-13 15:20:03 +08:00
Simey Lameze
fc10598d63
MDL-69231 behat: remaining work for role capability generator
...
This commit does few things:
* Unify data generators usage to role short name.
* Replace remaining manual steps to use the new data generator.
* Also replaced other manual steps to set config to use data generators.
* Tidy up of some tests, aligning pipes and splitting one line steps into multiple lines.
* Fixes tests to have one Given/When/Then per scenario.
2023-06-02 12:42:35 +08:00
Andrew Nicols
b67b10af29
MDL-69231 behat: Update tests to use new generator
2023-06-02 12:42:35 +08:00
Angelia Dela Cruz
948ac8f62b
MDL-70152 behat: Forum behat generators use UI
...
Behat cleanup and optimisation
2023-05-29 10:28:04 +08:00
Shamim Rezaie
f36c96411d
MDL-77451 gradereport: stress handling for multiple clicks
2023-05-09 19:15:37 +10:00
Ilya Tregubov
e19573d6bf
Merge branch 'MDL-77810-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-05-03 13:08:52 +08:00
Paul Holden
569a71daea
MDL-77810 gradereport_summary: show localised plugin name in report.
2023-04-27 15:19:33 +01:00
Mihail Geshoski
f90a55979a
MDL-77546 gradereport_singleview: Fix item order in grade item selector
2023-04-27 12:01:23 +08:00
Simey Lameze
c0bea2a82d
MDL-77960 behat: make verification steps more specific
2023-04-19 11:57:37 +08:00
Ilya Tregubov
0d0fbec616
Merge branch 'MDL-77770-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-04-18 12:01:46 +08:00
Ilya Tregubov
ca751bdc1f
Merge branch 'MDL-76855-401' of https://github.com/Chocolate-lightning/moodle into MOODLE_401_STABLE
2023-04-18 11:18:32 +08:00
Paul Holden
df4f8dd322
Merge branch 'MDL-76212-401-nav' of https://github.com/kevpercy/moodle into MOODLE_401_STABLE
2023-04-17 11:50:54 +01:00
Mathew May
faa121ad30
MDL-76855 gradereport_user: Prevent parent access errors
2023-04-17 11:26:03 +08:00
Ilya Tregubov
8dc9cd6cdc
MDL-77324 gradereport_singleview: Make action menus consistent
2023-04-13 16:59:23 +08:00
Kevin Percy
5b8ad6ae30
MDL-76212 gradebook_nav: Fixed tertiary nav for smaller screens
2023-04-12 14:12:50 +08:00
Paul Holden
eb12428324
MDL-77770 gradereport_user: fix errors when no users to navigate.
2023-04-06 14:41:03 +01:00
Jun Pataleta
9bdbff4f3a
Merge branch 'MDL-76603-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-03-10 10:14:57 +08:00
Shamim Rezaie
47a1789f12
MDL-76603 gradingforms: Some A11y fixes on editing form
...
- Use span instead of dummy input elements because form elements need a
label
- Sufficient size for target is at least 24px by 24px (Success Criteria
2.5.8)
2023-03-10 10:11:34 +08:00