Michael Hawkins
493205b6b2
MDL-77204 mod_wiki: Clean filename in Moodle1 backup
2023-03-08 10:33:14 +08:00
Paul Holden
81e74af17f
MDL-77046 availability: validate profile field in condition.
2023-03-08 10:23:55 +08:00
Paul Holden
a931a7f8ce
MDL-76809 gradereport_history: pre-filter report userids filter.
...
Ensure current user is able to access each of the provided userids.
2023-03-08 09:59:49 +08:00
Ilya Tregubov
bb69388f82
Merge branch 'MDL-77446-master' of https://github.com/andelacruz/moodle
2023-03-08 09:18:13 +08:00
Petr Skoda
1899e03973
MDL-76645 filter_data: fix link title attribute
2023-03-08 00:54:14 +00:00
Paul Holden
0e3c8eb740
MDL-77129 tool_lp: remove redundant call to set page header.
2023-03-08 00:54:14 +00:00
Paul Holden
355556c05f
MDL-77008 mod_data: require sesskey to reset module templates.
2023-03-08 00:54:14 +00: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
AMOS bot
0f78929786
Automatically generated installer lang files
2023-03-08 00:07:47 +00:00
Paul Holden
198db552b0
MDL-77056 reportbuilder: relative date filter for before given period.
2023-03-07 22:46:50 +00:00
Dani Palou
aba460cec9
MDL-77550 lesson: Format decimals in feedback page
2023-03-07 15:56:26 +01:00
Tim Hunt
1a3897d1ba
MDL-77464 questions: regrading was losing question_attempt metadata
...
This is very similar to MDL-77090, but at the time, I missed that this
also needed to be handled. (Question metadata is, I think, only used
by the quiz 'Try another question like this one' feature.)
2023-03-07 13:40:10 +00:00
Ferran Recio
5e445c0e3a
MDL-77420 core: fix modal close button on remove on close
2023-03-07 13:13:44 +01:00
Angelia Dela Cruz
76ce84befb
MDL-77446 Behat: Add coverage for changing uploaded file details
2023-03-07 16:08:12 +08:00
Mathew May
00747e2641
MDL-52805 core: Remove references to old logging in behat
2023-03-07 13:08:46 +08:00
Mathew May
33ebbddde2
MDL-52805 core: Remove legacy log plugin and more calls
2023-03-07 13:08:46 +08:00
Mathew May
5dace7abc8
MDL-52805 core: Plugins with removed tests due to old events
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
Andrew Nicols
565a615308
Merge branch 'MDL-77094' of https://github.com/timhunt/moodle
2023-03-07 12:08:58 +08:00
Andrew Nicols
830c9fd7dd
Merge branch 'MDL-77336-master' of https://github.com/meirzamoodle/moodle
2023-03-07 12:01:30 +08:00
Andrew Nicols
be76699b78
Merge branch 'MDL-77345-master' of https://github.com/meirzamoodle/moodle
2023-03-07 11:29:23 +08:00
Mathew May
fce2e17633
MDL-52805 core: Add debugging for old event functions
2023-03-07 11:10:02 +08:00
Ilya Tregubov
d4e2192da1
Merge branch 'MDL-75542-master' of https://github.com/PhMemmel/moodle
2023-03-07 08:21:47 +08:00
AMOS bot
8b1ce3c572
Automatically generated installer lang files
2023-03-07 00:07:44 +00: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
Tim Hunt
72d2d24815
MDL-77464 questions: update comments in question_attempt_step
...
The class comment had some inaccuracies which I fixed.
I also replaced all uses of @link with @see.
2023-03-06 16:23:13 +00:00
Sara Arjona
c282cec66c
Merge branch 'MDL-77460-master' of https://github.com/lameze/moodle
2023-03-06 16:33:53 +01:00
Paul Holden
76a48c8270
MDL-77539 blog: null coalesce external blog form name/description.
...
We can't pass null to most string related functions (e.g. `trim`) in
PHP8.1 onwards.
2023-03-06 14:49:07 +00:00
fcbsd
e2d138f250
MDL-77365 count_words: Make span> an inline tag
2023-03-06 10:59:44 +00:00
Meirza
e2d5d50276
MDL-77336 admin: Added class properties that are not declared.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-06 16:44:06 +07:00
Paul Holden
e084865f19
MDL-77533 customfield: fix exception thrown during handler retrieval.
2023-03-06 09:05:52 +00:00
Meirza
210b1ea87b
MDL-77345 mod_wiki: Added missing class properties.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-06 10:44:04 +07:00
Paul Holden
6a62ccc52a
MDL-77472 grade: correct URL param type for adding tracking params.
2023-03-05 20:06:40 +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
Paul Holden
47c0e48c9c
MDL-77172 tool_capability: replace YUI search with ESM version.
2023-03-04 10:19:31 +00:00
Andrew Nicols
c50c88e0e6
Merge branch 'MDL-77387_master' of https://github.com/pmaneggia/moodle
2023-03-04 13:30:30 +08: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