Sara Arjona
307d5e8c04
Merge branch 'MDL-81065-master' of https://github.com/jleyva/moodle
2024-03-07 17:01:55 +01:00
Juan Leyva
99e05104a2
MDL-81054 tool_dataprivacy: Return download link for data exports
2024-03-07 16:55:27 +01:00
Andrew Nicols
451e33c18c
MDL-81011 core_course: Update new course hooks to use attributes
...
These hooks landed in the past week. Updating them to use the new
attributes.
2024-03-07 16:45:38 +01:00
Juan Leyva
f693e84ff5
MDL-81065 core_filters: New WS core_filters_get_all_states
2024-03-07 15:52:07 +01:00
Paul Holden
2f9001cbe9
MDL-81073 badges: implement badge entity version/expiry filtering.
...
Add the same to the manage badges report, plus pre-existing version
column.
2024-03-07 14:38:23 +00:00
Juan Leyva
871aa5e978
MDL-65978 blog: Fix unit tests (remove hardcoded entry ids)
2024-03-07 13:46:07 +01:00
Juan Leyva
be78d4c94a
MDL-81133 tool_mobile: Add new features supported by app
2024-03-07 13:13:24 +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
Sara Arjona
75b3d24eba
Merge branch 'MDL-69656-fix' of https://github.com/sarjona/moodle
2024-03-07 12:05:12 +01:00
Sara Arjona
c799ea5e21
MDL-69656 backup: Remove illegal whitespaces
2024-03-07 12:01:35 +01:00
Juan Leyva
fc0f94626e
MDL-65978 blog: Fix removing associations
2024-03-07 11:58:22 +01: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
Huong Nguyen
b95854758e
Merge branch 'MDL-79990-main' of https://github.com/lameze/moodle
2024-03-07 10:04:10 +07: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
fd7a6b4f45
Merge branch 'MDL-80460-main-fix' of https://github.com/lameze/moodle
2024-03-07 10:48:31 +08:00
Simey Lameze
8068912aef
MDL-80460 behat: use the correct section name
2024-03-07 10:22:34 +08:00
Sara Arjona
b10a9ec30c
MDL-80920 course: Add behat step supporting section number
...
The selector "I am on the "Course > Section" "course > section" page
has been improved to also support section number.
When "Section x" is given, and there is no section with this name,
section number "x" is used.
2024-03-07 09:56:24 +08:00
Simey Lameze
503cd95b9f
MDL-79990 behat: custom step to verify assign grading data
...
This commit also optimise the new behat test.
2024-03-07 09:43:53 +08:00
Ilya Tregubov
a6fd25485e
Merge branch 'MDL-80342' of https://github.com/paulholden/moodle
2024-03-07 08:51:25 +08:00
Ilya Tregubov
cd85552e38
Merge branch 'MDL-80460-main' of https://github.com/sarjona/moodle
2024-03-07 08:41:42 +08:00
Angelia Dela Cruz
87f413b4d6
MDL-79990 gradingform: Behat test for marking guide information display
2024-03-07 08:21:14 +08:00
Andrew Nicols
44e6d7d9e0
Merge branch 'MDL-79750' of https://github.com/ssj365/moodle
2024-03-06 23:26:45 +08:00
Andrew Nicols
9f91e1cc48
Merge branch 'MDL-69656-master' of https://github.com/sh-csg/moodle
2024-03-06 23:23:13 +08:00
Sara Arjona
fed26847b4
MDL-80460 behat: Fix tests to replace Topic with Section
...
The behat tests using the course format topics have been reviewed to:
- Add the 'inisections' parameter where necessary, facilitating automatic
renaming of section names.
- Evaluate failing tests due to slight changes in ordering. Notably, in
the topics format, sections are now uniformly named 'New section' without
any numbering.
2024-03-06 15:25:22 +01: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
Michael Milette
9c8f09e2d9
MDL-72923 message: Fixed levels of headings in messaging drawer.
2024-03-06 07:29:17 -05: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
Shamiso.Jaravaza
586d48f3a5
MDL-79750 mod_bigbluebuttonbn: set SHA256 checksum
2024-03-06 00:50:42 -07:00
Mathew May
2f0247643f
MDL-80703 block_calendar_upcoming: Final deprecation upcoming content
2024-03-06 15:40:29 +08:00
Stefan Hanauska
a0d501463a
MDL-69656 backup: Replace urlencoded pluginfile urls
2024-03-06 07:37:17 +01:00
Andrew Nicols
9e16225864
Merge branch 'MDL-80183' of https://github.com/paulholden/moodle
2024-03-06 14:04:30 +08:00
Ilya Tregubov
3123eb1d9f
Merge branch 'MDL-80900' of https://github.com/ilyatregubov/moodle
2024-03-06 13:51:21 +08:00
Tim Hunt
76bcbc5ddb
MDL-80900 quiz: refine attempt summary
...
* Move State to above all the times, rather than in the middle.
* Changed 'Completed on' to 'Completed' and 'Submitted on' to 'Submitted'.
2024-03-06 13:50:43 +08:00
Andrew Nicols
2ad6cd5291
Merge branch 'MDL-80646-main' of https://github.com/mihailges/moodle
2024-03-06 13:21:52 +08:00
Ilya Tregubov
8e99589f77
Merge branch 'MDL-80880' of https://github.com/timhunt/moodle
2024-03-06 13:16:42 +08:00
Andrew Nicols
928344403d
Merge branch 'MDL-79675-main-v6' of https://github.com/snake/moodle
2024-03-06 13:00:00 +08:00
Huong Nguyen
d61d607548
Merge branch 'MDL-80241' of https://github.com/paulholden/moodle
2024-03-06 09:23:32 +07:00
Huong Nguyen
ecf44c0b95
Merge branch 'MDL-79278-master' of https://github.com/andelacruz/moodle
2024-03-06 09:12:53 +07:00
Angelia Dela Cruz
6e6caf1fe7
MDL-79278 mod_quiz: Teacher can set how quiz questions behave behat
...
Co-authored-by: Simey Lameze <simey@moodle.com>
2024-03-06 09:40:02 +08:00
Jake Dallimore
c043c180de
MDL-79675 enrol_lti: fix mocks depending on previously untyped props
...
When $launch_id wasn't typed, it was ok to call the getter, but now
that it is, php throws an error. Replaced with stub method.
2024-03-06 08:44:14 +08:00
Jake Dallimore
4fda419e88
MDL-79675 enrol_lti: fix class instantiation after library upgrade
2024-03-06 08:44:14 +08:00
Jake Dallimore
7c9fb5d89b
MDL-79675 enrol_lti: fix client implementation signatures after upgrade
...
Not strictly required due to contravariance, but nice for readability.
2024-03-06 08:44:14 +08:00
Jake Dallimore
73ce114066
MDL-79675 enrol_lti: fix deep linking return after library removals
2024-03-06 08:44:14 +08:00
Jake Dallimore
2a783ec964
MDL-79675 enrol_lti: fix JWKS generation after library removals
2024-03-06 08:44:14 +08:00
Jake Dallimore
eb94b5677c
MDL-79675 enrol_lti: fix login redirection after library deprecations
...
v5.7.0 changed this process. Now, we just fetch the URL and do our own
redirect.
https://github.com/packbackbooks/lti-1-3-php-library/releases/tag/v5.7.0
2024-03-06 08:44:14 +08:00
Jake Dallimore
f7c12a372d
MDL-79675 enrol_lti: migrate validate() calls to initialize() per v6.0.0
...
Calls to validate() have been replaced in v6.0.0.
https://github.com/packbackbooks/lti-1-3-php-library/releases/tag/v6.0.0
2024-03-06 08:44:14 +08:00
Jake Dallimore
7560375ad6
MDL-79675 enrol_lti: replace ImsCookie use with local implementation
...
The default implementation, previously included with the library, is no
longer shipped there. Clients must provide their own implementation of
the ICookie interface instead.
2024-03-06 08:44:14 +08:00
Jake Dallimore
63569a4776
MDL-79675 libraries: upgrade lti1p3 to v6.0.0
2024-03-06 08:44:07 +08:00