moodle/mod/lesson
David Woloszyn f3f816ced9 MDL-77144 core_grades: fix headings in grade area
Previous to this, heading logic was performed in print_grade_page_head.
With the deprecation of the showtitle param, it makes sense now to
explicitly set the heading when the function is called. This prevents
duplicated text between the heading and teriary dropdown. This patch
also fixes unnecessary text that was concatenated onto headings.
2023-05-11 10:09:09 +10:00
..
backup MDL-76108 mod_lesson: improving count call for PHP8.0 2022-10-28 18:16:32 +02:00
classes MDL-52805 core: Remove legacy log calls 2023-03-07 13:08:46 +08:00
db MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-22 23:17:50 +08:00
lang/en MDL-76739 lang: Import fixed English strings (en_fix) 2023-01-12 09:17:27 +08:00
pagetypes MDL-77229 lesson: Fix error for empty responses (numerical pagetype) 2023-04-20 12:46:21 +02:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-77144 core_grades: fix headings in grade area 2023-05-11 10:09:09 +10:00
continue.php MDL-74127 lesson: Show remaining attempts on all types of jumps 2022-03-14 12:55:26 +08:00
deprecatedlib.php MDL-71144 mod_lesson: Deprecate lesson_get_completion_state() 2021-04-22 10:08:11 +10:00
edit.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
editpage.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
editpage_form.php
essay.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
essay_form.php
format.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
grade.php
import.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
import_form.php MDL-65605 mod_lesson: Fix the issue when get_draft_files returns null 2019-05-20 23:43:59 +10:00
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lesson.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
locallib.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
mediafile.php MDL-57633 mod_lesson: Move to function the lesson availability checks 2017-01-31 17:01:48 +01:00
mod_form.php MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
override_form.php MDL-68093 lesson: Add behat test for non-participation groups 2023-03-14 08:52:26 +00:00
overridedelete.php MDL-77057 group: format group names in module override pages. 2023-01-27 11:50:58 +00:00
overrideedit.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
overrides.php MDL-77057 group: format group names in module override pages. 2023-01-27 11:50:58 +00:00
renderer.php MDL-48633 mod_lesson: Fix lesson grade handling when scales in use 2022-03-22 23:02:20 +11:00
report.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
settings.php MDL-75872 mod_lesson: allow unlimited attempts default value. 2022-11-09 18:53:54 +00:00
tabs.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
timer.js
upgrade.txt MDL-73362 lesson: Bring tertiary nav changes into classic 2022-01-17 10:39:18 +08:00
version.php MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
view.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
view_form.php