102782 Commits

Author SHA1 Message Date
Sara Arjona
ecc7c74270 Merge branch 'MDL-72994-master' of https://github.com/lucaboesch/moodle 2021-11-08 16:37:56 +01:00
Sara Arjona
2a22d5b077 Merge branch 'MDL-72950' of https://github.com/stronk7/moodle 2021-11-08 15:33:46 +01:00
Sara Arjona
87fc8810c2 Merge branch 'MDL-72980' of https://github.com/roland04/moodle 2021-11-08 10:02:04 +01:00
Sara Arjona
2a0c4a8a73 Merge branch 'MDL-72978-master' of https://github.com/dravek/moodle 2021-11-08 09:59:47 +01:00
Sara Arjona
f2d2d7810b Merge branch 'MDL-72959' of https://github.com/paulholden/moodle 2021-11-08 08:57:04 +01:00
Andrew Nicols
97764798a4 Merge branch 'MDL-66776-master' of https://github.com/jleyva/moodle 2021-11-08 08:28:23 +08:00
Luca Bösch
8c66efebe9 MDL-72994 themes: Align Roles column in additional roles. 2021-11-06 00:00:07 +01:00
Eloy Lafuente (stronk7)
63b2bed3f0 MDL-72950 phpunit: Remove skipped tests now that the issue is fixed.
The problem (coincidence of contexts) was detected when running
oracle phpunit tests, so we skipped the tests as part of MDL-72743.

Now, with the problem fixed (previous commit), we can bring back
that test.
2021-11-05 18:52:18 +01:00
Eloy Lafuente (stronk7)
c3a89cc550 MDL-72950 restore: Avoid qcat conflicts with matching contexts
Though it's really rare for this to happen (it only was discovered
when running unit tests with Oracle), it's possible to get
problems restoring courses when context ids in the backup file
do match existing contexts in the restore target site in certain
ways (see the issue for more information).

This change just ensures that every call to the method (that
happens 4 times, for sys, coursecat, course and module levels):

prechek_precheck_qbanks_by_level()

