Tim Hunt
c12ff3d5f3
MDL-76897 quiz: get the context more efficiently where possible
2023-02-27 18:41:56 +00:00
Tim Hunt
1ee7f41762
MDL-76897 quiz: streamline initalisation of $quiz, $cm, $course
2023-02-27 18:41:55 +00:00
Amaia Anabitarte
b37fe9a088
MDL-76990 core_course: Recover move right/left functionality
2023-02-27 18:27:57 +01:00
Eloy Lafuente (stronk7)
52f033b732
MDL-77425 travis: Ensure databases shutdown have time to complete
...
This is only randomly affecting to Moodle 4.2 with PostgreSQL 13
that, for some reason, returns the control to the script before
some files (.pid) have been deleted as part of the database
shutdown.
It seems that adding 1 second of sleep it's enough to workaround
that problem (there are examples of that in various Travis discussions).
So we are adding here 2 seconds, to ensure we are in the safe side
towards consistent passes. And we are applying the same strategy
also to the MySQL installation, just to keep them 100% parallel.
2023-02-27 16:52:14 +01:00
Paul Holden
efbe491826
MDL-61458 tool_cohortroles: switch to core user/cohort form elements.
...
Remove last dependency on tool_lp plugin.
2023-02-27 12:20:16 +00:00
Paul Holden
4b8346eeec
Merge branch 'MDL-77288-master' of https://github.com/lucaboesch/moodle
2023-02-27 10:38:51 +00:00
Eloy Lafuente (stronk7)
2d0c0dbcb6
MDL-77417 behat: behat_error_handler meets deprecation error types
...
Right now, any E_DEPRECATED, E_USER_DEPRECATED error type leads
to exception in behat runs, because the behat error handled is
not aware of them. See MDL-38041 for the initial implementation.
We don't want that to happen and they must behave like other "low"
error types (notices, warnings...), that will be reported in logs
or output, but won't trigger any exception, so the test can continue.
This commit just adds those 2 "new" error types to the handler,
providing the very same behaviour for them than the rest.
2023-02-27 09:33:08 +01:00
Meirza
bd35a360ca
MDL-76825 tiny: restyling link on focus for sufficient colour contrast.
...
Text elements must have sufficient colour contrast against the background,
restyling the link element when it is focused is to ensure colour contrast of at least 4.5:1
2023-02-27 09:27:46 +07:00
Meirza
b12b738994
MDL-76825 tiny_media: Make IDs and labels unique.
2023-02-27 09:27:46 +07:00
Meirza
749a8c02f5
MDL-76825 theme: ensure button role has an accessible name.
2023-02-27 09:27:46 +07:00
Ferran Recio
01d6ba02a3
MDL-40600 core_courseformat: duplicate a named section with copy
...
When a named section is duplicated, the name must have a (copy) particle
to make visible what section is the original and what is the copy.
2023-02-27 09:19:26 +13:00
Alex Morris
f1c4cc73df
MDL-40600 course: Add ability to duplicate section
2023-02-27 09:10:36 +13:00
Leon Stringer
ad592f442d
MDL-77322 oauth2: Fix basicauth checkbox
...
Following MDL-61880 you could turn on "Authenticate token requests via
HTTP headers" but not turn this off again. This change fixes this and
adds a Behat scenario to test toggling this checkbox is saved
correctly.
2023-02-24 17:25:43 +00:00
Tim Hunt
dbd62aa94d
MDL-76897 quiz: move quiz_update_sumgrades into grade_calculator
2023-02-24 16:14:51 +00:00
Tim Hunt
086bbf3f89
MDL-76897 quiz: create new class for all the grade calculation code
2023-02-24 16:14:51 +00:00
Laurent David
7bd13d581d
MDL-75753 mod_bigbluebuttonbn: Support SHA256 and SHA512 checksum
...
* Add support for SHA256 and SHA512 checksum
2023-02-24 14:20:29 +01:00
Ferran Recio
30c172becf
MDL-77386 core_courseformat: add plugin and module to cm state
2023-02-24 12:24:25 +01:00
Amaia Anabitarte
9f840c140d
MDL-77135 block_myoverview: Remove duplicated strings
...
AMOS BEGIN
CPY [zero_nopermission_title,block_myoverview],[zero_default_title,block_myoverview]
AMOS END
2023-02-24 12:01:45 +01:00
Sara Arjona
529faa9eaa
MDL-77276 mod_data: Update reset single template string
...
When a single template is reset, the string displayed in the modal should
not reference to "all templates" to avoid confusion, as it was shown in the
original prototype for the 4.1 database project.
2023-02-24 11:21:49 +01:00
Luca Bösch
3d59f5073c
MDL-77288 quiz: Horizontally align feedback to the border & full width.
...
Probably from historical reasons and because of layout of former Moodle
versions the container the feedback is situated in has 70% width and is
indented. In nowadays themes this looks weird and gives visual inconsistency.
2023-02-24 10:44:19 +01:00
Luca Bösch
6d330cfec6
MDL-77141 gradebook: Correct course name in user report
2023-02-24 10:44:17 +01:00
Jun Pataleta
9ee4f8db8b
weekly release 4.2dev
2023-02-24 15:43:16 +08:00
Jun Pataleta
5be89588f8
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-02-24 15:43:13 +08:00
Andrew Nicols
c1456aad07
Merge branch 'master_MDL-77376' of https://github.com/mattporritt/moodle
2023-02-24 12:31:48 +08:00
Andrew Nicols
9dff6e9c27
Merge branch 'MDL-76611' of https://github.com/paulholden/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
d8f6c76400
Merge branch 'MDL-76843' of https://github.com/timhunt/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
8a27d2c082
Merge branch 'MDL-77271-master' of https://github.com/lameze/moodle
2023-02-23 19:04:29 +01:00
Ilya Tregubov
8773ff3f56
MDL-74433 mod_assign: Fix version.php
2023-02-23 19:04:29 +01:00
Andrew Nicols
9b82570918
Merge branch 'MDL-77290-master' of https://github.com/HuongNV13/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
157387832b
Merge branch 'MDL-76735-master' of https://github.com/HuongNV13/moodle
2023-02-23 19:04:29 +01:00
Ilya Tregubov
4a76af27df
Merge branch 'MDL-74433' of https://github.com/larsbonczek/moodle
2023-02-23 19:04:29 +01:00
Andrew Nicols
e515c15cfa
Merge branch 'MDL-77352' of https://github.com/paulholden/moodle
2023-02-23 19:04:29 +01:00
Matt Porritt
dd753f67e3
MDL-77376 Licensing: Update trademark.txt
...
Update Trademark policy in TRADEMARK.txt to
be in line with advice from the Moodle HQ
legal team
2023-02-23 15:35:25 +11:00
Andrew Nicols
d174cf3f85
Merge branch 'MDL-76412-master' of https://github.com/raortegar/moodle
2023-02-23 11:04:07 +08:00
Andrew Nicols
7839d62111
Merge branch 'MDL-77354-master' of https://github.com/HuongNV13/moodle
2023-02-23 10:49:09 +08:00
Ilya Tregubov
bb4633c967
Merge branch 'MDL-31235-master' of https://github.com/srobotta/moodle
2023-02-23 10:48:11 +08:00
Andrew Nicols
2b3baeb174
Merge branch 'MDL-76577/402' of https://github.com/skodak/moodle
2023-02-23 10:46:15 +08:00
Andrew Nicols
35f8c81d6f
Merge branch 'MDL-77278-master' of https://github.com/ferranrecio/moodle
2023-02-23 10:43:50 +08:00
Andrew Nicols
a95f9fc1fb
Merge branch 'MDL-69838' of https://github.com/paulholden/moodle
2023-02-23 10:39:42 +08:00
Andrew Nicols
0af94c6bb7
Merge branch 'MDL-75005_42' of https://github.com/skodak/moodle
2023-02-23 10:29:15 +08:00
Andrew Nicols
82e035955c
Merge branch 'MDL-76804-master' of https://github.com/lucaboesch/moodle
2023-02-23 10:13:31 +08:00
Ilya Tregubov
d6c9b9eaed
Merge branch 'MDL-77182-master' of https://github.com/ferranrecio/moodle
2023-02-23 10:09:51 +08:00
Andrew Nicols
baae0cd2d6
MDL-77230 mod_feedback: Coding style violation fixes
2023-02-23 10:05:47 +08:00
Andrew Nicols
42fcac25e2
Merge branch 'MDL-77230-master' of https://github.com/sarjona/moodle
2023-02-23 10:05:33 +08:00
Ilya Tregubov
07053e8140
Merge branch 'MDL-76873' of https://github.com/paulholden/moodle
2023-02-23 09:57:45 +08:00
Andrew Nicols
d7d5b417b6
Merge branch 'MDL-77210' of https://github.com/timhunt/moodle
2023-02-23 09:22:40 +08:00
Andrew Nicols
58820e2e56
Merge branch 'MDL-77149-master' of https://github.com/sammarshallou/moodle
2023-02-23 09:20:15 +08:00
Andrew Nicols
5a896a722c
Merge branch 'MDL-76815' of https://github.com/paulholden/moodle
2023-02-23 09:14:03 +08:00
Paul Holden
09f51d1461
MDL-77368 forms: remove console logging of upload DOM element.
2023-02-22 17:44:30 +00:00
Tim Hunt
dd1385b80d
MDL-76843 quiz: add test to verify random essay stats now work
2023-02-22 14:30:23 +00:00