- 11 May, 2021 2 commits
-
-
https://github.com/stronk7/moodlevictor authored
-
-
- 10 May, 2021 5 commits
-
-
-
-
https://github.com/brickfield/moodlejun authored
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
- 09 May, 2021 1 commit
-
-
- 07 May, 2021 24 commits
-
-
Eloy Lafuente authored
Also adds xmlrpc-beta from PECL (PHP8 moved the extension there) and setups max_input_vars=5000 as initial value (see MDL-71390). Note that this also includes a tiny modification when configuring redis sessions, because there was some outdated code from old issue, now fixed (MDL-60978), so that info has been removed.
-
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
-
-
Dan Marsden authored
-
https://github.com/StudiUM/moodlevictor authored
-
Mike Churchward authored
-
-
-
-
-
Mike Churchward authored
-
passing null to getdate() has different results in PHP7 and PHP8
-
Eloy Lafuente authored
-
Sara Arjona authored
-
Mike Churchward authored
-
-
- 06 May, 2021 8 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.
-