| bc87043b | 28-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
minor tweaks on sample conf files FS#1723 |
| 60f1722d | 28-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
leave error reporting setting to init.php in runtests.php |
| 1542144f | 27-Feb-2010 |
Michael Hamann <michael@content-space.de> |
Added new testcase for getID with Apache/CGI |
| 8d7fb821 | 28-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
adjusted CC-PD and GFDL buttons to match other CC buttons |
| 003d21ae | 27-Feb-2010 |
Tanguy Ortolo <tanguy@ortolo.eu> |
Update license GFDL and added CC0 |
| 516582b3 | 28-Feb-2010 |
Aleksey Osadchiy <rfc@nm.ru> |
Russian language update |
| 57202056 | 28-Feb-2010 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| 44ef88f5 | 26-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix german backlinks page header |
| cb511ee9 | 24-Feb-2010 |
Otto Vainio <otto@valjakko.net> |
Finnish language update |
| c6f610ef | 24-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
Send 403 instead of 401 in fetch.php FS#1904 |
| 03293305 | 23-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
Changed FETCH_MEDIA_4XERROR to FETCH_MEDIA_STATUS |
| cd98d9c3 | 23-Feb-2010 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Added FETCH_MEDIA_4XERROR event |
| 17b6bb19 | 23-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix textarea scrolling for list editing |
| 7873e757 | 22-Feb-2010 |
Stephen Warren <swarren@wwwdotorg.org> |
Redirect to start page for the root namespace too
Dokuwiki emits an HTTP redirect when accessing: /path/to/some/namespace/
to force the browser to:
/path/to/some/namespace/$conf['start']
However,
Redirect to start page for the root namespace too
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.
show more ...
|
| 4fc51abc | 22-Feb-2010 |
Stephen Warren <swarren@wwwdotorg.org> |
Omit do=show from URLs
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 "pagen
Omit do=show from URLs
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.
show more ...
|
| f77ccdf7 | 22-Feb-2010 |
Joël Schintgen <joel@schintgen.net> |
Luxembourgish translation added |
| 9864e7b1 | 17-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Use double quotes for XHTML attributes |
| 544ed901 | 15-Feb-2010 |
Daniel Calviño Sánchez <danxuliu@gmail.com> |
Disable locking when locktime is zero |
| a1a52340 | 15-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Correct german subscription digest mail |
| 00c13053 | 15-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Validate section edit data |
| 01eab857 | 14-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
added new mime types and file icons FS#1888 |
| 81276e74 | 14-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
Fixed license URL FS#1883 |
| b04e9c28 | 14-Feb-2010 |
Leszek Stachowski <shazarre@gmail.com> |
Polish language update |
| 8e6d6cfd | 12-Feb-2010 |
Martijn Dekker <martijn@inlv.org> |
Interlingua Language Update |
| c04912f6 | 12-Feb-2010 |
Victor M Castelan <victorcastelan@gmail.com> |
Spanish language update |