moodle.git
3 years agoMerge branch 'MDL-69371-master-fix' of git://github.com/abgreeve/moodle
Jun Pataleta [Fri, 22 Oct 2021 04:59:38 +0000 (12:59 +0800)]
Merge branch 'MDL-69371-master-fix' of git://github.com/abgreeve/moodle

3 years agoMDL-69371 behat: Update to step definition.
abgreeve [Fri, 22 Oct 2021 02:32:14 +0000 (10:32 +0800)]
MDL-69371 behat: Update to step definition.

This extends the step to look for the file manager on
admin pages as well which has a slightly different html
signature to look for.

3 years agoMerge branch 'MDL-72607-master_fix_media_vimeo_url_parser' of https://github.com...
Víctor Déniz [Thu, 21 Oct 2021 22:29:41 +0000 (23:29 +0100)]
Merge branch 'MDL-72607-master_fix_media_vimeo_url_parser' of https://github.com/praxisdigital/moodle

3 years agoMerge branch 'two_failures' of https://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Thu, 21 Oct 2021 21:21:51 +0000 (23:21 +0200)]
Merge branch 'two_failures' of https://github.com/stronk7/moodle

3 years agoMerge branch 'MDL-72228' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Thu, 21 Oct 2021 18:45:30 +0000 (20:45 +0200)]
Merge branch 'MDL-72228' of https://github.com/paulholden/moodle

3 years agoMDL-71663 core_courseformat: fix merge conflict
Ferran Recio [Thu, 21 Oct 2021 18:17:38 +0000 (20:17 +0200)]
MDL-71663 core_courseformat: fix merge conflict

3 years agoMDL-71663: fix editor in classic
Ferran Recio [Thu, 21 Oct 2021 17:13:06 +0000 (19:13 +0200)]
MDL-71663: fix editor in classic

3 years agoMerge branch 'MDL-72878-master' of git://github.com/ilyatregubov/moodle
Jun Pataleta [Thu, 21 Oct 2021 15:40:26 +0000 (23:40 +0800)]
Merge branch 'MDL-72878-master' of git://github.com/ilyatregubov/moodle

3 years agoMerge branch 'MDL-69371-master-fix' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Thu, 21 Oct 2021 15:35:51 +0000 (17:35 +0200)]
Merge branch 'MDL-69371-master-fix' of git://github.com/junpataleta/moodle

3 years agoMDL-69371 output: Render lang_menu only when necessary
Jun Pataleta [Thu, 21 Oct 2021 14:54:48 +0000 (22:54 +0800)]
MDL-69371 output: Render lang_menu only when necessary

3 years agoMerge branch 'MDL-72567-master' of git://github.com/lucaboesch/moodle
Sara Arjona [Thu, 21 Oct 2021 14:38:24 +0000 (16:38 +0200)]
Merge branch 'MDL-72567-master' of git://github.com/lucaboesch/moodle

3 years agoMDL-72878 behat: Fix behat failing in chrome.
Ilya Tregubov [Thu, 21 Oct 2021 12:59:20 +0000 (14:59 +0200)]
MDL-72878 behat: Fix behat failing in chrome.

Element is on edge of browser. Changing window size.

3 years agoMDL-69371 output: Allow null return for export_for_single_select()
Jun Pataleta [Thu, 21 Oct 2021 10:35:04 +0000 (18:35 +0800)]
MDL-69371 output: Allow null return for export_for_single_select()

3 years agoMDL-69371 output: Allow null return for export_for_action_menu()
Jun Pataleta [Thu, 21 Oct 2021 10:14:47 +0000 (18:14 +0800)]
MDL-69371 output: Allow null return for export_for_action_menu()

3 years agoMerge branch 'MDL-69371-master-4' of git://github.com/bmbrands/moodle
abgreeve [Thu, 21 Oct 2021 09:16:48 +0000 (17:16 +0800)]
Merge branch 'MDL-69371-master-4' of git://github.com/bmbrands/moodle

3 years agoMerge branch 'MDL-71953-behat' of git://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 21 Oct 2021 08:27:02 +0000 (16:27 +0800)]
Merge branch 'MDL-71953-behat' of git://github.com/HuongNV13/moodle

