integration.git
2 years agoMDL-75012 js: Drop support for modules built pre-babel 84c650489ab097771b50e6c63d26ffdd001db037
Andrew Nicols [Fri, 24 Feb 2023 01:22:14 +0000 (09:22 +0800)]
MDL-75012 js: Drop support for modules built pre-babel

We now include more polyfills than we have ever done, and some of these
cause false-positives on our code to address modules which do not have a
name.

We started adding module names to modules in Moodle 3.8 at _build_ time
and kept support for modules which were not transpiled using Babel
before that point.

We no longer need to support this as all pre-3.8 Moodle versions are
long out of support. The most recent to go out of support was Moodle
3.5, which went completely out of support in May 2021.

We should not support code written and minified without a transpilation
phase from this time any longer.

2 years agoMDL-75012 js: Put shifter on a diet 784098fe9e6dec5a39317d91ea08c771ff893b76
Andrew Nicols [Wed, 22 Feb 2023 07:17:36 +0000 (15:17 +0800)]
MDL-75012 js: Put shifter on a diet

This commit switches to a new custom version of Shifter which sees it
put on a massive diet.

Many of the standard Shifter features are totally unused by Moodle, but
they add dependency spaghetti. Some of those dependencies will start to
cause us issues as they have not been updated for a very long time, are
no longer maintained, and are no longer compatible with anything
resembling a recent version of NodeJS.

2 years agoMDL-75012 js: Bump shifter to new version b3f7721cdd18dc0598c6b1fb79dedc8fb18d2ba3
Andrew Nicols [Tue, 7 Feb 2023 04:12:23 +0000 (12:12 +0800)]
MDL-75012 js: Bump shifter to new version

This resolves an issue identified in 77083 which identified that GitHub
hashes shouldn't be treated as repeatable.

Whilst GitHub have reverted this change, it's still worth making this
change.

2 years agoMDL-75012 js: Use our own jsdoc wrapper 5d0631b6a16d012b41c94c4f7c512989e17433dd
Andrew Nicols [Fri, 3 Feb 2023 14:48:04 +0000 (22:48 +0800)]
MDL-75012 js: Use our own jsdoc wrapper

grunt-jsdoc is abandoned and only works with an older version of jsdoc.

This is a very simple wrapper around jsdoc itself.

2 years agoMDL-75012 js: Audit fix 472fc27ab94c134037039e4ecd95d7b9210afb2e
Andrew Nicols [Fri, 3 Feb 2023 13:36:41 +0000 (21:36 +0800)]
MDL-75012 js: Audit fix

2 years agoMDL-75012 js: Bump node-sass 7c3db6d4583bee040391f55b5719dbb8f14380f3
Andrew Nicols [Fri, 3 Feb 2023 13:28:41 +0000 (21:28 +0800)]
MDL-75012 js: Bump node-sass

2 years agoMDL-75012 js: Update browserslist 19f5ffb28ab4af3fcb05bc9e7afb2c196bef93ff
Andrew Nicols [Fri, 3 Feb 2023 05:47:50 +0000 (13:47 +0800)]
MDL-75012 js: Update browserslist

To avoid build changes we exclude older versions of Android browser

2 years agoMDL-75012 js: Bump stylelint and components 1c73373b3d2aa417d1aae0699f7e61e1b75d3a5d
Andrew Nicols [Fri, 3 Feb 2023 03:24:18 +0000 (11:24 +0800)]
MDL-75012 js: Bump stylelint and components

2 years agoMDL-75012 js: Remove grunt-contrib-uglify abb687759651b59ced572ec77d99fa468cf63d6d
Andrew Nicols [Fri, 3 Feb 2023 02:54:57 +0000 (10:54 +0800)]
MDL-75012 js: Remove grunt-contrib-uglify

We stopped using this when we updated our processes to support ESMs in
MDL-62497. Removal of the dependency was missed at the time.

