- Mar 24, 2013
-
-
Frank Loizzi authored
-
이명진 authored
-
Victor Westmann authored
-
- Mar 19, 2013
-
-
Dominik Eckelmann authored
-
- Mar 18, 2013
-
-
Dominik Eckelmann authored
-
Christopher Smith authored
-
- Mar 13, 2013
-
-
Alexandru Juncu authored
Fix Romanian language files by replacing cedilla-below characters with the correct comma-below ones.
-
- Mar 11, 2013
-
-
Robert Bogenschneider authored
-
Bruno Veilleux authored
-
日向小郎 authored
-
- Mar 08, 2013
-
-
Michael Hamann authored
When the current page id ends with ":" (or "/" with useslash enabled) DokuWiki tries to find the start page of namespaces automatically and then redirects to this page. The target of the redirect is always the show action regardless if the current request contains another action or is an ajax request. In practice you can get this problem when your search query ends with ":" (e.g. because you want to match a namespace), then you are redirected to the show action. This change completely disables the redirect when $ACT is undefined or the current action is not "show".
-
- Mar 06, 2013
-
-
Kiril LastName authored
-
Kiril LastName authored
-
- Mar 01, 2013
-
-
Andreas Gohr authored
-
- Feb 24, 2013
-
-
lainme authored
-
Lorenzo Radaelli authored
-
- Feb 23, 2013
-
-
Michael Hamann authored
-
- Feb 20, 2013
-
-
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
remove security token from tpl_actiondropdown - its not necessary, we're not posting any system change
-
Christopher Smith authored
-
- Feb 17, 2013
-
-
Anika Henke authored
-
Michael Hamann authored
-
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
-
Tom N Harris authored
-
Christopher Smith authored
fix a couple of diff issues: shouldn't be any need to html encode before finding diffs; move quantifier outside regex condition
-
Tom N Harris authored
-
Andreas Gohr authored
-
Michael Hamann authored
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.
-
Christopher Smith authored
-
Andreas Gohr authored
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.
-
Anika Henke authored
-
Anika Henke authored
-