- 08 Mar, 2016 9 commits
-
-
-
Thank you to Zachary Durber for originally working on this issue.
-
-
When getting the navigation branch data through AJAX, require login if forcelogin is set.
-
-
-
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 5 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.
-
Ben Kelada authored
jQuery ajax requests containing multiple '?' get replaced with a string similar to jQuery152330039032_1231231, this is because it is processing a stringified data object as jsonp and thinks its a url. workaround is to add contenttype see https://github.com/jquery/jquery/issues/1799
-
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 1 commit
-
-
Eric Merrill authored
-