- 10 May, 2021 1 commit
-
-
Mihail Geshoski authored
-
- 07 May, 2021 19 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
git://github.com/HuongNV13/moodlejun authored
-
Huong Nguyen authored
-
-
Without this, people can craft URLs that other users might use not realising what they do - and as a XSS vulnerability, it could do any number of things the clicking-user has access to do on the site. Change-Id: I82adc71e8706d8929011b4b24523d5b62b8ccea1
-
git://github.com/marinaglancy/moodlejun authored
-
-
https://github.com/StudiUM/moodlevictor authored
-
-
-
-
-
passing null to getdate() has different results in PHP7 and PHP8
-
Eloy Lafuente authored
-
Sara Arjona authored
-
-
- 06 May, 2021 20 commits
-
-
-
git://github.com/paulholden/moodlevictor authored
-
Paul Holden authored
See also 643b0cca.
-
-
Marina Glancy authored
because of changes in PHP8 the '' == 0 is no longer true and the error in the google api wrapper was discovered
-
Paul Holden authored
* The button to "Add group/grouping access restriction" under common module settings should only be present if corresponding availability plugins are enabled; and * Prevent the same button behaving as a submit button, which intercepted the user hitting return in the form and added a restriction without deliberate action taken by the user.
-
Marina Glancy authored
-
Eloy Lafuente authored
This isn't really a deprecations where something is replaced by another and all uses must adapt to. Instead it's just a fallback functionality that will stop working in Moodle 4.2. Because of that, I've tried to add TODO/@todo comments to the places that will need to modified, always pointing to MDL-71421 that is where the removal will happen. Also, haven't added any debugging() output, after thinking a lot about it, because this isn't anything that developers can be using but a internal implementation detail (a fallback) that we want to remove in some versions.
-
-
git://github.com/paulholden/moodlevictor authored
-
-
git://github.com/rezaies/moodlejun authored
-
Shamim Rezaie authored
The %P modifier is not supported in the macOS (MDL-71549)
-
-
https://github.com/stronk7/moodlejun authored
-
-
-
Eloy Lafuente authored
1) The GROUP BY statement must include all fields in the SELECT not being aggregated or constant cols. 2) There was a missing space causing problems to databases using named parameters.
-
-
Eloy Lafuente authored
-