2 years agoMDL-75012 js: Bump standard dependencies f70d9a3eef11b25c1683332c94c89bd7aaf91aab
Andrew Nicols [Fri, 3 Feb 2023 02:18:57 +0000 (10:18 +0800)]
MDL-75012 js: Bump standard dependencies

This change bumps dependencies which have no impact upon the build
process

2 years agoMDL-75012 core: Bump NodeJS version requirements 6d0fdd8fd8c26b50fae894839a63880f8ca6009c
Andrew Nicols [Fri, 4 Nov 2022 04:35:37 +0000 (12:35 +0800)]
MDL-75012 core: Bump NodeJS version requirements

2 years agoweekly release 4.2dev
Jun Pataleta [Fri, 24 Feb 2023 07:43:16 +0000 (15:43 +0800)]
weekly release 4.2dev

2 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jun Pataleta [Fri, 24 Feb 2023 07:43:13 +0000 (15:43 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

2 years agoMerge branch 'master_MDL-77376' of https://github.com/mattporritt/moodle
Andrew Nicols [Thu, 23 Feb 2023 05:38:18 +0000 (13:38 +0800)]
Merge branch 'master_MDL-77376' of https://github.com/mattporritt/moodle

2 years agoMerge branch 'MDL-76611' of https://github.com/paulholden/moodle
Andrew Nicols [Thu, 23 Feb 2023 04:01:05 +0000 (12:01 +0800)]
Merge branch 'MDL-76611' of https://github.com/paulholden/moodle

2 years agoMerge branch 'MDL-76843' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:51:47 +0000 (11:51 +0800)]
Merge branch 'MDL-76843' of https://github.com/timhunt/moodle

2 years agoMerge branch 'MDL-77271-master' of https://github.com/lameze/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:49:01 +0000 (11:49 +0800)]
Merge branch 'MDL-77271-master' of https://github.com/lameze/moodle

2 years agoMDL-74433 mod_assign: Fix version.php
Ilya Tregubov [Thu, 23 Feb 2023 03:33:33 +0000 (11:33 +0800)]
MDL-74433 mod_assign: Fix version.php

2 years agoMerge branch 'MDL-77290-master' of https://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:45:51 +0000 (11:45 +0800)]
Merge branch 'MDL-77290-master' of https://github.com/HuongNV13/moodle

2 years agoMerge branch 'MDL-76735-master' of https://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:34:10 +0000 (11:34 +0800)]
Merge branch 'MDL-76735-master' of https://github.com/HuongNV13/moodle

2 years agoMerge branch 'MDL-74433' of https://github.com/larsbonczek/moodle
Ilya Tregubov [Thu, 23 Feb 2023 03:21:58 +0000 (11:21 +0800)]
Merge branch 'MDL-74433' of https://github.com/larsbonczek/moodle

2 years agoMerge branch 'MDL-77352' of https://github.com/paulholden/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:17:30 +0000 (11:17 +0800)]
Merge branch 'MDL-77352' of https://github.com/paulholden/moodle

2 years agoMDL-77376 Licensing: Update trademark.txt
Matt Porritt [Thu, 23 Feb 2023 03:49:36 +0000 (14:49 +1100)]
MDL-77376 Licensing: Update trademark.txt

Update Trademark policy in TRADEMARK.txt to
be in line with advice from the Moodle HQ
legal team

2 years agoMerge branch 'MDL-76412-master' of https://github.com/raortegar/moodle
Andrew Nicols [Thu, 23 Feb 2023 03:04:07 +0000 (11:04 +0800)]
Merge branch 'MDL-76412-master' of https://github.com/raortegar/moodle

2 years agoMerge branch 'MDL-77354-master' of https://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:49:09 +0000 (10:49 +0800)]
Merge branch 'MDL-77354-master' of https://github.com/HuongNV13/moodle

2 years agoMerge branch 'MDL-31235-master' of https://github.com/srobotta/moodle
Ilya Tregubov [Thu, 23 Feb 2023 02:48:11 +0000 (10:48 +0800)]
Merge branch 'MDL-31235-master' of https://github.com/srobotta/moodle

2 years agoMerge branch 'MDL-76577/402' of https://github.com/skodak/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:46:15 +0000 (10:46 +0800)]
Merge branch 'MDL-76577/402' of https://github.com/skodak/moodle

2 years agoMerge branch 'MDL-77278-master' of https://github.com/ferranrecio/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:43:50 +0000 (10:43 +0800)]
Merge branch 'MDL-77278-master' of https://github.com/ferranrecio/moodle

2 years agoMerge branch 'MDL-69838' of https://github.com/paulholden/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:39:42 +0000 (10:39 +0800)]
Merge branch 'MDL-69838' of https://github.com/paulholden/moodle

2 years agoMerge branch 'MDL-75005_42' of https://github.com/skodak/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:29:15 +0000 (10:29 +0800)]
Merge branch 'MDL-75005_42' of https://github.com/skodak/moodle

2 years agoMerge branch 'MDL-76804-master' of https://github.com/lucaboesch/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:13:00 +0000 (10:13 +0800)]
Merge branch 'MDL-76804-master' of https://github.com/lucaboesch/moodle

2 years agoMerge branch 'MDL-77182-master' of https://github.com/ferranrecio/moodle
Ilya Tregubov [Thu, 23 Feb 2023 02:09:51 +0000 (10:09 +0800)]
Merge branch 'MDL-77182-master' of https://github.com/ferranrecio/moodle

2 years agoMDL-77230 mod_feedback: Coding style violation fixes
Andrew Nicols [Thu, 23 Feb 2023 02:05:27 +0000 (10:05 +0800)]
MDL-77230 mod_feedback: Coding style violation fixes

2 years agoMerge branch 'MDL-77230-master' of https://github.com/sarjona/moodle
Andrew Nicols [Thu, 23 Feb 2023 02:05:33 +0000 (10:05 +0800)]
Merge branch 'MDL-77230-master' of https://github.com/sarjona/moodle

2 years agoMerge branch 'MDL-76873' of https://github.com/paulholden/moodle
Ilya Tregubov [Thu, 23 Feb 2023 01:57:45 +0000 (09:57 +0800)]
Merge branch 'MDL-76873' of https://github.com/paulholden/moodle

2 years agoMerge branch 'MDL-77210' of https://github.com/timhunt/moodle
Andrew Nicols [Thu, 23 Feb 2023 01:22:40 +0000 (09:22 +0800)]
Merge branch 'MDL-77210' of https://github.com/timhunt/moodle

2 years agoMerge branch 'MDL-77149-master' of https://github.com/sammarshallou/moodle
Andrew Nicols [Thu, 23 Feb 2023 01:20:15 +0000 (09:20 +0800)]
Merge branch 'MDL-77149-master' of https://github.com/sammarshallou/moodle

2 years agoMerge branch 'MDL-76815' of https://github.com/paulholden/moodle
Andrew Nicols [Thu, 23 Feb 2023 01:14:03 +0000 (09:14 +0800)]
Merge branch 'MDL-76815' of https://github.com/paulholden/moodle

2 years agoMDL-76843 quiz: add test to verify random essay stats now work
Tim Hunt [Wed, 22 Feb 2023 11:37:15 +0000 (11:37 +0000)]
MDL-76843 quiz: add test to verify random essay stats now work

2 years agoMDL-76843 quiz: fix statistics questions for missing questions
Tim Hunt [Wed, 22 Feb 2023 11:35:38 +0000 (11:35 +0000)]
MDL-76843 quiz: fix statistics questions for missing questions

2 years agoMDL-76843 questions behat: enhancements requried to test this issue
Tim Hunt [Wed, 22 Feb 2023 11:32:07 +0000 (11:32 +0000)]
MDL-76843 questions behat: enhancements requried to test this issue

* New steps to set up certian sorts of broken test data.
* Fix qtype_essay_question::un_summarise_response().

2 years agoMerge branch 'MDL-77285-master' of https://github.com/lameze/moodle
Ilya Tregubov [Wed, 22 Feb 2023 04:26:33 +0000 (12:26 +0800)]
Merge branch 'MDL-77285-master' of https://github.com/lameze/moodle

2 years agoMDL-77354 tool_behat: Fix deprecated strlen() of null in PHP 8.1
Huong Nguyen [Wed, 22 Feb 2023 04:07:49 +0000 (11:07 +0700)]
MDL-77354 tool_behat: Fix deprecated strlen() of null in PHP 8.1

2 years agoMerge branch 'MDL-76784-master' of https://github.com/sammarshallou/moodle
Ilya Tregubov [Wed, 22 Feb 2023 02:51:41 +0000 (10:51 +0800)]
Merge branch 'MDL-76784-master' of https://github.com/sammarshallou/moodle

2 years agoMDL-77290 tiny_media: Fix cannot update the created media
Huong Nguyen [Tue, 21 Feb 2023 03:28:21 +0000 (10:28 +0700)]
MDL-77290 tiny_media: Fix cannot update the created media

Including in this commit:
 - Changed the button text to Update media when the user is updating the media
 - Added new Behat tests

2 years agoMerge branch 'MDL-76850-master' of https://github.com/ferranrecio/moodle
Ilya Tregubov [Wed, 22 Feb 2023 01:26:49 +0000 (09:26 +0800)]
Merge branch 'MDL-76850-master' of https://github.com/ferranrecio/moodle

2 years agoMDL-77352 javascript: declare debouncer outside the event handler.
Paul Holden [Tue, 21 Feb 2023 22:38:59 +0000 (22:38 +0000)]
MDL-77352 javascript: declare debouncer outside the event handler.

It needs to be declared as such, otherwise each time the event is
triggered a new debouncer is created.

2 years agoMDL-76602 mod_lti: array syntax/whitespace cleanup.
Paul Holden [Tue, 21 Feb 2023 17:04:29 +0000 (17:04 +0000)]
MDL-76602 mod_lti: array syntax/whitespace cleanup.

2 years agoMerge branch 'MDL-76602-master-lti13claims' of https://github.com/cengage/moodle
Paul Holden [Tue, 21 Feb 2023 16:46:25 +0000 (16:46 +0000)]
Merge branch 'MDL-76602-master-lti13claims' of https://github.com/cengage/moodle

2 years agoMDL-76850 core_courseformat: bulk duplicate activities
Ferran Recio [Fri, 13 Jan 2023 16:35:05 +0000 (17:35 +0100)]
MDL-76850 core_courseformat: bulk duplicate activities

2 years agoMDL-77149 core_files: Network filesystem (Amazon EFS) can warn
sam marshall [Mon, 6 Feb 2023 15:21:46 +0000 (15:21 +0000)]
MDL-77149 core_files: Network filesystem (Amazon EFS) can warn

If you delete a file with a hash and then create another file with
the same hash, sometimes on EFS filesystems while trying to create
the new file, it returns true to the file_exists check even though
the file doesn't exist, but then fails other calls.

This change makes Moodle tolerate that behaviour.

2 years agoMDL-76784 core_cache: versioned cache (modinfo) can fail in install
sam marshall [Tue, 3 Jan 2023 17:59:53 +0000 (17:59 +0000)]
MDL-76784 core_cache: versioned cache (modinfo) can fail in install

When cache is disabled but temporary in-memory caches are allowed,
these were direct instances of cachestore_static with no loader, which
meant that the get_versioned and set_versioned functions did not work.

2 years agoMerge branch 'MDL-76146-patch' of https://github.com/ilyatregubov/moodle
Sara Arjona [Tue, 21 Feb 2023 10:32:03 +0000 (11:32 +0100)]
Merge branch 'MDL-76146-patch' of https://github.com/ilyatregubov/moodle

2 years agoMDL-76146 gradereport_grader: Add class lost during rebase.
Ilya Tregubov [Tue, 21 Feb 2023 10:07:12 +0000 (18:07 +0800)]
MDL-76146 gradereport_grader: Add class lost during rebase.

2 years agoMerge branch 'MDL-76848-master' of https://github.com/ferranrecio/moodle
Ilya Tregubov [Tue, 21 Feb 2023 09:36:32 +0000 (17:36 +0800)]
Merge branch 'MDL-76848-master' of https://github.com/ferranrecio/moodle

2 years agoMDL-76735 editor_tiny: Fix random behat failure for Media image
Huong Nguyen [Mon, 20 Feb 2023 02:23:14 +0000 (09:23 +0700)]
MDL-76735 editor_tiny: Fix random behat failure for Media image

2 years agoMDL-77271 behat: verify user licence preference is remembered
Simey Lameze [Tue, 21 Feb 2023 04:19:40 +0000 (12:19 +0800)]
MDL-77271 behat: verify user licence preference is remembered

2 years agoMDL-77271 behat: test to verify used licence cannot be deleted
Simey Lameze [Mon, 20 Feb 2023 11:15:49 +0000 (19:15 +0800)]
MDL-77271 behat: test to verify used licence cannot be deleted

2 years agoMerge branch 'MDL-68347-master-2' of https://github.com/marinaglancy/moodle
Ilya Tregubov [Tue, 21 Feb 2023 02:06:39 +0000 (10:06 +0800)]
Merge branch 'MDL-68347-master-2' of https://github.com/marinaglancy/moodle

2 years agoMerge branch 'MDL-76386-master' of https://github.com/laurentdavid/moodle
Ilya Tregubov [Tue, 21 Feb 2023 01:47:38 +0000 (09:47 +0800)]
Merge branch 'MDL-76386-master' of https://github.com/laurentdavid/moodle

2 years agoAutomatically generated installer lang files
AMOS bot [Tue, 21 Feb 2023 00:07:40 +0000 (00:07 +0000)]
Automatically generated installer lang files

2 years agoMerge branch 'MDL-76146-master' of https://github.com/ilyatregubov/moodle
Paul Holden [Mon, 20 Feb 2023 16:41:29 +0000 (16:41 +0000)]
Merge branch 'MDL-76146-master' of https://github.com/ilyatregubov/moodle

2 years agoMerge branch 'MDL-77269-master' of https://github.com/lameze/moodle
Paul Holden [Mon, 20 Feb 2023 12:17:41 +0000 (12:17 +0000)]
Merge branch 'MDL-77269-master' of https://github.com/lameze/moodle

2 years agoMDL-77269 licencemanager: show notification instead of an exception
Simey Lameze [Thu, 16 Feb 2023 06:24:08 +0000 (14:24 +0800)]
MDL-77269 licencemanager: show notification instead of an exception

2 years agoMerge branch 'MDL-76545-master' of https://github.com/ferranrecio/moodle
Paul Holden [Mon, 20 Feb 2023 10:28:52 +0000 (10:28 +0000)]
Merge branch 'MDL-76545-master' of https://github.com/ferranrecio/moodle

2 years agoMDL-68347 course: trigger event if user was created during restore
Marina Glancy [Tue, 7 Feb 2023 13:26:55 +0000 (13:26 +0000)]
MDL-68347 course: trigger event if user was created during restore

2 years agoMDL-76797 roles: add @since annotation to role created event.
Paul Holden [Mon, 20 Feb 2023 10:08:21 +0000 (10:08 +0000)]
MDL-76797 roles: add @since annotation to role created event.

2 years agoMerge branch 'MDL-76797-master' of https://github.com/JBThong/moodle
Paul Holden [Mon, 20 Feb 2023 10:00:16 +0000 (10:00 +0000)]
Merge branch 'MDL-76797-master' of https://github.com/JBThong/moodle

2 years agoMerge branch 'MDL-77287-master' of https://github.com/snake/moodle
Paul Holden [Mon, 20 Feb 2023 09:55:08 +0000 (09:55 +0000)]
Merge branch 'MDL-77287-master' of https://github.com/snake/moodle

2 years agoMDL-76873 user: method for returning profile field instance of type.
Paul Holden [Thu, 12 Jan 2023 10:52:16 +0000 (10:52 +0000)]
MDL-76873 user: method for returning profile field instance of type.

Re-factor implementation of profile field access within user fields
class to use that already provided by the fields themselves.

2 years agoMDL-76873 reportbuilder: correct checks for profile field visibility.
Paul Holden [Thu, 12 Jan 2023 12:02:41 +0000 (12:02 +0000)]
MDL-76873 reportbuilder: correct checks for profile field visibility.

2 years agoMDL-76386 core_user: Add/remove users dialog improvement
Laurent David [Mon, 6 Feb 2023 05:45:51 +0000 (06:45 +0100)]
MDL-76386 core_user: Add/remove users dialog improvement

* Use language string to customise user information in the group Add/Remove dialog

2 years agoMDL-76545 core: fix reactive debug panel
Ferran Recio [Thu, 1 Dec 2022 14:32:22 +0000 (15:32 +0100)]
MDL-76545 core: fix reactive debug panel

The reactive debug panel stops working when a new reactive instance is
created in the fly. This was not detected until the new dragf and drop
files into course uses a second reactive UI component in the same page.

2 years agoMDL-77182 core: add debug template info setting
Ferran Recio [Fri, 10 Feb 2023 12:40:47 +0000 (13:40 +0100)]
MDL-77182 core: add debug template info setting

A new developer setting that adds comments in the page HTML specifying
which template is used to render each part of the page. It can be set
form the site admin development tab and it is stored
as $CFG->debugtemplateinfo.

2 years agoMDL-76797 core_role: Add create role event class
Thong Bui [Tue, 10 Jan 2023 07:26:12 +0000 (14:26 +0700)]
MDL-76797 core_role: Add create role event class

2 years agoMerge branch 'MDL-45301_master_v3' of https://github.com/TomoTsuyuki/moodle
Jun Pataleta [Mon, 20 Feb 2023 02:15:17 +0000 (10:15 +0800)]
Merge branch 'MDL-45301_master_v3' of https://github.com/TomoTsuyuki/moodle

2 years agoMerge branch 'MDL-77020' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 20 Feb 2023 01:52:39 +0000 (09:52 +0800)]
Merge branch 'MDL-77020' of https://github.com/paulholden/moodle

