History log of /dokuwiki/inc/pageutils.php (Results 76 – 100 of 164)
Revision Date Author Comments
# b680ea06 25-Sep-2011 Andreas Gohr <andi@splitbrain.org>

fix namespace cleaning FS#2295

This patch applies the correct pagename cleaning to namespaces as well.
Namespaces should follow the same rules as pagenames but due to a bug it
was possible to have n

fix namespace cleaning FS#2295

This patch applies the correct pagename cleaning to namespaces as well.
Namespaces should follow the same rules as pagenames but due to a bug it
was possible to have namespaces ending in a underscore.

If you used such a namespace it will be inaccessible after applying this
patch. You should rename the namespace directory on the filesystem
(removing the trailing underscore). You old links will then work
automatically again. Rebuilding the search index is recommended.

show more ...


# 8e69fd30 13-Jun-2011 Kate Arzamastseva <pshns@ukr.net>

media manager


# 61f1aad8 05-Jun-2011 Kate Arzamastseva <pshns@ukr.net>

media version saving fixes


# cbe26ad6 04-Jun-2011 Kate Arzamastseva <pshns@ukr.net>

media version saving fix


# e4f389ef 26-May-2011 Kate Arzamastseva <pshns@ukr.net>

media version saving


# c006739e 20-Mar-2011 Izidor Matušov <izidor.matusov@gmail.com>

If the page link is empty, it should link to current page -- FS#2178


# ba0267b3 12-Jan-2011 Michael Hamann <michael@content-space.de>

Fix metaFiles for ids that require utf-8 escaping

Before this change metaFiles didn't return anything for ids where the
part without the namespace needs (utf-8) filename escaping.


# 01032c33 09-Jan-2011 Michael Hamann <michael@content-space.de>

Fix FS#2131 - metaFiles returning unrelated files


# e6cecb08 26-Dec-2010 Michael Hamann <michael@content-space.de>

Language files can now be customized in the conf/ directory

As suggested by Robin Getz locale .txt files can now be duplicated and
changed in the conf/lang/ directory and conf/plugin_lang/$plugin/
d

Language files can now be customized in the conf/ directory

As suggested by Robin Getz locale .txt files can now be duplicated and
changed in the conf/lang/ directory and conf/plugin_lang/$plugin/
directory for plugins.

show more ...


# de3eb1d7 28-Sep-2010 Adrian Lang <lang@cosmocode.de>

Small fixes / cleanup


# 9708106b 01-Jul-2010 Adrian Lang <lang@cosmocode.de>

Fix ns: and ns:start handling


# b26cdbbe 01-Jul-2010 Adrian Lang <lang@cosmocode.de>

Support ns; ids


# f03fd957 04-Apr-2010 Andreas Gohr <andi@splitbrain.org>

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and st

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).

show more ...


# 7733c314 26-Mar-2010 Michael Klier <chi@chimeric.de>

replaced readdir() with glob() in metaFiles()


# 06368e4d 02-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 ...


# b6084253 02-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 ...


# 01e3159c 28-Feb-2010 Chris Tapp <chris.tapp@keylevel.com>

Better performance on assigning section IDs FS#1894


# 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 ...


# 5b75cd1f 05-Jan-2010 Adrian Lang <lang@cosmocode.de>

New mail subscription with digest


# de9114ea 15-Nov-2009 Anika Henke <anika@selfthinker.org>

no dots in headline IDs (FS#1627)

darcs-hash:20091115185611-f7d6d-14be959948386811a45c3026743204f4350b6b1a.gz


# db959ae3 20-Oct-2009 Andreas Gohr <andi@splitbrain.org>

Coding Standard Cleanup

Ignore-this: 259cb5773c3144c6c706d87298dcf674

darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz


# 4b7f9e70 28-May-2009 Tom N Harris <tnharris@whoopdedo.org>

Change expensive uses of split to the much faster explode.

darcs-hash:20090528215438-6942e-bf1b875e689ade6bd1a17e3d812ce16bf35c84a6.gz


# 7d71d4b7 15-May-2009 Andreas Gohr <andi@splitbrain.org>

fix for getID() when the script isn't installed in document root FS#1691

Ignore-this: 2757dc089bd6c8465e5b0a4c1311cf85

darcs-hash:20090515184406-7ad00-cd124f30cd1c1b5b744e942e2279ff52cad6eb30.gz


# 758447cf 13-Mar-2009 Andreas Gohr <andi@splitbrain.org>

Support for multirange requests for media FS#1630

Ignore-this: 50de569608231b910a62327d2f3af1de

This patch moves all HTTP sending related functions to inc/httputils.php

Handling of range requests

Support for multirange requests for media FS#1630

Ignore-this: 50de569608231b910a62327d2f3af1de

This patch moves all HTTP sending related functions to inc/httputils.php

Handling of range requests was rewritten completely to support mutirange
requests. This should fix problems with Adobe Reader but needs testing.

darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz

show more ...


# 397a8c4e 01-Feb-2009 Helmut Tischer <htischer@weihenstephan.org>

getID_redirect_start

Ignore-this: eb5adc80ab6a8789afd6cdeb4636f191
On getID() at send_redirect() 'Location :' is prefixed to the url.
But the prefix is added inside the function a second time, makin

getID_redirect_start

Ignore-this: eb5adc80ab6a8789afd6cdeb4636f191
On getID() at send_redirect() 'Location :' is prefixed to the url.
But the prefix is added inside the function a second time, making the
request syntax illegal and not working.
To test, in Browser try "doku.php?id

darcs-hash:20090201230831-aad98-d069056088941479d2f2e1c635d35dfb67deedeb.gz

show more ...


1234567