Commit Graph

4422 Commits

Author SHA1 Message Date
Huong Nguyen 17904f8baf Merge branch 'MDL-83282-main' of https://github.com/andrewnicols/moodle 2025-03-05 10:44:06 +07:00
Andrew Nicols e49af69a1d MDL-83282 editor_atto: Remove Atto editor
This minor patch removes the Atto editor, and all of its subplugins from
Moodle core.
2025-03-05 11:35:17 +08:00
Jun Pataleta 5d34eeb6d5 Merge branch 'MDL-78778-main' of https://github.com/safatshahin/moodle 2025-03-05 10:27:46 +08:00
Safat 001c5361d3 MDL-78778 auth_cas: Uninstall cas & remove dependencies 2025-03-05 12:53:58 +11:00
Sara Arjona 5670447ece on-demand release 5.0dev+ 2025-03-04 16:14:27 +01:00
Sara Arjona 688478cfa4 weekly release 5.0dev 2025-02-27 16:54:40 +01:00
Jun Pataleta ce73ff3d84 MDL-83970 core: Bump upgrade code version properly 2025-02-26 14:57:51 +08:00
meirzamoodle a5b90c1969 MDL-83970 core_ai: Updated get_name() to return the provider's name
The changes also affect the AI usage report. The provider column will show
the provider plugin name instead of the plugin class in the database.

Co-authored-by: Stevani Andolo <stevani.andolo@moodle.com>
2025-02-25 13:56:31 +07:00
Huong Nguyen 7a318d5c85 weekly release 5.0dev 2025-02-21 10:14:58 +07:00
Jun Pataleta 77a7d81290 weekly release 5.0dev 2025-02-14 09:53:24 +08:00
Sara Arjona 139a0ad5f0 weekly release 5.0dev 2025-02-06 16:21:38 +01:00
ferran f6698b7567 MDL-83871 course: activity overview page
The old activities block will be fully replaced by a new course
activities overview page in the course secondary navigation. This
commit has the initial implementation of the page.
2025-01-31 15:21:48 +01:00
Huong Nguyen 07881a5772 weekly release 5.0dev 2025-01-31 09:20:03 +07:00
Sara Arjona 33135d96ca MDL-84049 badges: Remove default apiversion value
Remove the default value for the apiversion field in the
badge_external_backpack table.
2025-01-24 07:05:11 +01:00
Sara Arjona bcf06a0484 weekly release 5.0dev 2025-01-23 17:34:50 +01:00
Huong Nguyen f0ac76efdb MDL-82977 AI: Version bump 2025-01-23 09:43:14 +07:00
Huong Nguyen a93ce36da5 Merge branch 'MDL-82944-main' of https://github.com/davewoloszyn/moodle 2025-01-21 11:23:18 +07:00
Huong Nguyen a2653cc924 weekly release 5.0dev 2025-01-16 23:46:14 +07:00
David Woloszyn 1afbe03ec8 MDL-82944 message: Notify user about unsent messages 2025-01-16 13:46:21 +11:00
Sara Arjona f4f166695c weekly release 5.0dev 2025-01-09 15:21:35 +01:00
Jun Pataleta 6e7e323520 Merge branch 'MDL-73909-main' of https://github.com/raortegar/moodle 2025-01-09 12:20:59 +08:00
Huong Nguyen ab5692acdf weekly release 5.0dev 2025-01-03 13:53:42 +07:00
Amaia Anabitarte 4c2b9922df MDL-82034 mod_subsection: Enable mod_subsection when upgrading 2024-12-20 10:31:22 +01:00
Jun Pataleta 7d6f282aef weekly release 5.0dev 2024-12-19 20:07:48 +08:00
Huong Nguyen ba313fddd8 Merge branch 'MDL-83395-main' of https://github.com/davewoloszyn/moodle 2024-12-19 10:55:45 +07:00
David Woloszyn af7ca95b3f MDL-83395 core_ai: AI usage report 2024-12-19 10:51:43 +11:00
Jun Pataleta e33b058910 Merge branch 'MDL-83691-main' of https://github.com/meirzamoodle/moodle 2024-12-18 13:46:38 +08:00
meirzamoodle 7dac99c191 MDL-83691 core_sms: Avoid saving unnecessary data in the database 2024-12-13 10:17:05 +07:00
Huong Nguyen a97ddeb2a2 weekly release 5.0dev 2024-12-13 08:57:54 +07:00
Laurent David 8e5ac0e34f MDL-82457 mod_chat: Remove mod_chat from Moodle 5.0 2024-12-10 08:59:18 +01:00
Laurent David 9d94ea58b6 MDL-82457 mod_survey: Remove mod survey from Moodle 5.0 2024-12-10 08:59:18 +01:00
raortegar 01f13bee19 MDL-73909 core_message: Admin notification preferences saved on toggle 2024-12-09 10:31:04 +01:00
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