Jun Pataleta
5896d29905
Merge branch 'MDL-76603-master' of https://github.com/junpataleta/moodle
2023-03-10 10:15:12 +08:00
Shamim Rezaie
ae197c027a
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:08:42 +08:00
Jun Pataleta
8441270181
Merge branch 'MDL-77559-master-2' of https://github.com/andrewnicols/moodle
2023-03-09 16:02:01 +08:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Shamim Rezaie
74b103b218
MDL-76603 gradingform_rubric: preserve bg colour on hover
2023-03-08 19:32:07 +11:00
Shamim Rezaie
8b0fe1ee00
MDL-76603 gradingform_rubric: fix roles
...
- set the role of table to none
- moved aria-label from <table> element (that doesn't has role="none")
to the element that has the radiogroup role
- if it's not radiogroup/radio, it is list/listitem
- removed aria-label from the rubric table and used caption instead
2023-03-08 19:32:07 +11:00
Jun Pataleta
530e55e077
Merge branch 'MDL-77472' of https://github.com/paulholden/moodle
2023-03-08 11:53:46 +08:00
Jake Dallimore
c61e59cd68
Merge branch 'MDL-77031-master' of https://github.com/mihailges/moodle
2023-03-08 11:00:08 +08:00
Paul Holden
a931a7f8ce
MDL-76809 gradereport_history: pre-filter report userids filter.
...
Ensure current user is able to access each of the provided userids.
2023-03-08 09:59:49 +08:00
Paul Holden
6a62ccc52a
MDL-77472 grade: correct URL param type for adding tracking params.
2023-03-05 20:06:40 +00:00
Mihail Geshoski
a05cfc2487
MDL-77031 grade: Revamp the styling of the gradebook setup
2023-03-02 17:01:54 +08:00
Jun Pataleta
916503658d
Merge branch 'MDL-75012-master-5' of https://github.com/andrewnicols/moodle
2023-03-02 12:34:34 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Andrew Nicols
b604b474d4
MDL-77141 gradereport_user: Adjust course name to fix test
2023-03-02 11:49:38 +08:00
Andrew Nicols
c7c6573378
Merge branch 'MDL-77141-master' of https://github.com/lucaboesch/moodle
2023-03-02 11:49:00 +08:00
Tim Hunt
ff3f4eb2e7
MDL-76897 quiz: quiz_set_grade -> update_quiz_maximum_grade
2023-02-27 18:41:57 +00:00
Luca Bösch
6d330cfec6
MDL-77141 gradebook: Correct course name in user report
2023-02-24 10:44:17 +01:00
Ilya Tregubov
bb4633c967
Merge branch 'MDL-31235-master' of https://github.com/srobotta/moodle
2023-02-23 10:48:11 +08:00
Ilya Tregubov
d99995cec3
MDL-76146 gradereport_grader: Add class lost during rebase.
2023-02-21 18:07:12 +08:00
Paul Holden
6111426f1d
Merge branch 'MDL-76146-master' of https://github.com/ilyatregubov/moodle
2023-02-20 16:41:29 +00:00
Andrew Nicols
68169e1fb9
Merge branch 'MDL-77020' of https://github.com/paulholden/moodle
2023-02-20 09:52:39 +08:00
Stephan Robotta
75b8733197
MDL-31235 core_grades: use text filters for criterion fields
2023-02-17 08:11:14 +01:00
Ilya Tregubov
1b8ac1ff8c
MDL-76146 gradereport_grader: remove deprecated preferences.
2023-02-17 11:35:05 +08:00
Ilya Tregubov
5cb18337cb
MDL-76146 gradereport_grader: Remove show grade analysis icon preference
2023-02-17 11:34:09 +08:00
Ilya Tregubov
c1a3087f8b
MDL-76146 gradereport_grader: Remove show lock icon preference.
2023-02-17 11:34:09 +08:00
Ilya Tregubov
5eff5df97b
MDL-76146 gradereport_grader: Remove show show/hide icon preference
...
Since we move those icons to actions menu we don't need this pref.
2023-02-17 11:34:09 +08:00
Ilya Tregubov
29c220583f
MDL-76146 gradereport_grader: Move action icons to action menu.
2023-02-17 11:34:09 +08:00
Ilya Tregubov
149805bc78
MDL-76146 gradereport_grader: Code style fixes.
2023-02-17 11:34:08 +08:00
Ilya Tregubov
7cff9f25c5
MDL-76146 gradereport_grader: Remove non used files.
...
Seems it should have been deprecated long time ago.
2023-02-17 11:34:08 +08:00
Ilya Tregubov
67f2669510
MDL-76146 gradereport_grader: Deprecate AJAX grading interface.
...
Its not stable and not consistent.
2023-02-17 11:34:08 +08:00
Ilya Tregubov
a335d50daa
MDL-76146 gradereport_grader: Deprecate quick feedback.
2023-02-17 11:34:08 +08:00
Paul Holden
7c432c0ffb
MDL-77020 behat: refer to search input fields by name/role.
...
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-02-16 10:56:28 +00:00
Andrew Nicols
4fa300b78f
Merge branch 'MDL-76415-master' of https://github.com/meirzamoodle/moodle
2023-02-16 11:31:42 +08:00
Ilya Tregubov
d54a1d78f1
Merge branch 'MDL-75230-master' of https://github.com/andelacruz/moodle
2023-02-15 16:12:19 +08:00
Meirza
d8474a647a
MDL-76415 gradereport_singleview: Fixed str interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00
Angelia Dela Cruz
367027f979
MDL-75230 behat: Lesson Behat tests optimised
...
Replace steps that manually add Lesson instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2023-02-08 14:20:21 +08:00
Paul Holden
44d140d20c
Merge branch 'MDL-76869-master' of https://github.com/cameron1729/moodle
2023-02-03 14:58:24 +00:00
Jun Pataleta
8b88c61b70
Merge branch 'MDL-69690-master' of https://github.com/ilyatregubov/moodle
2023-02-02 10:35:02 +08:00
Simey Lameze
f93b2f3992
MDL-76587 behat: make grading page wider to avoid 'out of bounds' fail
...
This is because on classic theme the navigation block pushes the content
to the right and once behat changes the grades the 'Save changes' button
is no longer visible.
2023-01-31 11:14:51 +08:00
Sara Arjona
ae53d04144
Merge branch 'MDL-75337-master' of https://github.com/laurentdavid/moodle
2023-01-24 16:07:35 +01:00
Laurent David
fc72a1d7b1
MDL-75337 core: Single button - core changes
...
* Change all core calls toward single_button to use single_button::BUTTON_PRIMARY
when needed
2023-01-24 06:01:35 +01:00
Jun Pataleta
da144479fb
Merge branch 'MDL-76362-master-extra' of https://github.com/andrewnicols/moodle
2023-01-24 10:38:55 +08:00
Andrew Nicols
7000a99de3
MDL-76362 core: Coding style fixes
2023-01-23 09:15:55 +08:00
Marina Glancy
b0a83aa7bd
MDL-76362 various: Avoid passing nulls to functions that don't allow nulls
...
PHP 8.1 is more strict on the parameter type. Functions such as trim(), strlen(), str_replace(), etc
show notice when null is passed as an argument
2023-01-23 09:15:54 +08:00
Kevin Percy
567214a500
MDL-76139 gradebook_grader: Move group selector to tertiary navigation
2023-01-20 13:08:59 +08:00
Andrew Nicols
a3cc26f8bb
MDL-76583 core: Update uses of external_* classes
2023-01-19 07:34:09 +08:00
Cameron Ball
6bf955ca9e
MDL-76869 gradebook: Pass exception to rollback
2023-01-12 16:31:46 +08:00
Ilya Tregubov
93a70ba807
MDL-69690 mod_workshop: Fix fieldname for workshop.
2023-01-12 15:01:11 +07:00
Jun Pataleta
5166c729b4
MDL-76739 behat: Replace occurrences of "surname" in Behat tests
...
Replace occurrences of "surname" in Behat tests with "last name"
2023-01-12 09:53:41 +08:00
David Mudrák
50ba9dc72c
MDL-76739 lang: Use the fixed strings in the tests, too
2023-01-12 09:17:27 +08:00