Paul Holden
5f8aaf220f
MDL-81870 core: validate component during upgrade task savepoint.
2024-05-22 20:59:42 +01:00
Huong Nguyen
f49d120761
weekly release 4.5dev
2024-05-16 18:25:11 +07:00
Huong Nguyen
d4cf838198
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2024-05-16 18:25:08 +07:00
Huong Nguyen
a7f6329e2e
Merge branch 'MDL-81503-main' of https://github.com/aanabit/moodle
2024-05-16 09:59:45 +07:00
Huong Nguyen
994266340d
Merge branch 'MDL-81598-main' of https://github.com/laurentdavid/moodle
2024-05-16 09:50:48 +07:00
Huong Nguyen
d503a09fff
Merge branch 'MDL-81543' of https://github.com/paulholden/moodle
2024-05-16 09:38:31 +07:00
Huong Nguyen
bca4a42222
Merge branch 'MDL-79838-master' of https://github.com/andelacruz/moodle
2024-05-16 09:21:38 +07:00
Amaia Anabitarte
0f73bb6cef
MDL-81503 core_course: Improve section not found error
2024-05-15 09:31:39 +02:00
Angelia Dela Cruz
69d1808ca3
MDL-79838 mod_h5pactivity: Behat for H5P activity grade settings control
2024-05-15 14:23:27 +08:00
Shamim Rezaie
ee33a59a2a
Merge branch 'MDL-81530-main' of https://github.com/HuongNV13/moodle
2024-05-15 15:12:25 +10:00
Huong Nguyen
5011731db0
Merge branch 'MDL-51360-main-2' of https://github.com/ilyatregubov/moodle
2024-05-15 10:43:46 +07:00
Ilya Tregubov
1623093b3b
Merge branch 'MDL-70441-main-fix' of https://github.com/lameze/moodle
2024-05-15 09:30:15 +08:00
Simey Lameze
26f408ecc2
MDL-70441 mod_assign: change condition to check if variable is not empty
2024-05-15 07:06:47 +08:00
Sara Arjona
a7097cd8d4
Merge branch 'MDL-81168' of https://github.com/paulholden/moodle
2024-05-14 17:36:52 +02:00
Sara Arjona
f9e0134901
Merge branch 'MDL-73956_final-deprecation-of-function-forum_update_subscriptions_button' of https://github.com/ziegenberg/moodle
2024-05-14 17:32:47 +02:00
Sara Arjona
1f08a61374
Merge branch 'MDL-80683-main' of https://github.com/sebastsg/moodle
2024-05-14 17:26:44 +02:00
Sara Arjona
b1b764e2a9
Merge branch 'MDL-77661-main' of https://github.com/aanabit/moodle
2024-05-14 17:13:44 +02:00
Sara Arjona
a865e34983
Merge branch 'MDL-81236-main' of https://github.com/tsmilan/moodle
2024-05-14 17:11:06 +02:00
Sara Arjona
687381ee04
Merge branch 'MDL-81805-main' of https://github.com/lameze/moodle
2024-05-14 17:05:30 +02:00
Ilya Tregubov
8223afd93e
Merge branch 'MDL-70441-main' of https://github.com/kevpercy/moodle
2024-05-14 14:09:38 +08:00
David Balch
726de6ab68
MDL-70441 assign: Freeze workflow states not available to user.
...
Prior to this, a custom grader role that has mod/assign:grade but not
mod/assign:releasegrades or mod/assign:managegrades would see a select
with only the states available to them - not the current state, and
could reset a grade from released to Not marked/In marking/Marking
completed.
2024-05-14 12:53:27 +08:00
Huong Nguyen
8f5a023dab
Merge branch 'MDL-81434' of https://github.com/paulholden/moodle
2024-05-14 08:51:45 +07:00
Sara Arjona
0e766c9d27
Merge branch 'MDL-70494-main' of https://github.com/ilyatregubov/moodle
2024-05-13 15:40:28 +02:00
Paul Holden
d792e8c450
MDL-81543 qtype_calculated: correct component of language string.
2024-05-13 10:43:38 +01:00
Laurent David
a6ae705fcb
MDL-81598 theme_boost: Fix quiz review options tooltips
2024-05-13 08:25:53 +02:00
Ilya Tregubov
d6f7ee5638
Merge branch 'MDL-81867' of https://github.com/paulholden/moodle
2024-05-13 09:28:45 +08:00
Ilya Tregubov
e340fb7144
Merge branch 'MDL-81203' of https://github.com/stronk7/moodle
2024-05-13 09:24:30 +08:00
Ilya Tregubov
5717e7ecd3
Merge branch 'MDL-74484_final-deprecation-of-print_error' of https://github.com/ziegenberg/moodle
2024-05-13 09:16:40 +08:00
AMOS bot
fd14c3f910
Automatically generated installer lang files
2024-05-12 00:14:35 +00:00
Eloy Lafuente (stronk7)
752d07415c
MDL-81203 tool_customlang: Bump ROUGH_NUMBER_OF_STRINGS from 32K to 33K
...
Periodical check, we have passed the 32K, time to bump to next
thousand, 33K. Not much else to say.
2024-05-10 15:39:47 +02:00
Paul Holden
9b827c09ce
MDL-81434 reportbuilder: ensure filter/condition parameter uniqueness.
...
This change fixes an edge case that could be triggered by creating a
custom report that contained a filter instance that was active as both
a filter and condition, where the filter instance provides parameters
to it's SQL fragment.
There is only one such filter present currently with which we can test
this, see 2f9001cbe9.
2024-05-10 09:48:52 +01:00
Paul Holden
d9f05b81d0
MDL-81168 reportbuilder: better float input support in filters.
...
Support localised float values in filter forms, so that locales that
use different decimal separators work as expected.
Note lack of current support in the date filter.
2024-05-10 09:47:21 +01:00
Paul Holden
59aceef4b5
MDL-81867 qbank_columnsortorder: correct/cleanup previous upgrade step.
2024-05-10 09:08:41 +01:00
Trisha Milan
ebd3371c3f
MDL-81236 javascript: Remove MathJax workaround from MDL-60458
...
The original workaround was put in place to address the mathjax.sre.js bug that was causing JS errors
as explained in https://github.com/mathjax/MathJax/issues/1854 ). However, since MathJax 2.7.3,
the underlying problem has been fixed, making the workaround unnecessary.
Additionally, the workaround was causing conflicts with some jQuery plugins.
Removing the workaround has resolved the problem of jQuery plugins failing to load properly.
2024-05-10 16:11:19 +10:00
Ilya Tregubov
d59fa12147
MDL-51360 core_grades: Improve documentation of grade_get_grades().
2024-05-10 09:16:36 +08:00
Ilya Tregubov
462d5f04a8
weekly release 4.5dev
2024-05-10 09:09:28 +08:00
Amaia Anabitarte
6bc8b45c85
MDL-81601 core_course: Add course index completion status behats
2024-05-09 19:38:45 +08:00
Ilya Tregubov
f572bcae24
MDL-51360 mod_quiz: Don't do full course recalculation.
...
It seems it was never needed. We only need to know if just one
grade is overridden and its value.
2024-05-09 15:01:23 +08:00
Jun Pataleta
146821a4c4
Merge branch 'MDL-81713-main' of https://github.com/junpataleta/moodle
2024-05-09 12:02:25 +08:00
Jun Pataleta
53a059fb9b
Merge branch 'MDL-81330' of https://github.com/paulholden/moodle
2024-05-09 11:49:18 +08:00
Jun Pataleta
823c7d752e
Merge branch 'MDL-81399' of https://github.com/paulholden/moodle
2024-05-09 11:45:45 +08:00
Jun Pataleta
a6cb89a49e
Merge branch 'MDL-80972-main' of https://github.com/lameze/moodle
2024-05-09 11:43:33 +08:00
Jun Pataleta
44db44564e
Merge branch 'MDL-76690' of https://github.com/paulholden/moodle
2024-05-09 11:35:52 +08:00
Jun Pataleta
f14c2d35b6
MDL-81713 mod_quiz: Use accessible fieldset name for Behat test
2024-05-09 11:32:54 +08:00
Huong Nguyen
c2bb7c5ec3
Merge branch 'MDL-81423' of https://github.com/timhunt/moodle
2024-05-09 09:54:48 +07:00
Ilya Tregubov
7c535198ea
Merge branch 'MDL-81433' of https://github.com/paulholden/moodle
2024-05-09 10:54:40 +08:00
Ilya Tregubov
52f49f3d7e
Merge branch 'MDL-81754' of https://github.com/paulholden/moodle
2024-05-09 10:51:27 +08:00
Huong Nguyen
6dfd658d8c
Merge branch 'MDL-80453-main' of https://github.com/andelacruz/moodle
2024-05-09 09:47:40 +07:00
Ilya Tregubov
817ad8d0e7
Merge branch 'MDL-81601-main' of https://github.com/aanabit/moodle
2024-05-09 10:45:55 +08:00
Huong Nguyen
2fa5d074e0
Merge branch 'MDL-79702-main' of https://github.com/lameze/moodle
2024-05-09 09:33:23 +07:00