Andrew Nicols
cdbc789fd8
MDL-83412 calendartype_gregorian: Use core_date
...
Update timestamp_to_date_string to use core_date.
2024-11-28 11:55:15 +08:00
Andrew Nicols
3e45d0801e
MDL-83412 core: Use LLL/LLLL for standalone Month names
...
We currently use MMM and MMMM which mean 'month in year', however in
some locales this is context-specific and should only be used in
conjunction with a day, for example "10 October 2024".
LLL and LLLL are for "stand-alone on the in year" and should be used
when a month is used without a day.
2024-11-28 11:55:15 +08: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
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
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
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
Simey Lameze
7547dec095
MDL-83316 behat: remove duplicated Then from new test
2024-11-07 07:46:02 +08:00
sam marshall
d4564b876e
MDL-83316 Behat: New step allows system clock change
2024-11-07 07:46:02 +08:00
Jun Pataleta
0f5cb9dbd5
Merge branch 'mdl-83497_405' of https://github.com/james-cnz/moodle into MOODLE_405_STABLE
2024-11-06 22:38:40 +08:00
Anupama Sarjoshi
1ecc215b3a
MDL-82335 qbank_columnsortorder: Fix upgrading issue
...
When upgraded to Moodle 4.4 or higher, for qbank_columnsortorder
the colsize values in the config_plugins were getting incorrectly set,
resulting in errors accessing the question bank. Changes done to fix
this code and to remove the corrupted colsize value from
config_plugins table.
2024-11-06 13:17:58 +00:00
Jun Pataleta
ecc8edd917
Merge branch 'MDL-76563-405' of https://github.com/roland04/moodle into MOODLE_405_STABLE
2024-11-06 17:29:29 +08:00
Simey Lameze
8bcec8ba5f
MDL-80926 behat: fix random and improve h5p completion test
2024-11-06 13:36:58 +08:00
Jun Pataleta
b26192f62f
Merge branch 'MDL-83602-405' of https://github.com/ilyatregubov/moodle into MOODLE_405_STABLE
2024-11-06 13:30:44 +08:00
Simey Lameze
82c915dbc3
MDL-83611 behat: increase window size to avoid randoms
2024-11-05 13:21:23 +08:00
Simey Lameze
50ab3f94d5
MDL-83619 behat: enable bbb module early in the test
2024-11-05 10:23:24 +08:00