Andrew Nicols
347fc32088
MDL-77186 core: Rename incorrectly named test
2023-03-13 21:21:13 +08:00
Andrew Nicols
9ec46c232d
MDL-77186 core: Move all uses of cronlib to new class
2023-03-13 21:21:13 +08:00
Andrew Nicols
99a67b615f
MDL-77186 core: Move cronlib to namespaced class
2023-03-13 21:21:13 +08:00
Andrew Nicols
1b59967d71
MDL-77186 core: Add a new keepalive setting to cron
2023-03-13 21:19:55 +08:00
Andrew Nicols
097d2bda6c
MDL-77186 admin: Add min/max limits to configduration
2023-03-13 21:19:37 +08:00
Andrew Nicols
733e85487a
MDL-77186 core: Improve coding style for cron_run()
2023-03-13 21:19:37 +08:00
Sara Arjona
f0a20c0a76
MDL-76802 core: Create a grunt task to get upgradable libs
...
A new grunt task, upgradablelibs, has been added in order to get the
list of libraries that have a newer version in their repositories.
Co-author: Andrew Lyons <andrew@moodle.com>
2023-03-13 11:53:23 +01:00
Sara Arjona
edcfb3b27f
MDL-76802 core: Add or update missing third-party repositories
...
While preparing the libraries that need to be upgraded for 4.2 in
MDL-76373 I've seen that the new Tiny editor missed the repository.
2023-03-13 11:39:30 +01:00
Petr Skoda
80d32fc93a
MDL-76680 core: disable $USER->ignoresesskey on next page
2023-03-11 10:37:12 +01:00
Paul Holden
9bf8699b7c
MDL-77598 editor_tinymce: ensure sub-plugins are also uninstalled.
2023-03-10 16:37:32 +00:00
Paul Holden
61cd980fb7
MDL-77598 logstore_legacy: complete plugin uninstallation step.
2023-03-10 16:19:12 +00:00
Jake Dallimore
3f8994c07d
Merge branch 'MDL-77517-master' of https://github.com/juancs/moodle
2023-03-10 11:38:11 +08:00
Ilya Tregubov
27e0329a08
Merge branch 'MDL-77291-master' of https://github.com/sarjona/moodle
2023-03-10 10:44:41 +08:00
Andrew Nicols
c9cc52aec1
Merge branch 'MDL-77037-master' of https://github.com/laurentdavid/moodle
2023-03-09 21:53:01 +08:00
Sara Arjona
1a76b44a7a
Merge branch 'MDL-76940-master' of https://github.com/laurentdavid/moodle
2023-03-09 10:54:41 +01:00
Ilya Tregubov
58fb00eb18
Merge branch 'MDL-77308-master' of https://github.com/andrewnicols/moodle
2023-03-09 17:02:07 +08:00
Jun Pataleta
8441270181
Merge branch 'MDL-77559-master-2' of https://github.com/andrewnicols/moodle
2023-03-09 16:02:01 +08:00
Laurent David
387371bacd
MDL-77037 core_courseformat: Refresh course index
...
* Refresh course index when language change
2023-03-09 08:41:02 +01:00
Andrew Nicols
f58a71baab
MDL-77308 core: Remove editor_tiny from core
2023-03-09 15:28:35 +08:00
Andrew Nicols
edc4d51e6e
Merge branch 'MDL-77420-master' of https://github.com/ferranrecio/moodle
2023-03-09 11:52:59 +08:00
Andrew Nicols
1e1b1144c7
Merge branch 'master' of https://github.com/fcbsd/moodle
2023-03-09 10:28:22 +08:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Andrew Nicols
dde8111811
MDL-77559 js: Revert "MDL-75012 js: Drop support for modules built pre-babel"
...
This reverts commit 84c650489a
.
2023-03-09 08:20:53 +08:00
Andrew Nicols
805d34f8c4
MDL-77559 js: Revert "MDL-75012 core: Fix upgrade.txt conflicts"
...
This reverts commit 8ce226081c
.
2023-03-09 08:20:42 +08:00
Laurent David
8f3d9e291e
MDL-76940 core_courseformat: Index refreshing when role switch
...
* Hidden sections and content should not visible to students when switching role
2023-03-08 11:47:21 +01:00
Ilya Tregubov
25254ceea3
Merge branch 'MDL-77163-master' of https://github.com/andrewnicols/moodle
2023-03-08 17:28:13 +08:00
Jun Pataleta
42b994a808
Merge branch 'MDL-76919-master' of https://github.com/andrewnicols/moodle
2023-03-08 15:45:32 +08:00
Andrew Nicols
974d7e4dab
Merge branch 'MDL-52805-42' of https://github.com/Chocolate-lightning/moodle
2023-03-08 14:49:59 +08:00
Lars Bonczek
128c0c2160
MDL-75659 core: Don't render component argument twice in mustache pix helper
2023-03-08 00:54:14 +00:00
Jun Pataleta
85718f00d8
Merge branch 'MDL-77416-master-enfix' of https://github.com/vmdef/moodle
2023-03-08 08:50:30 +08:00
Jake Dallimore
bc0bc7ac4c
MDL-75650 core: add moodlenet oauth2 service to core
2023-03-08 08:48:20 +08:00
Jake Dallimore
40af893af5
MDL-75650 core: add oauth2 auth server config reader
...
Simple JSON reader which takes an issuer and reads its metadata. The
class is aware of request-centric rules, such as:
- The position of the well known suffix in the URL (per RFC8414)
- The requirement to have HTTPS auth server issuer URL
- The validity of query strings, paths and fragments in the auth server
issuer URL
,but makes no attempt to validate the config JSON returned.
2023-03-08 08:48:20 +08:00
Ferran Recio
5e445c0e3a
MDL-77420 core: fix modal close button on remove on close
2023-03-07 13:13:44 +01:00
Mathew May
33ebbddde2
MDL-52805 core: Remove legacy log plugin and more calls
2023-03-07 13:08:46 +08:00
Mathew May
e5ca7766e7
MDL-52805 core: Remove legacy log calls
2023-03-07 13:08:46 +08:00
Mathew May
fce2e17633
MDL-52805 core: Add debugging for old event functions
2023-03-07 11:10:02 +08:00
Sara Arjona
31aee1c82e
MDL-77291 behat: Fix some behat scenarios
...
Some behat scenarios were using labels with links to access some
specific PHP files.
Now that labels are also displayed in the course index, the region
needs to be defined in the step to access to the expected link
(otherwise, the one in the course index will be used).
2023-03-06 17:26:37 +01:00
fcbsd
e2d138f250
MDL-77365 count_words: Make span> an inline tag
2023-03-06 10:59:44 +00:00
Andrew Nicols
c1f9b5122c
Merge branch 'MDL-77462' of https://github.com/timhunt/moodle
2023-03-05 22:11:08 +08:00
Andrew Nicols
4018ca9023
Merge branch 'MDL-76922-master' of https://github.com/sarjona/moodle
2023-03-05 21:57:53 +08:00
Andrew Nicols
668f65f281
Merge branch 'MDL-76907-master' of https://github.com/sarjona/moodle
2023-03-05 21:54:42 +08:00
Andrew Nicols
031721c29f
Merge branch 'MDL-76925-master' of https://github.com/sarjona/moodle
2023-03-05 21:53:11 +08:00
Juan Segarra Montesinos
35c2161472
MDL-77517 js: Disable "Edit mode" button when clicked
...
When clicked, disable the "Edit mode" button just before doing a
redirection. It's been reported that after clicling several times the
button, an inconsistent state between the button and the editing mode is
achieved. The patch mitigates the issue.
2023-03-05 06:40:49 +01:00
Víctor Déniz
6a9f78b0e7
MDL-77416 lang: Use fixed strings in tests
2023-03-03 14:15:30 +00:00
Helen Foster
2e99dd6346
MDL-77416 lang: Import fixed English strings (en_fix)
2023-03-03 14:02:06 +00:00
Andrew Nicols
d3cdfc645e
Merge branch 'MDL-70226-master' of https://github.com/sarjona/moodle
2023-03-03 20:51:22 +08:00
Sara Arjona
5c20b537b4
MDL-70226 course: Add more options to the activitychoosertabmode setting
...
Some extra options have been added to the activitychoosertabmode setting, to let
admins decide when to display the Recommended tab.
Apart from that, one of these values have be set as default value for this setting,
as suggested by the UX/PX teams. So the Starter and Full presets have been updated
too with the new values.
2023-03-03 13:45:15 +01:00
Sara Arjona
4e6593263d
MDL-76925 lib: Set Moodle files after axe upgrade
2023-03-03 11:46:29 +01:00
Sara Arjona
c0e910cc4b
MDL-76925 lib: Upgrade axe to 4.6.3
2023-03-03 11:46:28 +01:00
Sara Arjona
0bcb4a66cb
MDL-76922 lib: Set Moodle files after PHPSpreadSheet upgrade
2023-03-03 11:45:49 +01:00