Mathew May
c48881b5fd
MDL-76143 gradereport_grader: Behat changes after integration
2023-03-31 14:32:44 +08:00
Ilya Tregubov
51182b603b
MDL-77033 core_grades: Deprecate get icons functions.
...
We don't use those anymore. There are respective functions to get
link without icon.
2023-03-30 20:20:10 +08:00
Ilya Tregubov
013cf3b741
MDL-77033 core_behat: Fix behat tests.
2023-03-30 20:20:10 +08:00
Ilya Tregubov
11b6dce50c
MDL-77033 core_grades: Add status column to setup page
...
Also make action menu consistent with grader report
2023-03-30 20:20:10 +08:00
Ilya Tregubov
7653093b55
MDL-77033 core_behat: Remove multilang from some scenarios
...
It should be only tested once. No need to have it in all tests.
Some steps will have to use category fullname so using tags in steps
will look ugly.
2023-03-30 20:20:10 +08:00
Ilya Tregubov
8b4bc3d31a
MDL-77033 core_behat: Refactor behat steps to be reusable.
...
We will need similar step definitions for gradebook setup page.
So moving those from grader plugin to the core.
2023-03-30 20:20:10 +08:00
Ilya Tregubov
9ba802ca0c
MDL-77033 cores_grades: Refactor cell menus to be reusable.
...
We need similar menus on gradebook setup page. So moving from
grader plugin to core
2023-03-30 20:20:10 +08:00
Paul Holden
bf3c07834a
Merge branch 'MDL-77744-master-2' of https://github.com/ilyatregubov/moodle
2023-03-30 08:34:35 +01:00
Jun Pataleta
11c2667107
Merge branch 'MDL-72350-master' of https://github.com/stevandoMoodle/moodle
2023-03-30 12:57:20 +08:00
Jun Pataleta
4858a62623
Merge branch 'MDL-76143-class' of https://github.com/Chocolate-lightning/moodle
2023-03-30 12:37:52 +08:00
Mathew May
d80fb6ce2c
MDL-76143 gradebook: Add search into graderreport
2023-03-30 11:29:01 +08:00
Sara Arjona
1147a9fe9d
MDL-72350 mod: Remove mod_assignment
...
The Assignment 2.2 activity module was disabled in 2012 but kept to
enable pre-2.2 backups to be restored and have the assignments
auto-converted to new assignments. After almost 10 years, it's time
to remove it from Moodle core.
2023-03-30 09:00:10 +08:00
Ilya Tregubov
b6a5a0bcc2
MDL-77744 core_grades: Use separate attribute for gradeitems/users.
2023-03-29 17:24:55 +08:00
Paul Holden
e4317c27b2
Merge branch 'MDL-77339-master' of https://github.com/meirzamoodle/moodle
2023-03-29 10:21:08 +01:00
Paul Holden
107b21db16
MDL-77774 gradereport_grader: correct/cleanup previous upgrade step.
...
Using incorrect data in the upgrade step from ca60efb8 created a
phantom plugin entry.
2023-03-28 18:42:51 +01:00
Andrew Nicols
ad15209e1f
Merge branch 'MDL-77029-master' of https://github.com/ilyatregubov/moodle
2023-03-28 12:37:01 +08:00
Ilya Tregubov
cb00d26105
MDL-77029 gradereport_grader: Fix sorting bug
...
When column was sorted in descending order, null values
were shown first.
2023-03-28 11:22:45 +08:00
Ilya Tregubov
fc9583bae1
MDL-77029 gradereport_grader: Add sorting to grade item columns
2023-03-28 11:22:42 +08:00
Meirza
ab2f3f1bda
MDL-77339 grade: Added class properties that are not declared
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-27 22:53:04 +07:00
Shamim Rezaie
ce20ad194e
MDL-76149 gradereport_grader: Remove studentsperpage config
2023-03-27 04:50:42 +11:00
Shamim Rezaie
d6f26ec49d
MDL-76149 gradereport_grader: show perpage dropdown
2023-03-27 04:47:49 +11:00
Shamim Rezaie
b7e66fc444
MDL-76149 gradereport_grader: Adding a sticky footer
...
The pagination bar and the save button are now displayed on the sticky
footer
2023-03-27 04:47:49 +11:00
Jun Pataleta
40a59bccff
Merge branch 'MDL-76147-master-2' of https://github.com/ilyatregubov/moodle
2023-03-24 09:32:40 +08:00
Ilya Tregubov
fd2b6f5ca9
MDL-76147 gradereport_grader: Fix collapsing preferences.
...
At certain cases I didn't see a tick in view mode. For example
when I click grades only and then switch to totals only a tick
next to total only was not shown. I think this is caused since before
mode was changed in circlurar order i.e.
fullmode->grade only->aggregate only->fullmode. But now any order is
possible so we need to respect it
2023-03-24 09:26:45 +08:00
Ilya Tregubov
ca60efb89f
MDL-76147 gradereport_grader: remove deprecated preferences.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
f70f2760e8
MDL-76147 grader_report: Fix action menus being covered.
...
First column and Averages row are sticky. So menu are
covered those.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
d2fe7362af
MDL-76147 gradereport_grader: Remove show calculation setting.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
de32a9e57d
MDL-76147 gradereport_grader: Fix Behat tests.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
ae79f856e2
MDL-76147 gradereport_grader: Remove show activity icons setting.
...
We we always show those. Was enabled by default.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
7656f5b6b0
MDL-76147 gradereport_grader: Move grade items and categories icons to action menu.
2023-03-24 09:26:45 +08:00
Ilya Tregubov
1c9d0e57b1
MDL-76147 gradereport_grader: Code style fixes.
2023-03-24 09:26:45 +08:00
Shamim Rezaie
3d16a7f453
MDL-76246 core_grades: Add aria-label to the group combobox
...
Also replaced str with cleanstr for aria-labels
2023-03-24 03:20:44 +11:00
Shamim Rezaie
02471ef1cd
MDL-76246 core_grades: Remove url param from ws
2023-03-22 20:59:14 +11:00
Shamim Rezaie
1a01607463
MDL-76246 core_grades: Improve user search styling
...
Show profile image, and display email in a separate line
2023-03-22 20:59:14 +11:00
Shamim Rezaie
d2881df06b
MDL-76246 core_grades: Group search widget to combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
343e676c4b
MDL-76246 gradereport_singleview: Grade item search widget to combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
d856c48639
MDL-76246 gradereport_singleview: Make the user search widget a combobox
2023-03-22 20:59:14 +11:00
Shamim Rezaie
3db5625fc9
MDL-76246 gradereport_user: Make the user search widget a combobox
...
Use <div> instead of <button> because <button> cannot have <div>
children.
2023-03-22 20:59:14 +11:00
Mihail Geshoski
4d7900a391
MDL-77032 grade: Collapsible grade categories in Gradebook setup
2023-03-17 23:04:41 +08:00
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