- 31 Mar, 2021 1 commit
-
-
Mahmoud Kassaei authored
-
- 11 Nov, 2020 1 commit
-
-
Juan Leyva authored
-
- 21 Oct, 2020 2 commits
-
-
Eloy Lafuente authored
The optional parameters of assertEquals() and assertNotEquals() are deprecated in PHPUnit 8 (to be removed in PHPUnit 9): - delta => use assertEqualsWithDelta() - canonicalize => use assertEqualsCanonicalizing() - ignoreCase => use assertEqualsIgnoringCase - maxDepth => removed without replacement. More info @ https://github.com/sebastianbergmann/phpunit/issues/3341 Initial search done with: ag 'assert(Not)?Equals\(.*,.*,' --php Then, running tests and fixing remaining cases.
-
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 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 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
-
- 23 Apr, 2020 2 commits
- 13 Nov, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019111800 release version requires= 2019111200 current beta (week7roll1) version
-
- 14 Oct, 2019 1 commit
-
-
Tim Hunt authored
There is a proposed change MDL-66816 which will change the question bank UI. This will break any Behat tests which uses low-level steps like When I click on "Duplicate" "link" in the "Test question" "table_row" to perform an action on a question in the question bank. This commit introduces a new step: When I choose "Duplicate" action for "Test question" in the question bank This commit also converts all core Behat tests to use the new step.
-
- 13 Jul, 2019 1 commit
-
-
David Castro authored
Summarising responses fails when question choices have been removed. AMOS BEGIN CPY [deletedchoice,qtype_match],[deletedchoice,qtype_ddimageortext] AMOS END (cherry picked from commit f0265e6db16caa6d13f8bce291e7da91b0eabb53)
-
- 13 May, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019052000 release version requires= 2019051100 current beta (week6roll2) version
-
- 28 Feb, 2019 1 commit
-
-
Significant string changes: * importgroups_help,core_group - Correcting optional fieldnames (removing picture, hidepicture and adding groupidnumber, groupingname and enablemessaging) * penaltyforeachincorrecttry_help,core_question - additional paragraph about scoring logic * resultdownloadready,tool_dataprivacy - wording corrected (no need to go to a download page) * auth_dbfielduser,auth_db - varchar data type requirement
-
- 20 Feb, 2019 1 commit
-
-
M Kassaei authored
-
- 11 Feb, 2019 1 commit
-
-
John Beedell authored
-
- 01 Feb, 2019 1 commit
-
-
M Kassaei authored
Users were getting confused between choice numbers and group numbers. So choice numbers now show as [[1]] to match what appears in the question text. Groups are now letters A, B, ...
-
- 11 Jan, 2019 1 commit
-
-
Tim Hunt authored
This is for accessibility, so that screen readers can read the drag items with correct pronunciation.
-
- 15 Dec, 2018 1 commit
-
-
John Beedell authored
-
- 30 Nov, 2018 2 commits
-
-
Tim Hunt authored
The extended Behat test show the qtype works fine without it.
-
Eloy Lafuente authored
version = 2018120300 release version requires= 2018112800 current rc2 (week7roll1) version
-
- 20 Oct, 2018 1 commit
-
-
Tim Hunt authored
-
- 21 Sep, 2018 1 commit
-
-
John Beedell authored
-
- 29 Aug, 2018 1 commit
-
-
Eloy Lafuente authored
-
- 20 Aug, 2018 1 commit
-
-
victor authored
Definition step deprecated and affected tests modified.
-
- 03 Aug, 2018 1 commit
-
-
Huong Nguyen authored
-
- 09 May, 2018 1 commit
-
-
Eloy Lafuente authored
version = 2018051400 release version requires= 2018050800 current beta+ (week4roll1) version
-
- 03 May, 2018 1 commit
-
-
Andrew Nicols authored
-
- 17 Apr, 2018 1 commit
-
-
Marina Glancy authored
-
- 29 Mar, 2018 1 commit
-
-
Luca Bösch authored
-
- 27 Mar, 2018 1 commit
-
-
Simey Lameze authored
-
- 19 Mar, 2018 1 commit
-
-
Simey Lameze authored
-
- 25 Jan, 2018 1 commit
-
-
Andrew Nicols authored
-
- 18 Jan, 2018 1 commit
-
-
Luca Bösch authored
-
- 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
-
- 03 Apr, 2017 2 commits
-
-
Also remove few more unnecessary steps that redirects behat to site home page to actually get to the course. Part of MDL-55611 epic.
-
Part of MDL-55611 epic.
-
- 27 Jan, 2017 1 commit
-
-
Tim Hunt authored
-
- 03 Jan, 2017 1 commit
-
-
Rajesh Taneja authored
-