2 years agoMDL-77230 mod_feedback: Validate feedback access
Sara Arjona [Wed, 15 Feb 2023 17:38:37 +0000 (18:38 +0100)]
MDL-77230 mod_feedback: Validate feedback access

The get_items() and get_page_items() external methods should return
items only when the user has access. Otherwise, empty array for items
will be returned, with the exact error in the warnings parameter.

2 years agoMDL-76804 course: inserting activities UI element centered.
Luca Bösch [Fri, 17 Feb 2023 10:09:12 +0000 (11:09 +0100)]
MDL-76804 course: inserting activities UI element centered.

2 years agoMDL-77278 theme_boost: fix sticky footer in firefox
Ferran Recio [Thu, 16 Feb 2023 16:04:13 +0000 (17:04 +0100)]
MDL-77278 theme_boost: fix sticky footer in firefox

2 years agoMDL-76848 core_courseformat: bulk availability
Ferran Recio [Wed, 18 Jan 2023 15:10:56 +0000 (16:10 +0100)]
MDL-76848 core_courseformat: bulk availability

2 years agoMDL-76848 core: add disable buttons to modals
Ferran Recio [Tue, 17 Jan 2023 17:29:00 +0000 (18:29 +0100)]
MDL-76848 core: add disable buttons to modals

