- 08 Mar, 2016 3 commits
-
-
Singleview users must have Manage Grade permission to modify the Exclude grade attribute.
-
-
This issue mostly affects the search form fields. Submitted values for these fields are typically obtained via optional_param() with PARAM_NOTAGS specified as the parameter type - see parse_search_field() methods. Such values themselves are not safe enough to be printed back directly into the HTML as they might contain malicious code. While working on the patch, some other places with weak protection were detected and fixed. In case of the itemid parameters, explicit clean_param() is added to make sure we cast the value as an integer. That should make the s() unnecessary but it was added anyway as an extra protection (just in case the code flow changes or the parts of the code are re-used elsewhere).
-
- 07 Mar, 2016 1 commit
-
-
- 04 Mar, 2016 2 commits
-
-
Dan Poltawski authored
-
Dan Poltawski authored
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
-
- 03 Mar, 2016 4 commits
-
-
AMOS Bot authored
-
AMOS Bot authored
-
Dan Poltawski authored
This is a backport of a number of commits from MDL-49817 which in general are about simplifying and moving to standard 'grunt' things.
-
AMOS Bot authored
-
- 02 Mar, 2016 6 commits
-
-
Andrew Nicols authored
Merge branch 'MDL-53214-29-category-feedback' of git://github.com/cameron1729/moodle into MOODLE_29_STABLE
-
Cameron Ball authored
-
-
-
-
-
- 01 Mar, 2016 8 commits
-
-
- 29 Feb, 2016 7 commits
-
-
-
-
-
-
Russell Smith authored
-
-
-
- 28 Feb, 2016 1 commit
-
-
AMOS Bot authored
-
- 26 Feb, 2016 2 commits
-
-
Eric Merrill authored
-
-
- 25 Feb, 2016 6 commits
-
-
Mark Johnson authored
-
-
Andrew Nicols authored
-
Andrew Nicols authored
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
-
-
Rajesh Taneja authored
Rather than calling click and check on radio node use radio form field to set value
-