Sara Arjona
a95afa1316
MDL-76922 lib: Upgrade PHPSpreadSheet to 1.28.0
2023-03-03 11:45:49 +01:00
Sara Arjona
43c79ce226
MDL-76907 lib: Set Moodle files after minify upgrade
2023-03-03 11:45:10 +01:00
Peter Dias
e9cb651b5d
MDL-76907 core: Add custom Moodle patch to minify
...
There is a Pull-request from Tim Hunt to the project in GitHub
(https://github.com/matthiasmullie/minify/issues/317 ) but, for now,
as it hasn't been applied yet, we need to manually cherry-pick
this change.
2023-03-03 11:45:10 +01:00
Sara Arjona
dc40a20ed7
MDL-76907 lib: Upgrade minify to 1.3.70
2023-03-03 11:45:10 +01:00
Paola Maneggia
7b5c35895b
MDL-77387 course: drop 'moodle/course:view' for course copy UI
...
Enabling the course copy UI of MDL-64843 already without the capability 'moodle/course:view'
has the advantage, that a user with 'moodle/course:create', 'moodle/backup:backupcourse'
and 'moodle/restore:restorecourse' (typically a teacher)
will be able to use this UI for their own courses and with the additional benefit
of also being enrolled in the copied course.
Important: the role assigned to the user who copies a course is determined
by the value of the setting 'creatornewroleid', which defaults to 'editingteacher'.
2023-03-03 08:49:43 +00:00
Tim Hunt
de086efd41
MDL-77462 core_question: avoid passing null to preg_match
2023-03-03 08:46:00 +00:00
Jun Pataleta
3f223172c6
Merge branch 'MDL-77428-master' of https://github.com/andelacruz/moodle
2023-03-03 16:35:22 +08:00
Ferran Recio
5f59807c06
MDL-77291 core_courseformat: show labels in course index
2023-03-03 09:15:11 +01:00
Andrew Nicols
be39b195fd
Merge branch 'MDL-77434-master' of https://github.com/lameze/moodle
2023-03-03 16:01:29 +08:00
Luca Bösch
d855c47b77
MDL-77431 course: Let the bulk edit toggle look like edit mode switch.
2023-03-03 08:54:56 +01:00
Andrew Nicols
80f3336478
Merge branch 'master_MDL-77300' of https://github.com/mattporritt/moodle
2023-03-03 15:35:04 +08:00
Andrew Nicols
479d3a6ce9
Merge branch 'MDL-77370-master' of https://github.com/rbravod/moodle
2023-03-03 15:28:35 +08:00
Andrew Nicols
dc31744914
Merge branch 'MDL-76908-master' of https://github.com/cescobedo/moodle
2023-03-03 15:01:43 +08:00
Philipp Memmel
e026dd9caf
MDL-75542 core_courseformat: Add param for expanding section
2023-03-03 07:54:07 +01:00
Andrew Nicols
74a44f78a3
Merge branch 'MDL-77232' of https://github.com/davidpesce/moodle
2023-03-03 14:39:32 +08:00
Matt Porritt
998a009c42
MDL-76909 Libraries: Upgrade Simplepie to 1.8.0
2023-03-03 16:42:01 +11:00
Laurent David
b318fa7320
MDL-76339 mod_bigbluebuttonbn: Update dismissed recordings
...
* When the server is not reachable (or recordings are not reacheable)
the recording is set to RECORDING_STATUS_DISMISSED and is then
not visible in the list.
* Add a CLI script to solve potential issue with DISMISSED recordings
2023-03-03 05:48:53 +01:00
Jun Pataleta
d5dd0e2c18
MDL-76849 question: New lang strings for answer fields
2023-03-03 12:48:02 +08:00
Matt Porritt
6a82ef2474
MDL-76923 Libraries: Upgrade ZipStream to 2.4.0
2023-03-03 15:09:08 +11:00
Andrew Nicols
4ee86a5256
Merge branch 'MDL-77327' of https://github.com/timhunt/moodle
2023-03-03 12:02:44 +08:00
Jake Dallimore
556208417d
weekly release 4.2dev
2023-03-03 11:08:26 +08:00
Jake Dallimore
88978c38b9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-03-03 11:08:24 +08:00
Andrew Nicols
4113ab2f5e
MDL-76919 editor_tiny: Improve import instructions
...
This includes a number of changes to improve how we manage the import of
security patches and repeatability of the build.
2023-03-03 10:57:38 +08:00
Andrew Nicols
1f9cf76c53
MDL-76919 editor_tiy: Bump to version 6.3.2
2023-03-03 09:32:31 +08:00
Tim Hunt
497c527e98
MDL-77467 retore: add progress tracking to potentially slow steps
2023-03-02 15:36:28 +00:00
David Pesce
ab1b671110
MDL-77232 enrol_lti: Parallelize lti (1.3) gradesync using adhoc tasks
2023-03-02 09:33:20 -05:00
Andrew Nicols
e80987133b
MDL-77458 core: Add supported php version info to phpcs config
2023-03-02 20:37:52 +08:00
Roberto Bravo
25c2d17157
MDL-77370 admin: Add a new setting for Support contact
2023-03-02 12:58:07 +01:00
Mihail Geshoski
a05cfc2487
MDL-77031 grade: Revamp the styling of the gradebook setup
2023-03-02 17:01:54 +08:00
Angelia Dela Cruz
cb6355ee3c
MDL-77428 Behat: Add coverage for forum post word count
2023-03-02 13:44:09 +08:00
Simey Lameze
f7f3ccf06e
MDL-77434 core: add a comment explaining the php versions strategy
2023-03-02 13:14:43 +08:00
Jun Pataleta
baef734ef7
MDL-75012 js: Remove orphaned source maps
2023-03-02 13:04:55 +08:00
Jun Pataleta
8ce226081c
MDL-75012 core: Fix upgrade.txt conflicts
2023-03-02 12:57:28 +08:00
Jun Pataleta
916503658d
Merge branch 'MDL-75012-master-5' of https://github.com/andrewnicols/moodle
2023-03-02 12:34:34 +08:00
Andrew Nicols
abccd6ba40
Merge branch 'MDL-77386-master' of https://github.com/ferranrecio/moodle
2023-03-02 12:06:27 +08:00
Andrew Nicols
30d898cbe6
Merge branch 'MDL-76825-master' of https://github.com/meirzamoodle/moodle
2023-03-02 12:05:07 +08:00
Jun Pataleta
724f8b8cb9
Merge branch 'MDL-75719-master-4' of https://github.com/ilyatregubov/moodle
2023-03-02 12:03:19 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Andrew Nicols
ee0e2bcc8f
MDL-75012 js: Bump Babel dependencies
...
Please note that whilst some dependencies have higher versions
available, these are not compatible at this time.
2023-03-02 11:55:32 +08:00
Andrew Nicols
ed3c951001
MDL-75012 js: Remove unused babel-preset-minify dependency
2023-03-02 11:55:31 +08:00
Andrew Nicols
84c650489a
MDL-75012 js: Drop support for modules built pre-babel
...
We now include more polyfills than we have ever done, and some of these
cause false-positives on our code to address modules which do not have a
name.
We started adding module names to modules in Moodle 3.8 at _build_ time
and kept support for modules which were not transpiled using Babel
before that point.
We no longer need to support this as all pre-3.8 Moodle versions are
long out of support. The most recent to go out of support was Moodle
3.5, which went completely out of support in May 2021.
We should not support code written and minified without a transpilation
phase from this time any longer.
2023-03-02 11:55:31 +08:00
Andrew Nicols
b604b474d4
MDL-77141 gradereport_user: Adjust course name to fix test
2023-03-02 11:49:38 +08:00
Andrew Nicols
c7c6573378
Merge branch 'MDL-77141-master' of https://github.com/lucaboesch/moodle
2023-03-02 11:49:00 +08:00
Jake Dallimore
32fd742690
Merge branch 'MDL-77461-master' of https://github.com/andrewnicols/moodle
2023-03-02 11:42:23 +08:00
Jake Dallimore
ee3922a10f
Merge branch 'MDL-77400-master' of https://github.com/dpalou/moodle
2023-03-02 11:27:04 +08:00
Andrew Nicols
9e8532058f
Merge branch 'MDL-77368' of https://github.com/paulholden/moodle
2023-03-02 11:18:34 +08:00
Andrew Nicols
4946bb1bb0
Merge branch 'MDL-61458' of https://github.com/paulholden/moodle
2023-03-02 11:16:57 +08:00
Andrew Nicols
220191eca5
MDL-77461 behat: Use get_course_id instead of DB fetch
2023-03-02 11:06:28 +08:00
Ilya Tregubov
bc87c5b391
MDL-75719 completion: Add Behat scenario for completion states.
2023-03-02 11:03:02 +08:00
Ilya Tregubov
9f062f1379
MDL-75719 completion: Fix unit tests and Behat tests.
...
Fix tests since we changed behavior of completions (completion
state an UI).
2023-03-02 11:03:02 +08:00