2 years agoMDL-76577 block_html: fix incorrect use of draft files
Petr Skoda [Tue, 6 Dec 2022 09:00:56 +0000 (10:00 +0100)]
MDL-76577 block_html: fix incorrect use of draft files

2 years agoMDL-75005 core: remove invalid addslashes()
Petr Skoda [Fri, 17 Jun 2022 09:26:26 +0000 (11:26 +0200)]
MDL-75005 core: remove invalid addslashes()

2 years agoMDL-77287 tool_oauth2: fix issuer form validation
Jake Dallimore [Fri, 17 Feb 2023 06:52:05 +0000 (14:52 +0800)]
MDL-77287 tool_oauth2: fix issuer form validation

This ensures validation errors from the issuer persistent are seen.

2 years agoMDL-31235 core_grades: use text filters for criterion fields
Stephan Robotta [Thu, 9 Feb 2023 13:25:29 +0000 (14:25 +0100)]
MDL-31235 core_grades: use text filters for criterion fields

2 years agoMDL-45301 assign: Add font options for EditPDF
Tomo Tsuyuki [Fri, 17 Feb 2023 04:30:25 +0000 (15:30 +1100)]
MDL-45301 assign: Add font options for EditPDF

2 years agoMDL-76146 gradereport_grader: remove deprecated preferences.
Ilya Tregubov [Tue, 14 Feb 2023 01:24:57 +0000 (09:24 +0800)]
MDL-76146 gradereport_grader: remove deprecated preferences.

