Huong Nguyen
cb409b0cf0
Merge branch 'MDL-81124' of https://github.com/stronk7/moodle
2024-03-12 08:53:54 +07:00
Sara Arjona
b4ab5ae980
Merge branch 'MDL-79673' of https://github.com/paulholden/moodle
2024-03-11 17:44:48 +01:00
Sara Arjona
8c29e71c39
Merge branch 'MDL-79667-main' of https://github.com/mihailges/moodle
2024-03-11 17:08:50 +01:00
Sara Arjona
e5b601c313
Merge branch 'MDL-80431' of https://github.com/marinaglancy/moodle
2024-03-11 17:01:12 +01:00
Paul Holden
f4843f268c
MDL-81047 hook: fix typo in constructor docblock.
2024-03-11 12:31:45 +00:00
Paul Holden
3d97e8616c
Merge branch 'MDL-81047-main' of https://github.com/andrewnicols/moodle into main
2024-03-11 12:18:05 +00:00
Paul Holden
f45e391f72
MDL-79664 libraries: upgrade to version 6.9.1 of PHPMailer.
2024-03-11 11:03:32 +00:00
Mihail Geshoski
73ac16f4ad
MDL-79667 lib: Upgrade OpenSpout to 4.23.0
2024-03-09 22:09:47 +08:00
Eloy Lafuente (stronk7)
78b5db34a8
MDL-81124 install: Enable is_major_upgrade_required for 4.4dev
...
Setting it to 2024010400.00 that is the week when MDL-80186 landed.
2024-03-08 17:20:45 +01:00
Andrew Nicols
017e52f213
MDL-81047 core: Standardise init of before_standard_head_html_generation
2024-03-08 23:56:40 +08:00
Andrew Nicols
0a30867cdf
MDL-81047 core: Rename standard_head_html_prepend hook
...
This commit updates the name of the standard_head_html_prepend hook to
meet coding style agreed in MDL-79077.
2024-03-08 23:56:39 +08:00
Marina Glancy
36c91ff907
MDL-80431 forms: do not use fieldset tag without a legend
2024-03-08 15:02:15 +00:00
Ilya Tregubov
24e42ed7d1
Merge branch 'MDL-79044-main' of https://github.com/geichelberger/moodle
2024-03-08 11:15:16 +08:00
Huong Nguyen
826a3a2401
Merge branch 'MDL-81123-main' of https://github.com/andrewnicols/moodle
2024-03-08 10:12:47 +07:00
Huong Nguyen
2830de44c2
Merge branch 'MDL-81046-main' of https://github.com/andrewnicols/moodle
2024-03-08 10:06:56 +07:00
Huong Nguyen
7701e6a079
Merge branch 'MDL-78547' of https://github.com/timhunt/moodle
2024-03-08 08:51:57 +07:00
Ilya Tregubov
96c9fd4b16
MDL-80943 reportbuilder: Fix bad conflict resolution.
2024-03-08 09:35:55 +08:00
Ilya Tregubov
82859f1848
Merge branch 'MDL-80943' of https://github.com/paulholden/moodle
2024-03-08 09:21:44 +08:00
Jun Pataleta
3278ce7aba
Merge branch 'MDL-65292' of https://github.com/stronk7/moodle
2024-03-08 08:00:41 +08:00
Sara Arjona
46e6d412bf
Merge branch 'MDL-80634' of https://github.com/paulholden/moodle
2024-03-07 17:47:20 +01:00
Tim Hunt
3020d180d8
MDL-78547 quiz: in a preview, if a question has been edited, update it
...
As part of implementing this, there is a new more efficient method
get_version_information_for_questions_in_attempt to see if any
questions in a quiz need to be updated. The regrade code was updated
to take advantage of this.
Co-authored-by: Khoa Nguyen Dang <khoanguyend7@nashtechglobal.com>
2024-03-07 16:14:47 +00:00
Sara Arjona
307d5e8c04
Merge branch 'MDL-81065-master' of https://github.com/jleyva/moodle
2024-03-07 17:01:55 +01:00
Juan Leyva
f693e84ff5
MDL-81065 core_filters: New WS core_filters_get_all_states
2024-03-07 15:52:07 +01:00
Sara Arjona
6f81ace5a8
Merge branch 'MDL-81011-main' of https://github.com/andrewnicols/moodle
2024-03-07 12:20:01 +01:00
Paul Holden
04f54d8eb0
MDL-80634 libraries: upgrade to version 4.4.2 of ChartJS.
2024-03-07 11:11:14 +00:00
Andrew Nicols
2b7754ccc2
MDL-81011 core: Add attribute alternative to hooks interfaces
...
This change replaces the requirement for:
- \core\hook\deprecated_callback_replacement
- \core\hook\described_hook
These are replaced by appropriate Attributes.
2024-03-07 18:56:05 +08:00
Sara Arjona
d92f86635b
Merge branch 'MDL-65978-master' of https://github.com/jleyva/moodle
2024-03-07 10:15:18 +01:00
Jun Pataleta
f364dd5e40
Merge branch 'MDL-81044-main' of https://github.com/andrewnicols/moodle
2024-03-07 11:02:05 +08:00
Ilya Tregubov
cd85552e38
Merge branch 'MDL-80460-main' of https://github.com/sarjona/moodle
2024-03-07 08:41:42 +08:00
Sara Arjona
076aead150
MDL-80460 format_topics: Replace name from "Topic X" with "New section"
...
From now on, the default section name for the topics course format is
"New section" instead of "Topic x" (where x was the section number).
A new item, initsections, has been added to the create_course() function
in the testing_data_generator class, to let the generator rename the
sections to "Section X"
AMOS BEGIN
CPY [sectionname,format_topics],[legacysectionname,format_topics]
AMOS END
2024-03-06 15:25:22 +01:00
Paul Holden
4bd8f3a0dc
MDL-80943 reportbuilder: select-type customfields should be text.
...
The column type determines the available aggregation options present
for the column. Custom fields of type "select" should be considered as
text fields for this purpose, because their stored value represents
the index to their available options, rather than having any distinct
meaning of it's own for display.
2024-03-06 10:34:45 +00:00
Andrew Nicols
928344403d
Merge branch 'MDL-79675-main-v6' of https://github.com/snake/moodle
2024-03-06 13:00:00 +08:00
Jake Dallimore
63569a4776
MDL-79675 libraries: upgrade lti1p3 to v6.0.0
2024-03-06 08:44:07 +08:00
Andrew Nicols
73e4e636b3
Merge branch 'MDL-80731' of https://github.com/paulholden/moodle
2024-03-05 22:03:53 +08:00
Andrew Nicols
94177ec2da
MDL-80749 core: Tidy up task tests
2024-03-05 21:18:54 +08:00
Andrew Nicols
30bfb5fe81
Merge branch 'MDL-80749-main' of https://github.com/HuongNV13/moodle
2024-03-05 21:18:44 +08:00
Andrew Nicols
6c7c5356a7
MDL-81123 tiny_html: Make empty codemirror region clickable
2024-03-05 14:08:23 +08:00
Jun Pataleta
59c7fcbfea
Merge branch 'MDL-80819' of https://github.com/stronk7/moodle
2024-03-05 11:50:23 +08:00
Ilya Tregubov
dcc9324b68
Merge branch 'MDL-78850-main' of https://github.com/meirzamoodle/moodle
2024-03-05 11:23:17 +08:00
Jun Pataleta
e3160bfd16
Merge branch 'MDL-80548' of https://github.com/marinaglancy/moodle
2024-03-05 10:53:12 +08:00
Huong Nguyen
5a7caff558
Merge branch 'MDL-80866-main' of https://github.com/sarjona/moodle
2024-03-05 09:05:50 +07:00
Sara Arjona
e1034deb8b
Merge branch 'MDL-75670-main' of https://github.com/roland04/moodle
2024-03-04 16:05:18 +01:00
Marina Glancy
d395925a40
MDL-80548 admin: Add bulk user actions also to user list
2024-03-04 12:14:45 +00:00
Huong Nguyen
c068b01a1a
MDL-80749 adhoc_task: Update failed ad-hoc tasks cleanup
...
Update the task to use firststartingtime instead of timestarted
2024-03-04 10:17:14 +07:00
Huong Nguyen
17c01d9d74
MDL-80749 adhoc_task: Log the first starting time of the task
2024-03-04 10:17:09 +07:00
Sara Arjona
b2e5f3e746
MDL-80866 phpunit: Fix failures after disabling Chat and Survey
2024-03-01 11:41:50 +01:00
Juan Leyva
166afa05fe
MDL-65978 blog: New WS core_blog_update_entry
2024-02-29 16:18:21 +01:00
Juan Leyva
4b3bda1657
MDL-65978 blog: New WS prepare_entry_for_edition
2024-02-29 16:18:21 +01:00
Juan Leyva
b43b16c358
MDL-65978 blog: New WS core_blog_delete_entry
2024-02-29 16:18:21 +01:00
Juan Leyva
5a679bffd2
MDL-65978 blog: New WS core_blog_add_entry
2024-02-29 16:18:21 +01:00