- 09 Nov, 2021 1 commit
-
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
- 29 Sep, 2021 3 commits
- 14 Sep, 2021 2 commits
-
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
- 23 Aug, 2021 1 commit
-
-
Adrian Greeve authored
- Part of: MDL-69588 A lot of tests rely on the last element of the breadcrumb being active. This updates feature files to not rely on this anymore.
-
- 20 Aug, 2021 1 commit
-
-
Co-authored-by:
Ilya Tregubov <ilya@moodle.com>
-
- 26 Jul, 2021 1 commit
-
-
Andrew Nicols authored
-
- 14 Jul, 2021 1 commit
-
-
The new drawers structure shows that some elements are dependant from the page structure and broke some behats. This commit fixes those components and tests.
-
- 12 May, 2021 1 commit
-
-
Eloy Lafuente authored
It seems that the new phpcs3 checker is now controlling those line comments that previously were ignored. This commit just looks for all the cases and bulk-add them when needed. The bash script (mac) used to add all them is: while read -r line; do arr=(${line//:/ }) if [[ -n ${arr[0]} ]] && [[ -n ${arr[1]} ]]; then echo " file ${arr[0]}, line ${arr[1]}" sed -i "${arr[1]}s/\$/\./" ${arr[0]} fi done < <(find . -name version.php | xargs ag --nomultiline '>(version|requires) *=.*//.*[^;\.]$')
-
- 04 May, 2021 1 commit
-
-
David Mudrák authored
-
- 01 May, 2021 1 commit
-
-
ilya authored
Move activity creation to data generators. Only fixing those tests failing due to removing usemodchooser preference.
-
- 29 Apr, 2021 1 commit
-
-
Michael Hawkins authored
-
- 13 Apr, 2021 1 commit
-
-
jun authored
-
- 12 Mar, 2021 1 commit
-
-
Eloy Lafuente authored
In PHPUnit 9.1, the following regexp-related assertions have been deprecated and there are new alternatives for all them: - assertRegExp() -> assertMatchesRegularExpression() - assertNotRegExp() -> assertDoesNotMatchRegularExpression() This is about to, simply, move all cases to the new alternatives. Source: https://github.com/sebastianbergmann/phpunit/blob/9.1.0/ChangeLog-9.1.md Regexp to find all them: ag 'assertRegExp|assertNotRegExp' -li
-
- 14 Jan, 2021 1 commit
-
-
Eloy Lafuente authored
This just deletes all the upgrade steps previous to 3.6.0. Some small adjustments, like tweaking globals can also be applied when needed. Also includes an upgrade step to prevent upgrading from any version < 2018120300 (v3.6.0) as anti-cheating measure. Note that in this case, there wasn't any case of upgradelib functions being used, hence we haven't to deprecate/remove anything in codebase. When there is such a need, that is done in separate commits (one for each function) and documented here. See MDL-65809 commits for an example removing/deprecating a good number of functions.
-
- 23 Nov, 2020 1 commit
-
-
Andrew Nicols authored
-
- 19 Nov, 2020 1 commit
-
-
Peter Dias authored
-
- 21 Oct, 2020 1 commit
-
-
Eloy Lafuente authored
All the setup/teardown/pre/post/conditions template methods now are required to return void. This was warned with phpunit 7 and now is enforced. At the same time, fix a few wrong function names, provider data and param types, return statements...
-
- 28 Sep, 2020 1 commit
-
-
Nathan Nguyen authored
-
- 08 Sep, 2020 1 commit
-
-
Mihail Geshoski authored
-
- 18 Aug, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2021052500 release version requires= 2021052500 same than version Why 20210525? (25th May 2021) ? Because master is going to be Moodle 4.0, to be released on November 2021. And, until then, we are going to have a couple of "intermediate" releases: - Moodle 3.10 to be released 9th November 2020. (2020110900) This version will be using versions from today to 2020110900 (once it's released the YYYYMMDD part stops advancing). - Moodle 3.11 to be released 10th May 2021. (2021051000) This version will be using versions from 3.10 release to 2021051000 (once it's released the YYYYMMDD part stops advancing). That means that all versions from today to 2021051000 are going to be used by those 2 "intermediate" releases (3.10 and 3.11). And we cannot use them in master, because it's forbidden to have any overlapping of versions between branches (or different upgrade paths will fail). So, get that 2021051000, let's add it a couple of weeks to cover the on-sync period (or a 2 weeks delay max!) and, the first version that master can "own" in exclusive (without any overlap) is, exactly, 25th May 2021, hence our 20210525.
-
- 17 Aug, 2020 3 commits
-
-
bas authored
-
Mihail Geshoski authored
-
Eloy Lafuente authored
version = 2021052500 release version requires= 2021052500 same than version Why 20210525? (25th May 2021) ? Because master is going to be Moodle 4.0, to be released on November 2021. And, until then, we are going to have a couple of "intermediate" releases: - Moodle 3.10 to be released 9th November 2020. (2020110900) This version will be using versions from today to 2020110900 (once it's released the YYYYMMDD part stops advancing). - Moodle 3.11 to be released 10th May 2021. (2021051000) This version will be using versions from 3.10 release to 2021051000 (once it's released the YYYYMMDD part stops advancing). That means that all versions from today to 2021051000 are going to be used by those 2 "intermediate" releases (3.10 and 3.11). And we cannot use them in mater, because it's forbidden to have any overlapping of versions between branches (or different upgrade paths will fail). So, get that 2021051000, let's add it a couple of weeks to cover the on-sync period (or a 2 weeks delay max!) and, the first version that master can "own" in exclusive (without any overlap) is, exactly, 25th May 2021, hence our 20210525.
-
- 14 Jun, 2020 1 commit
-
-
Eloy Lafuente authored
-
- 09 Jun, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2020061500 release version requires= 2020060900 current rc1 (week7roll1) version
-
- 15 May, 2020 1 commit
-
-
Luca Bösch authored
-
- 29 Mar, 2020 1 commit
-
-
Tim Hunt authored
-
- 25 Mar, 2020 1 commit
-
-
bas authored
Make the book navigation more distinguishable from activity navigation
-
- 23 Dec, 2019 1 commit
-
-
John Yao authored
* Users who has permission should be able to view after turning editing off
-
- 20 Dec, 2019 1 commit
-
-
Sara Arjona authored
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
-
- 16 Dec, 2019 1 commit
-
-
bas authored
* using flexbox to position titles * fix for title overlap on edit mode * show correct bullets, number or indent
-
- 29 Nov, 2019 1 commit
-
-
Juan Leyva authored
-
- 17 Nov, 2019 1 commit
-
-
Eloy Lafuente authored
-
- 13 Nov, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019111800 release version requires= 2019111200 current beta (week7roll1) version
-
- 07 Nov, 2019 1 commit
-
-
David Monllaó authored
-
- 04 Nov, 2019 1 commit
-
-
- 16 Sep, 2019 1 commit
-
-
Juan Leyva authored
The Web Service seems to be doing excessive text cleaning.
-