2 years agoMDL-76146 gradereport_grader: Remove show grade analysis icon preference
Ilya Tregubov [Wed, 4 Jan 2023 02:39:49 +0000 (09:39 +0700)]
MDL-76146 gradereport_grader: Remove show grade analysis icon preference

2 years agoMDL-76146 gradereport_grader: Remove show lock icon preference.
Ilya Tregubov [Wed, 4 Jan 2023 02:30:46 +0000 (09:30 +0700)]
MDL-76146 gradereport_grader: Remove show lock icon preference.

2 years agoMDL-76146 gradereport_grader: Remove show show/hide icon preference
Ilya Tregubov [Wed, 4 Jan 2023 02:26:26 +0000 (09:26 +0700)]
MDL-76146 gradereport_grader: Remove show show/hide icon preference

Since we move those icons to actions menu we don't need this pref.

2 years agoMDL-76146 gradereport_grader: Move action icons to action menu.
Ilya Tregubov [Mon, 28 Nov 2022 07:04:42 +0000 (10:04 +0300)]
MDL-76146 gradereport_grader: Move action icons to action menu.

2 years agoMDL-76146 gradereport_grader: Code style fixes.
Ilya Tregubov [Mon, 28 Nov 2022 10:40:08 +0000 (13:40 +0300)]
MDL-76146 gradereport_grader: Code style fixes.

