Mikel Martín
f179890ad5
MDL-75671 theme_boost: Refactor text direction classes for BS5
...
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
6baf2046d5
MDL-75671 theme_boost: Refactor float classes for BS5
...
- Add SCSS code for float utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (float-left > float-start, float-sm-right > float-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Jun Pataleta
6d1816797c
Merge branch 'MDL-82599-main-enfix' of https://github.com/mudrd8mz/moodle
2024-08-09 11:20:14 +08:00
Ilya Tregubov
c0acbd4284
NOBUG: Add upgrade notes
2024-08-09 09:34:13 +08:00
Huong Nguyen
75abd069c3
MDL-82393 mod_assign: Fix Behat failures
2024-08-08 21:01:46 +08:00
Huong Nguyen
587f65f34f
Merge branch 'MDL-82393-main-1' of https://github.com/mihailges/moodle
2024-08-08 12:04:38 +07:00
Huong Nguyen
a3df578e08
Merge branch 'MDL-82508-main-1' of https://github.com/mihailges/moodle
2024-08-08 11:46:35 +07:00
Huong Nguyen
9b1d50a039
Merge branch 'MDL-63015' of https://github.com/paulholden/moodle
2024-08-08 11:43:51 +07:00
Ilya Tregubov
c00e44c248
Merge branch 'MDL-82608' of https://github.com/paulholden/moodle
2024-08-08 11:09:06 +08:00
Jun Pataleta
ad4a45b219
Merge branch 'MDL-82560-main' of https://github.com/lameze/moodle
2024-08-08 10:45:23 +08:00
Jun Pataleta
8f3338195d
Merge branch 'MDL-82585' of https://github.com/paulholden/moodle
2024-08-08 10:42:11 +08:00
Angelia Dela Cruz
43356d891f
MDL-82560 mod_forum: Test that students can only start one discussion
2024-08-08 10:20:56 +08:00
Huong Nguyen
ad40c27bd9
Merge branch 'MDL-82592' of https://github.com/timhunt/moodle
2024-08-08 09:01:53 +07:00
Huong Nguyen
2102a9dd89
Merge branch 'MDL-82669' of https://github.com/paulholden/moodle
2024-08-08 08:58:17 +07:00
Jun Pataleta
f41300bce0
Merge branch 'MDL-77784' of https://github.com/paulholden/moodle
2024-08-08 09:56:21 +08:00
Paul Holden
fc4c0dba23
MDL-64675 mod_feedback: better detection of last page break element.
...
Inform user when a page break item cannot be added.
2024-08-07 16:57:28 +01:00
Mihail Geshoski
b7481cf4aa
MDL-82393 course: Deprecate the $course argument in group_selector
...
Deprecates the $course parameter in the constructor of the
core_course\output\actionbar\group_selector class. This parameter is no
longer used, as the $course object can now be obtained through the
$context class property. Additionaly, the $course class property has
been removed in accordance with this change.
2024-08-07 17:27:41 +08:00
Mihail Geshoski
19786070c7
MDL-82393 mod_assign: The group selector follows the correct group mode
...
This change ensures that the group selector correctly appears on the
submission page, adhering to the assignment's group mode settings or
the enforced group mode set by the course.
2024-08-07 17:27:41 +08:00
Mihail Geshoski
4da5dbcb52
MDL-82393 course: The group selector component should be context-aware
...
The group selector component should be sensitive to the current context
to ensure accurate validation and retrieval of group settings
(e.g. group mode).
2024-08-07 17:27:41 +08:00
Paul Holden
e618178326
MDL-82633 mod_quiz: filter user visible overrides in external methods.
2024-08-07 16:08:00 +08:00
Paul Holden
b44452b0ac
MDL-82633 mod_quiz: re-factor visibility check for overrides.
2024-08-07 16:07:59 +08:00
Paul Holden
e1aa194b3d
MDL-82261 mod_feedback: ensure only non-respondents can be messaged.
2024-08-07 04:12:45 +00:00
Paul Holden
a8157c10aa
MDL-82262 mod_feedback: fix broken bulk message sesskey checks.
2024-08-07 04:12:45 +00:00
Paul Holden
7f4d8b04eb
MDL-64984 mod_glossary: capability check when restoring global type.
2024-08-07 04:12:45 +00:00
Huong Nguyen
0e9b8c6c26
Merge branch 'MDL-82611' of https://github.com/paulholden/moodle
2024-08-07 10:24:48 +07:00
Huong Nguyen
16985f844e
Merge branch 'MDL-79733-main' of https://github.com/davewoloszyn/moodle
2024-08-07 10:17:17 +07:00
Tim Hunt
fc19af4ce5
MDL-82687 formslib: only allow positive durations by default
2024-08-06 13:53:56 +01:00
Jun Pataleta
2b09ffb466
Merge branch 'MDL-82344-main' of https://github.com/snake/moodle
2024-08-06 17:26:36 +08:00
Amaia Anabitarte
4fac40c02f
MDL-82478 core_coures: Add Delete option for subsection page
2024-08-06 10:55:48 +02:00
Mihail Geshoski
73e40b23ed
MDL-82508 mod_assign: Revamp the marking workflow filter
...
Revamps and relocates the existing marking workflow filter on the
assignment submissions page into a new 'extra filters' dropdown
component within the tertiary navigation area.
2024-08-06 16:03:22 +08:00
Shamim Rezaie
1504850f9f
Merge branch 'MDL-81031-main' of https://github.com/andrewnicols/moodle
2024-08-06 16:01:09 +08:00
Andrew Nicols
2b9af8ca38
MDL-81031 mod_assign: Fix incorrect use of setUserPreference
2024-08-06 16:01:08 +08:00
Jun Pataleta
fde872dd2e
Merge branch 'MDL-82587-main' of https://github.com/cameron1729/moodle
2024-08-05 15:17:41 +08:00
David Mudrák
7af4e8816f
MDL-82599 lang: Use the fixed strings in tests, too
2024-08-02 14:57:43 +02:00
Helen Foster
c5b3abf9f5
MDL-82599 lang: Import fixed English strings (en_fix)
2024-08-02 14:57:43 +02:00
Paul Holden
f470907821
MDL-82669 mod_assign: remove Atto reliance workaround for Behat.
...
See 8fe80e743c for context, and 802ff3e2e3 for additonal comments.
2024-08-02 10:33:25 +01:00
Paul Holden
bad720a112
MDL-82669 editor: remove reliance on Atto editor in Behat scenarios.
2024-08-02 10:33:25 +01:00
Paul Holden
624029e1ea
MDL-82608 mod_data: null content checks when editing fields.
2024-08-02 09:57:32 +01:00
Andrew Nicols
024e36be17
MDL-81634 core: Fix all implicitly defined nullables
...
Note: This does not impact third-party libraries.
2024-08-02 14:11:12 +08:00
David Woloszyn
f70500b4af
MDL-79733 mod_assign: Fix test method names for clarity
...
With more methods being added to the notification_helper, some
adjustments to the existing notification_helper_test method names
were needed to differentiate them.
2024-08-02 16:09:19 +10:00
David Woloszyn
0c0ed63350
MDL-79733 mod_assign: Send overdue notifications
2024-08-02 16:09:19 +10:00
Ilya Tregubov
1e1af341c0
NOBUG: Add upgrade notes
2024-08-02 09:30:38 +08:00
Cameron Ball
34785bcec8
MDL-82587 mod_quiz: Add slot version updated event
2024-08-01 23:25:45 +08:00
Paul Holden
8c76fceddc
MDL-77784 quiz_grading: editor agnostic Behat scenario steps.
2024-08-01 14:17:07 +01:00
Huong Nguyen
02701bdfab
Merge branch 'MDL-82598-main' of https://github.com/lameze/moodle
2024-08-01 10:26:38 +07:00
Jun Pataleta
60c19ee53f
Merge branch 'MDL-82447-master' of https://github.com/jleyva/moodle
2024-08-01 10:09:14 +08:00
Jun Pataleta
70abac7f27
Merge branch 'MDL-82286-main' of https://github.com/daledavies/moodle
2024-08-01 09:47:27 +08:00
Jake Dallimore
24f59be234
MDL-82344 mod_lti: deprecated unused content select validation string
2024-08-01 08:54:13 +08:00
Sara Arjona
db70ef1d1b
Merge branch 'MDL-82596' of https://github.com/paulholden/moodle
2024-07-31 16:45:59 +02:00