Luca Bösch
76d79b57c4
MDL-80965 mod_quiz: Put back random q category on the question page.
2024-09-18 15:29:49 +08:00
AMOS bot
6aa7832084
Automatically generated installer lang files
2024-09-18 00:07:44 +00:00
Paul Holden
fbc8123eb4
MDL-82973 tool_usertours: add missing filelib library require.
2024-09-17 16:49:14 +01:00
Sara Arjona
a4dd8fedf0
Merge branch 'MDL-82389-404' of https://github.com/ssj365/moodle into MOODLE_404_STABLE
2024-09-17 17:31:47 +02:00
Julien
fc1e46db15
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:17:36 +01:00
Tim Hunt
26af25312c
MDL-77625 question restore: fix restore of existing questions
...
Continuing from the last commit, the code to restore question
bank entries, versions and questions, was not taking note of
whether the first stage had indentified questions that did not
need to be restored. This is tricky, but the mapping can only be
worked out for questions, but in the backup file, the questions are
inside the question_bank_entries, and versions, so we encounter
those first.
Now, the code just saves the QBE and QV when it encounters them,
and then does all the processing when it gets to the question,
correctly taking note of whether each question should be restored or not.
In cases where a particular question does not need to be restored,
we still set up the corresponding mappings.
2024-09-17 16:17:35 +01:00
Tim Hunt
64c54d9510
MDL-77625 question restore: fix pre-parsing of questions
...
Restore of categories and questions happens in several phases.
First, the file is scanned for which questions and categories
it contains, to work out if these are new questions which need
to be restored, or if they already exist in the database in a
place that can be used.
That code had not been updated to cope with the Moodle 4.0
versioning changes, so it is updated here (while still keeping
the code to cope with the old backup format.)
2024-09-17 16:17:34 +01:00
Sara Arjona
62c4f8a76c
weekly release 4.4.3+
2024-09-17 15:09:23 +02:00
Safat
237a803050
MDL-83122 core_communication: Fix exception for delete user hook
2024-09-17 16:08:06 +10:00
sam marshall
32ac490e77
MDL-83163 core_course: Fresh install fails if dependency on format
...
If any plugin had dependency on a course format, Moodle fresh install
showed dependency errors (even though course format exists).
2024-09-16 15:44:25 +01:00
Jun Pataleta
54b01d1943
Merge branch 'MDL-83127-404' of https://github.com/lucaboesch/moodle into MOODLE_404_STABLE
2024-09-16 15:59:01 +08:00
Sara Arjona
8069aeec1e
Merge branch 'MDL-82875_404' of https://github.com/timhunt/moodle into MOODLE_404_STABLE
2024-09-16 09:44:07 +02:00
Michael Hawkins
e715380d4b
MDL-81278 core: Update security.txt expiry
2024-09-16 14:50:32 +08:00
Paul Holden
20c681e5f8
MDL-81157 files: consistent repository button styling on small screen.
2024-09-15 11:13:03 +01:00
Paul Holden
cfcaf488be
MDL-82909 theme_boost: ensure we target immediate loading icon only.
...
Ignoring those used within inplace editable components in the table.
2024-09-15 11:11:44 +01:00
Paul Holden
2a65efd9a3
MDL-82909 javascript: replace custom loading icon with existing module.
2024-09-15 11:11:44 +01:00
Tim Hunt
46748714da
MDL-82875 question export: test for not exporting hidden questions
2024-09-13 16:04:16 +01:00
Vithusha Kethiri
846e242aec
MDL-82875 qbank_export: Fix removing hidden questions from the export
2024-09-13 16:04:16 +01:00
Sara Arjona
49d8babe8b
weekly release 4.4.3+
2024-09-13 13:20:49 +02:00
Sara Arjona
5102249c52
Merge branch 'install_404_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_404_STABLE
2024-09-13 13:20:45 +02:00
Luca Bösch
37f5141f60
MDL-83127 qtype_ordering: handle NULL in question_hints table entries.
2024-09-13 12:07:57 +02:00
Paul Holden
b9e73bd65e
MDL-83094 customfield: align persistent definitions with DB schema.
...
Where the field/category tables allow nulls, the definition within
each corresponding persistent should match.
2024-09-12 17:36:59 +01:00
Melanie Treitinger
4a0cb6e1b5
MDL-74917 core: fix typo in function stats_get_post_actions
...
Fix phpunit test and apply coding guidelines.
2024-09-12 10:53:16 +02:00
Paul Holden
bfe4d189cb
MDL-82602 webservice: correct config link to enable for mobile.
2024-09-12 08:05:06 +01:00
Jun Pataleta
4058934644
Merge branch 'mdl-83046_404' of https://github.com/james-cnz/moodle into MOODLE_404_STABLE
2024-09-12 13:40:33 +08:00
Huong Nguyen
ca8e5915e6
Merge branch 'MDL-82545_404_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_404_STABLE
2024-09-12 10:46:52 +07:00
Huong Nguyen
2247cd68a4
Merge branch 'MDL-82959-MOODLE_404_STABLE' of https://github.com/sh-csg/moodle into MOODLE_404_STABLE
2024-09-12 10:35:11 +07:00
james-cnz
36c8faede8
MDL-83046 course: Add non-delegated sections before delegated ones
2024-09-12 12:11:31 +12:00
AMOS bot
31e1e17590
Automatically generated installer lang files
2024-09-12 00:07:43 +00:00
Shamiso.Jaravaza
d79acfdd59
MDL-82389 mod_bigbluebuttonbn: Fix disablenotes
2024-09-11 09:34:34 -06:00
Huong Nguyen
bc1324af4d
Merge branch 'MDL-68676-404' of https://github.com/rhell4/moodle into MOODLE_404_STABLE
2024-09-11 15:50:10 +07:00
Huong Nguyen
367d1c7cb7
Merge branch 'MDL-75692-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
2024-09-11 15:45:21 +07:00
Jun Pataleta
8346e2b912
Merge branch 'MDL-82270-extra_backslash-404' of https://github.com/mathbruyen/moodle into MOODLE_404_STABLE
2024-09-11 15:53:46 +08:00
Jun Pataleta
09274be2e0
Merge branch 'MDL-82492-404' of https://github.com/vladaskidanovas/moodle into MOODLE_404_STABLE
2024-09-11 15:36:45 +08:00
Huong Nguyen
d8f262e0b5
Merge branch 'MDL-79020-404' of https://github.com/ferranrecio/moodle into MOODLE_404_STABLE
2024-09-11 09:19:22 +07:00
AMOS bot
692f8031bf
Automatically generated installer lang files
2024-09-11 00:07:49 +00:00
Huong Nguyen
f86b97fdd6
weekly release 4.4.3+
2024-09-10 20:03:01 +07:00
Laurent David
faf0e0654d
MDL-75692 core_h5p: Debounce resize events
...
* Make sure that we don't call the resize event too often to
avoid infinite loop when content is auto resizing (fonts for example)
2024-09-10 11:32:00 +02:00
Huong Nguyen
bc3050ad0c
Merge branch 'MDL-83047-404' of https://github.com/junpataleta/moodle into MOODLE_404_STABLE
2024-09-10 10:47:24 +07:00
Huong Nguyen
2412b1278b
Merge branch 'MDL-83038-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-09-10 09:34:28 +07:00
Jun Pataleta
cb6904b002
MDL-83047 theme_boost: Add upgrade note for theme plugins
2024-09-10 10:33:30 +08:00
Sara Arjona
2cf32c40e9
Merge branch 'MDL-83037-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-09-09 17:21:59 +02:00
Jun Pataleta
a4ee77a654
MDL-83047 theme_boost: Apply background colour only on select layouts
...
* Apply the styling of `background-color` for `.page-header-headings`
only in the maintenance and secure layouts.
2024-09-09 17:01:11 +08:00
Huong Nguyen
15e04d6651
Merge branch 'MDL-82860-404' of https://github.com/meirzamoodle/moodle into MOODLE_404_STABLE
2024-09-09 14:32:20 +07:00
meirzamoodle
8ccba0808b
MDL-82860 atto_link: Set value as default to avoid unexpected behaviour
2024-09-09 08:11:56 +07:00
Jun Pataleta
9ecb8de2bb
weekly release 4.4.3+
2024-09-07 06:45:35 +08:00
Stefan Hanauska
851c6d00b6
MDL-82959 tool_recyclebin: Avoid null value for forcedsettings
2024-09-06 19:47:31 +02:00
Paul Holden
864bbf86db
MDL-83038 mod_quiz: use dummy URL in quiz grading page external call.
2024-09-06 12:26:11 +01:00
Paul Holden
08127c83a7
MDL-83037 badges: ensure image is specified in Behat test generator.
2024-09-06 11:25:35 +01:00
ferranrecio
c4f9163dc0
MDL-79020 core_courseformat: hide completion edit link in bulk edit
2024-09-06 11:11:16 +02:00