- Mar 03, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 25, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn. basicinfo() and mediainfo() tests separated each into their own test file.
-
Christopher Smith authored
-
- Feb 24, 2013
-
-
Michael Hamann authored
-
Michael Hamann authored
For some reason without position: relative the search button is hidden in rtl languages.
-
Anika Henke authored
-
Michael Hamann authored
The previous fix in e38f3066 fixed this bug only in tb_formatln.
-
Christopher Smith authored
-
Andreas Gohr authored
FS#2724. fix 'are you sure' when using refresh after using tpl_actiondropdown
-
Andreas Gohr authored
Fix double encoding in rss syntax FS#2731
-
Andreas Gohr authored
-
lainme authored
-
Lorenzo Radaelli authored
-
- Feb 23, 2013
-
-
Michael Hamann authored
-
- Feb 22, 2013
-
-
Andreas Gohr authored
unit tests for pageinfo()
-
Andreas Gohr authored
-
- Feb 21, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 20, 2013
-
-
Michael Hamann authored
Change function call from actionOk into actionOK (correct name)
-
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.
-
- Feb 18, 2013
-
-
Christopher Smith authored
-
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
-
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.
-
Christopher Smith authored
-
Andreas Gohr authored
Auth plugin config
-
Michael Hamann authored
-