- 13 Jul, 2022 1 commit
-
-
g.avgeris authored
- Howto Theme - Login Screen for EFKA - Core changes for GSIS Authentication - Core Changes on Book Activity
-
- 15 May, 2021 1 commit
-
-
Eloy Lafuente (stronk7) authored
-
- 14 May, 2021 3 commits
-
-
Sara Arjona authored
-
Sara Arjona authored
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
-
AMOS bot authored
-
- 13 May, 2021 5 commits
-
-
-
Sara Arjona authored
Merge branch 'MDL-71611-311_blockaccessreviewupgrade' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
-
-
Jun Pataleta authored
Merge branch 'MDL-71584-311_Languagestrings' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
-
Jake Dallimore authored
Some fields were being hidden based on whether the service was set up for internal service use or was a service shown on the login page. These fields refer to OAuth 2 logins and must be configurable for both kinds of services.
-
- 12 May, 2021 8 commits
-
-
-
Mike Churchward authored
-
David Mudrák authored
-
Helen Foster authored
-
Mike Churchward authored
-
-
Huong Nguyen authored
-
-
- 11 May, 2021 7 commits
-
-
Karen Holland authored
-
Eloy Lafuente (stronk7) 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) *=.*//.*[^;\.]$')
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
version = 2021051700 release version requires= 2021051100 current rc1 (week7roll1) version Note that, because we are under parallel development period, this is being done in the branch that is going to be released (MOODLE_311_STABLE already existing) for Moodle 3.11.0 and not in master, that is the one getting the bump under normal (non-parallel) periods.
-
Sara Arjona authored
-
Sara Arjona authored
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
-
AMOS bot authored
-
- 10 May, 2021 8 commits
-
-
Thong Bui authored
-
-
Víctor Déniz authored
Merge branch 'MDL-71543-311_toggleicon' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
-
-
-
Jun Pataleta authored
Merge branch 'MDL-71552-311_heatmaptoggle' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
-
Mihail Geshoski authored
-
Mihail Geshoski authored
-
- 08 May, 2021 1 commit
-
-
Víctor Déniz authored
Merge branch 'MDL-71544-311_Errorspage' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
-
- 07 May, 2021 6 commits
-
-
Eloy Lafuente (stronk7) 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 (stronk7) authored
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
-
Eloy Lafuente (stronk7) authored
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
-
-