History log of /dokuwiki/inc/ (Results 4201 – 4225 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
06368e4d02-Mar-2010 Michael Hamann <michael@content-space.de>

Fixed testcase and getID - FS#1908 FS#1831 FS#1838

$_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 c

Fixed testcase and getID - FS#1908 FS#1831 FS#1838

$_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.

show more ...

7caaf84c02-Mar-2010 Leonard Elezi <leonard.elezi@depinfo.info>

Albanian translation added


lang/sq/admin.txt
lang/sq/adminplugins.txt
lang/sq/backlinks.txt
lang/sq/conflict.txt
lang/sq/denied.txt
lang/sq/diff.txt
lang/sq/draft.txt
lang/sq/edit.txt
lang/sq/editrev.txt
lang/sq/index.txt
lang/sq/install.html
lang/sq/lang.php
lang/sq/locked.txt
lang/sq/login.txt
lang/sq/mailtext.txt
lang/sq/newpage.txt
lang/sq/norev.txt
lang/sq/password.txt
lang/sq/preview.txt
lang/sq/pwconfirm.txt
lang/sq/read.txt
lang/sq/recent.txt
lang/sq/register.txt
lang/sq/registermail.txt
lang/sq/resendpwd.txt
lang/sq/revisions.txt
lang/sq/searchpage.txt
lang/sq/showrev.txt
lang/sq/stopwords.txt
lang/sq/subscr_digest.txt
lang/sq/subscr_form.txt
lang/sq/subscr_list.txt
lang/sq/subscr_single.txt
lang/sq/updateprofile.txt
lang/sq/uploadmail.txt
lang/sq/wordblock.txt
/dokuwiki/lib/plugins/acl/lang/sq/help.txt
/dokuwiki/lib/plugins/acl/lang/sq/lang.php
/dokuwiki/lib/plugins/config/lang/sq/intro.txt
/dokuwiki/lib/plugins/config/lang/sq/lang.php
/dokuwiki/lib/plugins/plugin/lang/sq/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/sq/lang.php
/dokuwiki/lib/plugins/popularity/lang/sq/intro.txt
/dokuwiki/lib/plugins/popularity/lang/sq/lang.php
/dokuwiki/lib/plugins/revert/lang/sq/intro.txt
/dokuwiki/lib/plugins/revert/lang/sq/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sq/add.txt
/dokuwiki/lib/plugins/usermanager/lang/sq/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/sq/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/sq/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/sq/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sq/list.txt
/dokuwiki/lib/scripts/drag.js
/dokuwiki/lib/scripts/events.js
1410ed4b02-Mar-2010 Adrian Lang <lang@cosmocode.de>

Provide ›original size‹ media insertion

149e5f2618-Feb-2010 Dominik Eckelmann <eckelmann@cosmocode.de>

extended mediamanager options

b608425302-Mar-2010 Andreas Gohr <gohr@cosmocode.de>

Revert "Redirect to start page for the root namespace too"

This reverts commit 7873e7571e67c02167e5747441a2c6be32b07267.

The patch breaks at least the behaviour of the "view recent
changes of the w

Revert "Redirect to start page for the root namespace too"

This reverts commit 7873e7571e67c02167e5747441a2c6be32b07267.

The patch breaks at least the behaviour of the "view recent
changes of the whole wiki" link.

show more ...

d9e36cbe01-Mar-2010 Adrian Lang <lang@cosmocode.de>

Show last edit section button again

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

moved number of search result snippets to a define

01e3159c28-Feb-2010 Chris Tapp <chris.tapp@keylevel.com>

Better performance on assigning section IDs FS#1894

516582b328-Feb-2010 Aleksey Osadchiy <rfc@nm.ru>

Russian language update

5720205628-Feb-2010 Robert Bogenschneider <robog@gmx.de>

Esperanto language update

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

Fix german backlinks page header

cb511ee924-Feb-2010 Otto Vainio <otto@valjakko.net>

Finnish language update

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

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

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

1...<<161162163164165166167168169170>>...258