22907 Commits

Author SHA1 Message Date
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
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
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
Simey Lameze
94f1483628 MDL-72687 assign: move labels for toggle zoom icons to the <a> 2021-11-02 11:53:56 +08:00
Simey Lameze
788f5c1778 MDL-72687 assign: move labels for collapse buttons to the button 2021-11-02 11:53:56 +08:00
Simey Lameze
a47380719c MDL-72687 assign: remove title attr from view all submissions link 2021-11-02 11:53:56 +08:00
Simey Lameze
f09cf2a354 MDL-72687 assign: move label from the edit settings icon to <a> 2021-11-02 11:53:56 +08:00
Simey Lameze
6b74ff2024 MDL-72687 assign: remove presentation role from profile image 2021-11-02 11:53:56 +08:00
Simey Lameze
bffb40dff1 MDL-72687 assign: fix email and due date cut off whem zooming 2021-11-02 11:53:56 +08:00
Simey Lameze
43df3c3f57 MDL-72687 assign: fix colour picker broken aria menu 2021-11-02 11:53:56 +08:00
Simey Lameze
e1fdd3f701 MDL-72687 assign: fix stamp picker broken aria menu 2021-11-02 11:53:56 +08:00
Simey Lameze
62e5a4d19d MDL-72687 assign: fix change filter element tab navigation 2021-11-02 11:53:56 +08:00
Simey Lameze
9252b53b6e MDL-72687 assign: use correct aria role for toolbar 2021-11-02 11:53:56 +08:00
Simey Lameze
f1966bbb50 MDL-72687 assign: add missing label to change user element 2021-11-02 11:53:54 +08:00
Simey Lameze
8a307da415 MDL-72687 assign: display a more friendly link when not graded 2021-11-02 11:52:40 +08:00
Simey Lameze
473c1cfc49 MDL-72687 assign: add missing aria-label to prev/next arrows 2021-11-02 11:28:35 +08:00
Neill Magill
653af355dc MDL-72767 forum: Stop duplicate digests being created
This change is to stop there being a possibility of 2 digests tasks
being created for a user on the day that MDL-72767 is applied.
2021-11-01 08:49:47 +00:00
Neill Magill
42171eb435 MDL-72767 forum: Ensure digests are sent
Before this change if a new post was made after the digest time but
before todays daily digest had been sent the run time on the digest
would be set to the next day resulting in no digest being sent to
the user.

By adding the server midnight to the custom data on the task we
ensure that in this case a new adhoc task is created for the next
day leaving the current one to get processed.

Server midnight is used so that if the digest time setting is
changed we would not get two tasks queued for the same day.
2021-11-01 08:49:46 +00:00
Neill Magill
7c8942046a MDL-72767 forum: Fix PHPDoc 2021-11-01 08:49:46 +00:00
Eloy Lafuente (stronk7)
a23cc25ccd MDL-72743 phpunit: Skip test until MDL-72950 is fixed
It's good to keep the test because it's not easy to
reproduce the issue to be fixed. Part of the fix will
be to remove this skip.
2021-10-29 13:36:36 +02:00
Huong Nguyen
1e932d475c MDL-72895 Assignment: Fix colour contrast for grading navigation 2021-10-29 09:58:04 +07:00
Eloy Lafuente (stronk7)
a02a5cb90a MDL-72743 tests: tidy up the new test with NS/name/covers
Ideally any new test should be using a class name matching
the file name, and to use namespace when clearly belonging to
a component (sub-namespace also allowed for better accuracy).

And, also, adding a @covers label to indicate which class
(preferred, method is also possible) is being covered with the test.
2021-10-28 12:56:00 +02:00
Eloy Lafuente (stronk7)
49fc1fa292 Merge branch 'MDL-72743' of git://github.com/paulholden/moodle 2021-10-28 12:50:01 +02:00
Andrew Nicols
54b4418596 Merge branch 'MDL-72871' of https://github.com/stronk7/moodle 2021-10-28 14:51:34 +08:00
Jun Pataleta
4d10196dec Merge branch 'MDL-72316-master-2' of git://github.com/mickhawkins/moodle 2021-10-28 14:51:34 +08:00
Andrew Nicols
00483c9419 MDL-72827 quiz: Remove pause step from behat scenario 2021-10-28 14:51:34 +08:00
Michael Hawkins
2a2ece647a MDL-72316 filelib: Add ability for modules to directly load SVG images
This also implements the functionality for SCORM packages, which may
have SVG images embedded within their content which require loading
directly (and are only created by users with appropriate risk flag).
2021-10-28 12:56:52 +08:00
Andrew Nicols
f80a31b8b6 Merge branch 'MDL-72827-master' of git://github.com/peterRd/moodle 2021-10-28 11:51:29 +08:00
Peter Dias
44d06f8218 MDL-72827 quiz: Expand completion behat tests
- Update the behat tests to more precisely check the state in the completion report.
- Check combination of completion conditions with passing grade
2021-10-28 11:38:10 +08:00
Peter Dias
cb2afc668d MDL-72827 completion: Revert completion flow logic
- Reverts the custom flow logic introduced in the 52206
- Expand unit tests to cover different grade based completion settings
2021-10-28 11:38:10 +08:00
Ilya Tregubov
a704f137cf Merge branch 'MDL-55231-master' of https://github.com/dcai/moodle 2021-10-27 08:46:41 +02:00
Jake Dallimore
6266b198ed Merge branch 'MDL-71914-master-v3' of git://github.com/peterRd/moodle 2021-10-27 10:39:09 +08:00
Peter Dias
7791553bd9 MDL-71914 feedback: Unit tests for the dynamic forms 2021-10-27 09:33:20 +08:00
Eloy Lafuente (stronk7)
fdc2dcf264 MDL-72871 cleanup: Remove incorrect whitespace from codebase
Differences can be checked with git diff --ignore-all-space and
that will show that the only non-whitespace change is in a test
in the git lib/tests/html2text_test.php file. In that case the
whitespace has been replaced by a quoted string (of whitespaces)
keeping the test 100% equivalent and workarrounding the whitespace.
2021-10-26 17:19:11 +02:00
Marty
424fecb7b0
MDL-69723 assign: Add # need grading to summary
For teachers viewing the assignment summary (/mod/assign/index.php),
it shows a '-' in the 'Grade' column. Instead of showing a '-', display
the number of items that need grading.

Augment by creating a link to the grading page so that teachers can see
the outstanding assignments more quickly.

Also attempted to write phpunit tests that verify values for ungraded
submissions for teachers.
2021-10-26 09:58:02 -04:00
Dan Marsden
ecc47348b3 MDL-55231 core_course: Correct chat cache handling 2021-10-26 19:08:15 +11:00
Dongsheng Cai
9a900492bc MDL-55231 core_course: Partial course cache rebuild 2021-10-26 19:08:15 +11:00