Jun Pataleta
e9cded4559
Merge branch 'MDL-83727-master' of https://github.com/NashTechOpenUniversity/moodle
2024-12-05 12:35:52 +08:00
Simey Lameze
80a26532bb
MDL-82946 behat: use existing questions to validate bulk delete
...
This commit also changes the question names to something more logical
2024-12-05 08:27:23 +08:00
Mark Johnson
d0fb2d5cac
MDL-83357 question: Fix filter cleaning in page links
2024-12-04 02:44:22 +00:00
Mark Johnson
c5f78e9bd3
MDL-83357 question: Additional cleaning of filter params
2024-12-04 02:44:22 +00:00
Huong Nguyen
0ff35dc282
Merge branch 'MDL-82946-main' of https://github.com/lameze/moodle
2024-12-04 09:39:10 +07:00
Angelia Dela Cruz
192fc6882e
MDL-82946 qbank: Behat coverage for questions bulk actions
2024-12-03 11:36:49 +08:00
Sara Arjona
8e2c8c4c8e
Merge branch 'MDL-82949-main' of https://github.com/lucaboesch/moodle
2024-12-02 12:01:06 +01:00
Huong Nguyen
193a191dd9
Merge branch 'MDL-82947-main' of https://github.com/lucaboesch/moodle
2024-12-02 14:31:54 +07:00
Huong Nguyen
386004dbee
Merge branch 'MDL-82657_main' of https://github.com/marxjohnson/moodle
2024-12-02 10:17:06 +07:00
Luca Bösch
201c4c6c58
MDL-82949 qbank_managecategories: better vertical distinction of title.
2024-11-29 14:26:13 +01:00
Luca Bösch
2240ad6487
MDL-82947 qbank_managecategories: Hover color for category management.
2024-11-29 14:26:11 +01:00
Sara Arjona
44a0f48a30
NOBUG: Add upgrade notes
2024-11-29 12:36:42 +01:00
Khoa Nguyen
fd2946fa59
MDL-83727 question: Core question privacy provider misuses lazy-loading
2024-11-29 10:54:11 +07:00
Huong Nguyen
7fd11604da
Merge branch 'MDL-81821-main' of https://github.com/roland04/moodle
2024-11-28 13:23:54 +08:00
Huong Nguyen
d08c982135
Merge branch 'MDL-83470-main' of https://github.com/junpataleta/moodle
2024-11-28 13:23:53 +08:00
Jun Pataleta
03729748d1
MDL-83470 core: Remove upgrade steps from 4.1
2024-11-27 10:27:09 +08:00
Mikel Martín
636ab0fba9
MDL-81821 theme_boost: Refactor font utility classes for BS5
2024-11-26 15:17:30 +01:00
Mark Johnson
58efdf8871
MDL-82657 qbank_managecategories: Check "includesubcategories" on reload
...
The "includesubcategories" parameter is passed in the URL as lowercase,
but the Javascript was looking for "includeSubcategories" in camel case.
This meant it was always being set as false (unchecked) even when the
URL said it was true.
This fixes the casing in the Javascript, and adds a behat test to
confirm the fix.
2024-11-26 13:37:57 +00:00
Shamim Rezaie
0af9b5ca7e
Merge branch 'MDL-71378_main' of https://github.com/SimonasAdams/moodle
2024-11-25 18:21:18 +11:00
Simon Adams
a0cf3d2da5
MDL-71378 core_question & mod_quiz: Refactor deprecated contexts
2024-11-18 10:22:59 +00:00
Simon Adams
291fdacfd5
MDL-71378 core_question: Only show module banks in question filters
2024-11-18 10:22:58 +00:00
Simon Adams
a6c4ddada5
MDL-71378 qbank_bulkmove: refactor for moving to shared question banks
2024-11-18 10:22:58 +00:00
Simon Adams
746efe94eb
MDL-71378 mod_qbank: Implement add to quiz bank sharing UI
2024-11-18 10:22:58 +00:00
Simon Adams
966b264cf3
MDL-71378 mod_qbank: Add question bank backup/restore and refactor tests
2024-11-15 15:18:47 +00:00
Simon Adams
776d1e40e4
MDL-71378 mod_qbank: Add question bank management
2024-11-15 15:18:47 +00:00
Andrew Nicols
5a86d3178a
MDL-81521 mod_quiz: Update coding style of impacted tests
2024-11-15 12:50:56 +08:00
Andrew Nicols
9adfbcde4e
MDL-81521 mod_quiz: Fix attempt walkthrough tests
2024-11-15 12:50:56 +08:00
Andrew Nicols
a6acb015a3
MDL-81521 core: Update all possibly data providers to be static
...
Note: Some data providers could not be automatically be converted to
being static. These will be handled in a separate issue.
2024-11-15 12:50:55 +08:00
Huong Nguyen
5251979b01
MDL-82335 qbank_columnsortorder: Fix upgrade code coding style
2024-11-08 09:02:32 +07:00
Huong Nguyen
c89b3279bb
MDL-82335 qbank_columnsortorder: Cleanup upgrade code
2024-11-07 13:35:01 +07:00
Anupama Sarjoshi
795fa07c3c
MDL-82335 qbank_columnsortorder: Fix upgrading issue
...
When upgraded to Moodle 4.4 or higher, for qbank_columnsortorder
the colsize values in the config_plugins were getting incorrectly set,
resulting in errors accessing the question bank. Changes done to fix
this code and to remove the corrupted colsize value from
config_plugins table.
2024-11-06 12:58:26 +00:00
meirzamoodle
758f79a5af
MDL-82988 general: Apply helper to get path to fixture
2024-10-27 13:46:48 +07:00
Jun Pataleta
5cb05b44db
Merge branch 'MDL-83070' of https://github.com/timhunt/moodle
2024-10-15 19:09:08 +08:00
Tim Hunt
9f88c344cd
MDL-83070 question restore: recode links in hints
2024-10-07 08:53:28 +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
Sara Arjona
d7f28e0c93
Merge branch 'MDL-83309-main' of https://github.com/junpataleta/moodle
2024-10-03 08:22:26 +02:00
Jun Pataleta
f24e0ecf53
MDL-83309 versions: Bump all versions and requires near release
2024-10-02 17:04:53 +08:00
Huong Nguyen
13fdeab15e
Merge branch 'MDL-83327_main' of https://github.com/marxjohnson/moodle
2024-10-02 14:28:08 +07:00
Huong Nguyen
4a53eda14e
Merge branch 'MDL-83328_main' of https://github.com/marxjohnson/moodle
2024-10-02 13:48:41 +07:00
Mark Johnson
89a87b7d4e
MDL-83328 qbank_managecategories: Fix move dialogue for single child
2024-10-01 14:45:33 +01:00
Mark Johnson
8c1c013f78
MDL-83327 qbank_managecategories: Fix invalid parameter when moving
...
Clicking on the "Move" label of the move button resulted in an
incorrectly titled dialog and an "invalid parameter" error.
2024-10-01 14:35:05 +01:00
Huong Nguyen
4d1c0cb04b
NOBUG: Add upgrade notes
2024-10-01 19:37:15 +07:00
David Mudrák
cdd3b4648f
MDL-83238 lang: Fix the changed strings in the tests, too
2024-09-30 20:04:54 +02:00
Helen Foster
8e8267144d
MDL-83238 lang: Import fixed English strings (en_fix)
2024-09-30 19:42:49 +02:00
Huong Nguyen
282421ce6c
NOBUG: Change upgrade notes version
2024-09-27 19:16:56 +07:00
Huong Nguyen
7b4ed9096f
NOBUG: Add upgrade notes
2024-09-27 18:45:07 +07:00
Paul Holden
8e46e810ff
MDL-83235 qbank_columnsortorder: correct config retrieval ordering.
...
There is a unique index on plugin/name, so having a trailing order
clause on value would produce no effect. We also cannot order by
CLOB fields on Oracle, lest it complain loudly.
2024-09-23 08:51:05 +01:00