Bas Brands
729ae8f096
MDL-73902 theme_boost: prevent dropdowns being cut off
2022-03-03 09:44:33 +01:00
Mikhail Golenkov
8c914c8756
MDL-73993 phpdoc: get_module_types_names returns lang_string objects
2022-03-03 10:39:09 +11:00
Eloy Lafuente (stronk7)
bdedb3f9c9
Merge branch 'MDL-73953-master' of https://github.com/aanabit/moodle
2022-03-02 14:33:07 +01:00
Amaia Anabitarte
7a6d0015e7
MDL-73953 core_adminpresets: Fixing latest created Full preset
2022-03-02 13:45:15 +01:00
Andrew Nicols
9331de13ab
MDL-71636 qbank_columnsortorder: Fix issues identified during integration
2022-03-02 20:18:41 +08:00
Andrew Nicols
b15051a55f
Merge branch 'MDL-71636' of https://github.com/timhunt/moodle
2022-03-02 19:56:24 +08:00
Eloy Lafuente (stronk7)
facf5cbcd0
Merge branch 'MDL-73953-master' of https://github.com/aanabit/moodle
2022-03-02 12:54:12 +01:00
Amaia Anabitarte
534cc4dada
MDL-73953 core_adminpresets: Apply fullpreset setting changes
2022-03-02 12:49:02 +01:00
Amaia Anabitarte
c0196fb096
MDL-73953 core_adminpresets: Marking core presets on DB
2022-03-02 12:49:01 +01:00
Bas Brands
a31cade872
MDL-74045 theme_boost: set the base layout to drawers
2022-03-02 11:07:45 +01:00
Cameron Ball
53d3843955
MDL-54724 qtype_multianswer: Better handle corrupted questions
...
When questions are deleted, we now check if the parent is in use before deletion.
Prior to this, it would be possible for multianswer questions to reference
questions that have been deleted. This results in fatal errors when the quiz
is viewed.
This patch uses a dummy 'subquestion_replacement' to handle this case and
display some information to the end user about what has happened so that
they may take action to repair the corrupted question.
As a result of the bug described above, the sequence column of
mdl_question_multianswer can contiain references to questions that no
longer exist, and these IDs can make their way in to backups.
When this happens, the backups cannot be restored. To avoid this,
this patch skips trying to restore those questions that reference
question IDs that no longer exist (as there is no way to recover them).
2022-03-02 17:12:19 +08:00
Marc-Alexandre Ghaly
6dc1084c47
MDL-71636 qbank_columnsortorder: Add a columnsortorder settings page
...
This implementation will introduce a feature "columnsortorder"
which will add the column sort order feature in an external page.
Having this feature will give users the flexibility of sorting plugin
columns in the question bank view.
2022-03-02 09:08:50 +00:00
Amaia Anabitarte
77ca86bf87
MDL-73953 core_adminpresets: Upgrading presets with different language
2022-03-02 09:42:46 +01:00
Jun Pataleta
7ac5deaced
Merge branch 'MDL-73462-master' of https://github.com/peterRd/moodle
2022-03-02 13:46:10 +08:00
Peter Dias
4d5a25ffde
MDL-73462 navigation: Leverage participants bar for category
2022-03-02 12:27:02 +08:00
Eloy Lafuente (stronk7)
1920243b79
Merge branch 'MDL-73756-master' of https://github.com/lameze/moodle
2022-03-01 19:46:21 +01:00
Eloy Lafuente (stronk7)
9dde12dc99
Merge branch 'MDL-72092-master' of https://github.com/Chocolate-lightning/moodle
2022-03-01 14:55:02 +01:00
Bas Brands
757b8c636e
MDL-73796 theme_boost: mobile navcrumb design
2022-03-01 13:55:32 +01:00
Bas Brands
fa6e4b2c9e
MDL-73593 theme_boost: update boost top margins
2022-03-01 13:09:08 +01:00
Ilya Tregubov
47e880e347
Merge branch 'master_MDL-72448-qank_history' of https://github.com/catalyst/moodle-MDL-70329
2022-03-01 13:49:19 +02:00
Jun Pataleta
0dca278d71
MDL-72737 core: Rebuild JS modules
2022-03-01 19:22:24 +08:00
Mathew May
b0532aedd8
MDL-72092 behat: Add private files block where needed
2022-03-01 19:13:20 +08:00
Jun Pataleta
0f35a9b7f9
Merge branch 'MDL-72737-master-2' of https://github.com/bmbrands/moodle
2022-03-01 19:06:52 +08:00
Bas Brands
2faf5e8e48
MDL-72737 theme_boost: update for section header styles
2022-03-01 12:01:59 +01:00
Jun Pataleta
d8cadf7ecf
Merge branch 'MDL-73462-master' of https://github.com/peterRd/moodle
2022-03-01 18:32:05 +08:00
Peter Dias
b9f9aae134
MDL-73462 course: Update visible nodes in a cat context.
2022-03-01 17:57:24 +08:00
Peter Dias
f1959af7f6
MDL-73462 course: Introduce course category tertiary navigation
...
Update the category management page.
2022-03-01 17:57:24 +08:00
Andrew Nicols
b43d729c85
MDL-73679 core: Add a named_templatable interface
...
This interface allows a templatable to provide a template name via the
'get_template_name(): string' function and have it automatically
rendered via a standard 'render()' call.
2022-03-01 12:03:06 +08:00
Safat Shahin
6c923f4bf0
MDL-72448 qbank_history: Add history plugin to core
...
This implementation will introduce history plugin to
show the versions of a question. This plugin uses the
actual qbank api to implement the feature.
2022-03-01 14:39:51 +11:00
Simey Lameze
fe4fd6d817
MDL-73756 lib: deprecate modinfo parameter from get_data
2022-03-01 10:20:46 +08:00
Andrew Nicols
6544843894
Merge branch 'MDL-73762-master' of https://github.com/ferranrecio/moodle
2022-03-01 09:35:59 +08:00
Eloy Lafuente (stronk7)
ea377d506b
Merge branch 'MDL-73935-master' of https://github.com/mickhawkins/moodle
2022-02-28 20:30:37 +01:00
Shamim Rezaie
625218e0f1
Merge branch 'MDL-73732-master' of https://github.com/sharidas/moodle
2022-03-01 01:04:19 +11:00
Jun Pataleta
94e5076ef5
Merge branch 'MDL-73595-master' of https://github.com/bmbrands/moodle
2022-02-28 20:33:31 +08:00
Jun Pataleta
396f90d6ac
Merge branch 'MDL-73747-master' of https://github.com/aanabit/moodle
2022-02-28 20:11:06 +08:00
Bas Brands
dd95845bf1
MDL-73595 theme_boost: make tertiary nav more distinct
2022-02-28 13:07:52 +01:00
Amaia Anabitarte
acca36d2ad
MDL-73747 core_messages: Complete default preferences on migration
...
Co-authored-by: Jun pataleta <jun@moodle.com>
2022-02-28 11:43:21 +01:00
Ilya Tregubov
127655326e
Merge branch 'MDL-73978-master' of https://github.com/peterRd/moodle
2022-02-28 09:18:27 +02:00
Huong Nguyen
0d4069918e
MDL-73457 Course: Fix drag & drop image prevents moving resources
...
Including in this commit:
- Modify the UI to make the section dropzone more visible
- Prevent the direct image dragging in Chrome, Safari by improving the check
2022-02-28 14:00:57 +07:00
Sujith Haridasan
8e6f807f9a
MDL-73732 navigation: Do not assume output of find_active_node
...
When handling with the output of find_active_node,
proceed ahead only if the result is an instance of navigation_node.
Else there are chances of exceptions.
2022-02-28 10:42:19 +05:30
Andrew Nicols
20a016c6e3
Merge branch 'MDL-73582-master-nocache' of https://github.com/vmdef/moodle
2022-02-28 12:50:21 +08:00
Michael Hawkins
533c5ccb86
MDL-73935 core: Update supportemail to accept optional custom attributes
...
This allows calling code such as the generic error page to define the
styles of the anchor element.
2022-02-28 12:42:47 +08:00
Eloy Lafuente (stronk7)
6e6037dc3a
Merge branch 'MDL-73797' of https://github.com/paulholden/moodle
2022-02-27 22:35:41 +01:00
Ferran Recio
23856b1086
MDL-73762 core_courseformat: refactor cm and section outputs
2022-02-25 13:35:23 +01:00
Mathew May
f0cedb93e8
MDL-72092 core: Re-arrange the default dashboard
2022-02-25 15:12:50 +08:00
Andrew Nicols
649705874d
Merge branch 'MDL-70792-master-2' of https://github.com/junpataleta/moodle
2022-02-25 11:39:55 +08:00
Andrew Nicols
641240ce63
Merge branch 'MDL-72837-master' of https://github.com/sammarshallou/moodle
2022-02-25 10:59:54 +08:00
Andrew Nicols
faa6c74404
Merge branch 'MDL-73547-master-v03' of https://github.com/ferranrecio/moodle
2022-02-25 10:55:20 +08:00
sam marshall
02bb326314
MDL-72837 core_cache: Use versioned cache for modinfo
...
Uses the new versioned cache feature for modinfo, which should make it
safe as a localisable cache.
2022-02-24 13:51:07 +00:00
Ilya Tregubov
b4c322fc80
Merge branch 'MDL-73743-master-1' of https://github.com/peterRd/moodle
2022-02-24 13:56:54 +02:00