moodle/grade
Jake Dallimore 8d1cdf6f8e MDL-80746 core_course: fix initial_selector rendering
This change:
- Fixes naming of initials_selector class (making plural to match its
predecessor), and addresses relevant calling code.
- Adds an initials_dropdown_form renderable, templatable
- Removes superfluous course/classes/output/actionbar renderer
- Replaces the rendering logic inside initial_selector with calls to
render the new renderable
- Simplifies the initials_selector class, using instance vars instead of
passing args to helpers, removing unnecessary vars, etc.
2024-09-25 12:47:07 +08:00
..
amd MDL-80746 core_course: Move initials selector from core_grades 2024-09-25 11:03:55 +08:00
classes Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle 2024-08-20 09:30:44 +07:00
edit MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
export MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
grading MDL-80751 behat: Removed Grade button from assignment submissions table 2024-09-02 17:03:58 +08:00
import MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
report MDL-80746 core_course: fix initial_selector rendering 2024-09-25 12:47:07 +08:00
templates MDL-80746 core_course: Move initials selector from core_grades 2024-09-25 11:03:55 +08:00
tests MDL-80750 mod_assign: Move quick grading submit button to sticky footer 2024-09-18 15:48:09 +08:00
index.php
lib.php MDL-81315 grade: Ensure grade action menus do not display chevron icons 2024-03-26 23:25:19 +08:00
querylib.php
renderer.php MDL-80746 core_course: Move initials selector from core_grades 2024-09-25 11:03:55 +08:00
upgrade.txt MDL-74581 grade: Update upgrade.txt file to document new upgrade note 2024-05-21 16:51:30 +07:00
UPGRADING.md NOBUG: Add upgrade notes 2024-08-16 08:37:50 +07:00