- Feb 24, 2013
-
-
Lorenzo Radaelli authored
-
Michael Hamann authored
-
Andreas Gohr authored
-
Christopher Smith authored
-
Michael Hamann authored
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
-
Michael Hamann authored
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
-
Michael Hamann authored
In the case of a failed authentication initialization, the authentication setup was simply continued with an unset $auth object. This restores the previous behavior (before merging #141) of simply returning after unsetting $auth. Furthermore this re-introduces the check if $auth is set before checking $auth and removes a useless check if $auth is true (could never be false).
-
arbrk1 authored
changed nonexistant actionOk to actionOK
-
Dominik Eckelmann authored
IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
-
Christopher Smith authored
-
Christopher Smith authored
remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change
-
Christopher Smith authored
-
- Feb 18, 2013
-
-
Christopher Smith authored
replace preset _cautionList property with _caution config metadata parameter, plugins can now easily set cautions on their settings
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
remove php_strip_whitespace() alternate, no longer required as php min req't ensures its always present
-
Christopher Smith authored
-
Andreas Gohr authored
FS#2718, fix IE9, 10 not executing js after @media layout changes
-
- Feb 17, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Christopher Smith authored
force screen_mode to string type (IE returns a number which is always triggering the default option in the following switch/case block
-
Andreas Gohr authored
Config Manager & Disabled Plugins.
-
Andreas Gohr authored
Auth plugin config
-
Michael Hamann authored
-
Christopher Smith authored
FS#2720, FS#2719
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
tidy up authtype setting class (incl. fix issue with auth change/logoff occurring when only one auth plugin is enabled and other settings are updated)
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 16, 2013
-
-
Tom N Harris authored
The line prefix was not actually indicating what it should indicate. In particular, anything in a "changed" block would show a "!" even if the entire line was added or deleted. Better to print nothing than something that's wrong.
-
Tom N Harris authored
-
Klap-in authored
-
Klap-in authored
-
Anika Henke authored
-
Klap-in authored
-