Mihail Geshoski
8958667c9a
MDL-78294 core_external: Generate the file url based on the request
...
The file url for each returned area file in get_area_files() is now
generated based on the request type. If AJAX request, a standard file
plugin url will be created. Otherwise, a webservice plugin file will be
created.
2023-11-24 15:57:18 +08:00
Mihail Geshoski
0cf04d9caa
MDL-78294 mod_glossary: Remove the redundant showentry_ajax.php
...
Removes the redundant ajax script showentry_ajax.php that was only
used by the old YUI module in the glossary filter. The new AMD
module now uses web services, and therefore, this script is no longer
used nor required.
2023-11-24 15:57:18 +08:00
Mihail Geshoski
df1cc4ac93
MDL-78294 filter_glossary: Replace YUI with an AMD module
...
Replaces the existing YUI module in the glossary filter with an
AMD module. The auto-linked glossary entries are now obtained
through the existing webservices in mod_glossary and displayed
within a modal utilizing the core/modal js module.
2023-11-24 15:57:18 +08:00
Philipp Imhof
e1cb2b3e0b
MDL-74378 mod_quiz: make sure timer is initialized
2023-11-24 08:51:41 +01:00
Mihail Geshoski
5f10f82301
MDL-78294 core_external: New return value 'icon' in external_files
...
New return value 'icon' has been added to the webservice structure
external_files. This return value represents the relative icon path
for a given file. Also, get_area_files() from the core external utility
class now includes this information in its return.
2023-11-24 15:02:20 +08:00
Mihail Geshoski
80d82635dc
MDL-78294 core_tag: New 'viewurl' property in tag_item_exporter
...
New additional property 'viewurl' has been added to the pre-defined
structure in tag_item_exporter. This property represents the URL to
view a given tag.
2023-11-24 15:02:20 +08:00
Huong Nguyen
6374475dc3
weekly release 4.4dev
2023-11-24 12:23:08 +07:00
Huong Nguyen
0eda274a0e
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-11-24 12:22:57 +07:00
Eloy Lafuente (stronk7)
be5bafef04
Merge branch 'MDL-79966-main' of https://github.com/sammarshallou/moodle
2023-11-23 23:40:30 +01:00
sam marshall
ed46ee3dc7
MDL-79966 core_task: NEVER_RUN_TIME did not fit in 10 digits
2023-11-23 16:22:27 +00:00
Rodrigo Mady
21d99b155b
MDL-79816 block_recentlyaccesseditems: Fix modname type in WS
2023-11-23 13:04:45 -03:00
Tim Hunt
e7ab65f68e
MDL-80210 quiz: fix default for reviewmaxmarks when upgrading
...
It is correct that the database default should be 0, to match
other similar columns, but when sites are upgraded, we need
to set the settings for all existing quizzes to match the previous
behaviour.
2023-11-23 10:55:10 +00:00
Ilya Tregubov
61c53f00d2
Merge branch 'MDL-69819-master' of https://github.com/davewoloszyn/moodle
2023-11-23 10:35:07 +08:00
Andrew Nicols
71ab68a7d0
Merge branch 'MDL-79966-main' of https://github.com/sammarshallou/moodle
2023-11-23 10:26:53 +08:00
Ilya Tregubov
abf2c568be
Merge branch 'mdl67898-check-setting-admintree' of https://github.com/matthewhilton/moodle
2023-11-23 10:25:20 +08:00
Huong Nguyen
e93a025823
Merge branch 'MDL-78496-main' of https://github.com/andrewnicols/moodle
2023-11-23 09:22:20 +07:00
Jun Pataleta
690d783f14
MDL-79912 backup: Fix alignment of tertiary navigation border
2023-11-23 10:00:52 +08:00
Jun Pataleta
053c1ddc3d
Merge branch 'MDL-79912-main' of https://github.com/sarjona/moodle
2023-11-23 09:57:09 +08:00
Ilya Tregubov
ae15c3de69
Merge branch 'MDL-80157_storedfileproblem' of https://github.com/leonstr/moodle
2023-11-23 09:46:31 +08:00
Sara Arjona
424c9cb1bd
MDL-79912 backup: Create Course reuse index page
...
The backup/view.php page has been created to display the list of
course reuse actions available for users.
That way, the "Course reuse" option in the secondary navigation
will display this page instead of redirecting to the first action
available.
Apart from that, the headers for all the Course reuse actions have
been homogenised and the tertiary navigation selector has been included,
to replace headers and make it easier navigate between actions.
2023-11-22 18:11:43 +01:00
Mikel Martín
7f95e36604
MDL-80055 core_h5p: Re-style 'Edit H5P content' button
2023-11-22 08:20:46 +01:00
Ilya Tregubov
dfb7ecbb03
Merge branch 'MDL-79185-master' of https://github.com/dmitriim/moodle
2023-11-22 11:47:30 +08:00
David Woloszyn
6547554ffa
MDL-69819 mod_feedback: Param now nullable in feedback_save_tmp_values
2023-11-22 14:46:51 +11:00
David Woloszyn
78131051a1
MDL-69819 mod_feedback: Fix superfluous br tags in Excel
...
Co-authored-by: David Woloszyn <david.woloszyn@moodle.com>
2023-11-22 14:46:51 +11:00
Huong Nguyen
90835cd8da
Merge branch 'MDL-75673-master' of https://github.com/roland04/moodle
2023-11-22 09:47:35 +07:00
Dmitrii Metelkin
68c725f8b1
MDL-79185 cache: don't throw exception if cache data is corrupted
2023-11-22 12:45:48 +11:00
Ilya Tregubov
6d062ab171
Merge branch 'MDL-78670-main' of https://github.com/rmady/moodle
2023-11-22 09:10:25 +08:00
Andrew Nicols
7b7b618b96
MDL-80215 core: Use correct behat constant
2023-11-22 09:00:35 +08:00
Matthew Hilton
dc7953ccff
MDL-67898 antivirus: Add check to admin settings
2023-11-21 12:04:42 +10:00
Matthew Hilton
9b8acd44d1
MDL-67898 check: Add check admin setting
...
This admin setting allows you to display a check anywhere in the admin
tree. It uses a webservice to execute the check, so the impact on the
admin tree performance is as low as possible.
Checks do not necessarily need to be registered in the plugins callback
to be shown here, allowing customisation of what is shown in the
settings versus the reports.
2023-11-21 12:04:42 +10:00
Matthew Hilton
bc4df2af71
MDL-67898 check: Get component if not set by manager
2023-11-21 11:47:26 +10:00
sam marshall
1c4d433d5f
MDL-79966 core_task: Scheduled task timing (crontab fields) is wrong
2023-11-20 17:13:21 +00:00
Andrew Nicols
45c816064a
MDL-78496 core: Do not run GHA on main branch
2023-11-20 20:21:12 +08:00
Dan Marsden
68991e95de
MDL-79967 scorm: Fix scorm_insert_track grading calls.
2023-11-20 22:02:22 +13:00
Amaia Anabitarte
b21d8e6f34
MDL-80025 core_contentbank: Update delete button colour to text-danger
2023-11-20 09:50:58 +01:00
Huong Nguyen
5b78268593
Merge branch 'MDL-80037-master' of https://github.com/junpataleta/moodle
2023-11-20 14:48:04 +07:00
Huong Nguyen
9623c6be03
Merge branch 'MDL-78426-master' of https://github.com/davewoloszyn/moodle
2023-11-20 14:15:26 +07:00
Huong Nguyen
6d0f351b99
Merge branch 'MDL-79783' of https://github.com/paulholden/moodle
2023-11-20 14:04:55 +07:00
Huong Nguyen
b74b80ade1
Merge branch 'MDL-79604-master' of https://github.com/srobotta/moodle
2023-11-20 14:01:02 +07:00
David Woloszyn
cbbcacdd8f
MDL-78426 core_theme: Move theme's settings to theme card
...
Theme selector and theme settings have been renamed. Theme admin
section has been removed and contents merged into Appearance category.
2023-11-20 17:05:35 +11:00
Laurent David
2b2cf76577
MDL-79512 mod_feedback: Add toast dialog when saved
...
* Add notification to notify the user once the changes have been
successfully saved
2023-11-20 06:51:56 +01:00
Laurent David
33391e08c2
MDL-79512 mod_feedback: Fix issue with drag and drop
...
* A teacher can not change the order of the questions in feedback
as the order is not saved.
2023-11-20 06:51:56 +01:00
AMOS bot
160e36a5c9
Automatically generated installer lang files
2023-11-20 00:10:46 +00:00
Andrew Nicols
525212f2d2
MDL-78496 core: Address phpcs issues with upgrade.php files
2023-11-19 21:20:53 +08:00
Rodrigo Mady
22c114d21d
MDL-78670 mod_quiz: Add offline atempt rule for sequential navigation
2023-11-17 20:16:01 -03:00
Andrew Nicols
545b36cd4a
MDL-78496 upgrade: remove all the < 4.1.0 upgrade steps
...
Also includes an upgrade step to prevent upgrading from any
version < 2021112802 (v4.1.0) as anti-cheating measure.
2023-11-17 23:25:36 +08:00
Andrew Nicols
5c68be9b96
MDL-78496 environment: Moodle 4.4 requirements
...
The only changes to requirements since Moodle 4.3 are increases to:
* the minimum PHP version required; and
* the minimum required Moodle version.
2023-11-17 21:50:28 +08:00
Leon Stringer
a1a8facb9b
MDL-80157 file: Exception message spelling
2023-11-17 12:49:42 +00:00
Mikel Martín
39a144fedc
MDL-80154 theme_boost: Add 'since' version to the deprecated styles
2023-11-17 13:10:58 +01:00
Paul Holden
cffa5199b5
MDL-79325 group: consistent name formatting in overview page/export.
2023-11-17 09:48:01 +00:00