- Mar 15, 2025
-
- Mar 14, 2025
-
-
Ilya Tregubov authored
Seems to become broken after IR refactoring.
-
Ilya Tregubov authored
Seems like dimmed_text class was added without proper check so user can guess if item is hidden.
-
Ilya Tregubov authored
-
Ilya Tregubov authored
-
Ilya Tregubov authored
-
Ilya Tregubov authored
-
Ilya Tregubov authored
If a user is lacking moodle/grade:viewhidden he should not be able to view or modify grades.
-
Sara Arjona authored
-
Huong Nguyen authored
-
-
Huong Nguyen authored
-
-
Historically it was possible, through a series of question restores, moves and edits, to end up with multiple questions in the same category with the same stamp, but differences in other question or answer fields. This, combined with changes in versions, led to errors when restoring or duplicating quizzes using these questions. While recent changes have made it impossible to create this situation in current Moodle versions, as any edits will create a new question version with a new stamp, this situation may exist on long-standing Moodle sites which have been upgraded since pre-4.0. This change performs a much wider-ranging comparison of restored existing questions, generating a hash of all the data for a question in a backup file, and a corresponding hash for each question in the target category, to decide if a restored question matches a question already in the database.
-
-
Ensure that hint text is unique to workaround MDL-84261 for backup/restore testing.
-
- Mar 13, 2025
-
-
Sara Arjona authored
Merge branch 'MDL-84624-M404_close-recordset-in-core-task-h5p_clean_orphaned_records_task-execute' of https://github.com/ziegenberg/moodle into MOODLE_404_STABLE
-
Sara Arjona authored
Merge branch '83136-fix-unknowncategory-message-404' of https://github.com/DSI-Universite-Rennes2/moodle into MOODLE_404_STABLE
- Mar 12, 2025
-
-
Angelia Dela Cruz authored
-
Jun Pataleta authored
-
Jun Pataleta authored
This is consistent with the alt-text length limit of 750 characters in Moodle's editor.
-
Jun Pataleta authored
Given that * There is no formally defined limit for alt text length, * Current versions of screen readers can read alt texts longer than 125 characters, * Accessibility checkers like axe DevTools, WAVE, etc., do not raise errors or warnings about long image alt texts. This patch: - Downgrades the default severity for the `img_alt_is_too_long` check from `BA_TEST_SEVERE` to `BA_TEST_SUGGESTION`. - Updates the `checkdesc:imgaltistoolong` lang string to be more of a reminder/suggestion rather than an error.
-
Conn Warwicker authored
This adds the "Show All" button to the question bank filters to allow users to select all questions easily. It also adds new behat tests to test the functionality.
- Mar 11, 2025
-
-
Derek Henderson authored
-
Sara Arjona authored
-
Sara Arjona authored
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
-
Huong Nguyen authored
-
AMOS Bot authored
-
- Mar 10, 2025
-
-
Conn Warwicker authored
- This adds simple logic check to filter.js to stop user submitting an invalid category. - This adds new behat steps to check this validation. - This adds a new behat test to test this in managecategories.
-
Paul Holden authored
Merge branch 'MDL-84620-M404_close-recordset-in-tool_brickfield-manager-check_scheduled_areas' of https://github.com/ziegenberg/moodle into MOODLE_404_STABLE
-