3 years agoMDL-72567 courseformat: Have course index support activity name filters
Luca Bösch [Mon, 13 Sep 2021 18:39:36 +0000 (20:39 +0200)]
MDL-72567 courseformat: Have course index support activity name filters

3 years agoMDL-71953 calendar: Fix behat failures
Huong Nguyen [Thu, 21 Oct 2021 07:51:32 +0000 (14:51 +0700)]
MDL-71953 calendar: Fix behat failures

3 years agoMerge branch 'MDL-72013-master-int' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Thu, 21 Oct 2021 07:25:58 +0000 (09:25 +0200)]
Merge branch 'MDL-72013-master-int' of git://github.com/andrewnicols/moodle

3 years agoMerge branch 'MDL-71953-master' of git://github.com/HuongNV13/moodle
Andrew Nicols [Thu, 21 Oct 2021 06:02:58 +0000 (14:02 +0800)]
Merge branch 'MDL-71953-master' of git://github.com/HuongNV13/moodle

3 years agoMDL-72013 js: Configure eslint-jsdoc plugin
Andrew Nicols [Thu, 14 Oct 2021 08:43:51 +0000 (16:43 +0800)]
MDL-72013 js: Configure eslint-jsdoc plugin

This change adds configuration for the eslint-jsdoc plugin in order to
detect the following errors with jsdoc blocks:
* missing params
* params in incorrect order
* params with no type defined
* properties incorrectly defined
* incorrect use of @package
* incorrect values for @access

In addition, warnings will be thrown where indentation is incorrect.

3 years agoMDL-72013 js: Add eslint-jsdoc plugin
Andrew Nicols [Thu, 14 Oct 2021 08:43:29 +0000 (16:43 +0800)]
MDL-72013 js: Add eslint-jsdoc plugin

3 years agoMDL-72013 js: Fix jsdocs to meet stricter eslint
Andrew Nicols [Thu, 14 Oct 2021 08:46:34 +0000 (16:46 +0800)]
MDL-72013 js: Fix jsdocs to meet stricter eslint

3 years agoMerge branch 'MDL-72507-master' of https://github.com/NashTechOpenUniversity/moodle
Andrew Nicols [Thu, 21 Oct 2021 04:56:23 +0000 (12:56 +0800)]
Merge branch 'MDL-72507-master' of https://github.com/NashTechOpenUniversity/moodle

3 years agoMDL-71953 calendar: Accessibility improvement for manage subscription
Huong Nguyen [Sun, 1 Aug 2021 14:18:51 +0000 (21:18 +0700)]
MDL-71953 calendar: Accessibility improvement for manage subscription

 - Create new web services for manage subscription (Update calendar subscription)
 - Modified delete subscription feature to use Web service.
 - Midified update subscription feature to use in-place editbale
 - Delete subscription feature now have a confirmation box before processing.
 - Fixed some accessibility issues
 - Used 'Delete' instead of 'Remove' for deleting subscriptions

3 years agoMerge branch 'MDL-71663-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Thu, 21 Oct 2021 01:29:19 +0000 (09:29 +0800)]
Merge branch 'MDL-71663-master' of git://github.com/ferranrecio/moodle

3 years agoMDL-72228 theme_boost: remove class to account for blocks presence.
Paul Holden [Wed, 13 Oct 2021 20:08:58 +0000 (21:08 +0100)]
MDL-72228 theme_boost: remove class to account for blocks presence.

Course pages use the the drawers layout file, which included a class
to identify whether the page included blocks (`has-blocks`), applying
a width offset to the main region settings menu.

Since 4fa713b0 all course-level blocks are hidden away by default in
a drawer, so the `has-blocks` class had the effect of shifting the
action menu away from the intended right hand side of the page.

3 years agoMDL-71663 core_courseformat: add move tool
Ferran Recio [Wed, 30 Jun 2021 16:06:56 +0000 (18:06 +0200)]
MDL-71663 core_courseformat: add move tool

