Jun Pataleta
46861f51b7
Merge branch 'MDL-83788-405' of https://github.com/andrewnicols/moodle into MOODLE_405_STABLE
2024-11-27 16:19:25 +08:00
Huong Nguyen
6e98de58b4
Merge branch 'MDL-83658-MOODLE_405_STABLE' of https://github.com/praxisdigital/moodle into MOODLE_405_STABLE
2024-11-27 09:51:09 +07:00
Andrew Nicols
445f79f464
MDL-83788 mod_glossary: Correct assertions for assertArrayHasKey
2024-11-27 13:26:01 +11:00
Shamim Rezaie
943ad5a1fc
Merge branch 'MDL-77957-405-test2' of https://github.com/rezaies/moodle into MOODLE_405_STABLE
2024-11-26 20:59:15 +11:00
Bastian Schmidt-Kuhl
88763543f8
MDL-77957 theme_boost: Fix drawer not closing on mobile if it has focus
2024-11-26 20:52:06 +11:00
Huong Nguyen
47e3c9ad06
Merge branch 'mdl-82762_405_wip' of https://github.com/james-cnz/moodle into MOODLE_405_STABLE
2024-11-26 12:10:36 +07:00
Huong Nguyen
fa5a4b9612
Merge branch 'MDL-83704-405' of https://github.com/andrewnicols/moodle into MOODLE_405_STABLE
2024-11-25 10:15:37 +07:00
Jun Pataleta
485130d7c5
weekly release 4.5+
2024-11-22 22:26:45 +08:00
Jun Pataleta
f83ab42515
NOBUG: Add upgrade notes
2024-11-22 22:26:45 +08:00
Andrew Nicols
671514c6c2
Merge branch 'MDL-83551-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
2024-11-21 12:25:52 +08:00
Huong Nguyen
1113c4c5b1
Merge branch 'MDL-83529-m405' of https://github.com/sammarshallou/moodle into MOODLE_405_STABLE
2024-11-21 11:21:45 +07:00
Huong Nguyen
2b50abb97b
Merge branch 'MDL-83747-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE
2024-11-21 11:08:40 +07:00
Huong Nguyen
4a844708e6
Merge branch 'MDL-83048_405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE
2024-11-21 11:01:32 +07:00
Andrew Nicols
36f946b5db
Merge branch 'MDL-83501-url-encode-nginx-paths-MOODLE_405_STABLE' of https://github.com/rajandangi/moodle into MOODLE_405_STABLE
2024-11-21 11:48:15 +08:00
Jun Pataleta
39def1c571
Merge branch 'MDL-83290-405' of https://github.com/meirzamoodle/moodle into MOODLE_405_STABLE
2024-11-21 11:46:10 +08:00
Andrew Nicols
df4c1d94f0
Merge branch 'MDL-83226-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE
2024-11-21 11:44:49 +08:00
Paul Holden
a93ceeef99
Merge branch 'MDL-83570-405-fix' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE
2024-11-20 12:25:05 +00:00
Jun Pataleta
1be54667d6
MDL-83570 tiny_recordrtc: Use the correct upgrade_plugin_savepoint()
...
And move the release upgrade line comment before the upgrade step.
2024-11-20 18:12:18 +08:00
Huong Nguyen
5ae0bf0a12
Merge branch 'MDL-83570-405' of https://github.com/meirzamoodle/moodle into MOODLE_405_STABLE
2024-11-20 16:11:22 +07:00
Frederik Milling Pytlick
8dd0ea96e5
MDL-83658 core: Fix reactive debug tool logging
...
Fixed issue where the reactive debug panel does not log a transaction,
if the events fired are exactly the same as the previous ones.
2024-11-20 08:15:18 +01:00
meirzamoodle
42b0a371bf
MDL-83570 tiny_recordrtc: Turn the audio bitrate input to Select field
...
The current code may have a bug. If users set the audio bit rate to
a non-supported value, such as 1000,
Firefox will display an error in the console,
while Chrome will create the recorded audio file successfully,
but it will have no sound. I tested this on Ubuntu 24.04.
The minimum bit rate threshold varies depending on the audio format.
During my tests with Firefox version 131.0.3, which uses
the audio/Ogg format, I found that the minimum supported value
is 24000. In Chrome 129.0.6668.70, which uses the audio/MP4 format,
the minimum supported value is 2400.
Due to these differences, I decided to change the input from
a text field to a select field, offering options that support both
Ogg and MP4 audio formats.
The database conversion for the old value has been provided in
the lib/db/upgrade.php. The script will find the closest match to
the current data and update it accordingly.
2024-11-20 10:02:53 +07:00
Jun Pataleta
796dd551f7
Merge branch 'MDL-81521-405' of https://github.com/andrewnicols/moodle into MOODLE_405_STABLE
2024-11-19 15:15:20 +08:00
Huong Nguyen
8d8b9b7268
Merge branch 'MDL-83610-405' of https://github.com/marinaglancy/moodle into MOODLE_405_STABLE
2024-11-19 09:28:22 +07:00
Jun Pataleta
cb041849a3
MDL-83747 mod_data: Add accessible name for delcheck checkboxes
2024-11-18 19:39:04 +08:00
Marina Glancy
e764df0dbb
MDL-83610 behat: allow to set date fields in groups
2024-11-18 10:37:03 +00:00
meirzamoodle
a817a54e90
MDL-83290 dml: Remove "ORDER BY" from the $sort
2024-11-18 16:08:26 +07:00
Jun Pataleta
176558d2ce
Merge branch 'MDL-83502-405' of https://github.com/ferranrecio/moodle into MOODLE_405_STABLE
2024-11-18 14:37:01 +08:00
sam marshall
f7931a5580
MDL-83529 Analytics: Upgrade can break if core module is deleted
2024-11-15 09:34:05 +00:00
Jun Pataleta
26e68178a8
Merge branch 'MDL-82877-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE
2024-11-15 13:31:26 +08:00
Andrew Nicols
b1d7ea12cd
MDL-81521 mod_quiz: Fix attempt walkthrough tests
2024-11-15 12:50:44 +08:00
Andrew Nicols
c370c0cc5e
MDL-81521 core: Update all possibly data providers to be static
...
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-15 12:50:44 +08:00
Huong Nguyen
e1d05182a6
weekly release 4.5+
2024-11-15 09:21:27 +07:00
Huong Nguyen
2b6424c59d
NOBUG: Add upgrade notes
2024-11-15 09:21:27 +07:00
Jun Pataleta
8270af1bf0
Merge branch 'MDL-80926-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
2024-11-14 12:05:12 +08:00
Jun Pataleta
88e82bb634
Merge branch 'MDL-74836_405_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_405_STABLE
2024-11-14 10:46:03 +08:00
James C
6a107256e3
MDL-82762 course: Prevent "undefined" being added to course index
2024-11-14 10:14:43 +13:00
Wiktor Wandachowicz
521a83352d
MDL-83048 mod_quiz: Fixed use of grade_out_of and plugin renderer
2024-11-13 17:12:52 +00:00
Huong Nguyen
66183e5320
Merge branch 'MDL-83185-405' of https://github.com/laurentdavid/moodle into MOODLE_405_STABLE
2024-11-13 14:26:02 +07:00
Huong Nguyen
5ebabad505
Merge branch 'MDL-80689_405' of https://github.com/timhunt/moodle into MOODLE_405_STABLE
2024-11-13 14:00:47 +07:00
Andrew Nicols
9fe9652c16
MDL-83704 core: Stop loading subplugins files to uninstall
...
The list of subplugin types was loaded from the json/php subplugins
file, but then the actual list of subplugins was loaded from the cache
in the component, rendering any benefit of using the source json/php as
pointless.
2024-11-13 10:25:06 +08:00
Andrew Nicols
e5b715291d
MDL-83704 core: Stop loading subplugins files to fetch caps
...
This information is heavily cached in the component class. This should
be used wherever possible rather than checking on disk.
2024-11-13 10:25:06 +08:00
Simey Lameze
cfcfa4b1cd
MDL-83551 behat: make duplicated scenario names unique
2024-11-13 06:50:47 +08:00
Nexterday
ff08b12ce1
MDL-74836 theme: Display activity header on secure layouts
2024-11-11 15:17:28 +00:00
Huong Nguyen
cd5c991ede
weekly release 4.5+
2024-11-08 13:56:33 +07:00
Huong Nguyen
1c70185782
MDL-82335 qbank_columnsortorder: Fix upgrade code coding style
2024-11-08 09:03:21 +07:00
Huong Nguyen
598b4743cc
MDL-82335 qbank_columnsortorder: Cleanup upgrade code
2024-11-07 13:37:37 +07:00
Huong Nguyen
a35b341ce7
Merge branch 'MDL-83619-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
2024-11-07 11:05:27 +07:00
Huong Nguyen
66f4852bff
Merge branch 'MDL-83611-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
2024-11-07 11:02:21 +07:00
Huong Nguyen
aeace8ee75
Merge branch 'MDL-82335_405' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_405_STABLE
2024-11-07 09:31:45 +07:00
Huong Nguyen
38f99a1e60
Merge branch 'MDL-83316-405' of https://github.com/lameze/moodle into MOODLE_405_STABLE
2024-11-07 09:26:50 +07:00