History log of /dokuwiki/ (Results 7326 – 7350 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7873e75722-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 ...

4fc51abc22-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 ...

f77ccdf722-Feb-2010 Joël Schintgen <joel@schintgen.net>

Luxembourgish translation added

9864e7b117-Feb-2010 Adrian Lang <lang@cosmocode.de>

Use double quotes for XHTML attributes

544ed90115-Feb-2010 Daniel Calviño Sánchez <danxuliu@gmail.com>

Disable locking when locktime is zero

a1a5234015-Feb-2010 Adrian Lang <lang@cosmocode.de>

Correct german subscription digest mail

00c1305315-Feb-2010 Adrian Lang <lang@cosmocode.de>

Validate section edit data

01eab85714-Feb-2010 Andreas Gohr <andi@splitbrain.org>

added new mime types and file icons FS#1888

81276e7414-Feb-2010 Andreas Gohr <andi@splitbrain.org>

Fixed license URL FS#1883

b04e9c2814-Feb-2010 Leszek Stachowski <shazarre@gmail.com>

Polish language update

8e6d6cfd12-Feb-2010 Martijn Dekker <martijn@inlv.org>

Interlingua Language Update

c04912f612-Feb-2010 Victor M Castelan <victorcastelan@gmail.com>

Spanish language update

2eb3414d11-Feb-2010 Traduzioni <ita.translations@tiscali.it>

Italian language update

de5459f011-Feb-2010 Adrian Lang <lang@cosmocode.de>

Do not delete content after list on two enters

638e157810-Feb-2010 Christopher Smith <chris@jalakai.co.uk>

update ignore criteria when populating master plugin list

fc5dbe9910-Feb-2010 Martijn Dekker <martijn@inlv.org>

Interlingua Translation added

9ee282d809-Feb-2010 Dimi T <dimi3.14@gmail.com>

Macedonian transaltion added

25624f5a09-Feb-2010 Adrian Lang <lang@cosmocode.de>

Nicer list subscription mail

66d2bed909-Feb-2010 Adrian Lang <lang@cosmocode.de>

Add security token to subscription manage page

c4b04b7f08-Feb-2010 Philippe Bajoit <philippe.bajoit@gmail.com>

French language update

52b35d3a08-Feb-2010 Marcel Metz <marcel_metz@gmx.de>

Informal German language update

bda5b82b08-Feb-2010 Omid Mottaghi <omidmr@gmail.com>

Persian language update

70421c9608-Feb-2010 Adrian Lang <lang@cosmocode.de>

Correct subscribe config parameter name

599e75de08-Feb-2010 Adrian Lang <lang@cosmocode.de>

Receive event data by ref to change it

1349379408-Feb-2010 Andreas Gohr <gohr@cosmocode.de>

run dbg() output through htmlspecialchars

1...<<291292293294295296297298299300>>...420