3 years agoMerge branch 'MDL-72639' of git://github.com/paulholden/moodle
Ilya Tregubov [Wed, 20 Oct 2021 10:59:29 +0000 (12:59 +0200)]
Merge branch 'MDL-72639' of git://github.com/paulholden/moodle

3 years agoMerge branch 'MDL-52456-master-whitespace-fix' of git://github.com/ilyatregubov/moodle
Ilya Tregubov [Wed, 20 Oct 2021 09:53:15 +0000 (11:53 +0200)]
Merge branch 'MDL-52456-master-whitespace-fix' of git://github.com/ilyatregubov/moodle

3 years agoMDL-52456 quiz: Fix illegal white space.
Ilya Tregubov [Wed, 20 Oct 2021 09:51:12 +0000 (11:51 +0200)]
MDL-52456 quiz: Fix illegal white space.

3 years agoMerge branch 'MDL-52456-master' of https://github.com/NashTechOpenUniversity/moodle
Ilya Tregubov [Wed, 20 Oct 2021 09:33:14 +0000 (11:33 +0200)]
Merge branch 'MDL-52456-master' of https://github.com/NashTechOpenUniversity/moodle

3 years agoMerge branch 'MDL-70795-fix-export-data-size' of git://github.com/ilyatregubov/moodle
Ilya Tregubov [Wed, 20 Oct 2021 07:50:59 +0000 (09:50 +0200)]
Merge branch 'MDL-70795-fix-export-data-size' of git://github.com/ilyatregubov/moodle

3 years agoMerge branch 'MDL-72352-master-v2' of git://github.com/peterRd/moodle
Jun Pataleta [Wed, 20 Oct 2021 07:45:22 +0000 (15:45 +0800)]
Merge branch 'MDL-72352-master-v2' of git://github.com/peterRd/moodle

3 years agoMDL-70795 tool_dataprivacy: increase exported data download size.
Paul Holden [Wed, 20 Oct 2021 07:20:32 +0000 (08:20 +0100)]
MDL-70795 tool_dataprivacy: increase exported data download size.

3 years agoMDL-72352 navigation: Unit tests
Peter Dias [Tue, 31 Aug 2021 02:08:03 +0000 (10:08 +0800)]
MDL-72352 navigation: Unit tests

3 years agoMDL-72352 navigation: Add filters to moremenu
Peter Dias [Fri, 27 Aug 2021 07:57:33 +0000 (15:57 +0800)]
MDL-72352 navigation: Add filters to moremenu

3 years agoMDL-72352 navigation: Third party settings with children displayed.
Adrian Greeve [Thu, 26 Aug 2021 07:55:19 +0000 (15:55 +0800)]
MDL-72352 navigation: Third party settings with children displayed.

This makes sure that we are backwards compatible with plugins that
have extended the course or module settings navigation and have
containers.

3 years agoMerge branch 'MDL-72851-master' of git://github.com/ilyatregubov/moodle
Andrew Nicols [Wed, 20 Oct 2021 06:12:40 +0000 (14:12 +0800)]
Merge branch 'MDL-72851-master' of git://github.com/ilyatregubov/moodle

3 years agoMerge branch 'MDL-71211-master-v03' of git://github.com/ferranrecio/moodle
Andrew Nicols [Wed, 20 Oct 2021 01:04:57 +0000 (09:04 +0800)]
Merge branch 'MDL-71211-master-v03' of git://github.com/ferranrecio/moodle

3 years agoMerge branch 'MDL-72596-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 21:05:43 +0000 (23:05 +0200)]
Merge branch 'MDL-72596-master' of https://github.com/sammarshallou/moodle

3 years agoMerge branch 'MDL-72849-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 20:17:04 +0000 (22:17 +0200)]
Merge branch 'MDL-72849-master' of https://github.com/sammarshallou/moodle

3 years agoMDL-72596 core_cache: Track cache I/O size in perfdebug
sam marshall [Thu, 16 Sep 2021 15:26:47 +0000 (16:26 +0100)]
MDL-72596 core_cache: Track cache I/O size in perfdebug