Is processed always for that level. Before the patch it was
possible (hardly but possible) to return question categories
belonging to another level when some qcats contexts were matching
between the backup file and the target site.
2021-11-05 18:52:18 +01:00
Ilya Tregubov
d135a1200a on-demand release 4.0dev+ 2021-11-05 19:18:58 +02:00
Ilya Tregubov
8b55d318e3 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2021-11-05 19:18:54 +02:00
Safat Shahin
7ee798f679 MDL-72074 qbank_usage: Oracle phpunit issues resolve 2021-11-05 14:18:14 +02:00
Safat Shahin
8c004839c7 MDL-72074 qbank_usage: Behat issues resolve 2021-11-05 14:18:10 +02:00
Shamim Rezaie
96ca995d61 Merge branch 'MDL-70083-master' of git://github.com/jleyva/moodle 2021-11-05 19:20:26 +11:00
Juan Leyva
2d5ee7bf1a MDL-70083 message: Adapt tests to new number of default providers
We now have enough default providers, so no need to show a warning in that case
2021-11-05 08:51:26 +01:00
Huong Nguyen
48158134a0 MDL-71918 Calendar: Improve capability checks when fetching events 2021-11-05 13:15:01 +08:00
Jun Pataleta
9f4d3883fb Merge branch 'MDL-72667-master-fix' of https://github.com/lameze/moodle 2021-11-05 12:44:22 +08:00
Simey Lameze
d3729ab664 MDL-72667 assign: change overdue message to darker red 2021-11-05 12:41:06 +08:00
Jun Pataleta
d690997151 Merge branch 'MDL-72679-master' of git://github.com/HuongNV13/moodle 2021-11-05 12:40:50 +08:00
Andrew Nicols
750c04dd8f Merge branch 'MDL-72990-master' of https://github.com/rezaies/moodle 2021-11-05 11:50:30 +08:00
Shamim Rezaie
46d744c34a Merge branch 'MDL-70083-master' of git://github.com/jleyva/moodle 2021-11-05 14:37:44 +11:00
Andrew Nicols
924d538235 MDL-71439 core_grade: Coding style tidyup 2021-11-05 11:32:24 +08:00
Andrew Nicols
69ec4376c7 Merge branch 'MDL-71439_master' of https://github.com/mdjnelson/moodle 2021-11-05 11:32:16 +08:00
Jun Pataleta
4ed7cf0cd6 Merge branch 'MDL-72688-master' of git://github.com/rezaies/moodle 2021-11-05 11:23:22 +08:00
Víctor Déniz
eafd9a19c7 Merge branch 'MDL-72945-master' of git://github.com/sarjona/moodle 2021-11-05 01:46:09 +00:00
Shamim Rezaie
399b2d4772 MDL-72688 contentbank: Some accessibility improvements described below
- Label the table/list with aria-label
- Hide sort buttons from screen-readers and use aria-sort instead
- Remove the redundant title from decorative thumbnails
2021-11-05 12:45:27 +11:00
Víctor Déniz
e6cd902af8 Merge branch 'MDL-72969' of https://github.com/paulholden/moodle 2021-11-05 01:18:06 +00:00
AMOS bot
9323d6a9e2 Automatically generated installer lang files 2021-11-05 00:07:28 +00:00
Víctor Déniz
6c920c9f56 Merge branch 'MDL-72995-master' of https://github.com/ilyatregubov/moodle 2021-11-04 23:42:31 +00:00
Víctor Déniz
053dc587db Merge branch 'MDL-72920-master' of git://github.com/bmbrands/moodle 2021-11-04 23:08:25 +00:00
Eloy Lafuente (stronk7)
37fa747b30 Merge branch 'MDL-72968' of https://github.com/paulholden/moodle 2021-11-04 17:33:38 +01:00
Jun Pataleta
3b64e3e185 MDL-72667 theme: Fix moodle.css 2021-11-04 22:24:31 +08:00
Ilya Tregubov
73863ef3d9 Merge branch 'master_MDL-72074-usage' of https://github.com/catalyst/moodle-MDL-70329 2021-11-04 16:12:35 +02:00
Jun Pataleta
9556114475 Merge branch 'MDL-72667-master' of https://github.com/lameze/moodle 2021-11-04 22:05:37 +08:00
Safat Shahin
8f06aa01dc MDL-72074 qbank_usage: Add usage plugin to core
This implementation will introduce the usage plugin
which shows qhich quizes are using this question,
number of attmpts and other information.

Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Matt Porritt <mattp@catalyst-au.net>
2021-11-05 00:36:36 +11:00
Simey Lameze
1eed73fc4b MDL-72667 message: fix contrast issue in the drawer 2021-11-04 21:01:56 +08:00
Simey Lameze
fa080070a1 MDL-72667 notifications: improve colour contrast 2021-11-04 21:01:55 +08:00
Simey Lameze
91f5136363 MDL-72667 lesson: improve colour contrast of correct text 2021-11-04 21:01:55 +08:00
Simey Lameze
217d5c4183 MDL-72667 assign: improve contrast of not graded text 2021-11-04 21:01:55 +08:00
Ilya Tregubov
6b0b757124 Merge branch 'MDL-72961' of https://github.com/paulholden/moodle 2021-11-04 14:40:26 +02:00
Eloy Lafuente (stronk7)
7faf678b59 Merge branch 'MDL-72987' of https://github.com/paulholden/moodle 2021-11-04 12:52:38 +01:00
Ilya Tregubov
b433583bc3 Merge branch 'MDL-71761' of https://github.com/timhunt/moodle 2021-11-04 13:38:34 +02:00
Sara Arjona
61fef90a74 Merge branch 'MDL-72962' of git://github.com/paulholden/moodle 2021-11-04 12:30:27 +01:00
Juan Leyva
6f0f979ae3 MDL-70083 message: Updated content notification task 2021-11-04 12:23:21 +01:00
Jun Pataleta
32be3853c3 Merge branch 'MDL-72672-master' of https://github.com/junpataleta/moodle 2021-11-04 18:21:46 +08:00
Juan Leyva
39d96944eb MDL-66776 notifications: New login session notification 2021-11-04 11:18:00 +01:00
Ilya Tregubov
ac93013cd1 MDL-72995 core_course: Revert "MDL-55231: Partial course cache rebuild"
This reverts commits c1468388bcecec43e671335db8edfc839494e710,
c1468388bcecec43e671335db8edfc839494e710 and
9a900492bc14176c4f56b8e600ef459069a3ec7a.
2021-11-04 11:57:58 +02:00
Sara Arjona
46ca6aa90e Merge branch 'MDL-72949-master' of https://github.com/NashTechOpenUniversity/moodle 2021-11-04 10:33:22 +01:00
Bas Brands
9ded7b06dc MDL-72920 core_renderer: do not show debug footer during install 2021-11-04 09:48:02 +01:00
Simey Lameze
9fe207211d MDL-72672 lesson: make edit collapsed table responsive 2021-11-04 16:18:35 +08:00