- 17 Dec, 2019 1 commit
-
-
Daniel Neis Araujo authored
-
- 28 Nov, 2019 1 commit
-
-
Eloy Lafuente (stronk7) authored
-
- 27 Nov, 2019 1 commit
-
-
Andrew Nicols authored
-
- 26 Nov, 2019 13 commits
-
-
https://github.com/sammarshallou/moodleEloy Lafuente (stronk7) authored
(fix trailing whitespace case)
-
-
Luca Bösch authored
-
Eloy Lafuente (stronk7) authored
The "creating default object from empty value" warning is now consistently thrown if a falsy value is promoted into an stdClass object. Previously some cases like `$null->prop[0] = $val` missed this warning.
-
Sara Arjona Téllez authored
Fields with the visibility different to Everyone should be never displayed in the available filters custom field.
-
Sara Arjona Téllez authored
When defining the available filters for the Dashboard, only the fields visible to everyone should be displayed in the Custom field filter.
-
Eloy Lafuente (stronk7) authored
Apart from the main import of the library, there are a couple of commits (with corresponding PRs upstream) that have been added to provide php74 compatibility. This commit addes them to the instructions, to ensure that they will be reviewed on next import.
-
Eloy Lafuente (stronk7) authored
I was fixing this adding a extra dir_exists() check that is better than the silence operator but that was that already there was a PR using @. So went to it. This is https://git.io/JeKft
-
Eloy Lafuente (stronk7) authored
This is https://git.io/JeKfT
-
Eloy Lafuente (stronk7) authored
This is https://git.io/JeKfU
-
Eloy Lafuente (stronk7) authored
Bug fixes and php74 support.
-
Bas Brands authored
-
Mikhail Golenkov authored
-
- 25 Nov, 2019 9 commits
-
-
Marina Glancy authored
-
-
David Monllaó authored
-
Andrew Nicols authored
-
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
Andrew Nicols authored
YUI Dialogues were using an older method for locking focus to modals, but this way conflicts with the way in which we lock focus for AMD modules. As a result, when an AMD dialogue launches a YUI dialogue the focus is not correctly locked and it is not possible to focus on anything in the YUI dialogue. This includes a minor changes to the focuslock AMD module to ensure that it is possible to loop the focus in both directions. Many of our older YUI dialogues are themselves focusable. As a result we need to include the lock region in the calculation when calculating the possible descendants. If we do not do so then the reverse looping does not work.
-
Eloy Lafuente (stronk7) authored
By default json_decode() returns object for associative arrays. That was not a problem till now becuause array_key_exists() worked with objects too. But in php74 that emits a warning. So we need to ensure that the information arriving to it is an array, allowing everything to continue working ok.
-
- 21 Nov, 2019 8 commits
-
-
Eloy Lafuente (stronk7) authored
-
sam marshall authored
When calling the calendar_get_allowed_event_types function with no course id, it is supposed to return true if you have the relevant permissions in any course. For users who have the managegroupentries permission, this was not the case - even though it works correctly if you call the function with a supplied course id. This change makes behaviour with and without a supplied course id consistent.
-
Eloy Lafuente (stronk7) authored
Nesting ternary operators without explicit parentheses is deprecated: // Code like $a ? $b : $c ? $d : $e // should be replaced by (current interpretation) ($a ? $b : $c) ? $d : $e // or (likely intended interpretation) $a ? $b : ($c ? $d : $e)
-
Eloy Lafuente (stronk7) authored
The commit to apply, from upstream repo, is: https://github.com/michelf/php-markdown/commit/a35858f0409e5f01474f5cd562d17289fe8e5435 But it doesn't apply clean to our current 1.8.0 version. So we have ended a slightly different version in core reproducing the same changes.
-
Eloy Lafuente (stronk7) authored
Note this is different from the upstream commit: https://github.com/michelf/php-markdown/commit/a35858f0409e5f01474f5cd562d17289fe8e5435 because it was conflicting so only the cases corresponding to our current 1.8.0 version have been modified. This commit is trivial, just a pure curly to square replacement.
-
Tim Hunt authored
This extends the step Given the following "users" exist: to also support things like Given the following "mod_quiz > user overrides" exist: Instructions are on the behat_data_generators and behat_generator_base classes.
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
This simply applies this pull request: https://github.com/ezyang/htmlpurifier/pull/224 straight to our library. Once there is some new htmlpurifier release available (>v4.11.0) we'll be back upstream because the fix will be included.
-
- 20 Nov, 2019 7 commits
-
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
This has been sent also upstream @ https://github.com/h5p/h5p-php-library/pull/69
-
Michael Hawkins authored
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
-