Ilya Tregubov
d73ba4386a
MDL-75423 gradereport_singleview: Remove override and exlude links
...
The override and exlude links are removed form the table header because
a new bulk actions menu will be used (see MDL-75455).
Co-authored-by: Shamim Rezaie <shamim@moodle.com>
2022-11-10 22:43:13 +08:00
Mihail Geshoski
e21c415fa9
MDL-75423 gradereport_singleview: Styling fix for page toggle element
2022-11-10 22:43:13 +08:00
Mihail Geshoski
1c93256488
MDL-75423 gradereport_singleview: Zero state cleanup
...
Removes unnecessary components from the zero state pages.
2022-11-10 22:43:13 +08:00
Mihail Geshoski
b16067d8f0
MDL-75423 gradereport_singleview: Update the actions bar
...
Creates a single action bar class to output the action elements in
the single view report. Also, enables the singleview report class
to set and return the appropriate item selector (in raw HTML)
based on the currently selected single view item type.
2022-11-10 22:43:13 +08:00
Mihail Geshoski
e7e18d066a
MDL-75423 gradereport_singleview: Trigger for the grade item selector
...
Creates a renderer method and a template for the element that would
trigger the grade item selector.
2022-11-10 22:43:13 +08:00
Mihail Geshoski
b184296316
MDL-75423 gradereport_singleview: Trigger element for the user selector
...
Creates a renderer method and a template for the element that would
trigger the user selector.
2022-11-10 22:43:13 +08:00
Shamim Rezaie
809781c0cc
MDL-75423 gradereport_singleview: Move show all grades into a menu
2022-11-10 22:43:13 +08:00
Shamim Rezaie
56a454149b
MDL-75423 gradereport_singleview: switch to the new group selector
2022-11-10 22:43:13 +08:00
Shamim Rezaie
e2d389c37e
MDL-75423 gradereport_singleview: Show custom user header
2022-11-10 22:43:13 +08:00
Shamim Rezaie
36f6390692
MDL-75423 gradereport_singleview: Replace grade analysis icon with menu
2022-11-10 22:43:13 +08:00
Shamim Rezaie
2890172ee5
MDL-75423 gradereport_singleview: remove some redundant ui components
2022-11-10 22:43:13 +08:00
Shamim Rezaie
4e15e03404
MDL-75423 gradereport_singleview: Custom action bar for user view
2022-11-10 22:43:13 +08:00
Shamim Rezaie
3fd9af82b9
MDL-75423 gradereport_singleview: Custom action bar for gradeitem view
2022-11-10 22:43:13 +08:00
Shamim Rezaie
6d3872d06f
MDL-75423 gradereport_singleview: Move action col to the right
2022-11-10 22:43:13 +08:00
Shamim Rezaie
bdb16eee5a
MDL-75423 gradereport_singleview: swap position of grade and range cols
2022-11-10 22:43:13 +08:00
Shamim Rezaie
3daabd6840
MDL-75423 gradereport_singleview: show editing mode if can edit grades
...
Users should be able to turn editing mode on on the single view report
if they have the capability to edit grades.
2022-11-10 22:43:13 +08:00
Shamim Rezaie
9dd8749ebd
MDL-75423 gradereport_singleview: Add read-only support
2022-11-10 22:43:13 +08:00
Mihail Geshoski
1815bb3b3e
MDL-76239 gradereport_user: Fix the styling of the the user report
...
Applies the appropriate styling to the user report generated by the
profile report callback.
2022-11-09 00:06:34 +08:00
Sara Arjona
0c762c7af5
NOBUG: Fixed SVG browser compatibility
2022-11-04 14:52:48 +01:00
Mihail Geshoski
458c1c771b
MDL-75513 core_grades: New method that returns the grade item string
...
Introduces a new method get_element_type_string() in grade/lib.php
which returns the appropriate string that describes the type of the
grade item element.
2022-11-02 17:47:02 +08:00
Mihail Geshoski
3d1bb8e863
MDL-75513 behat: Update existing behat tests
2022-11-02 17:45:52 +08:00
Mihail Geshoski
e8caeb85e3
MDL-75513 gradereport_user: Add behat tests
2022-11-02 17:45:52 +08:00
Mihail Geshoski
3414a93268
MDL-75513 gradereport_user: Output the tertiary nav action in index.php
...
Outputs the relevant tertiary navigation actions based in index.php,
the prev/next user navigation and removes the old trigger buttons for
the group and user selector from the zero state page.
2022-11-02 17:45:52 +08:00
Mihail Geshoski
42c5109652
MDL-75513 gradereport_user: Create tertiary navigation actions
2022-11-02 17:45:52 +08:00
Mihail Geshoski
be366c5b7c
MDL-75513 core_grades: Renderer for the custom user header
2022-11-02 17:45:52 +08:00
Mihail Geshoski
df5e5c0f88
MDL-75513 gradereport_user: Trigger element for the view mode selector
...
Creates a renderer method and a template for the element that would
trigger the view mode selector in the grade user report.
2022-11-02 17:45:52 +08:00
Mihail Geshoski
ba80b78119
MDL-75513 core_grades: Renderer for the prev/next user navigation
2022-11-02 17:45:52 +08:00
Mihail Geshoski
1046e06e83
MDL-75513 gradereport_user: Create trigger element for the user selector
...
Creates a renderer method and a template for the element that would
trigger the user selector.
2022-11-02 17:45:52 +08:00
Mihail Geshoski
8b2f9b0386
MDL-75513 core_grades: Create trigger element for the group selector
...
Creates a renderer method and a template for the element that would
trigger the group selector.
2022-11-02 17:45:52 +08:00
Mihail Geshoski
c2851ed141
MDL-75513 gradereport_user: Update the grade user report
...
Updates the styling of the grade user reports and introduces
functionality which enables expanding and collapsing grade
categories.
2022-11-02 17:45:52 +08:00
Ilya Tregubov
660b56eb50
Merge branch 'MDL-75362-refactor' of https://github.com/Chocolate-lightning/moodle
2022-10-21 09:56:19 +03:00
Mathew May
ee71eae12a
MDL-75362 gradebook: add group selector into reports
2022-10-20 21:24:51 +08:00
Mathew May
e84948c4a7
MDL-75362 gradereport_singleview: Roll in zero state
2022-10-20 21:24:51 +08:00
Mathew May
e7c1c2841d
MDL-75362 gradereport_user: Roll in zero state work for user report
2022-10-20 21:24:51 +08:00
Mathew May
7973d6b11c
MDL-75362 gradereport_singleview: CiBot complaints
2022-10-20 21:24:51 +08:00
Mathew May
84d8c98d04
MDL-75362 gradereport_singleview: Typehinting and arrays
2022-10-20 21:24:51 +08:00
Mathew May
0b6d841806
MDL-75362 gradereport_singleview: Move classes
2022-10-20 21:24:51 +08:00
Mathew May
547bf73ea7
MDL-75362 gradereport_user: CiBot
2022-10-20 21:24:51 +08:00
Mathew May
fdeda7f222
MDL-75362 gradereport_user: Comments and type hinting
2022-10-20 21:24:51 +08:00
Mihail Geshoski
48f39b09f8
MDL-75157 grade: Add divider and bottom border in gradebook tertiary nav
2022-10-18 00:42:45 +08:00
Mathew May
8539da6af7
MDL-75362 gradereport_user: Class movement
2022-10-17 12:00:40 +08:00
Paul Holden
ffea18688c
MDL-75955 gradereport_summary: ensure page context is always set.
...
Remove global course object, and pass via entity constructor.
2022-10-11 21:50:16 +01:00
Jun Pataleta
f96a0feb6b
MDL-75156 gradereport: Use large window size for aggregation tests
2022-10-11 21:08:25 +08:00
Ilya Tregubov
10570acfde
MDL-75156 gradebook: Fix grade handling.
2022-10-11 09:32:58 +04:00
Ilya Tregubov
b3e05d0e4e
MDL-75156 gradebook: Grade summary plugin (grade averages).
...
Also included updates for existing unit tests and navigation.
2022-10-07 11:31:41 +04:00
Ilya Tregubov
c8d950bde7
MDL-75156 gradebook: Functions to calculate grade averages.
...
Also include unit tests.
2022-10-07 11:31:41 +04:00
Eloy Lafuente (stronk7)
0ed53be9b2
MDL-66902 tests: Fix all incorrect namespaces
...
This issue just goes over all the currently incorrect
namespaces in test cases and:
1. Change the namespace to the correct one.
2. Move/rename it to correct location if needed (level 2 and down).
3. Remove not needed MOODLE_INTERNAL check when possible.
4. Remove file phpdoc when the file only has one class.
5. Make small adjustments in case the change of namespace requires it.
2022-09-26 14:12:16 +02:00
Mihail Geshoski
70f9e8bb23
MDL-75153 grade: Fix incorrect xpath in the behat step definitions
2022-09-20 00:17:56 +08:00
Mihail Geshoski
3001995be8
MDL-75153 grade: Update behat tests
2022-09-20 00:17:56 +08:00
Mihail Geshoski
af74a5534b
MDL-75153 grade: Deprecate select_in_gradebook_navigation_selector()
...
Deprecates the select_in_gradebook_navigation_selector() function in
behat_grade.php and removes all usages. The select menu field supports
the same functionality and this function can be simply replaced with
behat_forms::i_set_the_field_to().
2022-09-20 00:17:56 +08:00