Eloy Lafuente (stronk7)
bca8b8bd49
Merge branch 'MDL-71373-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-05-18 22:54:25 +02:00
Sara Arjona
536a5a4ac5
Merge branch 'MDL-71638_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-05-17 12:44:50 +02:00
Eloy Lafuente (stronk7)
b23a50a063
MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts
2021-05-16 00:00:43 +02:00
Eloy Lafuente (stronk7)
94f2d3fc4b
Moodle release 3.11
2021-05-15 18:10:59 +02:00
Luca Bösch
0c3a643182
MDL-71373 core_enrol: localize "close" in role manager.
2021-05-14 14:17:47 +02:00
Luca Bösch
c9be7c7c5b
MDL-71373 tool_usertours: localize "previous"/"next" in user tours.
2021-05-14 14:17:47 +02:00
Luca Bösch
280ec710c7
MDL-71373 core_table: localize "previous"/"next" in pagination.
2021-05-14 14:17:47 +02:00
Sara Arjona
bdd30ee5b1
Moodle release 3.11rc2
2021-05-14 11:09:10 +02:00
Sara Arjona
c537bd587c
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-14 11:09:07 +02:00
AMOS bot
3f02adabd1
Automatically generated installer lang files
2021-05-14 00:07:33 +00:00
Víctor Déniz
439d1cf29d
Merge branch 'MDL-71569_Summarydata' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-13 22:40:15 +01:00
Sara Arjona
511986822d
Merge branch 'MDL-71611-311_blockaccessreviewupgrade' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-13 11:45:41 +02:00
Jun Pataleta
3bf7557afd
Merge branch 'MDL-71612-311' of https://github.com/snake/moodle into MOODLE_311_STABLE
2021-05-13 14:30:07 +08:00
Jun Pataleta
789fab146f
Merge branch 'MDL-71584-311_Languagestrings' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-13 14:00:28 +08:00
Jake Dallimore
aaaaf28ec2
MDL-71612 tool_oauth2: remove erroneous hideIf rules for form fields
...
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.
2021-05-13 12:54:01 +08:00
Eloy Lafuente (stronk7)
370a38484f
Merge branch 'MDL-71580-311-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-05-12 23:00:00 +02:00
Mike Churchward
311dc0cdea
MDL-71611 block_accessreview: Return formats if feature disabled.
2021-05-12 16:27:55 -04:00
David Mudrák
857d7b613f
MDL-71580 lang: Fix reworded strings in tests
2021-05-12 17:11:57 +02:00
Helen Foster
5070425e99
MDL-71580 lang: Import fixed English strings (en_fix)
2021-05-12 17:11:57 +02:00
Mike Churchward
38f57b67b6
MDL-71584 tool_brickfield: Fixed up language string issues.
2021-05-12 08:42:30 -04:00
Jun Pataleta
6c3f385c8b
Merge branch 'MDL-71590-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-05-12 13:25:28 +08:00
Huong Nguyen
8a4a205bb5
MDL-71590 usertours: Create language string for activity information
2021-05-12 11:30:54 +07:00
Jake Dallimore
c2d7d4cf35
Merge branch 'MDL-71583_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-05-12 10:36:01 +08:00
Karen Holland
66a7400dcf
MDL-71569 Accessibility toolkit: Fix Summary data task failure
2021-05-11 19:44:41 -04:00
Eloy Lafuente (stronk7)
0524a0b9f9
MDL-71583 versions: Add all the missing full-stops to version/requires
...
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) *=.*//.*[^;\.]$')
2021-05-11 20:00:11 +02:00
Eloy Lafuente (stronk7)
ab8275f28f
MDL-71583 versions: main version bump
2021-05-11 18:50:49 +02:00
Eloy Lafuente (stronk7)
71d0cfefab
MDL-71583 versions: bump all versions and requires near release
...
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.
2021-05-11 18:50:34 +02:00
Sara Arjona
62142a081a
Moodle release 3.11rc1
2021-05-11 12:43:50 +02:00
Sara Arjona
7fa14d7439
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-11 12:43:47 +02:00
AMOS bot
9f2e86e07c
Automatically generated installer lang files
2021-05-11 00:07:34 +00:00
Thong Bui
6af383f5b4
MDL-71060 Questions: Duplicates 'Current category' text.
2021-05-10 23:25:12 +01:00
Víctor Déniz
c53a0816c4
Merge branch 'MDL-70900_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-05-10 22:46:30 +01:00
Víctor Déniz
773e8b6cda
Merge branch 'MDL-71543-311_toggleicon' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-10 22:18:35 +01:00
Sara Arjona
e62225b1f5
Merge branch 'MDL-71570-311' of git://github.com/mihailges/moodle into MOODLE_311_STABLE
2021-05-10 15:38:30 +02:00
Sara Arjona
7969291581
Merge branch 'm311_MDL-71533' of git://github.com/danmarsden/moodle into MOODLE_311_STABLE
2021-05-10 11:38:05 +02:00
Jun Pataleta
e4a811ab21
Merge branch 'MDL-71552-311_heatmaptoggle' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-10 17:23:11 +08:00
Mihail Geshoski
f78e9f3ffe
MDL-71570 mod_forum: Avoid using deprecated string in forum templates
2021-05-10 12:22:11 +08:00
Mihail Geshoski
f0351e4d95
MDL-71570 core_grades: Avoid using deprecated string in grade templates
2021-05-10 12:22:10 +08:00
Víctor Déniz
ec21302c3c
Merge branch 'MDL-71544-311_Errorspage' of https://github.com/brickfield/moodle into MOODLE_311_STABLE
2021-05-08 20:20:57 +01:00
Eloy Lafuente (stronk7)
09febbd51b
MDL-70900 ci: Move highest PHP to 8.0 (from current 7.4)
...
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.
2021-05-07 17:43:22 +02:00
Eloy Lafuente (stronk7)
61f9d3cac6
Moodle release 3.11beta
2021-05-07 16:55:23 +02:00
Eloy Lafuente (stronk7)
3f9c0f2174
NOBUG: Fixed file access permissions
2021-05-07 16:55:23 +02:00
Eloy Lafuente (stronk7)
5f4ac36853
NOBUG: Fixed SVG browser compatibility
2021-05-07 16:55:20 +02:00
Eloy Lafuente (stronk7)
b1e9ba53ea
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-05-07 16:55:19 +02:00
Jun Pataleta
b8cee10357
Merge branch 'MDL-71234-311' of git://github.com/HuongNV13/moodle into MOODLE_311_STABLE
2021-05-07 12:21:37 +08:00
Huong Nguyen
32ae33d19a
MDL-71234 usertours: Create tours for the activity completion output
2021-05-07 11:16:14 +07:00
abgreeve
fceb660463
Merge branch 'MDL-68747-311' of https://github.com/dcai/moodle into MOODLE_311_STABLE
2021-05-07 11:44:49 +08:00
Mathew May
709cd59808
MDL-70622 mod_lti: Tighten redirect param typing
2021-05-07 11:44:49 +08:00
Adam Olley
547ddfa39f
MDL-70622 mod_lti: Prevent xss on lti 1.3 authentication script
...
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
2021-05-07 11:44:40 +08:00
Jun Pataleta
1621c3dfe8
Merge branch 'MDL-71395-311-2' of git://github.com/marinaglancy/moodle into MOODLE_311_STABLE
2021-05-07 10:30:32 +08:00