Peter Burnett [Thu, 16 Jan 2020 01:58:31 +0000 (11:58 +1000)]
MDL-59562 core: updated type hint of new function
Peter Burnett [Wed, 15 Jan 2020 05:46:46 +0000 (15:46 +1000)]
MDL-59562 core: changed branch behaviour during initial install.
[Peter Burnett] [Wed, 25 Sep 2019 05:51:21 +0000 (15:51 +1000)]
MDL-59562 upgrade: Plugins can declare supported moodle versions
* Plugins can now explicitly declare supported and incompatible Moodle
versions in version.php
- $plugin->supported[37,39];
supported takes an array of ascending numbers, that correspond to a
range of branch numbers of supported versions, inclusive. Moodle
versions that are outside of this range will produce a message
notifying at install time, but will allow for installation.
- $plugin->incompatible = 36;
incompatible takes a single int corresponding to the first incompatible
branch. Any Moodle versions including and below this will be prevented
from installing the plugin, and a message will be given when
attempting installation.
Jake Dallimore [Fri, 3 Jan 2020 03:24:56 +0000 (11:24 +0800)]
weekly release 3.9dev
Jake Dallimore [Fri, 3 Jan 2020 03:24:56 +0000 (11:24 +0800)]
NOBUG: Fixed file access permissions
Jake Dallimore [Fri, 3 Jan 2020 03:24:53 +0000 (11:24 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
AMOS bot [Fri, 3 Jan 2020 00:12:04 +0000 (00:12 +0000)]
Automatically generated installer lang files
Adrian Greeve [Thu, 2 Jan 2020 07:15:00 +0000 (15:15 +0800)]
Merge branch 'MDL-67599-master' of https://github.com/snake/moodle
Jake Dallimore [Thu, 2 Jan 2020 02:28:14 +0000 (10:28 +0800)]
MDL-67599 behat: fix behat tests assuming Jan 2020 is a future date
Jun Pataleta [Thu, 2 Jan 2020 03:52:10 +0000 (11:52 +0800)]
Merge branch 'MDL-65835-master' of git://github.com/abgreeve/moodle
Adrian Greeve [Mon, 16 Dec 2019 06:57:01 +0000 (14:57 +0800)]
MDL-65835 plagiarism: Initial deprecation of old functions.
This is the initial deprecation of:
* plagiarism_save_form_elements
* plagiarism_get_form_elements_module
* plagiarism_plugin::get_form_elements_module
* plagiarism_plugin::save_form_elements
Jake Dallimore [Thu, 2 Jan 2020 02:19:07 +0000 (10:19 +0800)]
Merge branch 'MDL-67598' of https://github.com/stronk7/moodle
AMOS bot [Thu, 2 Jan 2020 00:10:15 +0000 (00:10 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 1 Jan 2020 23:06:40 +0000 (00:06 +0100)]
MDL-67598 unit tests: Pass day of month without leading zero
Note this fixes the unit tests. Still the calendar API itself
should be able to manage this cases, both casting (int) or
being stricter about what's allowed there (param hinting).
But that falls out from this issue and the code that introduced
the failures, so the pure unit-test fix has been applied.
Eloy Lafuente (stronk7) [Tue, 31 Dec 2019 11:46:20 +0000 (12:46 +0100)]
Merge branch 'MDL-67403-x-redirect-by' of https://github.com/brendanheywood/moodle
Eloy Lafuente (stronk7) [Tue, 31 Dec 2019 11:44:58 +0000 (12:44 +0100)]
Merge branch 'MDL-67385-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Tue, 31 Dec 2019 09:45:11 +0000 (10:45 +0100)]
Merge branch 'MDL-67593-master' of https://github.com/snake/moodle
Jake Dallimore [Tue, 31 Dec 2019 07:31:11 +0000 (15:31 +0800)]
MDL-67593 core_iplookup: update lang string describing download process
Let users know they need to register on maxmind before granted download
access.
Jun Pataleta [Tue, 31 Dec 2019 07:19:24 +0000 (15:19 +0800)]
Merge branch 'MDL-63996-master' of git://github.com/andrewnicols/moodle
Jake Dallimore [Tue, 31 Dec 2019 06:38:50 +0000 (14:38 +0800)]
MDL-67593 core_iplookup: use MaxMind test database in unit tests
Instead of downloading a live database (now not available publicly)
use a local test database.
Jun Pataleta [Tue, 31 Dec 2019 03:56:07 +0000 (11:56 +0800)]
Merge branch 'MDL-67487-master' of git://github.com/lucaboesch/moodle
Jun Pataleta [Tue, 31 Dec 2019 03:29:58 +0000 (11:29 +0800)]
Merge branch 'MDL-67470-master' of git://github.com/junpataleta/moodle
Bas Brands [Wed, 11 Dec 2019 12:53:21 +0000 (13:53 +0100)]
MDL-67470 theme_boost: settings_menu_proxy correct background
the .region_main_settings_proxy was introduced in MDL-56582 using the
wrong bootstrap variable for the background color
Adrian Greeve [Mon, 30 Dec 2019 04:50:52 +0000 (12:50 +0800)]
Merge branch 'MDL-67233-master' of git://github.com/peterRd/moodle
Jun Pataleta [Mon, 30 Dec 2019 04:41:49 +0000 (12:41 +0800)]
Merge branch 'MDL-67491-master' of git://github.com/junpataleta/moodle
Adrian Greeve [Mon, 30 Dec 2019 02:48:35 +0000 (10:48 +0800)]
Merge branch 'MDL-67416' of https://github.com/stronk7/moodle
Jake Dallimore [Mon, 30 Dec 2019 02:40:28 +0000 (10:40 +0800)]
Merge branch 'MDL-67380-master' of git://github.com/aanabit/moodle
Jun Pataleta [Mon, 30 Dec 2019 02:39:05 +0000 (10:39 +0800)]
Merge branch 'MDL-63650-master' of git://github.com/aanabit/moodle
Jake Dallimore [Mon, 30 Dec 2019 01:59:20 +0000 (09:59 +0800)]
Merge branch 'master-MDL-67467' of https://github.com/yao9394/moodle
Eloy Lafuente (stronk7) [Sun, 29 Dec 2019 22:31:59 +0000 (23:31 +0100)]
Merge branch 'MDL-67523-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Sun, 29 Dec 2019 22:26:52 +0000 (23:26 +0100)]
Merge branch 'MDL-67527-master-enfix' of git://github.com/mudrd8mz/moodle
Adrian Greeve [Fri, 27 Dec 2019 08:32:59 +0000 (16:32 +0800)]
Merge branch 'MDL-63107-master' of git://github.com/bmbrands/moodle
Adrian Greeve [Fri, 27 Dec 2019 07:43:03 +0000 (15:43 +0800)]
Merge branch 'MDL-65809-master-travisphpbump' of https://github.com/snake/moodle
Jake Dallimore [Fri, 27 Dec 2019 06:45:58 +0000 (14:45 +0800)]
MDL-65809 core: travis min php version set to 7.2 to match requirements
Adrian Greeve [Tue, 24 Dec 2019 06:53:03 +0000 (14:53 +0800)]
Merge branch 'MDL-65809-master' of git://github.com/sarjona/moodle
Jake Dallimore [Tue, 24 Dec 2019 06:44:04 +0000 (14:44 +0800)]
Merge branch 'MDL-60985-master' of git://github.com/lucaboesch/moodle
Adrian Greeve [Mon, 23 Dec 2019 06:26:39 +0000 (14:26 +0800)]
Merge branch 'MDL-66999-master' of git://github.com/bmbrands/moodle
John Yao [Fri, 6 Dec 2019 02:46:21 +0000 (13:46 +1100)]
MDL-67467 Reports: sortable date format in pregress csv report
date format in csv report should be sortable by date.
Adrian Greeve [Mon, 23 Dec 2019 02:28:50 +0000 (10:28 +0800)]
Merge branch 'master-MDL-67524' of https://github.com/yao9394/moodle
Jake Dallimore [Mon, 23 Dec 2019 02:12:01 +0000 (10:12 +0800)]
Merge branch 'MDL-67374-master' of git://github.com/rezaies/moodle
Adrian Greeve [Mon, 23 Dec 2019 01:41:04 +0000 (09:41 +0800)]
Merge branch 'MDL-59487' of https://github.com/brendanheywood/moodle
John Yao [Mon, 16 Dec 2019 00:28:04 +0000 (11:28 +1100)]
MDL-67524 book: fixing view hidden chapter issue
* Users who has permission should be able to view after turning editing off
AMOS bot [Sat, 21 Dec 2019 00:10:48 +0000 (00:10 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Thu, 5 Dec 2019 23:31:04 +0000 (00:31 +0100)]
MDL-67416 composer: bump to moodle-behat-extension 3.39.1
that version already requires php72. The lock file has been
created using that php72 version.
Didier 'OdyX' Raboud [Tue, 10 Dec 2019 15:33:59 +0000 (16:33 +0100)]
MDL-67491 core_message: Primary'fy the contact request counts
Luca Bösch [Wed, 11 Dec 2019 13:44:45 +0000 (14:44 +0100)]
MDL-60985 tool_usertours: Hide next on last, prev on first and primary.
Luca Bösch [Tue, 10 Dec 2019 14:34:23 +0000 (15:34 +0100)]
MDL-67487 forms: align "Custom" checkbox for course section name.
Sara Arjona [Thu, 5 Dec 2019 12:40:24 +0000 (13:40 +0100)]
MDL-65809 upgrade: clean < 3.5.0 upgrade steps
This just deletes all the upgrade steps previous to 3.5.0. Some
small adjustments, like tweaking globals can also be applied
when needed.
Also includes an upgrade step to prevent upgrading from any
version <
2018051700 (v3.5.0) as anti-cheating measure.
Previous commits have removed/deprecated all the upgradelib functions
not used anymore in codebase. Deletion has been documented in corresponding
upgrade.txt files:
- upgrade_fix_block_instance_configuration()
- upgrade_theme_is_from_family(), upgrade_find_theme_location()
and linkcoursesectionsupgradescriptwasrun setting
- upgrade_block_positions
- upgrade_fix_config_auth_plugin_names()
and upgrade_fix_config_auth_plugin_defaults()
- format_xxx_upgrade_remove_numsections(), format_xxx_upgrade_hide_extra_sections()
and format_xxx_upgrade_add_empty_sections()
- filter_mathjaxloader_upgrade_cdn_cloudflare()
and filter_mathjaxloader_upgrade_mathjaxconfig_equal()
- get_assignments_with_rescaled_null_grades()
These have been kept because continue being used by restore:
- \core\task\refresh_mod_calendar_events_task
Sara Arjona [Thu, 5 Dec 2019 12:22:10 +0000 (13:22 +0100)]
MDL-65809 upgrade: remove get_assignments_with_rescaled_null_grades
This function was used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
it internal. Deletion has been documented in corresponding
upgrade.txt files.
Sara Arjona [Thu, 5 Dec 2019 12:12:51 +0000 (13:12 +0100)]
MDL-65809 upgrade: remove filter_mathjaxloader_upgrade_xxx
These functions were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:
- filter_mathjaxloader_upgrade_cdn_cloudflare()
- filter_mathjaxloader_upgrade_mathjaxconfig_equal()
Sara Arjona [Thu, 5 Dec 2019 11:54:53 +0000 (12:54 +0100)]
MDL-65809 upgrade: remove format_xxx_upgrade_remove_numsections
These functions were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:
- format_topics_upgrade_remove_numsections()
- format_topics_upgrade_hide_extra_sections()
- format_topics_upgrade_add_empty_sections()
- format_weeks_upgrade_remove_numsections()
- format_weeks_upgrade_hide_extra_sections()
- format_weeks_upgrade_add_empty_sections()
Sara Arjona [Thu, 5 Dec 2019 11:40:05 +0000 (12:40 +0100)]
MDL-65809 upgrade: remove upgrade_fix_config_auth_plugin_names
These functions were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:
- upgrade_fix_config_auth_plugin_names()
- upgrade_fix_config_auth_plugin_defaults()
Sara Arjona [Thu, 5 Dec 2019 11:11:15 +0000 (12:11 +0100)]
MDL-65809 upgrade: remove upgrade_block_positions
This function was used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
it internal. Deletion has been documented in corresponding
upgrade.txt files.
Sara Arjona [Thu, 5 Dec 2019 11:06:59 +0000 (12:06 +0100)]
MDL-65809 upgrade: remove upgrade_theme_is_from_family
These functions and setting were used only by deleted upgrade steps
so it's safe to proceed with straight deletion, considering
them internal. Deletion has been documented in corresponding
upgrade.txt files:
- upgrade_theme_is_from_family()
- upgrade_find_theme_location()
- linkcoursesectionsupgradescriptwasrun setting
Sara Arjona [Thu, 5 Dec 2019 10:52:23 +0000 (11:52 +0100)]
MDL-65809 upgrade: remove upgrade_fix_block_instance_configuration
The upgrade_fix_block_instance_configuration() function was used
only by deleted upgrade steps so it's safe to proceed with straight
deletion, considering it internal. Deletion has been documented in
corresponding upgrade.txt files.
Sara Arjona [Thu, 5 Dec 2019 08:50:53 +0000 (09:50 +0100)]
MDL-65809 environment: mbstring extension required
Sara Arjona [Thu, 5 Dec 2019 08:49:02 +0000 (09:49 +0100)]
MDL-65809 environment: PHP 7.2 required
Sara Arjona [Thu, 5 Dec 2019 08:47:26 +0000 (09:47 +0100)]
MDL-65809 environment: postgres requirement up to 9.5
Sara Arjona [Thu, 5 Dec 2019 08:46:21 +0000 (09:46 +0100)]
MDL-65809 environment: mariadb requirement up to 10.2
Sara Arjona [Thu, 5 Dec 2019 08:43:56 +0000 (09:43 +0100)]
MDL-65809 environment: 3.5 (LTS) required
Sara Arjona [Thu, 5 Dec 2019 08:41:46 +0000 (09:41 +0100)]
MDL-65809 environment: 3.9 base information
This is a direct copy of the 3.8 branch to have changes
under control easier in next commits.
Amaia Anabitarte [Fri, 13 Dec 2019 16:12:30 +0000 (17:12 +0100)]
MDL-63650 core_message: Final deprecation of mark_all_read_for_user
Amaia Anabitarte [Fri, 13 Dec 2019 11:23:14 +0000 (12:23 +0100)]
MDL-67380 lib: Upgrade GeoIP2 lib to 2.10.0
Amaia Anabitarte [Fri, 13 Dec 2019 11:22:40 +0000 (12:22 +0100)]
MDL-67380 lib: Upgrade MixMind DB reader lib to 1.5.1
Amaia Anabitarte [Fri, 13 Dec 2019 11:21:15 +0000 (12:21 +0100)]
MDL-67380 lib: Update GeoIP2 and MaxMind DB reader versions in Moodle
Eloy Lafuente (stronk7) [Fri, 20 Dec 2019 10:01:55 +0000 (11:01 +0100)]
weekly release 3.9dev
Eloy Lafuente (stronk7) [Fri, 20 Dec 2019 10:01:54 +0000 (11:01 +0100)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Fri, 20 Dec 2019 10:01:52 +0000 (11:01 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 19 Dec 2019 22:01:10 +0000 (23:01 +0100)]
Merge branch 'MDL-67151-master' of git://github.com/rezaies/moodle
Shamim Rezaie [Thu, 19 Dec 2019 14:11:59 +0000 (01:11 +1100)]
MDL-67151 qtype_numerical: convert the tolerance to string before saving
Fix the sqlserver issue when saving a number into a text field
Marina Glancy [Fri, 13 Dec 2019 20:43:55 +0000 (21:43 +0100)]
MDL-67523 core_admin: do not require admin to view category
Revert changes from MDL-58439 (in this file only)
Jun Pataleta [Thu, 19 Dec 2019 03:17:47 +0000 (11:17 +0800)]
Merge branch 'master_MDL-63795_core_setting_defaults' of https://github.com/mattporritt/moodle
Jake Dallimore [Thu, 19 Dec 2019 01:31:28 +0000 (09:31 +0800)]
Merge branch 'MDL-67483-qos-perf' of https://github.com/brendanheywood/moodle
Matt Porritt [Thu, 14 Feb 2019 22:28:10 +0000 (22:28 +0000)]
MDL-63795 Administration: CLI upgrade apply all settings
This patch fixes a regression caused by MDL-62777. MDL-62777 added output to inform
administrators of new default settings. However, the recursion in the code did not
handle new settings made available as the result of the defaults of other settings
being set.
This patch fixes the issue, now all defaults are correctly set, even those exposed
after other defaults are set.
Brendan Heywood [Mon, 9 Dec 2019 23:34:30 +0000 (10:34 +1100)]
MDL-67483 tasks: Improvements to adhoc task queue at very high scale
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 22:04:40 +0000 (23:04 +0100)]
Merge branch 'MDL-67151-master' of git://github.com/rezaies/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 21:44:35 +0000 (22:44 +0100)]
Merge branch 'MDL-54554-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 21:30:28 +0000 (22:30 +0100)]
Merge branch 'MDL-67244-master' of git://github.com/ferranrecio/moodle
David Mudrák [Wed, 18 Dec 2019 08:01:09 +0000 (09:01 +0100)]
MDL-67527 lang: Propagate the string fixes to Behat and other places
Helen Foster [Wed, 18 Dec 2019 07:51:26 +0000 (08:51 +0100)]
MDL-67527 lang: Import fixed English strings (en_fix)
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 18:55:52 +0000 (19:55 +0100)]
Merge branch 'MDL-64695' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 18:39:18 +0000 (19:39 +0100)]
Merge branch 'master_MDL-66972_Streaming_file_types' of https://github.com/mattporritt/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 17:59:38 +0000 (18:59 +0100)]
Merge branch 'MDL-67388-master-2' of git://github.com/rezaies/moodle
Shamim Rezaie [Thu, 5 Dec 2019 04:53:07 +0000 (15:53 +1100)]
MDL-67388 lib: Upgrade babel polyfill to version 7.7.0
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 16:53:00 +0000 (17:53 +0100)]
Merge branch 'MDL-66332-master' of git://github.com/ferranrecio/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 15:23:43 +0000 (16:23 +0100)]
Merge branch 'master_MDL-67433' of https://github.com/golenkovm/moodle
Eloy Lafuente (stronk7) [Wed, 18 Dec 2019 15:19:57 +0000 (16:19 +0100)]
Merge branch 'MDL-67381-master' of git://github.com/rezaies/moodle
ferran.recio [Thu, 29 Aug 2019 14:23:41 +0000 (16:23 +0200)]
MDL-66332 tool_capability: adding acceptance tests
ferran.recio [Tue, 6 Aug 2019 14:34:45 +0000 (16:34 +0200)]
MDL-66332 too_capability: add show differences option
Brendan Heywood [Thu, 28 Nov 2019 11:44:51 +0000 (22:44 +1100)]
MDL-67403 weblib: Add support for X-Redirect-By header
Andrew Nicols [Mon, 16 Dec 2019 02:00:28 +0000 (10:00 +0800)]
MDL-63996 core/tags: Pending JS for all tag code
Mikhail Golenkov [Wed, 18 Dec 2019 00:58:43 +0000 (11:58 +1100)]
MDL-67433 tool_task: Add limits to adhoc CLI runner.
Eloy Lafuente (stronk7) [Tue, 17 Dec 2019 23:29:02 +0000 (00:29 +0100)]
Merge branch 'MDL-60854-master' of git://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Tue, 17 Dec 2019 23:24:09 +0000 (00:24 +0100)]
Merge branch 'MDL-60855-master' of git://github.com/aanabit/moodle
Amended a couple of "depecated" typos
Eloy Lafuente (stronk7) [Tue, 17 Dec 2019 18:34:39 +0000 (19:34 +0100)]
Merge branch 'MDL-67464-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Tue, 17 Dec 2019 09:10:15 +0000 (10:10 +0100)]
Merge branch 'MDL-65722-no-lock-db' of https://github.com/brendanheywood/moodle
Jake Dallimore [Tue, 17 Dec 2019 05:46:27 +0000 (13:46 +0800)]
Merge branch 'MDL-67304_master' of git://github.com/dmonllao/moodle
Jake Dallimore [Tue, 17 Dec 2019 05:36:44 +0000 (13:36 +0800)]
Merge branch 'master_MDL-67502' of https://github.com/golenkovm/moodle
Jake Dallimore [Tue, 17 Dec 2019 05:25:02 +0000 (13:25 +0800)]
Merge branch 'MDL-65735' of https://github.com/paulholden/moodle
Jake Dallimore [Tue, 17 Dec 2019 03:08:56 +0000 (11:08 +0800)]
Merge branch 'MDL-67165' of git://github.com/Chocolate-lightning/moodle_forum-project