Commit Graph

4390 Commits

Author SHA1 Message Date
Huong Nguyen 0888a6d324 weekly release 5.0dev 2024-12-05 22:32:27 +07:00
Paul Holden 8c1a4093b3 MDL-83345 reportbuilder: upgrade step to migrate existing filter data. 2024-12-03 16:42:36 +00:00
Paul Holden f7e0e8cd96 MDL-83345 reportbuilder: migrate filter storage from user preferences.
Use a dedicated persistent table/model for storage of a users' report
filter configuration.
2024-12-03 16:42:35 +00:00
Sara Arjona a798b1db39 weekly release 5.0dev 2024-11-29 12:36:42 +01:00
jacob.viertel@wunderbyte.at 1773124a97 MDL-83473 course: hooks api for external courses 2024-11-26 09:11:45 +01:00
Jun Pataleta 505a85eb9a weekly release 5.0dev 2024-11-22 22:26:25 +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
Huong Nguyen 269a8a8a1b weekly release 5.0dev 2024-11-15 09:21:08 +07:00
Huong Nguyen 43784b0d98 Merge branch 'MDL-46739_main' of https://github.com/marxjohnson/moodle 2024-11-14 09:26:43 +07:00
ferran 1f7faa941b MDL-83185 core_courseformat: Allow global state cache invalidation 2024-11-11 13:17:26 +01:00
Tim Hunt 8f9b57d5d3 MDL-46739 user preferences: change value column to TEXT.
Other similar columns config.value and config_plugins.value are TEXT, so
it is surprising that this column is different, and that has lead to
bugs in the past, so we should make it consistent.
2024-11-11 11:33:52 +00:00
Huong Nguyen 2b337b49f9 weekly release 5.0dev 2024-11-08 13:56:12 +07:00
Jun Pataleta bf18f379f7 Merge branch 'MDL-83154-main' of https://github.com/davewoloszyn/moodle 2024-11-04 16:48:39 +08:00
Huong Nguyen d015c4c213 weekly release 5.0dev 2024-11-01 14:28:56 +07:00
David Woloszyn 2baf81a243 MDL-83154 AI: Add model field to ai_action_register table 2024-11-01 10:38:39 +11:00
Huong Nguyen ec7711b9a6 weekly release 5.0dev 2024-10-25 08:35:34 +07:00
Shamim Rezaie ecfcf00d92 weekly release 5.0dev 2024-10-18 23:28:31 +11:00
Jake Dallimore fc29adddf9 weekly on-sync release 5.0dev 2024-10-11 10:55:52 +08:00
Jun Pataleta 67f5ee3cec weekly back-to-dev release 5.0dev 2024-10-05 16:11:20 +08:00
Jun Pataleta 52c0da7c64 Moodle release 4.5 2024-10-05 15:10:56 +08:00
Huong Nguyen 5fdbd507a4 Moodle release 4.5rc2 2024-10-04 21:07:32 +07:00
Jun Pataleta 5c09d2c905 MDL-83309 versions: Main version bump 2024-10-02 17:05:39 +08:00
Huong Nguyen 0eacab846e Moodle release 4.5rc1 2024-10-01 19:37:23 +07:00
Huong Nguyen 30692df849 Moodle release 4.5beta 2024-09-27 19:16:56 +07:00
Andrew Nicols ebdac763ed Merge branch 'MDL-83268-main' of https://github.com/sarjona/moodle 2024-09-26 14:39:13 +08:00
Sara Arjona 14e2bb4c87 MDL-83268 core_h5p: Remove the h5plib_v126 plugin
The h5plib_v126 plugin can be removed because it has been replaced
with h5plib_v127, which is using the latest versions of the
libraries.
2024-09-25 17:06:35 +02:00
meirzamoodle 3b9fa14c78 MDL-62640 admin: Remove the slasharguments admin setting 2024-09-25 08:30:17 +07:00
Sara Arjona 97c2beae70 on-demand release 4.5dev+ 2024-09-24 16:54:09 +02:00
Andrew Nicols 10c3e4b770 MDL-81924 core_sms: Add new subsystem and plugintype
Originally implemented as MDL-80960.
2024-09-23 10:43:39 +07:00
Sara Arjona 525fc81cf6 on-demand release 4.5dev+ 2024-09-20 17:12:54 +02:00
Jun Pataleta a3b837e135 MDL-83153 core: Upgrade step for instances that need conversion
Add an upgrade step to convert `ai_action_register.success` columns
with binary type to an integer type with length 1.
2024-09-18 21:06:48 +08:00
Sara Arjona f6141a67d8 on-demand release 4.5dev+ 2024-09-17 15:10:00 +02:00
Sara Arjona 09e56f2d1a on-demand release 4.5dev+ 2024-09-13 13:22:02 +02:00
Matt Porritt 086ac975f0 MDL-82627 AI: LMS Subsystem
Initial implementation of the LMS AI subsystem.
Originally implemented in MDL-80889

Co-authored-by: Meirza <meirza.arson@moodle.com>
2024-09-11 11:02:51 +07:00
Huong Nguyen 3477082aa9 weekly release 4.5dev+ 2024-09-10 20:02:54 +07:00
Sara Arjona ce5cda1c07 Merge branch 'MDL-83020' of https://github.com/paulholden/moodle 2024-09-09 17:03:02 +02:00
Jun Pataleta 1938c438ea on-demand release 4.5dev+ 2024-09-07 06:48:52 +08:00
Paul Holden 938251eb89 MDL-83020 badges: validate correct context when retrieving badge.
Remove capablity check, as this is intended to be public info.
2024-09-05 16:03:32 +01:00
Sara Arjona e812811b11 Merge branch 'MDL-81767-main' of https://github.com/roland04/moodle 2024-09-03 19:35:20 +02:00
Jun Pataleta 13c12756b4 on-demand release 4.5dev+ 2024-09-03 20:05:50 +08:00
Mikel Martín a0fa76c86b MDL-81767 courseformat: Add module quickcreation feature
- Add new 'FEATURE_QUICKCREATE' plugin feature that indicates the module can
  be created with a single click. It will use its own 'quickcreatename' defined
  string as the initial default name.
- Add new 'core_courseformat\external\create_module' web service to create new
  modules with the quickcreate featuer in the course page.
- Add a new 'create_module' state action.
2024-09-03 13:35:04 +02:00
Ilya Tregubov 71ede9e192 Merge branch 'MDL-75850-main-fix' of https://github.com/meirzamoodle/moodle 2024-09-03 10:17:17 +08:00
Huong Nguyen 072fb90384 weekly release 4.5dev+ 2024-08-29 18:09:50 +07:00
Huong Nguyen 1d5a323677 Merge branch 'MDL-82790-main' of https://github.com/andrewnicols/moodle 2024-08-29 10:07:09 +07:00
meirzamoodle 0c54003d2c MDL-75850 core: bump version 2024-08-28 17:17:08 +07:00
Daniel Ureña 33717237aa MDL-82105 Badges: Get badge by badge id. 2024-08-28 10:14:15 +02:00
Sara Arjona 056f473a6e on-demand release 4.5dev+ 2024-08-23 16:04:48 +02:00
Sara Arjona e0a9cf2288 on-demand release 4.5dev+ 2024-08-20 20:16:21 +02:00
Andrew Nicols 9fe7dedb9f MDL-82790 core: Remove filter_tidy 2024-08-20 20:22:55 +08:00
raortegar 56a1945b87 MDL-81130 core_admin: Update copy of alert to register site 2024-08-19 08:32:08 +02:00