Sara Arjona [Fri, 28 Mar 2025 11:49:17 +0000 (12:49 +0100)]
NOBUG: Add upgrade notes
Sara Arjona [Fri, 28 Mar 2025 11:49:08 +0000 (12:49 +0100)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Mark Johnson [Fri, 14 Mar 2025 09:19:07 +0000 (09:19 +0000)]
MDL-68806 quiz: Separate global and per-quiz default settings
Mark Johnson [Mon, 12 Aug 2024 10:28:18 +0000 (11:28 +0100)]
MDL-68806 quiz: Backwards compatibility for mod_quiz_get_user_attempts
Mark Johnson [Wed, 21 Feb 2024 09:23:21 +0000 (09:23 +0000)]
MDL-68806 backup: Fix faulty question attempt step restore test
Previously, the test was passing by fluke because all question attempt
steps had the same timecreated date. However, the $originaliterator only
contained the first step of the question, not all 3 attempts that were
being backed up and restored. This means we were comparing the
timecreated of the first backed-up step with the timecreated on the
third restored step. As of MDL-68806, the first step's timecreated is
question_attempt_step::TIMECREATED_ON_FIRST_RENDER, which shows up this
error.
This change gets the question_usage_by_activity object back from the
attempt object which contains all the attempt steps, rather than using
the one created in the test, which doesn't.
Mark Johnson [Fri, 16 Feb 2024 14:36:47 +0000 (14:36 +0000)]
MDL-68806 question: Set first attempt step timecreated
Previously, the timecreated for the first step of any question attempt
was set to the current time when the quiz attempt was created. With quiz
attempts being pre-created, this means the question attempts looking
like they were started before the quiz attempt. It also limits the
ability to analyse when a student actually started each question.
This change adds a new class constant,
question_attempt_step::TIMECREATED_ON_FIRST_RENDER. Passing this to the
question_attempt_step constructor will cause the timecreated to be set
to the time when the question attempt is first rendered, rather than
when the step is created.
Mark Johnson [Thu, 15 Feb 2024 13:49:51 +0000 (13:49 +0000)]
MDL-68806 quiz: Update questions in pre-created attempts when started
In case questions used in pre-created attempts were edited after
pre-creation, we check when the attempt is started and create
new question attempts if needed. There is still an opportunity to
improve performance further by finding a way to do this efficiently
when a new question version is created.
Mark Johnson [Tue, 13 Feb 2024 11:50:45 +0000 (11:50 +0000)]
MDL-68806 quiz: Display new attempt states on the attempts report
Mark Johnson [Thu, 8 Feb 2024 09:04:28 +0000 (09:04 +0000)]
MDL-68806 quiz: Add task to pre-create quiz attempts.
Mark Johnson [Mon, 5 Feb 2024 16:28:01 +0000 (16:28 +0000)]
MDL-68806 quiz: Add new "Not started" and "Submitted" states
Paul Holden [Fri, 28 Mar 2025 08:58:19 +0000 (08:58 +0000)]
MDL-85048 core: define mapping for new America/Coyhaique zone.
Follows same process as other timezone additions in
d5ec3594.
Huong Nguyen [Fri, 28 Mar 2025 08:00:13 +0000 (15:00 +0700)]
Merge branch 'MDL-85048-main' of https://github.com/lameze/moodle
Simey Lameze [Fri, 28 Mar 2025 06:21:03 +0000 (14:21 +0800)]
MDL-85048 phpunit: add america/coyhaique timezone
Huong Nguyen [Fri, 28 Mar 2025 02:53:46 +0000 (09:53 +0700)]
Merge branch 'MDL-84998_main' of https://github.com/catalyst/moodle
Huong Nguyen [Fri, 28 Mar 2025 02:28:04 +0000 (09:28 +0700)]
Merge branch 'MDL-85017-main' of https://github.com/roland04/moodle
Huong Nguyen [Fri, 28 Mar 2025 02:21:46 +0000 (09:21 +0700)]
Merge branch 'MDL-85019-main' of https://github.com/roland04/moodle
Huong Nguyen [Fri, 28 Mar 2025 02:14:50 +0000 (09:14 +0700)]
Merge branch 'MDL-85021-main' of https://github.com/roland04/moodle
Huong Nguyen [Fri, 28 Mar 2025 01:52:03 +0000 (08:52 +0700)]
Merge branch 'MDL-84952-main' of https://github.com/roland04/moodle
Huong Nguyen [Fri, 28 Mar 2025 01:47:34 +0000 (08:47 +0700)]
Merge branch 'MDL-83828-main' of https://github.com/micaherne/moodle
David Woloszyn [Fri, 28 Mar 2025 04:52:16 +0000 (15:52 +1100)]
MDL-84997 core_message: Hide message pill when count is zero
AMOS bot [Fri, 28 Mar 2025 00:08:48 +0000 (00:08 +0000)]
Automatically generated installer lang files
Marina Glancy [Thu, 27 Mar 2025 13:14:57 +0000 (13:14 +0000)]
MDL-80813 qbank_customfields: fix settings permissions
Marina Glancy [Thu, 27 Mar 2025 13:14:23 +0000 (13:14 +0000)]
MDL-80813 tool_unsuprules: fix settings permissions
Marina Glancy [Thu, 27 Mar 2025 13:13:57 +0000 (13:13 +0000)]
MDL-80813 grade_penalty: fix permissions and CSS styles
Marina Glancy [Tue, 18 Mar 2025 16:06:14 +0000 (16:06 +0000)]
MDL-80813 core_admin: fix caps checks in admin tree, add all categories
Unconditionally create all categories in the admin tree since they can be referred to in the plugins for pages
that require different capabilities
Mikel Martín [Thu, 27 Mar 2025 09:23:00 +0000 (10:23 +0100)]
MDL-85025 mod_forum: Fix ratings layout after BS5 upgrade
Paul Holden [Thu, 9 Jan 2025 15:34:03 +0000 (15:34 +0000)]
MDL-84140 course: more resilient check for activity footer component.
Andrew Nicols [Thu, 27 Mar 2025 08:23:24 +0000 (16:23 +0800)]
MDL-77293 core: Whitespace fixup
Andrew Nicols [Thu, 27 Mar 2025 08:12:58 +0000 (16:12 +0800)]
Merge branch 'MDL-77293-main' of https://github.com/matthewhilton/moodle
meirzamoodle [Thu, 27 Mar 2025 04:11:03 +0000 (11:11 +0700)]
MDL-85029 AI: Remove deprecated style
Jun Pataleta [Thu, 27 Mar 2025 04:03:34 +0000 (12:03 +0800)]
Merge branch 'MDL-85028-main' of https://github.com/andrewnicols/moodle
Mihail Geshoski [Thu, 27 Mar 2025 03:57:04 +0000 (11:57 +0800)]
MDL-85009 gradereport_grader: Fix dropdown menu cut-off in user columns
Andrew Nicols [Thu, 27 Mar 2025 03:44:49 +0000 (11:44 +0800)]
MDL-85028 core: Check correct var name for router config
Huong Nguyen [Thu, 27 Mar 2025 02:56:09 +0000 (09:56 +0700)]
MDL-85027 aiprovider_ollama: Remove trailing slash of endpoint
Jun Pataleta [Thu, 27 Mar 2025 02:45:20 +0000 (10:45 +0800)]
Merge branch 'MDL-82565-main' of https://github.com/andrewnicols/moodle
Huong Nguyen [Thu, 27 Mar 2025 02:31:10 +0000 (09:31 +0700)]
MDL-85027 AI: Revert lang string changes from MDL-83216
This revert commit
2f10fde
for core_ai language strings file.
Sara Arjona [Wed, 26 Mar 2025 17:05:14 +0000 (18:05 +0100)]
Merge branch 'MDL-84986-main' of https://github.com/roland04/moodle
Mikel Martín [Wed, 26 Mar 2025 15:25:20 +0000 (16:25 +0100)]
MDL-85021 mod_feedback: Fix 'Edit questions' UI after BS5 upgrade
Mikel Martín [Thu, 20 Mar 2025 13:19:13 +0000 (14:19 +0100)]
MDL-84952 theme_boost: Fix spacing for collapse/expand buttons
Andrew Nicols [Wed, 26 Feb 2025 02:56:11 +0000 (10:56 +0800)]
MDL-82565 core_course: Migrate tag management to route
Andrew Nicols [Tue, 11 Feb 2025 03:45:51 +0000 (11:45 +0800)]
MDL-82565 core: Improve routed Error handling
In previous versions of Moodle we recommended use of the fallback
resource with /error/index.php.
This is incompatible with the routing system because they use the same
mechanism for responding to any unknown request.
To better handle this we need to move the current error handler page to
a routed page, and to provide a shim for the old location.
At the same time we need to improve the Slim Error handling middleware
to respond with our 404 handler for all 404s, except for those on API
routes where we always respond with JSON.
Andrew Nicols [Tue, 4 Feb 2025 07:08:38 +0000 (15:08 +0800)]
MDL-82565 core: Update router util
Andrew Nicols [Fri, 27 Oct 2023 04:02:22 +0000 (12:02 +0800)]
MDL-82565 core: Add support for routing of front-end pages
This is the beginning of the end for non-routed pages in Moodle and the
start of SEO-friendly page URLs.
A 'shim' is provided for backwards compatibility.
Mikel Martín [Wed, 26 Mar 2025 12:50:46 +0000 (13:50 +0100)]
MDL-84756 mod_glossary: Fix keywords layout after BS5 upgrade
Mikel Martín [Wed, 26 Mar 2025 12:15:27 +0000 (13:15 +0100)]
MDL-85019 theme_boost: Fix .badge-none text colour
Mikel Martín [Wed, 26 Mar 2025 10:23:32 +0000 (11:23 +0100)]
MDL-85017 theme_boost: Fix More menu active item indicator spacing
Michael Aherne [Wed, 27 Nov 2024 14:53:23 +0000 (14:53 +0000)]
MDL-83828 oauth: Make phpdoc return types match actual return type.
toanlamt [Wed, 26 Mar 2025 06:32:49 +0000 (13:32 +0700)]
MDL-84982 tiny_media: Fix excessive data passed to the usedfiles JS file
Jun Pataleta [Wed, 26 Mar 2025 06:05:02 +0000 (14:05 +0800)]
Merge branch 'MDL-84301_main' of https://github.com/praxisdigital/moodle
Nathan Nguyen [Tue, 25 Mar 2025 23:03:38 +0000 (10:03 +1100)]
MDL-84998 mod_assign: fix division by zero error
Huong Nguyen [Wed, 26 Mar 2025 04:02:18 +0000 (11:02 +0700)]
Merge branch 'MDL-82555-main' of https://github.com/lucaboesch/moodle
Huong Nguyen [Wed, 26 Mar 2025 03:53:23 +0000 (10:53 +0700)]
Merge branch 'MDL-85001' of https://github.com/paulholden/moodle
Jake Dallimore [Wed, 26 Mar 2025 03:37:48 +0000 (11:37 +0800)]
Merge branch 'MDL-84438-regress-task' of https://github.com/brendanheywood/moodle
Huong Nguyen [Wed, 26 Mar 2025 03:35:10 +0000 (10:35 +0700)]
Merge branch 'MDL-84731-main' of https://github.com/sammarshallou/moodle
Jake Dallimore [Wed, 26 Mar 2025 03:31:27 +0000 (11:31 +0800)]
Merge branch 'MDL-85007' of https://github.com/paulholden/moodle
Huong Nguyen [Wed, 26 Mar 2025 03:27:07 +0000 (10:27 +0700)]
Merge branch 'MDL-83272_main' of https://github.com/marxjohnson/moodle
Huong Nguyen [Wed, 26 Mar 2025 03:23:28 +0000 (10:23 +0700)]
Merge branch 'MDL-84623_close-recordset-in-tool_dataprivacy-expired_contexts_manager-clear_old_records' of https://github.com/ziegenberg/moodle
Huong Nguyen [Wed, 26 Mar 2025 02:30:35 +0000 (09:30 +0700)]
MDL-85000 media_videojs: Enable Ogv.JS Tech for all browsers
Huong Nguyen [Wed, 26 Mar 2025 01:55:49 +0000 (08:55 +0700)]
weekly release 5.0dev+
Huong Nguyen [Wed, 26 Mar 2025 01:55:49 +0000 (08:55 +0700)]
NOBUG: Add upgrade notes
Huong Nguyen [Wed, 26 Mar 2025 01:55:39 +0000 (08:55 +0700)]
NOBUG: Fixed file access permissions
Huong Nguyen [Wed, 26 Mar 2025 01:55:38 +0000 (08:55 +0700)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Huong Nguyen [Wed, 26 Mar 2025 01:42:39 +0000 (08:42 +0700)]
MDL-83006 AI: Provider Plugin - Ollama - Version bump
Paul Holden [Tue, 25 Mar 2025 16:27:27 +0000 (16:27 +0000)]
Merge branch 'MDL-83518-fix' of https://github.com/sarjona/moodle into main
Paul Holden [Tue, 25 Mar 2025 15:54:21 +0000 (15:54 +0000)]
MDL-85007 core: ensure events are dispatched against the same table.
This ensures that we always dispatch the dynamic table updated event
against the same table we just updated. Previously it was possible
for another table to receive the event, where both tables were
effectively the same instance of one another (e.g. custom reports).
Sara Arjona [Tue, 25 Mar 2025 13:36:50 +0000 (14:36 +0100)]
MDL-83518 mod_assign: Add missing lang strings for SMS
Paul Holden [Tue, 25 Mar 2025 11:12:30 +0000 (11:12 +0000)]
MDL-85001 reportbuilder: ensure report uniqueness in filters loader.
Where the same report exists multiple times on the page, ensure we
are still able to uniquely identify each via ID. Update the filters
module to ensure the filters form for each report is initialised.
danghieu1407 [Tue, 18 Mar 2025 07:37:24 +0000 (14:37 +0700)]
MDL-66584 qtype_ddimageortext: Move JSON data to data-attribute
Paul Holden [Tue, 25 Mar 2025 08:56:30 +0000 (08:56 +0000)]
MDL-83006 aiprovider_ollama: add to standard plugin list.
Paul Holden [Tue, 25 Mar 2025 08:53:45 +0000 (08:53 +0000)]
MDL-83518 message_sms: add to standard plugins list.
Sara Arjona [Tue, 25 Mar 2025 06:52:57 +0000 (07:52 +0100)]
Merge branch 'MDL-83518-main' of https://github.com/safatshahin/moodle
Safat [Tue, 25 Mar 2025 06:38:55 +0000 (17:38 +1100)]
MDL-83518 mod_assign: Fix rebase error
James C [Mon, 24 Mar 2025 02:47:52 +0000 (15:47 +1300)]
MDL-84979 course: Correct course format update parameters
Matthew Hilton [Fri, 15 Nov 2024 01:48:52 +0000 (11:48 +1000)]
MDL-77293 libraries: fix array query parameter handling
Huong Nguyen [Tue, 25 Mar 2025 04:12:16 +0000 (11:12 +0700)]
Merge branch 'MDL-80815_simplify-redis-acquire_lock-method' of https://github.com/ziegenberg/moodle
Andrew Nicols [Tue, 25 Mar 2025 03:15:50 +0000 (11:15 +0800)]
Merge branch 'MDL-83518-main' of https://github.com/safatshahin/moodle
Huong Nguyen [Tue, 25 Mar 2025 03:08:53 +0000 (10:08 +0700)]
Merge branch 'MDL-84991-main' of https://github.com/junpataleta/moodle
Safat [Thu, 23 Jan 2025 13:27:06 +0000 (00:27 +1100)]
MDL-83518 core_message: Add sms specific property
Safat [Thu, 19 Dec 2024 00:21:49 +0000 (11:21 +1100)]
MDL-83518 core: Add nosmsever config to restrict sending SMS
Safat [Thu, 19 Dec 2024 00:21:21 +0000 (11:21 +1100)]
MDL-83518 mod_assign: Add support for SMS notifications
Andrew Nicols [Tue, 25 Mar 2025 02:59:06 +0000 (10:59 +0800)]
Merge branch 'MDL-84893-main' of https://github.com/davewoloszyn/moodle
Andrew Nicols [Tue, 25 Mar 2025 02:54:29 +0000 (10:54 +0800)]
Merge branch 'MDL-84112-main-fix_bigbluebutton_defaultcompletion_performance' of https://github.com/praxisdigital/moodle
Safat [Thu, 19 Dec 2024 00:20:27 +0000 (11:20 +1100)]
MDL-83518 core_message: Add processor restriction support
Safat [Thu, 19 Dec 2024 00:19:40 +0000 (11:19 +1100)]
MDL-83518 message_sms: Add SMS message processor
Andrew Nicols [Tue, 25 Mar 2025 02:49:12 +0000 (10:49 +0800)]
Merge branch 'MDL-84335_main' of https://github.com/PhilippImhof/moodle
Andrew Nicols [Tue, 25 Mar 2025 02:44:39 +0000 (10:44 +0800)]
Merge branch 'MDL-83469-main' of https://github.com/ferranrecio/moodle
Andrew Nicols [Tue, 25 Mar 2025 02:42:42 +0000 (10:42 +0800)]
Merge branch 'MDL-75196-main' of https://github.com/sh-csg/moodle
Andrew Nicols [Tue, 25 Mar 2025 02:41:50 +0000 (10:41 +0800)]
Merge branch 'MDL-84555-main' of https://github.com/ferranrecio/moodle
Andrew Nicols [Tue, 25 Mar 2025 02:36:06 +0000 (10:36 +0800)]
Merge branch 'MDL-76668-main' of https://github.com/cameron1729/moodle
Luca Bösch [Tue, 18 Mar 2025 23:06:16 +0000 (00:06 +0100)]
MDL-82555 block_section_links: Add section title only setting.
Sara Arjona [Mon, 24 Mar 2025 18:55:06 +0000 (19:55 +0100)]
Merge branch 'MDL-83006-main' of https://github.com/HuongNV13/moodle
Jun Pataleta [Mon, 24 Mar 2025 16:05:54 +0000 (00:05 +0800)]
MDL-84991 editor_tiny: Improve lang string generation instructions
Jun Pataleta [Mon, 24 Mar 2025 14:33:22 +0000 (22:33 +0800)]
MDL-84991 editor_tiny: Revert lang string changes from MDL-84167
This reverts commit
0331bd777d39ab231df723464aafccc42e4f0cfa
for editor_tiny's language strings file.
Sara Arjona [Mon, 24 Mar 2025 16:44:15 +0000 (17:44 +0100)]
Merge branch 'MDL-84985' of https://github.com/paulholden/moodle
Philipp Imhof [Mon, 27 Jan 2025 15:20:25 +0000 (16:20 +0100)]
MDL-84335 question: check for null before accessing property
in function check_hint_file_access
Sara Arjona [Mon, 24 Mar 2025 16:26:29 +0000 (17:26 +0100)]
Merge branch 'MDL-84940-main' of https://github.com/ferranrecio/moodle
Mikel Martín [Mon, 24 Mar 2025 16:01:56 +0000 (17:01 +0100)]
MDL-84986 mod_assign: Fix submission table classes
Mikel Martín [Mon, 24 Mar 2025 16:01:14 +0000 (17:01 +0100)]
MDL-84986 theme_boost: Update .generaltable styles after BS5 upgrade
ferran [Fri, 14 Mar 2025 16:27:42 +0000 (17:27 +0100)]
MDL-84555 report_outline: adding activity_icons to the report
ferran [Fri, 14 Mar 2025 16:26:13 +0000 (17:26 +0100)]
MDL-84555 core_course: add activity_icons to completion bulk editors