2 years agoMDL-76146 gradereport_grader: Remove non used files.
Ilya Tregubov [Wed, 7 Dec 2022 11:43:29 +0000 (14:43 +0300)]
MDL-76146 gradereport_grader: Remove non used files.

Seems it should have been deprecated long time ago.

2 years agoMDL-76146 gradereport_grader: Deprecate AJAX grading interface.
Ilya Tregubov [Wed, 7 Dec 2022 11:15:21 +0000 (14:15 +0300)]
MDL-76146 gradereport_grader: Deprecate AJAX grading interface.

Its not stable and not consistent.

2 years agoMDL-76146 gradereport_grader: Deprecate quick feedback.
Ilya Tregubov [Mon, 5 Dec 2022 10:54:13 +0000 (13:54 +0300)]
MDL-76146 gradereport_grader: Deprecate quick feedback.

2 years agoweekly release 4.2dev
Ilya Tregubov [Fri, 17 Feb 2023 01:12:15 +0000 (09:12 +0800)]
weekly release 4.2dev

2 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Ilya Tregubov [Fri, 17 Feb 2023 01:12:12 +0000 (09:12 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

2 years agoMDL-77285 behat: change window size to large to prevent error
Simey Lameze [Fri, 17 Feb 2023 00:43:08 +0000 (08:43 +0800)]
MDL-77285 behat: change window size to large to prevent error

2 years agoAutomatically generated installer lang files
AMOS bot [Fri, 17 Feb 2023 00:07:56 +0000 (00:07 +0000)]
Automatically generated installer lang files