- Mar 10, 2010
-
-
Adrian Lang authored
The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements.
-
Adrian Lang authored
Edit conflicts occur when a page has been edited since starting the current edit. In order to detect them, the date of the newest revision is saved.
-
- Mar 09, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
Adrian Lang authored
-
Adrian Lang authored
-
Adrian Lang authored
-
- Mar 08, 2010
-
-
Medúlio authored
-
Matteo Carnevali authored
-
Florian Gaub authored
-
- Mar 04, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Mar 03, 2010
-
-
Marek Sacha authored
-
Aivars Miska authored
-
- Mar 02, 2010
-
-
Michael Hamann authored
$_SERVER['PATH_INFO'] is used now to determine the page id when using internal rewriting, in all testcases I've seen so far this variable was set correctly. There are also a couple of fallbacks if the variable doesn't exist, $_SERVER['SCRIPT_NAME'] is now preferred instead of custom path extraction which fails when doku.php is outside the document root.
-
Leonard Elezi authored
-
Adrian Lang authored
-
Dominik Eckelmann authored
-
Andreas Gohr authored
This reverts commit 7873e757. The patch breaks at least the behaviour of the "view recent changes of the whole wiki" link.
-
- Mar 01, 2010
-
-
Adrian Lang authored
-
- Feb 28, 2010
-
-
Andreas Gohr authored
-
Chris Tapp authored
-
Aleksey Osadchiy authored
-
Robert Bogenschneider authored
-
- Feb 26, 2010
-
-
Adrian Lang authored
-
- Feb 24, 2010
-
-
Otto Vainio authored
-
- Feb 22, 2010
-
-
Stephen Warren authored
Dokuwiki emits an HTTP redirect when accessing: /path/to/some/namespace/ to force the browser to: /path/to/some/namespace/$conf['start'] However, this doesn't happen for the root namespace itself. In some ways, this doesn't really matter, since accessing plain "doku.php" will show the root namespace "start" page even without the redirection. Equally, this can be trivially fixed using mod_rewrite rules, but I don't want to encode the start page name into my rewrite rules. Finally, I like the consistency of always having the start page name in the URL, rather than special-casing the root namespace. (Actually, I'd prefer never to have it in the URL, but that looks more complex to achieve). Anyway, the attached patch makes the redirect happen for the root namespace as well.
-
Stephen Warren authored
It looks like when there is no "do=" parameter to doku.php, "show" is assumed. When clean URLs are used (via mod_rewrite), regular page-to-page links hence just link to "pagename". However, if you "Show pagesource", then "Show page", the browser is sent back to "pagename?do=show" instead of just "pagename". This seems like a "less clean" URL to me. So, the attached patch removes "do=show" from URLs in this case, so cleaner URLs are used.
-
Joël Schintgen authored
-
- Feb 17, 2010
-
-
Adrian Lang authored
-
- Feb 15, 2010
-
-
Daniel Calviño Sánchez authored
-
Adrian Lang authored
-
Adrian Lang authored
-
- Feb 14, 2010
-
-
Leszek Stachowski authored
-
- Feb 12, 2010
-
-
Martijn Dekker authored
-
Victor M Castelan authored
-
- Feb 11, 2010
-
-
Traduzioni authored
-
- Feb 10, 2010
-
-
Christopher Smith authored
-
Martijn Dekker authored
-
Dimi T authored
-