moodle/grade
Jake Dallimore 0504fd353b MDL-80746 core: make comboboxsearch a named_templatable
This class was rolling its own version of get_template_name, which
meant that calling code needed to first call get_template and was forced
to use render_from_template(). This fixes that by implementing the
named_templatable interface and the get_template_name method. Now,
renderables that extend comboboxsearch can just be passed to render()
for rendering.
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: make comboboxsearch a named_templatable 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 MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
renderer.php MDL-80746 core: make comboboxsearch a named_templatable 2024-09-25 12:47:07 +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