Mikel Martín
7aee0a3aaa
MDL-83513 theme_boost: Remove mediumwidth layout size
2024-11-18 16:21:49 +01:00
Jun Pataleta
d88d8d902d
MDL-83747 mod_data: Add accessible name for delcheck checkboxes
2024-11-18 19:38:40 +08:00
Marina Glancy
947684505e
MDL-83610 behat: allow to set date fields in groups
2024-11-18 10:36:38 +00:00
Simon Adams
a0cf3d2da5
MDL-71378 core_question & mod_quiz: Refactor deprecated contexts
2024-11-18 10:22:59 +00:00
Simon Adams
5955868d3d
MDL-71378 mod_quiz: Add pill badge to question slot template
2024-11-18 10:22:59 +00:00
Simon Adams
291fdacfd5
MDL-71378 core_question: Only show module banks in question filters
2024-11-18 10:22:58 +00:00
Simon Adams
a6c4ddada5
MDL-71378 qbank_bulkmove: refactor for moving to shared question banks
2024-11-18 10:22:58 +00:00
Simon Adams
746efe94eb
MDL-71378 mod_qbank: Implement add to quiz bank sharing UI
2024-11-18 10:22:58 +00:00
meirzamoodle
a0f57612ee
MDL-83290 dml: Remove "ORDER BY" from the $sort
2024-11-18 16:07:57 +07: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
Simon Adams
966b264cf3
MDL-71378 mod_qbank: Add question bank backup/restore and refactor tests
2024-11-15 15:18:47 +00:00
Simon Adams
1db7518a7d
MDL-71378 mod_qbank: Add install script to transfer question categories
2024-11-15 15:18:47 +00:00
Simon Adams
776d1e40e4
MDL-71378 mod_qbank: Add question bank management
2024-11-15 15:18:47 +00:00
Simon Adams
78d73cc9b7
MDL-71378 mod_qbank: Add initial plugin structure
2024-11-15 15:18:46 +00:00
Paul Holden
1317aee9e1
MDL-77065 reportbuilder: audience filter for the report access list.
2024-11-15 15:00:11 +00:00
Daniel Ziegenberg
f3288f3c79
MDL-71472 core: Removal of site_registration_form::add_select_with_email
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-11-15 12:54:30 +01:00
Paul Holden
f3cd1df6e1
MDL-80430 reportbuilder: final removal of default table aliases.
...
They've been auto-generated for some time now, and we can make the
newer `get_default_tables` method abstract to ensure it's always
implemented.
2024-11-15 10:21:45 +00:00
sam marshall
32f7ba8cdf
MDL-83211 core_search: Indexing can miss items due to race condition
...
Changes search indexing so that (except for test scripts) each indexing
run indexes only items up to 5 seconds ago, and the following indexing
will start from the same point. This ensures all items are indexed,
even if an item is written to the database one or two seconds after its
timecreated value.
2024-11-15 09:32:57 +00:00
sam marshall
ee6251345d
MDL-83529 Analytics: Upgrade can break if core module is deleted
2024-11-15 09:32:05 +00:00
Mark Johnson
9118a619c6
MDL-75610 theme: Allow the activity title in Boost theme's secure layout
2024-11-15 08:31:29 +00:00
Mark Johnson
dd25891bda
MDL-75610 output: Fix title display logic in activity header
...
The display logic for including the title in the activity header was
such that the title would only display if both the theme default and the
layout option for 'notitle' were undefined or false. It was not possible
to a theme to have 'notitle' default to true, but have a layout override
that as false to display the title.
This change re-writes the is_title_allowed method to encapsulte the new
logic, first checking if the current layout has the option set and using
that, and if not falling back to the theme default if that is set. If
neither is set, the title is displayed.
This also tweaks moodle_page::magic_get_layout_options to ensure the
theme is initialised before trying to return the layout options.
2024-11-15 08:31:29 +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
James C
e85338bfee
MDL-82762 course: Prevent "undefined" being added to course index
2024-11-14 10:15:26 +13:00
Paul Holden
01b145a5bb
MDL-83710 report_questioninstances: fix missing type query params.
2024-11-13 21:14:46 +00:00
James C
e43c5eaf6b
MDL-72526 course: Make course format output stuff protected, not private
2024-11-14 10:03:44 +13:00
Wiktor Wandachowicz
6f0b5dec12
MDL-83048 mod_quiz: Fixed use of grade_out_of and plugin renderer
2024-11-13 16:58:10 +00:00
Huong Nguyen
a97260296d
Merge branch 'MDL-83185-main' of https://github.com/laurentdavid/moodle
2024-11-13 14:25:42 +07:00
Paul Holden
a42e43ba55
MDL-82450 tool_task: format fail delay in scheduled tasks list.
2024-11-13 07:13:29 +00:00
Huong Nguyen
86908e8aa9
Merge branch 'MDL-80689' of https://github.com/timhunt/moodle
2024-11-13 14:00:25 +07:00
Andrew Nicols
6f3ef90044
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:23:27 +08:00
Andrew Nicols
0a4c1aab08
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:14:38 +08:00
Simey Lameze
b3d718147d
MDL-83643 behat: make manual completion scenario names unique
2024-11-13 07:16:20 +08:00