| 00d58927 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix remaining missing $INPUT uses FS#2577
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 ma
Fix remaining missing $INPUT uses FS#2577
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.
show more ...
|
| 5737a81e | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Revert the search depth behavior changes from #154
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
Revert the search depth behavior changes from #154
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.
show more ...
|
| 6416b708 | 20-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix handling of failed authentication loading
In the case of a failed authentication initialization, the authentication setup was simply continued with an unset $auth object. This restores the previ
Fix handling of failed authentication loading
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).
show more ...
|
| 64276bbc | 20-Feb-2013 |
arbrk1 <arbrk1@gmail.com> |
Update inc/template.php
changed nonexistant actionOk to actionOK |
| a4ce95c8 | 20-Feb-2013 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
fixed auth_browseruid on IE9
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
fixed auth_browseruid on IE9
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.
show more ...
|
| 61efcda1 | 19-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add security token back, but not for anonymous users |
| a02e0d0e | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change |
| 7a4d121f | 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
change tpl_actiondropdown request method to 'get' |
| c33b315b | 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed a bunch of functions which were deprecated in 2005/2006 |
| 7e87a794 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix missing 'subscribed' key |
| 91328684 | 17-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Display media file size only if file exists (prevents PHP warning) |
| 3a4ea35c | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace remaining hardcoded 'colspan' values with ->colspan |
| 60056e69 | 17-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure diff formatters escape their output |
| a69506c5 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Remove the prefix from inline diffs.
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 ad
Remove the prefix from inline diffs.
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.
show more ...
|
| 56133a04 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Fix width of indicator column. |
| c0e94f2a | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Monospace font for header prefix. |
| 07a7d21a | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix a couple of diff issues: shouldn't be any need to html encode before finding diffs; move quantifier outside regex condition |
| 1015a57d | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up ) |
| f76724a4 | 16-Feb-2013 |
Tom N Harris <tnharris@whoopdedo.org> |
Move inline diff headers into a vertical column. |
| 5398a7b6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed language file placeholders FS#2682 |
| dd90013a | 16-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current nam
Media manager: don't create empty namespaces FS#2642
Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
show more ...
|
| 25c4afb8 | 16-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2111, improve security check |
| 9d2e1be6 | 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch intro
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling.
show more ...
|
| 8a65ef2e | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed edit toolbar being cut off (FS#2715) |
| fed6fccb | 16-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
fixed media upload not working with QuickPHP (FS#2531 + FS#2673) |