Andrew Nicols
349312143d
MDL-72013 js: Fix jsdocs to meet stricter eslint
2021-10-21 13:28:00 +08:00
Andrew Nicols
05e6d69e4c
Merge branch 'MDL-72507-master' of https://github.com/NashTechOpenUniversity/moodle
2021-10-21 12:56:23 +08:00
Ilya Tregubov
ce8daac9cf
MDL-52456 quiz: Fix illegal white space.
2021-10-20 11:51:12 +02:00
Ilya Tregubov
282c4a124a
Merge branch 'MDL-52456-master' of https://github.com/NashTechOpenUniversity/moodle
2021-10-20 11:33:14 +02:00
Thong Bui
46b88325ed
MDL-52456 Quiz: notification message for students.
...
Notification message for students after questions have been manually graded.
2021-10-19 20:06:16 +07:00
Thong Bui
3c19cbbb18
MDL-72507 Quiz: Quiz auto-save does not detect uploaded files
2021-10-19 16:10:15 +07:00
Andrew Nicols
0869496eb8
MDL-71785 mod_quiz: Correct string as per reviewer feedback
2021-10-19 11:19:54 +08:00
Andrew Nicols
da98ed6ea2
Merge branch 'MDL-71785_master' of https://github.com/StudiUM/moodle
2021-10-19 11:19:06 +08:00
Shamim Rezaie
7a17a2e8e4
Merge branch 'MDL-72720-master' of git://github.com/sarjona/moodle
2021-10-18 15:43:31 +11:00
Sara Arjona
e62f8ed093
MDL-72720 assignxxx: Implement enable_plugin() method
2021-10-15 13:00:03 +02:00
Jun Pataleta
e6a518e497
Merge branch 'MDL-72807' of https://github.com/stronk7/moodle
2021-10-15 09:08:26 +08:00
Eloy Lafuente (stronk7)
fc77e5e2ab
Merge branch 'MDL-26633-master-workshopnumofreviews' of git://github.com/mudrd8mz/moodle
2021-10-14 22:40:43 +02:00
Mihail Geshoski
242ec0860a
MDL-71913 mod_data: Update behat tests
2021-10-14 21:57:52 +07:00
Eloy Lafuente (stronk7)
8515a0560f
MDL-72807 behat: Add a few more @skip_chrome_zerosize tags
...
This is the 3rd round adding the tags to some scenarios
detected to be failing with zerosize problems lately.
Note that @ MDL-71108, the final solution will happen, say
switching to own webdriver till the upstream one is fixed
or whatever. Our @skip_chrome_zerosize solution is just a
workaround to have all those scenarios detected and ignored
by normal runs.
2021-10-14 16:12:20 +02:00
Mihail Geshoski
d1c9c65e53
MDL-71913 mod_h5pactivity: Update behat tests
2021-10-13 11:05:30 +08:00
Mihail Geshoski
89878377b3
MDL-71913 mod_wiki: Update behat tests
2021-10-13 11:05:30 +08:00
Mihail Geshoski
6c0e1eee94
MDL-71913 mod_data: Update behat tests
2021-10-13 11:05:30 +08:00
Mihail Geshoski
671375115f
MDL-71913 mod_folder: Add tertiary navigation
2021-10-13 11:05:30 +08:00
Mihail Geshoski
0dd4ddb1e8
MDL-71913 mod_resource: Hide unnecessary headings
2021-10-13 11:05:29 +08:00
Mihail Geshoski
3e97273b21
MDL-71913 mod_h5pactivity: Add attempts report setting node
2021-10-13 11:05:29 +08:00
Mihail Geshoski
77e9f45157
MDL-71913 mod_wiki: Add tertiary navigation
2021-10-13 11:05:29 +08:00
Mihail Geshoski
6470282e93
MDL-71913 mod_data: Add tertiary navigation
2021-10-13 11:05:29 +08:00
Ilya Tregubov
843066ecf4
Merge branch 'MDL-72091-rebase-3' of https://github.com/Chocolate-lightning/moodle
2021-10-11 14:46:54 +07:00
Mathew May
dba47e8641
MDL-72091 Navigation: Update navigation to match designs
2021-10-11 12:20:34 +08:00
Andrew Nicols
290a741796
Merge branch 'MDL-66203-master' of git://github.com/rezaies/moodle
2021-10-11 08:28:53 +08:00
David Mudrák
78f9ea3b1c
MDL-26633 workshop: Allow to randomly allocate more than 30 reviews
...
For classes with many students, there may be valid cases for having more
than 30 reviews per submission / reviewer.
The patch changes the type of the input field so that it can freely
editable to any integer value.
2021-10-08 17:46:43 +02:00
Peter Dias
7ab2d7d7bd
MDL-52206 quiz: Integration bug fixes
2021-10-08 07:33:05 +02:00
Ilya Tregubov
c4542f4a19
MDL-52206 workshop: Fix Behat test broken by recent courseindex changes.
2021-10-07 16:56:43 +07:00
abgreeve
24eac0b051
Merge branch 'MDL-72543-master' of git://github.com/lameze/moodle
2021-10-07 15:11:12 +08:00
abgreeve
72e58dbb55
Merge branch 'MDL-69696-master' of git://github.com/cameron1729/moodle
2021-10-07 14:32:17 +08:00
Matt Porritt
f5d9267a29
MDL-69696 mod_assign: Class refactoring - rendering
...
Refactor rendering classes to be more PSR compliant.
Move renderer to output class folder and initial
splitting of classes in renderable.php into individual
class files. To make it easier to refactor assign UI
functionality in the future.
2021-10-07 14:25:11 +08:00
Simey Lameze
9afd980b4e
MDL-72543 block_timeline: change the display of event names
2021-10-07 14:05:34 +08:00
Matt Porritt
1cb6f330a3
MDL-69696 mod_assign: Class refactoring - UI style change
...
Assign view UI style change.
Style submission status and grading summary tables
to have matched visual styles.
2021-10-07 14:00:22 +08:00
Ilya Tregubov
b4675942ce
Merge branch 'MDL-52206-master-rebased' of git://github.com/peterRd/moodle
2021-10-07 12:55:12 +07:00
Peter
7a9e3db9dc
MDL-52206 completion: Behat test
...
Co-authored-by: aanabit
2021-10-07 10:17:25 +08:00
Ilya Tregubov
2924d7c496
Merge branch 'MDL-72452-resource-filter' of https://github.com/Peterburnett/moodle
2021-10-06 10:53:55 +07:00
Jun Pataleta
98f437d16d
Merge branch 'MDL-39324-master' of https://github.com/kiratskitizing/moodle
2021-10-05 23:18:51 +02:00
Peter Dias
2c7893cf9f
MDL-52206 core: Update new activity_custom_completion
...
Update the custom_completion classes to accept the new completion
criteria
2021-10-04 19:45:47 +08:00
Peter Dias
d975251813
MDL-52206 completion: New criteria to handle behaviour between modules
2021-10-04 19:45:45 +08:00
Peter Dias
cd52b46e89
MDL-52206 quiz: Remove completionpass completion from quiz
...
AMOS BEGIN
MOV [completionpass,mod_quiz],[completionpassgrade,core_completion]
MOV [completionpassdesc,mod_quiz],[completionpassgrade_desc,core_completion]
MOV [completionpass_help,mod_quiz],[completionpassgrade_help,core_completion]
AMOS END
2021-10-04 19:44:03 +08:00
Peter
90acd8d381
MDL-52206 core: Add completion criteria to course_modules
2021-10-04 19:44:02 +08:00
Peter
663137748e
MDL-52206 core: Add completion based on pass grade
...
Add new completion based on pass grade to the completion criteria.
2021-10-04 19:42:34 +08:00
Joshua Ebarvia
ddfc1ba89a
MDL-39324 mod_url: Fix icon when URL has params
2021-10-04 20:05:43 +10:30
Safat Shahin
f9fc355ec7
MDL-71679 mod_quiz: Updates for new qbank api
...
This implementation will introduct changes to
the mod_quiz to implement the new qbank api
for view. Major changes are introduced in
the custom view and also all the legacy points
to the old qbank are changed to qbank plugins
where needed. It also deprecated and deletes
classes and scripts which were kept not to
break mod_quiz for the new api implementation.
2021-10-04 15:44:25 +11:00
Shamim Rezaie
4cb9932163
MDL-66203 mod_assign: Reset submission status when removing a submission
2021-10-04 02:04:34 +11:00
Víctor Déniz
f01d69cb05
Merge branch 'MDL-72714-master' of git://github.com/ilyatregubov/moodle
2021-10-01 13:21:46 +02:00
Ilya Tregubov
fad4743ea8
MDL-72714 behat: Fix Behat failures for chrome 94.
2021-10-01 08:36:50 +02:00
Andrew Nicols
a096fb5998
Merge branch 'MDL-72673-master' of git://github.com/junpataleta/moodle
2021-10-01 10:21:30 +08:00
Andrew Nicols
f4604fe5fb
Merge branch 'MDL-72544' of git://github.com/paulholden/moodle
2021-10-01 10:14:51 +08:00
Ilya Tregubov
34a0ba3232
Merge branch 'MDL-71610-master' of git://github.com/bmbrands/moodle
2021-09-29 15:40:39 +02:00