For cache types which mean this information can be obtained without a
significant performance cost (i.e. just by calling strlen and not
having to serialize something that wasn't serialized already),
this change calculates the size of data read from or written to cache
in each request and includes it in the perfdebug table at bottom of
output (when that is turned on).

This supports the following cache types:

* File store
* Redis (only if caching is enabled)

3 years agoMDL-72851 core: Bump $lastmajordbchanges to trigger upgrade immediately.
Ilya Tregubov [Tue, 19 Oct 2021 14:40:42 +0000 (16:40 +0200)]
MDL-72851 core: Bump $lastmajordbchanges to trigger upgrade immediately.

Fixing regression of MDL-52206.

3 years agoMerge branch 'MDL-70795' of git://github.com/paulholden/moodle
Ilya Tregubov [Tue, 19 Oct 2021 13:56:57 +0000 (15:56 +0200)]
Merge branch 'MDL-70795' of git://github.com/paulholden/moodle

3 years agoMDL-52456 Quiz: notification message for students.
Thong Bui [Mon, 12 Jul 2021 07:22:10 +0000 (14:22 +0700)]
MDL-52456 Quiz: notification message for students.

Notification message for students after questions have been manually graded.

3 years agoMDL-70795 reportbuilder: allow user to view custom reports.
David Matamoros [Wed, 25 Aug 2021 10:57:55 +0000 (12:57 +0200)]
MDL-70795 reportbuilder: allow user to view custom reports.

Reports can be viewed via two methods. Non-editing users can
access them via their report listing page, and report editors
can switch between editing and preview mode while working on
their reports.

Clean up remaining string definitions.

Co-authored-by: Mikel Martín <mikel@moodle.com>
3 years agoMDL-70795 reportbuilder: editor elements to set column aggregation.
Paul Holden [Tue, 10 Aug 2021 16:44:31 +0000 (17:44 +0100)]
MDL-70795 reportbuilder: editor elements to set column aggregation.

Aggregation of report columns allows the report editor to perform
common types of data aggregation (concatenation, sum, count, etc)
on given columns.

3 years agoMDL-70795 reportbuilder: report configuration for default sorting.
David Matamoros [Wed, 15 Sep 2021 15:10:00 +0000 (15:10 +0000)]
MDL-70795 reportbuilder: report configuration for default sorting.

Co-authored-By: Mikel Martín <mikel@moodle.com>
3 years agoMDL-70795 reportbuilder: theme updates for custom report editor.
Mikel Martín [Tue, 21 Sep 2021 15:11:00 +0000 (17:11 +0200)]
MDL-70795 reportbuilder: theme updates for custom report editor.

Includes nice interactions for element drag & drop, consistent
styling for templates and tidy up of element alignment/spacing.

3 years agoMDL-70795 reportbuilder: custom report filters editor.
David Matamoros [Fri, 13 Aug 2021 16:41:53 +0000 (16:41 +0000)]
MDL-70795 reportbuilder: custom report filters editor.

Implement module for filters editing, allowing the report
editor to define which filters are available when users
are viewing the report.

These filters allow those users viewing the report to further
limit the data being displayed (after conditions have been
applied), by selecting their own values for each filter.

Co-authored-by: Paul Holden <paulh@moodle.com>
3 years agoMDL-70795 reportbuilder: custom report condition editor.
Paul Holden [Tue, 14 Sep 2021 10:12:25 +0000 (10:12 +0000)]
MDL-70795 reportbuilder: custom report condition editor.

Report conditions allow report creators to limit which data
is displayed when the report is viewed. Users viewing the
report cannot override these condition values.

3 years agoMDL-70795 reportbuilder: beginnings of the report editor.
Paul Holden [Thu, 22 Jul 2021 12:32:55 +0000 (13:32 +0100)]
MDL-70795 reportbuilder: beginnings of the report editor.

Implement UI elements for editing columns of a report, taking their
definitions from the selected datasource.

Co-authored-By: David Matamoros <davidmc@moodle.com>
Co-authored-By: Mikel Martín <mikel@moodle.com>
3 years agoMDL-70795 reportbuilder: add interface for creating reports.
David Matamoros [Tue, 6 Jul 2021 16:10:30 +0000 (16:10 +0000)]
MDL-70795 reportbuilder: add interface for creating reports.

Implement elements for creating/editing reports, along with
new system report for listing and accompanying JS modules for
user interaction.

Create "Users" datasource as proof-of-concept.

Co-authored-By: Paul Holden <paulh@moodle.com>
3 years agoMDL-70795 reportbuilder: define updated schema for custom reports.
Paul Holden [Mon, 5 Jul 2021 10:51:20 +0000 (11:51 +0100)]
MDL-70795 reportbuilder: define updated schema for custom reports.

Define new filter/column models, and updated database schema to
match.

3 years agoMDL-72849 tool_behat: Use of xpath name() not compatible with Firefox
sam marshall [Tue, 19 Oct 2021 12:47:20 +0000 (13:47 +0100)]
MDL-72849 tool_behat: Use of xpath name() not compatible with Firefox

The xpath name() function returns upper-case e.g. 'IMG' in Firefox and
lower-case e.g. 'img' in Chrome.

3 years agoMerge branch 'MDL-71270-master' of git://github.com/mickhawkins/moodle
Ilya Tregubov [Tue, 19 Oct 2021 12:44:35 +0000 (14:44 +0200)]
Merge branch 'MDL-71270-master' of git://github.com/mickhawkins/moodle

3 years agoMDL-69371 core_renderer: Move unit test for language renderable
Bas Brands [Mon, 18 Oct 2021 09:01:28 +0000 (11:01 +0200)]
MDL-69371 core_renderer: Move unit test for language renderable

3 years agoMDL-69371 core_renderer: New core language renderable.
abgreeve [Thu, 14 Oct 2021 01:14:42 +0000 (09:14 +0800)]
MDL-69371 core_renderer: New core language renderable.

3 years agoMDL-69371 core_login: simplification of behat steps
abgreeve [Wed, 13 Oct 2021 03:02:27 +0000 (11:02 +0800)]
MDL-69371 core_login: simplification of behat steps

3 years agoMDL-69371 theme_boost: allow configuring a login background image
Bas Brands [Wed, 13 Oct 2021 07:35:58 +0000 (09:35 +0200)]
MDL-69371 theme_boost: allow configuring a login background image

3 years agoMDL-69371 theme_boost: redesign the moodle login page
Bas Brands [Tue, 13 Apr 2021 10:01:28 +0000 (12:01 +0200)]
MDL-69371 theme_boost: redesign the moodle login page

3 years agoMDL-71211 core_course: Keep the status of course index.
Ilya Tregubov [Mon, 13 Sep 2021 08:15:56 +0000 (10:15 +0200)]
MDL-71211 core_course: Keep the status of course index.

3 years agoon-demand release 4.0dev+
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 10:52:08 +0000 (12:52 +0200)]
on-demand release 4.0dev+

