Ilya Tregubov
9f2e81004c
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2022-12-22 19:16:26 +07:00
Ilya Tregubov
0b7102abcc
Merge branch 'MDL-76667-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2022-12-22 12:27:51 +07:00
Paul Holden
fe16fea153
Merge branch 'MDL-75965-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE
2022-12-22 12:27:51 +07:00
Andrew Nicols
86f9ffc274
MDL-75105 tool_behat: Correct version number
2022-12-22 12:27:51 +07:00
Andrew Nicols
a439461f03
MDL-75105 tool_behat: Coding style fixes
2022-12-22 12:27:51 +07:00
Andrew Nicols
5c15c1f211
Merge branch 'MDL-75105_401_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_401_STABLE
2022-12-22 12:27:51 +07:00
Paul Holden
86d02a9239
Merge branch 'MDL-75914-401' of https://github.com/meirzamoodle/moodle into MOODLE_401_STABLE
2022-12-22 12:27:51 +07:00
AMOS bot
68706da86a
Automatically generated installer lang files
2022-12-22 00:07:43 +00:00
Meirza
296fd70a2c
MDL-75914 webservice: Added fake URL to avoid debugging output.
...
Webservice doesn't need to set the page URL. Hence,
any function that requires a page URL will raise debugging output.
The patch fixes it by adding a fake URL for the webservice.
The patch also removed assertDebuggingCalled because it is no longer needed.
2022-12-21 16:33:00 +07:00
Mark Johnson
0c448af668
MDL-75105 tool_behat: List available data generators
...
This will find all data generators that can be used in behat via the
'the following "something" exist:' step, and display them in a select
list on the step definitions page.
When a generator is selected, it will fetch the required fields for that
generator and display them on the page.
2022-12-21 08:38:28 +00:00
Huong Nguyen
1f7bb3a50d
MDL-75965 question_multichoice: Misalignment of feedback icons
2022-12-21 14:15:42 +07:00
Ilya Tregubov
5b47024f13
Merge branch 'MDL-76727-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2022-12-21 09:50:18 +07:00
Paul Holden
dcf4a4629b
Merge branch 'MDL-75279-401' of https://github.com/spvickers/moodle into MOODLE_401_STABLE
2022-12-20 10:27:38 +00:00
Andrew Nicols
bb7cce1e56
MDL-76727 core: Allow phpcs configuration to be overridden locally
...
This change reduces the priority of the shipped phpcs configuration to
allow for local overrides.
This is beneficial in several situations:
- when users wish to apply stricter or additional standards
- when the integration team wishes to trial new rules
2022-12-20 09:35:45 +08:00
Stephen Vickers
27cc23ca7a
MDL-75279 mod_lti: Add username to NRPS response
2022-12-19 18:09:27 +00:00
Paul Holden
e8123832fb
Merge branch 'MDL-72906-401' of https://github.com/tdjones/moodle into MOODLE_401_STABLE
2022-12-19 10:23:10 +00:00
Ilya Tregubov
6b47dc3b29
Merge branch 'MDL-74779-401' of https://github.com/ssj365/moodle into MOODLE_401_STABLE
2022-12-19 09:44:48 +07:00
Paul Holden
4f19d454ea
Merge branch 'MDL-76026_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
2022-12-16 09:54:15 +00:00
Andrew Nicols
24c009f222
weekly release 4.1+
2022-12-16 09:05:52 +08:00
Andrew Nicols
5556693437
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2022-12-16 09:05:50 +08:00
Sara Arjona
4979a5e988
Merge branch 'MDL-76674_401' of https://github.com/stronk7/moodle into MOODLE_401_STABLE
2022-12-14 18:34:50 +01:00
Eloy Lafuente (stronk7)
1e54868139
MDL-76674 core_lang: Add string for new America/Ciudad_Juarez
2022-12-14 15:51:10 +01:00
Paul Holden
a33d1c8903
Merge branch 'MDL-76666_401' of https://github.com/stronk7/moodle into MOODLE_401_STABLE
2022-12-14 13:22:03 +00:00
Eloy Lafuente (stronk7)
c5213c103b
MDL-76666 local_langimport: Better handling of long locales
...
Under some linux versions, and depending of the configured
locale categories, it's possible to get a current locally
which length > 255 when calling to setlocale(LC_ALL, 0).
Later, if that long locale is tried to be restored, there
is a "setlocale(): Specified locale name is too long" warning
error.
When that happens we need to split the long locale into
individual chunks and set all the (six) locale categories
supported one by one.
Covered with tests, note that, in practice, this only
happens with linux because it supports 12 locale categories
@ OS level. Both BSD (6) and Windows (5) hardly can reach the limit.
No matter of that, the tests have been designed to ensure that
they pass on all OSs, just the new code only will be executed
on linux.
2022-12-14 12:25:17 +01:00
Sara Arjona
4ce5c57547
Merge branch 'MDL-75441-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2022-12-14 09:57:12 +01:00
AMOS bot
7496e9df75
Automatically generated installer lang files
2022-12-14 00:07:43 +00:00
Anupama Sarjoshi
fe094a3705
MDL-76026 Question bank: Fix errors related to categories renaming
...
This part of the code in 'question_category_object.php' 'update_category' method was used before Moodle 4.0 version for renaming
the random questions in an updated category. For Moodle 4.1, it is unnecessary as the details of random questions are no more
stored in 'question' table but in 'question_set_references' table. The method call move_question_set_references handles the same.
2022-12-13 18:01:24 +00:00
Amaia Anabitarte
93bd773ee9
MDL-75441 mod_forum: Show add new post button to guest users
2022-12-13 17:38:30 +01:00
Paul Holden
0d20d1e8aa
MDL-76667 forms: mark modal form as submitted upon success.
...
Ensure the form change checker module doesn't warn user about it.
2022-12-13 14:48:10 +00:00
Andrew Nicols
361ebe960b
Merge branch 'MDL-76509-401' of https://github.com/safatshahin/moodle into MOODLE_401_STABLE
2022-12-13 20:31:35 +08:00
Andrew Nicols
0d5d3a0c49
Merge branch 'MDL-76536-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2022-12-13 11:42:35 +08:00
Andrew Nicols
4d94f7e677
MDL-76293 gradebook: Address coding violations
...
This includes a data provider which had the 'test_' prefix and was
therefore run as a test.
2022-12-13 11:07:02 +08:00
Andrew Nicols
6f68abf715
Merge branch 'MDL-76293_401' of https://github.com/mkassaei/moodle into MOODLE_401_STABLE
2022-12-13 11:06:59 +08:00
Safat
ac21fa9a1c
MDL-76509 core: Upgrade error resolve for slot tags
2022-12-13 13:39:02 +11:00
Shamiso.Jaravaza
f954848667
MDL-74779 mod_bigbluebuttonbn: Fix recording sort
...
AMOS BEGIN
MOV [config_recordings_sortorder,mod_bigbluebuttonbn],[config_recordings_asc_sort,mod_bigbluebuttonbn]
MOV [config_recordings_sortorder_description,mod_bigbluebuttonbn],[config_recordings_asc_sort_description,mod_bigbluebuttonbn]
AMOS END
2022-12-12 13:33:22 -07:00
Sara Arjona
987542f609
Merge branch 'MDL-75571-401' of https://github.com/jacdsouza/moodle into MOODLE_401_STABLE
2022-12-12 11:23:18 +01:00
Andrew Nicols
be5cf43aa4
Merge branch 'MDL-76398-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2022-12-11 20:20:19 +08:00
Jackson D'souza
de182b9a22
MDL-75571 tool_componentlibrary: Custom activity icon
2022-12-09 15:56:07 +00:00
Jackson D'souza
c48f443c32
MDL-75571 theme_boost: Activity icon
...
* Use Activity get_icon_url helper method to fetch icon.
2022-12-09 15:56:07 +00:00
Jackson D'souza
fc67298a27
MDL-75571 block_timeline: Display custom activity icon if available.
2022-12-09 15:56:07 +00:00
Jackson D'souza
c3db3298dd
MDL-75571 calendar: Activity icon
...
* Use Activity get_icon_url helper method to fetch icon.
2022-12-09 15:56:07 +00:00
Sara Arjona
6bb2b9aa69
Merge branch 'MDL-76274-401' of https://github.com/cameron1729/moodle into MOODLE_401_STABLE
2022-12-09 16:18:08 +01:00
Paul Holden
187a7f7ac5
MDL-76536 enrol: prevent invalid role assignments in course creation.
...
Upgrade step to fixup existing bad data.
2022-12-09 11:39:19 +00:00
Sara Arjona
6b24f59302
weekly release 4.1+
2022-12-09 08:56:58 +01:00
Sara Arjona
797a20a597
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2022-12-09 08:56:55 +01:00
Jun Pataleta
7a1e9ad82c
Merge branch 'MDL-76556-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2022-12-08 10:07:47 +08:00
Andrew Nicols
bd40bc0341
Merge branch 'MDL-76491-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2022-12-08 08:10:44 +08:00
AMOS bot
398fc9b0d3
Automatically generated installer lang files
2022-12-08 00:07:41 +00:00
Andrew Nicols
2a69a46a71
Merge branch 'MDL-76550_401' of https://github.com/AnupamaSarjoshi/moodle into MOODLE_401_STABLE
2022-12-08 08:06:49 +08:00
Andrew Nicols
41b48aeea5
Merge branch 'MDL-76074-401' of https://github.com/srobotta/moodle into MOODLE_401_STABLE
2022-12-08 07:28:45 +08:00