Jake Dallimore
331f47a4f3
MDL-78544 forms: fix string to number comparison bug in duration element
...
Prior to PHP 8, 0 == "", but now no more. We should use empty instead.
See: https://www.php.net/manual/en/migration80.incompatible.php
2023-06-22 11:01:17 +08:00
Paul Holden
e8526347a3
MDL-78350 reportbuilder: parse javascript before rendering template.
2023-06-21 17:33:33 +01:00
Paul Holden
61ae9500d7
MDL-78350 output: parse returned dynamic tab javascript when loading.
...
Ensure we don't create nested <script> tags when rendering templates,
which triggers console errors since 1ef815cd.
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-06-21 17:25:40 +01:00
Juan Leyva
8cbf1bb945
MDL-78263 airnotifier: keep notification name as part of the payload
2023-06-21 18:00:58 +02:00
Petr Skoda
9fee59de2a
MDL-78541 admin: ignore headings in admin_apply_default_settings()
...
This is a workaround for plugins that do not have
unique setting names.
2023-06-21 15:47:06 +02:00
Sara Arjona
97b7c894f3
Merge branch 'MDL-76635-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-06-21 14:02:22 +02:00
Sara Arjona
c047801eb6
Merge branch 'MDL-63120_Badges_cron_task_fails-MOODLE_401_STABLE' of https://github.com/mebis-lp/moodle into MOODLE_401_STABLE
2023-06-21 11:50:28 +02:00
Anupama Sarjoshi
e954482cb0
MDL-78477 qbank_history: Fix and improve UI for edit menu delete option
...
Changes done to fix the warnings thrown in the history view when the
last version of a question is deleted and improved UI to display the
message and a Continue button, to navigate back to the Question bank.
2023-06-21 10:44:38 +01:00
Ilya Tregubov
e34bb395fc
Merge branch 'MDL-77591-401' of https://github.com/justusdieckmann/moodle into MOODLE_401_STABLE
2023-06-21 16:58:44 +08:00
Ilya Tregubov
f64e9f96aa
Merge branch 'MDL-76174_401' of https://github.com/larsbonczek/moodle into MOODLE_401_STABLE
2023-06-21 14:27:10 +08:00
Simey Lameze
39811c4b40
MDL-76635 comment: render the delete icon in the right place
...
Special thanks to Andrew Lyons.
2023-06-21 12:45:36 +08:00
Simey Lameze
8bcadeff35
MDL-76635 behat: improve submission comments test
2023-06-21 12:45:36 +08:00
Justus Dieckmann
049815cd5f
MDL-77591 mod_assign: Fix feedback zip import for group submissions
...
Import now checks whether assignment is an group submission and
matches group ids instead of user ids in that case.
Additionally check for original unchanged files to not import in
group files instead of user files.
2023-06-20 20:19:44 +02:00
Lars Bonczek
44f60f1b8e
MDL-76174 core_course: get_nearest_editable_subcategory performance fix
2023-06-20 14:43:16 +02:00
Ilya Tregubov
a69d5ffe33
Merge branch 'MDL-78259-htmlpurify-media-tags-401' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE
2023-06-20 16:38:43 +08:00
Julien Boulen
4001902464
MDL-78259 weblib: purify audio/video tags as inline elements
2023-06-20 16:37:02 +08:00
Ilya Tregubov
dea9c9534c
Merge branch 'MDL-77525/401' of https://github.com/skodak/moodle into MOODLE_401_STABLE
2023-06-20 13:05:29 +08:00
eWallah
71a818f0ff
MDL-68067 tool_mobile: Mobile tool link does not have a class attribute.
2023-06-20 10:27:01 +08:00
Jun Pataleta
d963201f0a
Merge branch 'MDL-74021-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-06-20 10:13:22 +08:00
Jun Pataleta
64f4f58cb8
Merge branch 'MDL-78369_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
2023-06-19 23:16:46 +08:00
Paul Holden
2060b48377
MDL-78071 cohort: disable report actions for managed cohorts.
2023-06-19 15:05:26 +01:00
Paul Holden
7f8d290022
MDL-78459 tool_mobile: use site context in mobile manifest file.
...
Prevents debugging notices when the site shortname is formatted in
the response data.
2023-06-19 13:03:36 +01:00
Angelia Dela Cruz
07df782303
MDL-74021 behat: Page behat generators use UI
...
Replace steps that manually add page instances via the UI and use
Behat generators. This improves the speed of Behat test runs.
Co-authored-by: Simey Lameze <simey@moodle.com>
2023-06-19 17:14:19 +08:00
David Woloszyn
86a2213223
MDL-75913 behat: Use alternatives to Atto in tests
2023-06-19 16:38:18 +10:00
David Woloszyn
94b98082a3
MDL-75913 behat: Switch to TinyMCE editor iframe
2023-06-19 16:38:18 +10:00
David Woloszyn
7f6d6d240f
MDL-75913 behat: Private files data generator
2023-06-19 16:38:18 +10:00
Andrew Nicols
a6e11f20da
MDL-75913 behat: Add support for file uploads in page generators
2023-06-19 16:38:18 +10:00
Andrew Nicols
1f553279d2
MDL-75913 behat: Add support for file uploads in generators
2023-06-19 16:38:18 +10:00
Anders Rasmussen
c5471d260e
MDL-74893 authentication: Fix auto-login guest
...
Fixed auto-login as guest, when Guest login button is hidden
2023-06-19 07:49:24 +02:00
Laurent David
301f556e41
MDL-78056 mod_h5pactivity: Fix incorrect attempt report
...
* Fix interpretation of the results on the attempt report whenever case
sensitive option is enabled.
2023-06-19 06:12:05 +02:00
Paul Holden
38e53fdcb6
MDL-77868 mod_bigbluebuttonbn: default config for welcome editable.
...
The property was added to the config options in c3f4123b, however no
default value was provided, meaning if it was ever unset then a PHP
type error would be triggered on the null return.
2023-06-18 19:19:53 +01:00
Petr Skoda
52e39db7ad
MDL-77525 filter: add filtering stages
2023-06-17 16:49:34 +02:00
Paul Holden
0f052d1c35
MDL-78435 mod_assign: ensure due date is always after start date.
2023-06-16 18:42:10 +01:00
Juan Leyva
bc2fb3b5e8
MDL-78443 course: Missing require for course_request
2023-06-16 10:17:45 +02:00
Andrew Nicols
64b701190d
weekly release 4.1.4+
2023-06-16 12:04:26 +08:00
Andrew Nicols
202e6a788f
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-06-16 12:04:23 +08:00
Angelia Dela Cruz
e08630b394
MDL-78455 Behat: Behat cleanup and optimisation for blog/tests/behat
2023-06-16 09:19:13 +08:00
Angelia Dela Cruz
e4a8e344ba
MDL-78455 Behat: Add Behat for adding, editing and deleting blog entries
2023-06-16 09:16:32 +08:00
Nathan Nguyen
35f0386bd3
MDL-77865 qtype_ddwtos: fix incorrect inplace class
2023-06-15 15:03:54 +10:00
Ilya Tregubov
a3692234ed
Merge branch 'MDL-70152-401-fix' of https://github.com/ilyatregubov/moodle into MOODLE_401_STABLE
2023-06-15 12:12:18 +08:00
Simey Lameze
460e2c0c1e
MDL-70152 behat: reply to post using data generator
2023-06-15 12:05:41 +08:00
Andrew Nicols
4997295c38
Merge branch 'MDL-77224-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-15 12:02:40 +08:00
Andrew Nicols
b66d82ccb4
Merge branch 'MDL-77569-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-15 12:00:55 +08:00
Andrew Nicols
e2f07cf2b4
Merge branch 'MDL-78066-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-06-15 11:27:02 +08:00
Andrew Nicols
dedfbb7e63
Merge branch 'MDL-78461-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-15 11:23:27 +08:00
Andrew Nicols
196ed7530b
Merge branch 'MDL-69231-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-06-15 10:56:53 +08:00
Ilya Tregubov
7e523dfff9
Merge branch 'MDL-77542-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-06-15 10:36:34 +08:00
Ilya Tregubov
053ad4a57e
Merge branch 'MDL-76733-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-06-15 10:23:36 +08:00
Andrew Nicols
46f3dc6538
Merge branch 'MDL-78478-401' of https://github.com/dasistwas/moodle into MOODLE_401_STABLE
2023-06-15 09:56:18 +08:00
Jake Dallimore
68b6ca2f69
MDL-78066 enrol_lti: fix deep linking error in multiple grade items case
...
If an activity, like workshop or forum, has multiple grade items,
declarative binding of the grade item (line item) isn't supported.
Instead of throwing an exception, handle the case more elegantly
and just omit the 'add to gradebook' option for these activities.
2023-06-15 09:44:21 +08:00