3 years agoNOBUG: Fixed file access permissions
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 10:52:08 +0000 (12:52 +0200)]
NOBUG: Fixed file access permissions

3 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 10:52:03 +0000 (12:52 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

3 years agoMDL-72507 Quiz: Quiz auto-save does not detect uploaded files
Thong Bui [Fri, 24 Sep 2021 02:10:58 +0000 (09:10 +0700)]
MDL-72507 Quiz: Quiz auto-save does not detect uploaded files

3 years agoMerge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle
Eloy Lafuente (stronk7) [Tue, 19 Oct 2021 08:21:54 +0000 (10:21 +0200)]
Merge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle

3 years agoMerge branch 'MDL-71571-master' of https://github.com/kabalin/moodle
Andrew Nicols [Tue, 19 Oct 2021 03:23:06 +0000 (11:23 +0800)]
Merge branch 'MDL-71571-master' of https://github.com/kabalin/moodle

3 years agoMDL-60917 core_search: fix unit test
Nathan Nguyen [Tue, 19 Oct 2021 03:03:55 +0000 (14:03 +1100)]
MDL-60917 core_search: fix unit test

3 years agoMDL-71785 mod_quiz: Correct string as per reviewer feedback
Andrew Nicols [Tue, 19 Oct 2021 03:19:54 +0000 (11:19 +0800)]
MDL-71785 mod_quiz: Correct string as per reviewer feedback

3 years agoMerge branch 'MDL-71785_master' of https://github.com/StudiUM/moodle
Andrew Nicols [Tue, 19 Oct 2021 03:19:06 +0000 (11:19 +0800)]
Merge branch 'MDL-71785_master' of https://github.com/StudiUM/moodle

3 years agoMerge branch 'MDL-72825-master' of git://github.com/HuongNV13/moodle
Jun Pataleta [Tue, 19 Oct 2021 02:59:51 +0000 (10:59 +0800)]
Merge branch 'MDL-72825-master' of git://github.com/HuongNV13/moodle

3 years agoMerge branch 'MDL-72725-master' of git://github.com/ferranrecio/moodle
Andrew Nicols [Tue, 19 Oct 2021 02:05:37 +0000 (10:05 +0800)]
Merge branch 'MDL-72725-master' of git://github.com/ferranrecio/moodle

3 years agoMerge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle
Eloy Lafuente (stronk7) [Mon, 18 Oct 2021 18:31:19 +0000 (20:31 +0200)]
Merge branch 'MDL-60917-Master' of https://github.com/tuanngocnguyen/moodle

3 years agoMerge branch 'MDL-72590-master' of git://github.com/lucaboesch/moodle
Sara Arjona [Mon, 18 Oct 2021 15:38:27 +0000 (17:38 +0200)]
Merge branch 'MDL-72590-master' of git://github.com/lucaboesch/moodle

3 years agoMDL-72590 enrol: Course in success message after unenroll passes filter
Luca Bösch [Wed, 15 Sep 2021 18:37:03 +0000 (20:37 +0200)]
MDL-72590 enrol: Course in success message after unenroll passes filter

3 years agoMerge branch 'MDL-72064-master' of https://github.com/NashTechOpenUniversity/moodle
Sara Arjona [Mon, 18 Oct 2021 10:59:37 +0000 (12:59 +0200)]
Merge branch 'MDL-72064-master' of https://github.com/NashTechOpenUniversity/moodle

3 years agoMerge branch 'MDL-72720-master-fix' of github.com:sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 18 Oct 2021 09:43:09 +0000 (11:43 +0200)]
Merge branch 'MDL-72720-master-fix' of github.com:sarjona/moodle

