Andrew Nicols
d2c5ae9f75
Merge branch 'MDL-83226' of https://github.com/paulholden/moodle
2024-11-21 11:44:32 +08:00
Jun Pataleta
e5a241a02c
Merge branch 'MDL-71257-main' of https://github.com/junpataleta/moodle
2024-11-21 11:33:32 +08:00
David Woloszyn
2be5e7e18d
MDL-71257 dml: Rename master/slave to primary/replica
2024-11-21 11:17:51 +08:00
Andrew Nicols
3d24572e55
Merge branch 'MDL-83391-main' of https://github.com/cwarwicker/moodle
2024-11-21 10:51:52 +08:00
Paul Holden
2770dd65f1
Merge branch 'MDL-83570-main-fix' of https://github.com/junpataleta/moodle into main
2024-11-20 12:28:49 +00:00
Jun Pataleta
7f122657cf
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:06:32 +08:00
Huong Nguyen
3b2311a4c3
Merge branch 'MDL-83570-main' of https://github.com/meirzamoodle/moodle
2024-11-20 16:10:57 +07:00
Jun Pataleta
d5190768cb
Merge branch 'MDL-72077-ro-debug' of https://github.com/catalyst/moodle
2024-11-20 15:24:47 +08:00
meirzamoodle
392ed9c627
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 09:59:14 +07:00
Huong Nguyen
68fd46d625
Merge branch 'MDL-83513-main' of https://github.com/roland04/moodle
2024-11-20 09:00:27 +07:00
Jun Pataleta
fcb39d60a9
Merge branch 'MDL-81521-main' of https://github.com/andrewnicols/moodle
2024-11-19 15:15:17 +08:00
Huong Nguyen
c6353ef018
Merge branch 'MDL-81823-main' of https://github.com/roland04/moodle
2024-11-19 10:28:33 +07:00
Huong Nguyen
5c7588552c
Merge branch 'MDL-77065' of https://github.com/paulholden/moodle
2024-11-19 10:18:50 +07:00
Huong Nguyen
155c4bd1e8
Merge branch 'MDL-82349-main-v03' of https://github.com/ferranrecio/moodle
2024-11-19 09:51:54 +07:00
Huong Nguyen
7a9bd90e2c
Merge branch 'MDL-83610' of https://github.com/marinaglancy/moodle
2024-11-19 09:27:55 +07:00
Mikel Martín
7aee0a3aaa
MDL-83513 theme_boost: Remove mediumwidth layout size
2024-11-18 16:21:49 +01:00
Marina Glancy
947684505e
MDL-83610 behat: allow to set date fields in groups
2024-11-18 10:36:38 +00:00
Jun Pataleta
198f0d26d8
Merge branch 'MDL-83502-main' of https://github.com/ferranrecio/moodle
2024-11-18 14:36:58 +08:00
Jun Pataleta
239893647a
Merge branch 'MDL-70556' of https://github.com/timhunt/moodle
2024-11-18 14:31:40 +08:00
Tim Hunt
68d369917e
MDL-70556 core db: change course fullname to 1333 chars
...
This is mainly for the benefit of multilang users.
As well as changing the database schema, it is also necessary to change
where this is inforced in PHP code (forms, web services). This was missed
when shortname was changed from 100 to 255 chars some time ago, but I have
fixed that here.
Note, I have not changed the legacy mnet code, since as far as I am aware
that is deprecated.
2024-11-15 15:28:23 +00:00
Paul Holden
1317aee9e1
MDL-77065 reportbuilder: audience filter for the report access list.
2024-11-15 15:00:11 +00:00
Jun Pataleta
ef63c4cefd
Merge branch 'MDL-82877' of https://github.com/paulholden/moodle
2024-11-15 13:31:22 +08:00
Andrew Nicols
5a86d3178a
MDL-81521 mod_quiz: Update coding style of impacted tests
2024-11-15 12:50:56 +08:00
Andrew Nicols
9adfbcde4e
MDL-81521 mod_quiz: Fix attempt walkthrough tests
2024-11-15 12:50:56 +08:00
Andrew Nicols
a6acb015a3
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:55 +08:00
Huong Nguyen
269a8a8a1b
weekly release 5.0dev
2024-11-15 09:21:08 +07:00
Huong Nguyen
093a2034b6
NOBUG: Add upgrade notes
2024-11-15 09:21:07 +07:00
Jun Pataleta
1b7b12140b
Merge branch 'MDL-81285' of https://github.com/paulholden/moodle
2024-11-14 12:18:26 +08:00
Huong Nguyen
6c14a8aa86
MDL-81509 tasks: Fix upgrade note
2024-11-14 11:08:57 +07:00
Huong Nguyen
94568bc5e0
Merge branch 'MDL-81509_final-deprecation-of-task_base-is_blocking-and-set_blocking' of https://github.com/ziegenberg/moodle
2024-11-14 11:07:45 +07:00
Jun Pataleta
90af0ec61e
Merge branch 'MDL-80926-main' of https://github.com/lameze/moodle
2024-11-14 12:06:42 +08:00
Huong Nguyen
cbc68e95ad
MDL-78890 gradereport_grader: Fix upgrade note
2024-11-14 11:04:13 +07:00
Huong Nguyen
123e29201c
Merge branch 'MDL-78890-main' of https://github.com/mihailges/moodle
2024-11-14 11:03:10 +07:00
Huong Nguyen
1c67e24a85
Merge branch 'MDL-83095_final-deprecation-of-functions-in-block_tag_youtube' of https://github.com/ziegenberg/moodle
2024-11-14 10:45:47 +07:00
Huong Nguyen
29d873b02c
Merge branch 'MDL-79165-main' of https://github.com/daledavies/moodle
2024-11-14 10:22:53 +07:00
Dale Davies
47ba008504
MDL-79165 cachestore_file: Add igbinary serializer option
...
AMOS BEGIN
CPY [serializer_igbinary,cachestore_redis],[serializer_igbinary,cachestore_file]
CPY [serializer_php,cachestore_redis],[serializer_php,cachestore_file]
AMOS END
2024-11-14 10:22:37 +07:00
Jun Pataleta
55fbe740ab
Merge branch 'MDL-74836_main' of https://github.com/marxjohnson/moodle
2024-11-14 10:46:00 +08:00
Huong Nguyen
43784b0d98
Merge branch 'MDL-46739_main' of https://github.com/marxjohnson/moodle
2024-11-14 09:26:43 +07:00
Huong Nguyen
a97260296d
Merge branch 'MDL-83185-main' of https://github.com/laurentdavid/moodle
2024-11-13 14:25:42 +07:00
Huong Nguyen
86908e8aa9
Merge branch 'MDL-80689' of https://github.com/timhunt/moodle
2024-11-13 14:00:25 +07:00
ferran
b0683da877
MDL-82349 core_courseformat: new get_generic_section_name method
...
The string "sectionname" was an unnecessary coupling between
formats and other plugins. Now the generic name for a section
should be obtained using $format->get_generic_section_name.
This allow formats to use an alternative string for nameing
sections. This is especially important for rare formats like
the frontpage one that does not have a plugin lang file.
2024-11-12 12:22:25 +01:00
ferranrecio
0d04567882
MDL-82349 course: fix guest access to course
2024-11-12 12:21:55 +01:00
ferranrecio
cccacbdc04
MDL-82349 course: add frontpage behats
2024-11-12 12:21:55 +01:00
ferranrecio
a5ba68c97f
MDL-82349 block_site_main_menu: fix behats
2024-11-12 12:21:55 +01:00
ferranrecio
2f13ffcfb1
MDL-82349 courseformat: add reactivity to main menu block
2024-11-12 12:02:16 +01:00
ferranrecio
c5133ddc47
MDL-82349 courseformat: add reactivity to frontpage topic
2024-11-12 12:02:16 +01:00
ferranrecio
c6a9177252
MDL-82349 core_courseformat: fix home section zero name
2024-11-12 12:02:16 +01:00
Nexterday
cb13bba9b6
MDL-74836 theme: Display activity header on secure layouts
2024-11-11 15:14:03 +00:00
Laurent David
fbe420fc26
MDL-83185 core_courseformat: Refresh cache on group change
...
* When we add users to a group (or remove them), we should refresh
the course index cache so it stays in sync with what the user
can actually see.
2024-11-11 13:17:27 +01:00
ferran
1f7faa941b
MDL-83185 core_courseformat: Allow global state cache invalidation
2024-11-11 13:17:26 +01:00