Paul Holden
9f7219844e
MDL-76611 cohort: prevent duplicate idnumber in inplace editable.
2023-02-13 10:33:29 +00:00
Paul Holden
21986200d7
MDL-77212 tiny_accessibilitychecker: remove unused lang string fetch.
2023-02-13 08:49:33 +00:00
Ilya Tregubov
94bb9b2b73
Merge branch 'MDL-77189-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-02-13 13:43:34 +08:00
Simey Lameze
fde83c33a8
MDL-77189 behat: basic coverage for wikimedia repository
2023-02-13 13:23:45 +08:00
Jun Pataleta
301fa85c26
Merge branch '76314-forum-fix-forumtype-and-groupmode-validation-401' of https://github.com/DSI-Universite-Rennes2/moodle into MOODLE_401_STABLE
2023-02-13 11:38:55 +08:00
Anupama Sarjoshi
7bee650a24
MDL-63608 quiz: Fix Access order when manually grading quizzes
...
Changes done to fix access order of attempts that need manual grading.
Changed button text from 'Save and go to next page' to 'Save and show next' to improve UI.
2023-02-10 17:46:39 +00:00
Luca Bösch
46d8e08a16
MDL-77156 enrol_self: deprecated trim() of null in PHP 8.1
2023-02-10 18:16:58 +01:00
Paul Holden
eb84455a05
weekly release 4.1.1+
2023-02-10 13:47:33 +00:00
Paul Holden
3da5ef8e9c
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-02-10 13:47:32 +00:00
Julien Boulen
2b568f1c93
MDL-76314 forum: add form check to prevent combining wrong parameters
...
Form validation prevents combining the forum type "single discussion" and the group mode "separate groups".
2023-02-10 11:07:45 +01:00
Jake Dallimore
ec02c39dbb
MDL-77140 mod_lti: fix content item return for new TinyMCE versions
2023-02-10 10:10:24 +08:00
Andrew Nicols
0dc15ee619
Merge branch 'MDL-76904-401' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_401_STABLE
2023-02-09 12:04:33 +08:00
Andrew Nicols
1cddc8edcb
Merge branch 'MDL-74755-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-09 11:44:27 +08:00
Jun Pataleta
fbe9dc4ecf
Merge branch 'MDL-77052-401' of https://github.com/Utdanningsdirektoratet/moodle into MOODLE_401_STABLE
2023-02-09 11:27:30 +08:00
Andrew Nicols
7906636a3a
Merge branch 'MDL-76354-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-09 10:59:21 +08:00
Andrew Nicols
58814af9f1
Merge branch 'MDL-77018_401' of https://github.com/timhunt/moodle into MOODLE_401_STABLE
2023-02-09 10:51:48 +08:00
Andrew Nicols
df96d98c39
Merge branch 'MDL-76066-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2023-02-09 10:47:58 +08:00
Andrew Nicols
d3040a763a
Merge branch 'MDL-77057-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-09 10:21:06 +08:00
Andrew Nicols
c3b36c6a34
Merge branch 'MDL-76499-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-02-09 10:04:30 +08:00
Andrew Nicols
1ee066cecd
Merge branch 'MDL-70586-401' of https://github.com/sarjona/moodle into MOODLE_401_STABLE
2023-02-09 09:42:29 +08:00
Paul Holden
72c8793ae7
Merge branch 'MDL-76672-401' of https://github.com/Utdanningsdirektoratet/moodle into MOODLE_401_STABLE
2023-02-08 14:57:34 +00:00
Paul Holden
130f5c1dd6
Merge branch 'MDL-76542-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-02-08 14:22:11 +00:00
Laurent David
96aaae3f19
MDL-76620 mod_bigbluebuttonbn: Fix guest behat test
...
* Refactor guest_access.feature behat test
2023-02-08 14:28:06 +01:00
Laurent David
52ed4a47f7
MDL-76620 mod_bigbluebuttonbn: Fix guest access with forcelogin
...
*With "forcelogin" setting turned on, the new external guest
links in the bigbluebutton plugin do not work but show the login screen instead
2023-02-08 14:28:06 +01:00
Paul Holden
daa7e5b4e2
Merge branch 'MDL-73692-401-Add-support-for-missing-timestamps-to-rss-block' of https://github.com/melanietreitinger/moodle into MOODLE_401_STABLE
2023-02-08 11:22:50 +00:00
Melanie Treitinger
ab619ae38d
MDL-73692 blocks: Add support for missing timestamps to rss block.
2023-02-08 11:19:27 +01:00
Jun Pataleta
6cb71e3e8b
Merge branch 'MDL-74905_401' of https://github.com/stronk7/moodle into MOODLE_401_STABLE
2023-02-08 17:19:27 +08:00
Angelia Dela Cruz
3b4246cd89
MDL-75230 behat: Lesson Behat tests optimised
...
Replace steps that manually add Lesson instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2023-02-08 15:49:42 +08:00
Simey Lameze
d17117ab02
MDL-76542 behat: add step to go to user edit page directly
2023-02-08 12:24:27 +08:00
Simey Lameze
2158f5c2e6
MDL-76542 behat: create custom profile fields using data generators
...
This commit also adds a new test to verify the custom profile fields
works using the user interface.
2023-02-08 12:24:26 +08:00
Jun Pataleta
dbe40db138
Merge branch 'MDL-76569-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-02-07 22:49:08 +08:00
Lars Bonczek
53ad452d6c
MDL-74433 mod_assign: Fix logging of submission removal
2023-02-07 12:34:42 +01:00
Jun Pataleta
a574be993c
Merge branch 'MDL-76089-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
2023-02-07 15:34:51 +08:00
Marina Glancy
d9d9d42c81
MDL-76089 lib: upgrade horde library
2023-02-07 15:29:32 +08:00
Andrew Nicols
0b586e839d
Merge branch 'MDL-77023-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-07 12:48:09 +08:00
Andrew Nicols
22141c2f8d
Merge branch 'MDL-77123-401' of https://github.com/cameron1729/moodle into MOODLE_401_STABLE
2023-02-07 12:39:48 +08:00
Andrew Nicols
61f1700fbf
Merge branch 'mdl-76729_401' of https://github.com/james-cnz/moodle into MOODLE_401_STABLE
2023-02-07 12:37:16 +08:00
Andrew Nicols
0ce350e78a
Merge branch 'MDL-75946-401' of https://github.com/davewoloszyn/moodle into MOODLE_401_STABLE
2023-02-07 10:44:40 +08:00
sam marshall
d2c0dd4f6b
MDL-76791 core_cache: Locking breaks for multiple-identifiers store
...
Cache locking fails if the cache store supports multiple identifiers
(in core, the only two which do are cachestore_static and
cachestore_mongodb, so this is unlikely to cause severe problems).
2023-02-06 15:47:25 +00:00
Paul Holden
5f5355065a
Merge branch 'MDL-77078-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-02-06 13:33:04 +00:00
Andrew Nicols
b9dece93d8
Merge branch 'MDL-77042-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-06 21:17:04 +08:00
Audun Jørstad Lillekjendlie
b84ad66fbe
MDL-76672 block_myoverview: add role attribute for filter div
2023-02-06 14:07:37 +01:00
Audun Jørstad Lillekjendlie
7b787cd99f
MDL-77052 block_recentlyaccesseditems: HTML role attribute
...
HTML elements with role=list must contain children with role=listitem
2023-02-06 13:49:18 +01:00
Tim Hunt
6e72a4ed50
MDL-77147 question admin: optimised the query in admin/qtypes.php
2023-02-06 12:47:06 +00:00
Paul Holden
d69579a060
Merge branch 'MDL-76370-publicpaths-proxying-MOODLE_401_STABLE' of https://github.com/jaydn/moodle into MOODLE_401_STABLE
2023-02-06 11:02:45 +00:00
Marina Glancy
5f3524f3df
MDL-72182 my: tests for resetting dashboard
...
Co-authored-by: Paul Holden <paulh@moodle.com>
2023-02-06 09:34:27 +00:00
Paul Holden
bdd380ffea
MDL-72182 user: cross-DB compatibility for getting user pages/blocks.
2023-02-06 09:34:27 +00:00
Paul Holden
cd0d9b910e
MDL-74755 block_accessreview: stricter checking of enabled config.
2023-02-06 09:31:39 +00:00
David Woloszyn
177f619b12
MDL-76947 css: Fixed layout regression on dropdown menus
2023-02-06 16:05:31 +11:00
Andrew Nicols
b21e31b016
Merge branch 'MDL-77091-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-02-06 12:59:33 +08:00