3 years agoMDL-72720 logstore: Display config changes as expected
Sara Arjona [Mon, 18 Oct 2021 09:30:49 +0000 (11:30 +0200)]
MDL-72720 logstore: Display config changes as expected

3 years agoMDL-71270 core: Updated security.txt expiry
Michael Hawkins [Mon, 18 Oct 2021 09:12:44 +0000 (17:12 +0800)]
MDL-71270 core: Updated security.txt expiry

3 years agoMDL-72725 courseformat: indentation pot-out
Ferran Recio [Thu, 7 Oct 2021 14:59:36 +0000 (16:59 +0200)]
MDL-72725 courseformat: indentation pot-out

3 years agoMDL-72607 media_vimeo: Fix vimeo URL parser
Sam Møller [Thu, 23 Sep 2021 11:24:54 +0000 (13:24 +0200)]
MDL-72607 media_vimeo: Fix vimeo URL parser

Fix vimeo URL parser to support the new vimeo URL format with privacy
settings (the video with password or domain restricted setting).
For example "https://vimeo.com/123456789/2bffff0000" the plugin must
parse the URL "https://player.vimeo.com/video/123456789?h=2bffff0000"
to the iframe source to make it compatible with the new vimeo URL
format.
See more about vimeo video privacy settings at
https://vimeo.com/blog/post/video-privacy-explained/

3 years agoMerge branch 'MDL-72450-master-1' of git://github.com/mihailges/moodle
Ilya Tregubov [Mon, 18 Oct 2021 06:26:49 +0000 (08:26 +0200)]
Merge branch 'MDL-72450-master-1' of git://github.com/mihailges/moodle

