Nexterday
cb13bba9b6
MDL-74836 theme: Display activity header on secure layouts
2024-11-11 15:14:03 +00:00
meirzamoodle
758f79a5af
MDL-82988 general: Apply helper to get path to fixture
2024-10-27 13:46:48 +07:00
Paul Holden
61acf7d7be
MDL-83432 enrol: fix arguments to enrolment test generator.
2024-10-18 15:12:34 +01:00
Jun Pataleta
c9356e039f
MDL-83374 upgrade: add the 4.5.0 separation line to all upgrade scripts
2024-10-05 21:16:13 +08:00
Jun Pataleta
5b421c6db6
NOBUG: Add upgrade notes
2024-10-05 15:08:28 +08:00
Huong Nguyen
3a6640c461
NOBUG: Add upgrade notes
2024-10-04 21:06:11 +07:00
Jun Pataleta
62b8b3709d
Merge branch 'MDL-83238-main-enfix' of https://github.com/mudrd8mz/moodle
2024-10-03 16:01:53 +08:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release
2024-10-02 17:04:53 +08:00
Mihail Geshoski
d0056ae0b0
MDL-83264 mod_quiz: Return the correct name for top categories
2024-10-01 09:40:47 +08:00
Helen Foster
8e8267144d
MDL-83238 lang: Import fixed English strings (en_fix)
2024-09-30 19:42:49 +02:00
Shamim Rezaie
e5290c42ab
Merge branch 'MDL-77625' of https://github.com/timhunt/moodle
2024-09-24 02:52:46 +10:00
Simey Lameze
3d64e48f62
MDL-80965 behat: remove wrong tag from step
2024-09-19 07:42:22 +08:00
Ilya Tregubov
fb54a5a3f5
Merge branch 'MDL-80965-main' of https://github.com/ilyatregubov/moodle
2024-09-18 15:30:40 +08:00
Ilya Tregubov
9c0e3c85eb
MDL-80965 mod_quiz: Code style fixes.
2024-09-18 15:29:25 +08:00
Luca Bösch
97e90f2210
MDL-80965 mod_quiz: Put back random q category on the question page.
2024-09-18 15:25:09 +08:00
Julien
5ec6096eea
MDL-77625 question restore: test restoring a quiz into a course twice
...
The verifies that the previous two commits are doing the right thing.
2024-09-17 16:16:26 +01:00
Paul Holden
9aed047b5d
MDL-83144 mod_quiz: style attempt summary flagged icon appropriately.
2024-09-15 12:28:01 +01:00
Huong Nguyen
57ab215ac1
Merge branch 'MDL-83038' of https://github.com/paulholden/moodle
2024-09-10 09:34:07 +07:00
Paul Holden
0c3c325ca0
MDL-83038 mod_quiz: use dummy URL in quiz grading page external call.
2024-09-06 12:24:29 +01:00
Jun Pataleta
4de11d350f
Merge branch 'MDL-82659' of https://github.com/michaelkotlyar/moodle
2024-09-06 09:30:53 +08:00
Simey Lameze
94be4c6699
MDL-76665 behat: fix step to go to safe exam templates
2024-09-06 08:08:48 +08:00
Huong Nguyen
0b75fe1fb6
Merge branch 'MDL-80946' of https://github.com/michaelkotlyar/moodle
2024-09-05 15:53:38 +07:00
Michael Kotlyar
640baa3c15
MDL-82659 quizaccess_seb: Add capabilities to control require options.
...
Adding capabilities 'quizaccess/seb:manage_seb_configuremanually' and
'quizaccess/seb:manage_seb_usesebclientconfig' to control SEB
requirement options 'Yes – configure manually' and
'Yes – Use SEB client config' respectively.
Other changes include code indentation corrections within quizacess_seb.
2024-09-05 09:35:29 +01:00
Michael Kotlyar
14228164bc
MDL-76665 quizaccess_seb: Allow disable of SEB templates when in use.
2024-09-04 10:23:53 +01:00
Michael Kotlyar
ee0defaec3
MDL-80946 quizaccess_seb: Remove invalidkeys text if not using SEB.
2024-09-03 16:43:51 +01:00
Ilya Tregubov
e1c84c99bf
MDL-82882 quiz: Code style fixes.
2024-08-29 11:24:09 +08:00
Ilya Tregubov
2a95e09262
Merge branch 'MDL-82882' of https://github.com/timhunt/moodle
2024-08-29 11:19:44 +08:00
Huong Nguyen
490556705c
Merge branch 'MDL-71326-final-deprecation-of-plagiarism-functions-4-4' of https://github.com/ziegenberg/moodle
2024-08-29 10:13:56 +07:00
Huong Nguyen
4f25ac1044
Merge branch 'MDL-82158-main' of https://github.com/andrewnicols/moodle
2024-08-27 10:01:38 +07:00
Tim Hunt
e47a4cb35f
MDL-82882 quiz: add before/after for attempt_summary_information
2024-08-23 12:53:12 +01:00
Mark Johnson
2dad710f12
MDL-72397 qbank_managecategories: UI enhancement
...
This implementation will introduce a new user interface for
"qbank_managecategories" plugin which will allow user to drag and drop.
Having this plugin will give users the flexibility of reordering, adding
or editing
categories from the qbank_managecategories view.
Co-authored-by: Marc-Alexandre Ghaly <marc-alexandreghaly@catalyst-ca.net>
Co-authored-by: Luca Bösch <luca.boesch@bfh.ch>
2024-08-22 10:59:24 +01:00
Mark Johnson
2419bd64de
MDL-72397 mod_quiz: Replace call to qbank plugin
...
When qbank plugins were first introduced, the method to add a question
category was put inside qbank_managecategories. This created an invalid
call between the mod_quiz and qbank_managecategories plugins.
Now that this method has been moved to the core_question namespace, we
can update mod_quiz to call the method there instead.
2024-08-22 10:27:16 +01:00
Daniel Ziegenberg
7c5199bdc9
MDL-71326 plagiarism: Final deprecation of plagiarism functions
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-08-21 23:25:25 +02:00
Andrew Nicols
c21aeeb380
MDL-82158 core: Update most uses of cache_ classes
2024-08-20 20:44:28 +08:00
Huong Nguyen
c986f00ed8
Merge branch 'MDL-74939' of https://github.com/paulholden/moodle
2024-08-20 09:43:06 +07:00
Huong Nguyen
dca18ebca3
Merge branch 'MDL-81634-main' of https://github.com/andrewnicols/moodle
2024-08-20 09:30:44 +07:00
Huong Nguyen
e6ea778c03
NOBUG: Fixed SVG browser compatibility
2024-08-16 08:37:01 +07:00
Paul Holden
5b4e858e80
MDL-74939 output: final removal of deprecated navigation namespace.
2024-08-15 11:14:18 +01:00
Sara Arjona
8f2a665e26
Merge branch 'MDL-82687' of https://github.com/timhunt/moodle
2024-08-13 12:40:44 +02:00
Huong Nguyen
31e1fa1f1b
Merge branch 'MDL-82211-main' of https://github.com/sarjona/moodle
2024-08-13 15:37:02 +07:00
Sara Arjona
35f70cb2fe
MDL-82211 mod_quiz: Update SVG icons
2024-08-13 07:22:43 +02:00
Mikel Martín
f179890ad5
MDL-75671 theme_boost: Refactor text direction classes for BS5
...
- Add SCSS code for text direction utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (text-left > text-start, text-sm-right > text-sm-end, ...)
2024-08-09 07:40:17 +02:00
Mikel Martín
0a03018116
MDL-75671 theme_boost: Refactor spacing classes for BS5
...
- Add SCSS code for spacing utility classes to the Boostrap 5 bridge SCSS file
- Replace all occurrences in the codebase (pr-1 > pe-1, ml-auto > ms-auto, ml-sm-3 > ms-sm-3, ...)
2024-08-09 07:40:17 +02:00
Jun Pataleta
6d1816797c
Merge branch 'MDL-82599-main-enfix' of https://github.com/mudrd8mz/moodle
2024-08-09 11:20:14 +08:00
Huong Nguyen
ad40c27bd9
Merge branch 'MDL-82592' of https://github.com/timhunt/moodle
2024-08-08 09:01:53 +07:00
Jun Pataleta
f41300bce0
Merge branch 'MDL-77784' of https://github.com/paulholden/moodle
2024-08-08 09:56:21 +08:00
Paul Holden
e618178326
MDL-82633 mod_quiz: filter user visible overrides in external methods.
2024-08-07 16:08:00 +08:00
Paul Holden
b44452b0ac
MDL-82633 mod_quiz: re-factor visibility check for overrides.
2024-08-07 16:07:59 +08:00
Tim Hunt
fc19af4ce5
MDL-82687 formslib: only allow positive durations by default
2024-08-06 13:53:56 +01:00
Jun Pataleta
fde872dd2e
Merge branch 'MDL-82587-main' of https://github.com/cameron1729/moodle
2024-08-05 15:17:41 +08:00