Sara Arjona
5cb47da3f1
Merge branch 'MDL-72950_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-11-08 15:33:53 +01:00
Jun Pataleta
528f17d06e
MDL-73026 theme: Override Bootstrap modal styles for close button
...
* Adjust the margins to accommodate the button outline so that it
doesn't look clipped.
* Inherit the opacity when the button receives focus to improve the
focus outline's contrast.
2021-11-08 21:44:35 +08:00
Paul Holden
7b22dff89a
MDL-72696 behat: support inplace editable fields of type select.
...
If an inplace editable field is using the "select" type, we should
treat it as a select field when setting it's value during scenarios.
2021-11-08 13:12:25 +00:00
Eloy Lafuente (stronk7)
da0f55caa1
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-06 11:06:36 +01:00
Eloy Lafuente (stronk7)
0de172734c
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-06 11:06:35 +01:00
Eloy Lafuente (stronk7)
e1ad263f90
Moodle release 3.11.4
2021-11-06 10:34:18 +01:00
Luca Bösch
708c3d4b90
MDL-72994 themes: Align Roles column in additional roles.
2021-11-05 23:59:21 +01:00
Ilya Tregubov
107dc9be23
weekly release 3.11.3+
2021-11-05 19:18:33 +02:00
Ilya Tregubov
59f7f1c961
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-11-05 19:18:30 +02:00
Huong Nguyen
7293a38647
MDL-71918 Calendar: Improve capability checks when fetching events
2021-11-05 13:15:41 +08:00
Jun Pataleta
91a51bbf24
Merge branch 'MDL-72667-311-fix' of https://github.com/lameze/moodle into MOODLE_311_STABLE
2021-11-05 12:44:47 +08:00
Simey Lameze
05f4ac39fa
MDL-72667 assign: change overdue message to darker red
2021-11-05 12:42:11 +08:00
Jun Pataleta
fa9632cb54
Merge branch 'MDL-72679-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-11-05 12:40:55 +08:00
Andrew Nicols
d905332e97
Merge branch 'MDL-72990-311' of https://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-11-05 11:58:29 +08:00
Andrew Nicols
ceba19a45c
Merge branch 'MDL-71439_311' of https://github.com/mdjnelson/moodle into MOODLE_311_STABLE
2021-11-05 11:32:59 +08:00
Jun Pataleta
3dcfe5a4c0
Merge branch 'MDL-72688-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-11-05 11:23:43 +08:00
Víctor Déniz
ddc368559d
Merge branch 'MDL-72945-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-11-05 01:47:46 +00:00
Shamim Rezaie
a7889e19ee
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:46:05 +11:00
Shamim Rezaie
eaaf4e9486
MDL-72688 contentbank: Add and maintain appropriate aria roles
...
Also moved header text into the sorting button as per the example at
https://dequeuniversity.com/library/aria/table-sortable
2021-11-05 12:46:05 +11:00
Víctor Déniz
adc358399e
Merge branch 'MDL-72969-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-11-05 01:19:37 +00:00
AMOS bot
55a21bfe31
Automatically generated installer lang files
2021-11-05 00:07:25 +00:00
Jun Pataleta
1cdea1f1ea
Merge branch 'MDL-72667-311' of https://github.com/lameze/moodle into MOODLE_311_STABLE
2021-11-04 22:05:57 +08:00
Simey Lameze
7909173f5d
MDL-72667 message: fix contrast issue in the drawer
2021-11-04 21:14:21 +08:00
Simey Lameze
bf711cc097
MDL-72667 notifications: improve colour contrast
2021-11-04 21:06:01 +08:00
Simey Lameze
162751f709
MDL-72667 lesson: improve colour contrast of correct text
2021-11-04 21:04:44 +08:00
Simey Lameze
93dc1eb447
MDL-72667 assign: improve contrast of not graded text
2021-11-04 21:04:44 +08:00
Jun Pataleta
e2e6731171
Merge branch 'MDL-72672-311' of https://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-11-04 18:23:00 +08:00
Simey Lameze
8c59e41bfa
MDL-72672 lesson: make edit collapsed table responsive
2021-11-04 18:20:35 +08:00
Simey Lameze
b1f87d5ef0
MDL-72672 lesson: make detailed stats table responsive
2021-11-04 18:20:35 +08:00
Simey Lameze
b874c56751
MDL-72672 lesson: make attempts table responsive
2021-11-04 18:20:34 +08:00
Simey Lameze
4c4abafedc
MDL-72672 lesson: add label for true/false checkboxes
2021-11-04 18:20:33 +08:00
Simey Lameze
36e2b9cd95
MDL-72672 lesson: add label for multichoice checkboxes
2021-11-04 18:20:32 +08:00
Simey Lameze
214c3994df
MDL-72672 lesson: remove unnecessary nowrap
...
This commit also remove some deprecated table properties as well.
2021-11-04 18:20:31 +08:00
Simey Lameze
7e69d60652
MDL-72672 mod_lesson: add aria-label to actions select element
2021-11-04 18:20:30 +08:00
Sara Arjona
cbc7cdb686
Merge branch 'MDL-72949-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-11-04 10:33:29 +01:00
Cameron Ball
f372737b2f
MDL-72992 assign: Allow gradebook to override feedback when empty
2021-11-04 15:47:21 +08:00
Nathan Nguyen
41868f952b
MDL-72679 qtype_ddmarker: Fix incorrect positions in multiple viewportss
...
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2021-11-04 14:42:50 +07:00
Jun Pataleta
70bb50e3b7
Merge branch 'MDL-72668-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2021-11-04 12:04:01 +08:00
Shamim Rezaie
c6f3ea3932
MDL-72990 badges: Use imagecaption as alternative text for badge image
2021-11-04 15:03:32 +11:00
Shamim Rezaie
d0d82e9f34
MDL-72668 block_badges: Add alt attribute to badge images
2021-11-04 14:17:36 +11:00
Shamim Rezaie
ced90c8a18
MDL-72668 core: Highlight the focused tree item in a tree.
2021-11-04 14:17:35 +11:00
Shamim Rezaie
6e5c04f6c5
MDL-72668 block_private_files: Switched from YUI to core/tree AMD
2021-11-04 14:17:33 +11:00
Víctor Déniz
99c7eacdeb
Merge branch 'MDL-72895-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-11-04 01:47:38 +00:00
Paul Holden
7012c95569
MDL-70823 qtype_ddwtos: new method for safer feedback unserializing.
2021-11-03 16:57:15 +01:00
Paul Holden
cdc80e6bfd
MDL-70823 mod: safely parse module display options array.
2021-11-03 16:57:15 +01:00
Paul Holden
294fa223c9
MDL-70823 blocks: safer unserializing during block restore.
2021-11-03 16:57:15 +01:00
Paul Holden
f8fed9810a
MDL-70823 core: safer alternative for unserializing objects.
2021-11-03 16:57:14 +01:00
sangnguyena
d01f8ac051
MDL-72949 WS: Return coursegraceperiod setting in tool_mobile_get_config
2021-11-03 16:12:13 +07:00
Ilya Tregubov
0316f650ed
Merge branch 'MOODLE_311_MDL-72953' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-11-03 10:34:47 +02:00
Andrew Nicols
e504d7159c
MDL-72894 courseexport: Whitespace fix
2021-11-03 16:11:27 +08:00