3 years agoMerge branch 'MDL-72706-master' of git://github.com/aanabit/moodle
Shamim Rezaie [Mon, 18 Oct 2021 06:19:10 +0000 (17:19 +1100)]
Merge branch 'MDL-72706-master' of git://github.com/aanabit/moodle

3 years agoMerge branch 'MDL-65943-master' of git://github.com/HuongNV13/moodle
Andrew Nicols [Mon, 18 Oct 2021 06:02:47 +0000 (14:02 +0800)]
Merge branch 'MDL-65943-master' of git://github.com/HuongNV13/moodle

3 years agoMerge branch 'MDL-72720-master' of git://github.com/sarjona/moodle
Shamim Rezaie [Mon, 18 Oct 2021 04:43:31 +0000 (15:43 +1100)]
Merge branch 'MDL-72720-master' of git://github.com/sarjona/moodle

3 years agoMDL-65943 media_videojs: add videojs-ogvjs plugin
Huong Nguyen [Thu, 2 Sep 2021 05:30:32 +0000 (12:30 +0700)]
MDL-65943 media_videojs: add videojs-ogvjs plugin

VideoJS now support to play Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video on:
 - Safari on Mac OS
 - Safari on iPhone OS
 - Safari on iPad OS

3 years agoAutomatically generated installer lang files
AMOS bot [Sat, 16 Oct 2021 00:07:43 +0000 (00:07 +0000)]
Automatically generated installer lang files

3 years agoMDL-72706 core_course: Change default value of Hidden sections setting
Amaia Anabitarte [Thu, 14 Oct 2021 08:09:48 +0000 (10:09 +0200)]
MDL-72706 core_course: Change default value of Hidden sections setting

3 years agoon-demand release 4.0dev+
Shamim Rezaie [Fri, 15 Oct 2021 13:30:29 +0000 (00:30 +1100)]
on-demand release 4.0dev+

3 years agoMerge branch 'MDL-71689' of git://github.com/stronk7/moodle
Sara Arjona [Fri, 15 Oct 2021 11:27:25 +0000 (13:27 +0200)]
Merge branch 'MDL-71689' of git://github.com/stronk7/moodle

3 years agoMDL-71689 behat: Raise privacy requests allowed sizes
Eloy Lafuente (stronk7) [Fri, 15 Oct 2021 11:09:46 +0000 (13:09 +0200)]
MDL-71689 behat: Raise privacy requests allowed sizes

This issue comes with some good new CSS that is included in the
privacy request downloads. Now that's causing them to be over
the allowed (tested) size (68 bytes). So raising it by 500 bytes
to have some margin.

3 years agoMDL-72720 tinymce: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 15:09:32 +0000 (17:09 +0200)]
MDL-72720 tinymce: Implement enable_plugin() method

3 years agoMDL-72720 logstore: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 14:54:59 +0000 (16:54 +0200)]
MDL-72720 logstore: Implement enable_plugin() method

3 years agoMDL-72720 webservice: Implement enable_plugin() method 1dfa86b4b4076d58fa66be0044ae5ef5a910c9c4
Sara Arjona [Tue, 5 Oct 2021 14:30:22 +0000 (16:30 +0200)]
MDL-72720 webservice: Implement enable_plugin() method

3 years agoMDL-72720 repository: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 14:16:44 +0000 (16:16 +0200)]
MDL-72720 repository: Implement enable_plugin() method

This one was tricky because it works slightly different and requires
a repository instance will be created if it doesn't exist.
For now I've implemented the easiest approach because it's not
possible to create instances (some extra parameters should be added
to the method in order to support it).

3 years agoMDL-72720 qtype: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 10:56:25 +0000 (12:56 +0200)]
MDL-72720 qtype: Implement enable_plugin() method

3 years agoMDL-72720 qbehaviour: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 10:43:08 +0000 (12:43 +0200)]
MDL-72720 qbehaviour: Implement enable_plugin() method

3 years agoMDL-72720 qbank: Implement enable_plugin() method
Sara Arjona [Tue, 5 Oct 2021 10:14:52 +0000 (12:14 +0200)]
MDL-72720 qbank: Implement enable_plugin() method