ferran [Mon, 12 May 2025 14:54:40 +0000 (16:54 +0200)]
Merge branch 'MDL-85364-main' of https://github.com/sarjona/moodle
Amaia Anabitarte [Mon, 12 May 2025 14:12:19 +0000 (16:12 +0200)]
Merge branch 'MDL-85249-main' of https://github.com/laurentdavid/moodle
ferran [Mon, 12 May 2025 13:50:23 +0000 (15:50 +0200)]
Merge branch 'mdl-84520_main' of https://github.com/james-cnz/moodle
Tasio [Thu, 8 May 2025 07:21:29 +0000 (09:21 +0200)]
MDL-85397 theme: update reports to use container queries
With container queries, responsive design is no longer limited to the full browser width. For example, we can now display the report in a compact side panel, and it will automatically adapt its styling to suit smaller spaces.
Tasio [Fri, 25 Apr 2025 15:39:29 +0000 (17:39 +0200)]
MDL-85260 core: prevent background scrolling
After upgrading to Bootstrap 5 (Moodle v5), opening a modal no longer prevents the background content from scrolling.
This fix restores the intended behavior by mimicking Bootstrap 5's JavaScript logic that disables background scrolling
when a modal is open.
Pedro Jordao [Tue, 15 Apr 2025 13:51:16 +0000 (10:51 -0300)]
MDL-85158 libraries: Configure responsive options for ChartJS
Currently, the attributes to configure the responsiveness of a chart
are being set statically. With this change it will be possible to
update these static attributes in order to change the aspectRatio and
resizeDelay of the chart.
raortegar [Thu, 27 Mar 2025 06:25:18 +0000 (07:25 +0100)]
MDL-84009 factor_webauthn: Add additional security keys
raortegar [Wed, 26 Mar 2025 08:49:38 +0000 (09:49 +0100)]
MDL-84009 tool_mfa: Additional factor instances support
Paul Holden [Thu, 27 Mar 2025 10:04:25 +0000 (10:04 +0000)]
MDL-84996 enrol_manual: ensure externally supplied users are valid.
ferran [Tue, 13 May 2025 13:32:15 +0000 (15:32 +0200)]
MDL-85404 format_social: allow subsections in social activities
andelacruz [Wed, 14 May 2025 03:30:41 +0000 (11:30 +0800)]
MDL-85279 mod_assign: Renamed behat test to a more specific name
andelacruz [Tue, 13 May 2025 02:23:34 +0000 (10:23 +0800)]
MDL-85279 mod_page: Fix behat to match the expected behaviour
Jayce [Wed, 23 Apr 2025 07:23:53 +0000 (16:53 +0930)]
MDL-80056 mod_assign: Hide/show different bulk action buttons
Paul Holden [Thu, 1 May 2025 09:26:13 +0000 (10:26 +0100)]
MDL-85262 tool_task: switch next run time comparison in renderer.
If a task is "due", then next run time should be considered "ASAP".
ferran [Thu, 10 Apr 2025 10:22:21 +0000 (12:22 +0200)]
MDL-83081 mod_label: remove dndmedia setting
Stefan Hanauska [Tue, 13 May 2025 08:30:56 +0000 (10:30 +0200)]
MDL-85432 mod_qbank: Don't support completion
Rajneel Totaram [Mon, 28 Apr 2025 23:40:48 +0000 (11:40 +1200)]
MDL-81436 theme: Fix scope of showmore button selector
Co-authored-by: Mikel Martín <mikel@moodle.com>
David Woloszyn [Tue, 13 May 2025 03:46:01 +0000 (13:46 +1000)]
MDL-84751 aiprovider_ollama: Fix settings help spacing
David Woloszyn [Thu, 13 Mar 2025 00:22:22 +0000 (11:22 +1100)]
MDL-84751 aiprovider_openai: Fix settings help spacing
meirzamoodle [Fri, 9 May 2025 03:46:07 +0000 (10:46 +0700)]
MDL-83350 files: Avoid cacheing user and file repo files
Set the lifetime to zero for files referenced in
the local/internal repository (private files and file system),
because they should not be cached.
Add `no-store` to the cache-control to ensure resources are
never cached, always fetching the latest version.
Stevani Andolo [Thu, 13 Feb 2025 06:37:09 +0000 (14:37 +0800)]
MDL-84296 core_hub: Added detailed AI usage data to registration page
Mikel Martín [Tue, 15 Apr 2025 11:06:58 +0000 (13:06 +0200)]
MDL-84954 theme_boost: Fix activity icons sizing styles
ferran [Thu, 27 Mar 2025 09:52:37 +0000 (10:52 +0100)]
MDL-84954 calendar: add color to activity icons
Jun Pataleta [Mon, 12 May 2025 04:44:35 +0000 (12:44 +0800)]
Merge branch 'MDL-84817-main' of https://github.com/davewoloszyn/moodle
Laurent David [Mon, 5 May 2025 08:22:06 +0000 (10:22 +0200)]
MDL-81842 formlibs: Change display in sticky footer
* Make sure that form elements that are inserted in the
sticky footer are not wrapped
Paul Holden [Sun, 11 May 2025 18:24:18 +0000 (19:24 +0100)]
MDL-85449 block_myoverview: preserve documentation language params.
Fixes the link to Moodle docs from zero state.
Philipp Imhof [Fri, 18 Apr 2025 08:53:27 +0000 (10:53 +0200)]
MDL-85240 questions: restrict style override to qtype multichoice
As a consequence, the same style has been added to the calculatedmulti
qtype, because it uses similar structure and benefited from the more
general override.
Philipp Imhof [Wed, 16 Apr 2025 20:01:06 +0000 (22:01 +0200)]
MDL-85224 quiz: consider submitted state when filtering
In function quiz_report_grade_method_sql(), also consider the new state 'submitted' when filtering for FIRSTATTEMPT or LASTATTEMPT.
AMOS bot [Sat, 10 May 2025 00:08:03 +0000 (00:08 +0000)]
Automatically generated installer lang files
Mikel Martín [Wed, 16 Apr 2025 12:03:09 +0000 (14:03 +0200)]
MDL-85205 theme_boost: Fix incorrect uses of 'btn-link' class
Because btn-link relies on $link-hover-decoration variable, some incorrect
btn-link usages need to be fixed.
Mikel Martín [Wed, 16 Apr 2025 08:40:00 +0000 (10:40 +0200)]
MDL-85205 theme_boost: Add link hover underline
Paul Holden [Fri, 9 May 2025 11:50:35 +0000 (12:50 +0100)]
MDL-85398 blocks: constrain width of block controls dropdown menu.
Mikel Martín [Thu, 10 Apr 2025 12:47:12 +0000 (14:47 +0200)]
MDL-85157 theme_boost: Clean table SCSS styles
- Simplify .generaltable styles
- Add Bootstrap .table class to every use of .generaltable
- Remove unneded classes from tables (.generalbox, .boxaligncenter, ...)
Mikel Martín [Tue, 15 Apr 2025 13:37:17 +0000 (15:37 +0200)]
MDL-85167 theme_boost: Fix tertiary navigation key listeners
Laurent David [Tue, 6 May 2025 16:03:49 +0000 (18:03 +0200)]
MDL-85252 mod_folder: Replace hardcoded separator in pages titles
* Replace the ': ' hardcoded separator by the page title separator
constant
Sara Arjona [Mon, 5 May 2025 06:57:23 +0000 (08:57 +0200)]
MDL-85364 block_social_activities: Move activities in mod pages too
Sara Arjona [Sun, 4 May 2025 17:20:25 +0000 (19:20 +0200)]
MDL-85360 theme_boost: Fix active item indicator spacing
The fix in MDL-85017 covered the More menu; however, the secondary
navigation within the Single activity course format was not updated.
Laurent David [Mon, 3 Mar 2025 13:54:26 +0000 (14:54 +0100)]
MDL-84899 mod_forum: Fix summary report form change checker
* The forum summary report was not removing the right form
from the list of forms to check for changes.
Laurent David [Mon, 3 Mar 2025 13:51:52 +0000 (14:51 +0100)]
MDL-84899 core_form: Fix unWatchForm in FormChangeChecker
* The unWatchForm as it stood was not removing the form from the list.
Luca Bösch [Mon, 5 May 2025 06:24:03 +0000 (08:24 +0200)]
MDL-85363 quiz: style the question number inplace editable nicely.
Luca Bösch [Wed, 30 Apr 2025 21:55:46 +0000 (23:55 +0200)]
MDL-85294 qbank: Align header, buttons and switch in "Edit categories".
meirzamoodle [Wed, 12 Mar 2025 06:37:19 +0000 (13:37 +0700)]
MDL-83943 core_tag: Fix the broken user tag pagination
Philipp Memmel [Fri, 11 Apr 2025 06:13:53 +0000 (08:13 +0200)]
MDL-85168 lib: Move courseid filter to participants_filter.js
meirzamoodle [Thu, 20 Feb 2025 00:45:36 +0000 (07:45 +0700)]
MDL-84128 core: Flip the image according to its orientation in PHP GD
Huong Nguyen [Fri, 9 May 2025 02:50:02 +0000 (09:50 +0700)]
weekly release 5.1dev
Huong Nguyen [Fri, 9 May 2025 02:50:02 +0000 (09:50 +0700)]
NOBUG: Add upgrade notes
Huong Nguyen [Fri, 9 May 2025 02:49:50 +0000 (09:49 +0700)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Stefan Hanauska [Tue, 25 Feb 2025 10:57:26 +0000 (11:57 +0100)]
MDL-84073 blocks: Load invisible blocks
Daniel Ureña [Thu, 8 May 2025 07:25:43 +0000 (09:25 +0200)]
MDL-85407 mod_data: Fix unclosed HTML in list view
David Woloszyn [Thu, 13 Mar 2025 02:06:37 +0000 (13:06 +1100)]
MDL-84817 core_message: Fix display issues in drawer at 400%
Laurent David [Thu, 8 May 2025 05:32:04 +0000 (07:32 +0200)]
MDL-85249 mod_feedback: Replace hardcoded separator in page titles
* Replace the ': ' hardcoded separator in all pages titles
Huong Nguyen [Thu, 8 May 2025 03:52:19 +0000 (10:52 +0700)]
Merge branch 'MDL-85341-main' of https://github.com/snake/moodle
Huong Nguyen [Thu, 8 May 2025 03:38:15 +0000 (10:38 +0700)]
Merge branch 'MDL-85280-main' of https://github.com/abias/moodle
Huong Nguyen [Thu, 8 May 2025 02:46:53 +0000 (09:46 +0700)]
Merge branch 'MDL-84708-master' of https://github.com/danghieu1407/moodle
Huong Nguyen [Thu, 8 May 2025 02:28:02 +0000 (09:28 +0700)]
Merge branch 'MDL-84677-main' of https://github.com/lucaboesch/moodle
Huong Nguyen [Thu, 8 May 2025 02:04:18 +0000 (09:04 +0700)]
Merge branch 'MDL-84597' of https://github.com/paulholden/moodle
Huong Nguyen [Thu, 8 May 2025 01:58:51 +0000 (08:58 +0700)]
Merge branch 'MDL-85220-main' of https://github.com/rjnl/moodle
Huong Nguyen [Thu, 8 May 2025 01:43:58 +0000 (08:43 +0700)]
Merge branch 'MDL-84654-main' of https://github.com/andelacruz/moodle
Amaia Anabitarte [Wed, 7 May 2025 12:01:24 +0000 (14:01 +0200)]
Merge branch 'MDL-85361-main' of https://github.com/sarjona/moodle
Sara Arjona [Wed, 7 May 2025 11:50:13 +0000 (13:50 +0200)]
Merge branch 'MDL-83422-main' of https://github.com/meirzamoodle/moodle
ferran [Wed, 7 May 2025 11:26:54 +0000 (13:26 +0200)]
Merge branch 'MDL-80455_remove-render_badge_collection-and-render_badge_recipients' of https://github.com/ziegenberg/moodle
Amaia Anabitarte [Wed, 7 May 2025 11:04:15 +0000 (13:04 +0200)]
Merge branch 'MDL-84641-main' of https://github.com/ferranrecio/moodle
Jun Pataleta [Wed, 7 May 2025 10:07:33 +0000 (18:07 +0800)]
MDL-85193 course: Fix restore of backups with missing activity plugins
Show debugging instead of throwing an error when fetching an activity
icon from a missing activity plugin.
Laurent David [Wed, 7 May 2025 05:40:44 +0000 (07:40 +0200)]
MDL-85253 core_course: Fix edit module page title
* Following up MDL-80418, we should have New Database | Course name
as a title for the module edit page
AMOS bot [Wed, 7 May 2025 00:07:55 +0000 (00:07 +0000)]
Automatically generated installer lang files
Laurent David [Tue, 6 May 2025 15:33:30 +0000 (17:33 +0200)]
MDL-85253 mod_data: Replace hardcoded separator for page titles
danghieu1407 [Tue, 6 May 2025 08:22:52 +0000 (15:22 +0700)]
MDL-85378 Badges: Add option to export recipients list
Huong Nguyen [Tue, 6 May 2025 03:31:48 +0000 (10:31 +0700)]
Merge branch 'MDL-85310-main' of https://github.com/andelacruz/moodle
Angelia Dela Cruz [Tue, 4 Mar 2025 02:08:37 +0000 (10:08 +0800)]
MDL-84654 mod_assign: Assignment additional files can be hidden
Jake Dallimore [Thu, 10 Apr 2025 05:32:28 +0000 (13:32 +0800)]
MDL-85153 mod_assign: add support for gradebook grade analysis
Implementing grade.php allows teachers to link directly from the
gradebook's grader report to the assignment grader view, both for
specific students (using the "Grade analysis" cell action) or for
the activity in general (using the "View Assignment results" link
in the column actions). Also includes a small fix for grade report
since the report cell content is now HTML.
Sara Arjona [Sun, 4 May 2025 17:35:14 +0000 (19:35 +0200)]
MDL-85361 block_social_activity: Fix inline editing text field
Paul Holden [Fri, 2 May 2025 10:56:50 +0000 (11:56 +0100)]
MDL-85264 javascript: reject promise when hiding saveCancel modal.
Tim Hunt [Fri, 21 Mar 2025 14:57:10 +0000 (14:57 +0000)]
MDL-84965 assign: improve the HTML in messages
Mikel Martín [Tue, 29 Apr 2025 07:33:52 +0000 (09:33 +0200)]
MDL-83422 tiny_media: Fix modal footer layout
Paul Holden [Fri, 2 May 2025 12:34:29 +0000 (13:34 +0100)]
MDL-85169 forms: focus grouped fields element based on parent data.
This fixes the previous attempt at focusing the first field within
grouped elements (
aec60788) which inadvertently introduced duplicate
IDs.
Luca Bösch [Thu, 27 Feb 2025 14:24:35 +0000 (15:24 +0100)]
MDL-84677 backup: Filter course shortnames in copy progress viewer.
Huong Nguyen [Fri, 2 May 2025 02:16:04 +0000 (09:16 +0700)]
weekly release 5.1dev
Huong Nguyen [Fri, 2 May 2025 02:16:04 +0000 (09:16 +0700)]
NOBUG: Add upgrade notes
Huong Nguyen [Fri, 2 May 2025 02:15:49 +0000 (09:15 +0700)]
Merge branch 'install_main' of https://git.in.moodle.com/amosbot/moodle-install
Jake Dallimore [Fri, 2 May 2025 01:49:57 +0000 (09:49 +0800)]
MDL-85341 core: remove unnecessary sesskey from module controlmenu items
This impacts those items using basemodurl:
- edit item
- move item
neither of which need sesskey at this stage as changes aren't being made
yet.
Paul Holden [Thu, 1 May 2025 20:52:13 +0000 (21:52 +0100)]
MDL-85273 output: fix custom menu dropdowns within "More" sub-menu.
Since move to BS5 data-* attributes in
0c586b41 trying to open custom
menu dropdowns that had been moved to the "More" sub-menu was broken.
It appears that Bootstrap now handles open/close for us automatically
(so we were effectively closing the menu immediately after Bootstrap
opened it).
Paul Holden [Thu, 1 May 2025 09:54:09 +0000 (10:54 +0100)]
MDL-85327 admin: observe show/hide settings on category page.
Co-authored-by: Carlos Castillo <carlos.castillo@moodle.com>
Huong Nguyen [Thu, 1 May 2025 04:02:24 +0000 (11:02 +0700)]
Merge branch 'MDL-85178-main' of https://github.com/lucaboesch/moodle
Huong Nguyen [Thu, 1 May 2025 03:52:39 +0000 (10:52 +0700)]
Merge branch 'MDL-84071-master' of https://github.com/danghieu1407/moodle
Huong Nguyen [Thu, 1 May 2025 03:45:01 +0000 (10:45 +0700)]
Merge branch 'MDL-85003-main-add-more-info-to-course-request-mail' of https://github.com/melanietreitinger/moodle
Huong Nguyen [Thu, 1 May 2025 03:42:18 +0000 (10:42 +0700)]
Merge branch 'MDL-82381-main' of https://github.com/sh-csg/moodle
Huong Nguyen [Thu, 1 May 2025 02:54:20 +0000 (09:54 +0700)]
Merge branch 'MDL-85225-main' of https://github.com/ferranrecio/moodle
Huong Nguyen [Thu, 1 May 2025 02:50:34 +0000 (09:50 +0700)]
Merge branch 'MDL-85107-main' of https://github.com/ferranrecio/moodle
Daniel Ziegenberg [Wed, 30 Apr 2025 19:52:31 +0000 (21:52 +0200)]
MDL-77307 core_grades: Fix missing language string
Rajneel Totaram [Thu, 1 May 2025 01:03:01 +0000 (13:03 +1200)]
MDL-85311 mod_forum: Fix broken unread posts styles
AMOS bot [Thu, 1 May 2025 00:08:02 +0000 (00:08 +0000)]
Automatically generated installer lang files
Angelia Dela Cruz [Wed, 30 Apr 2025 02:14:40 +0000 (10:14 +0800)]
MDL-85310 qtype: Renamed duplicate scenario names to fix warning
Huong Nguyen [Wed, 30 Apr 2025 03:31:24 +0000 (10:31 +0700)]
Merge branch 'MDL-84781-main' of https://github.com/sh-csg/moodle
Huong Nguyen [Wed, 30 Apr 2025 03:14:31 +0000 (10:14 +0700)]
Merge branch 'MDL-85141-main' of https://github.com/roland04/moodle
Huong Nguyen [Wed, 30 Apr 2025 03:12:09 +0000 (10:12 +0700)]
MDL-77307 core_grades: Fix version number
Huong Nguyen [Wed, 30 Apr 2025 03:10:46 +0000 (10:10 +0700)]
Merge branch 'MDL-77307_final-deprecation-grader-report-and-grade-functions' of https://github.com/ziegenberg/moodle
Huong Nguyen [Wed, 30 Apr 2025 03:05:28 +0000 (10:05 +0700)]
Merge branch 'MDL-85222' of https://github.com/tasiobg/moodle
Huong Nguyen [Wed, 30 Apr 2025 03:03:31 +0000 (10:03 +0700)]
Merge branch 'MDL-85208' of https://github.com/paulholden/moodle
Sara Arjona [Tue, 29 Apr 2025 13:31:46 +0000 (15:31 +0200)]
Merge branch 'MDL-84805-main' of https://github.com/aanabit/moodle
Amaia Anabitarte [Thu, 10 Apr 2025 15:46:07 +0000 (17:46 +0200)]
MDL-84805 badges: Titles must be unique