Ilya Tregubov
3da8ea4699
Merge branch 'MDL-71902-add-site-level-settings-enforcement-for-browsersecurity-settings' of https://github.com/keevan/moodle
2021-11-11 08:35:32 +02:00
Jun Pataleta
8f9b534ed2
Merge branch 'MDL-72552' of https://github.com/spvickers/moodle
2021-11-11 11:42:14 +08:00
Andrew Nicols
fb7caf7982
MDL-68913 assign: Address coding style issues
2021-11-11 10:55:39 +08:00
Andrew Nicols
940097de9e
Merge branch 'MDL-68913-master' of https://github.com/cameron1729/moodle
2021-11-11 10:49:05 +08:00
Kevin Pham
4141f88361
MDL-71902 mod_quiz: Add locked flag option for quiz options
...
- Applies locked settings to many other quiz general options.
For example, allows an admin to lock the browsersecurity level so it
cannot be changed at an instance level, and will apply the 'default'
option (which is currently None).
2021-11-11 10:36:14 +11:00
Eloy Lafuente (stronk7)
d824172077
Merge branch 'MDL-71912-master-v5' of git://github.com/abgreeve/moodle
2021-11-10 16:42:00 +01:00
Eloy Lafuente (stronk7)
0c9f92a317
Merge branch 'MDL-71956-master' of https://github.com/sarjona/moodle
2021-11-10 16:04:14 +01:00
Jun Pataleta
7f781d0b7e
Merge branch 'MDL-72992-master' of git://github.com/cameron1729/moodle
2021-11-10 18:38:04 +08:00
abgreeve
e5b0be3192
MDL-71912 mod_book: Restore hastily removed editing setting.
2021-11-10 16:26:57 +08:00
abgreeve
05e6cdfd26
MDL-71912 mod_assign: Behat fixes for overrides.
2021-11-10 16:26:57 +08:00
abgreeve
85fded1a95
MDL-71912 mod_lesson: New step definitions for behat.
2021-11-10 16:26:56 +08:00
Mathew May
072311e9f4
MDL-65799 forum: Final deprecations
2021-11-10 15:22:43 +08:00
Matt Porritt
eaa1f56704
MDL-68913 Assign: Per attempt timing
...
This patch provides functionality to allow the
assign activity to have timed attempts for submissions.
It includes the logic, UI and adminstration changes
fot timed submissions.
2021-11-10 12:07:35 +08:00
Sara Arjona
03af737f21
MDL-71956 filter_h5p: Display the edit content button
...
The H5P filter will display now the "Edit content" button if the
user can edit the file.
2021-11-09 16:47:19 +01:00
Sara Arjona
eb4e36400e
MDL-71956 core_h5p: Add more scenarios to can_edit_content
...
The method can_edit_content() now supports more scenarios where the
H5P content can be edited:
- Instead of supporting only mod_h5pactivity, now it supports any
mod or block when the user has the addinstance capability.
- If the component implements the can_edit_content method in the
h5p\canedit class and it returns true. For instance, the mod_forum
implements it and return true when filearea is post, if the user
can edit the post where the H5P is.
2021-11-09 16:47:18 +01:00
Eloy Lafuente (stronk7)
19576e54b3
MDL-71912 behat: Temporarily skip some troubled scenarios - js
...
That way we get everything else passing, because @skip_interim
scenarios are skipped by default. And can focus on the failing
ones apart.
2021-11-09 16:08:48 +01:00
Eloy Lafuente (stronk7)
11eb9f9465
MDL-71912 behat: Temporarily skip some troubled scenarios - nonjs
...
That way we get everything else passing, because @skip_interim
scenarios are skipped by default. And can focus on the failing
ones apart.
2021-11-09 12:47:34 +01:00
Jake Dallimore
c5a2e2db6c
Merge branch 'MDL-71912-master-V4' of git://github.com/abgreeve/moodle
2021-11-09 11:47:55 +08:00
Adrian Greeve
7520614e26
MDL-71912 course modules: Toggle heading depending on navigation.
...
If the secondary navigation is on then the activity header does
not need to be displayed twice.
2021-11-09 11:24:08 +08:00
Adrian Greeve
c4c00f4e69
MDL-71912 mod_choice: Small alteration to show responses.
...
Depending on whether the secondary navigation is shown or not will
determine if the link to the responses is shown on the view.php
page.
Co-authored-by: Sujith Haridasan <sujith@moodle.com>
2021-11-09 11:24:08 +08:00
abgreeve
e75eb8481d
MDL-71912 mod_assign: Updating the activity to use the actionmenu.
...
Co-authored-by: Sujith Haridasan <sujith@moodle.com>
2021-11-09 11:24:08 +08:00
abgreeve
1fa136a9b4
MDL-71912 mod_lesson: Add tertiary navigation to the lesson module.
...
Co-authored-by: Sujith Haridasan <sujith@moodle.com>
2021-11-09 11:24:08 +08:00
abgreeve
0c5e1bff21
MDL-71912 mod_book: Update book to implement the action menu.
...
Co-authored-by: Sujith Haridasan <sujith@moodle.com>
2021-11-09 11:24:08 +08:00
Jun Pataleta
76db9b294f
Merge branch 'MDL-72896-master' of git://github.com/HuongNV13/moodle
2021-11-09 10:45:08 +08:00
Huong Nguyen
ffca35b805
MDL-72896 Accessibility: Make html_table responsive
...
The tables are generated by html_table will responsive across viewports
2021-11-09 09:41:27 +07: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
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
Andrew Nicols
69ec4376c7
Merge branch 'MDL-71439_master' of https://github.com/mdjnelson/moodle
2021-11-05 11:32:16 +08: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
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
b433583bc3
Merge branch 'MDL-71761' of https://github.com/timhunt/moodle
2021-11-04 13:38:34 +02:00
Jun Pataleta
32be3853c3
Merge branch 'MDL-72672-master' of https://github.com/junpataleta/moodle
2021-11-04 18:21:46 +08: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
Simey Lameze
9fe207211d
MDL-72672 lesson: make edit collapsed table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
8889c69a38
MDL-72672 lesson: make detailed stats table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
575b22bcfc
MDL-72672 lesson: make attempts table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
e2649db6c4
MDL-72672 lesson: add label for true/false checkboxes
2021-11-04 16:18:35 +08:00
Simey Lameze
f540540b9e
MDL-72672 lesson: add label for multichoice checkboxes
2021-11-04 16:18:35 +08:00
Simey Lameze
1662fa085e
MDL-72672 lesson: remove unnecessary nowrap
...
This commit also remove some deprecated table properties as well.
2021-11-04 16:18:35 +08:00
Simey Lameze
f7f15b93e4
MDL-72672 mod_lesson: add aria-label to actions select element
2021-11-04 16:18:35 +08:00
Sara Arjona
8f78381d12
Merge branch 'MDL-72236-master' of https://github.com/inkjet2000/moodle
2021-11-04 08:50:25 +01:00
Cameron Ball
b691e7b434
MDL-72992 assign: Allow gradebook to override feedback when empty
2021-11-04 15:46:17 +08:00
Víctor Déniz
234b9468e6
Merge branch 'MDL-72895-master' of https://github.com/HuongNV13/moodle
2021-11-04 01:53:29 +00:00
Eloy Lafuente (stronk7)
3873af5626
Merge branch 'MDL-72655-master' of https://github.com/andelacruz/moodle
2021-11-03 19:03:22 +01:00
Justin Merrill
bb8ad90938
MDL-72236 forum: index restructure on table forum_read
2021-11-03 12:45:41 -04:00
Paul Holden
b0cb1b8cea
MDL-70823 mod: safely parse module display options array.
2021-11-03 16:57:06 +01:00
Jun Pataleta
011636be62
Merge branch 'MDL-72687-master' of git://github.com/lameze/moodle
2021-11-03 11:57:10 +08:00
Angelia Dela Cruz
89c4c803e8
MDL-72655 behat: Use assign generators
...
Replace steps that manually add assignment instances via the UI
and use Behat generators. This improves the speed of Behat test
runs.
2021-11-03 11:34:26 +08:00