- 09 Nov, 2021 1 commit
-
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
- 14 Sep, 2021 1 commit
-
-
Mihail Geshoski authored
-
- 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) *=.*//.*[^;\.]$')
-
- 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...
-
- 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 2 commits
-
-
bas 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.
-
- 09 Jun, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2020061500 release version requires= 2020060900 current rc1 (week7roll1) version
-
- 29 Mar, 2020 1 commit
-
-
Tim Hunt authored
-
- 29 Nov, 2019 1 commit
-
-
Juan Leyva authored
-
- 13 Nov, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019111800 release version requires= 2019111200 current beta (week7roll1) version
-
- 13 May, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019052000 release version requires= 2019051100 current beta (week6roll2) version
-
- 30 Apr, 2019 1 commit
-
-
Ryan Wyllie authored
-
- 03 Apr, 2019 2 commits
-
-
Mathew May authored
-
Mathew May authored
-
- 05 Feb, 2019 2 commits
-
-
jun authored
-
Mihail Geshoski authored
-
- 30 Nov, 2018 1 commit
-
-
Eloy Lafuente authored
version = 2018120300 release version requires= 2018112800 current rc2 (week7roll1) version
-
- 09 May, 2018 1 commit
-
-
Eloy Lafuente authored
version = 2018051400 release version requires= 2018050800 current beta+ (week4roll1) version
-
- 13 Apr, 2018 1 commit
-
-
Mihail Geshoski authored
Implement null privacy provider into booktool_exportimscp, booktool_importhtml, booktool_print plugin.
-
- 10 Nov, 2017 1 commit
-
-
Eloy Lafuente authored
version = 2017111300 release version requires= 2017110800 current rc2 version
-
- 09 May, 2017 1 commit
-
-
Eloy Lafuente authored
version = 2017051500 release version requires= 2017050500 current rc1 version
-
- 30 Nov, 2016 1 commit
-
-
Eloy Lafuente authored
version = 2016120500 release version requires= 2016112900 current rc4 version
-
- 30 Sep, 2016 4 commits
-
-
Dan Poltawski authored
-
Dan Poltawski authored
-
Dan Poltawski authored
1) Legacy css where it would not be a good use of time to update. 2) Ignored some long lines and added todo 3) Fixed some line length issues
-
Dan Poltawski authored
-
- 23 Sep, 2016 1 commit
-
-
Part of MDL-55071
-
- 17 Jun, 2016 1 commit
-
-
Dan Poltawski authored
(Important is by design for print layout)
-
- 10 Jun, 2016 1 commit
-
-
Russell Smith authored
dirname() is a slow function compared with __DIR__ and using '/../'. Moodle has a large number of legacy files that are included each time a page loads and is not able to use an autoloader as it is functional code. This allows those required includes to perform as best as possible in this situation.
-
- 19 May, 2016 1 commit
-
-
Eloy Lafuente authored
version = 2016052300 release version requires= 2016051900 current rc1 version
-
- 30 Mar, 2016 1 commit
-
-
Juan Leyva authored
-
- 25 Feb, 2016 2 commits
-
-
-
Used options: -o7 -strip all and advdef -z4 -i50. (With ./lib excluded)
-
- 10 Nov, 2015 1 commit
-
-
Eloy Lafuente authored
version = planned 2015111600 release version requires= current 2015111000 rc3 version
-
- 12 Oct, 2015 1 commit
-
-
Mark Nelson authored
-
- 06 May, 2015 1 commit
-
-
Eloy Lafuente authored
-
- 05 May, 2015 1 commit
-
-
Eloy Lafuente authored
version = planned 2015051100 release version requires= current 2015050500 rc1 version Note: On purpose, the course format social wrong version (2015102100) has been kept unmodified. Looking forward a solution right now.
-
- 21 Nov, 2014 1 commit
-
-
Jetha Chan authored
-