History log of /dokuwiki/doku.php (Results 51 – 75 of 139)
Revision Date Author Comments
# 93d16b87 28-Oct-2013 Andreas Gohr <andi@splitbrain.org>

release preparation


# c594dd1e 16-Jun-2013 Andreas Gohr <andi@splitbrain.org>

message increase for hotfix


# 2a5a1456 10-May-2013 Guy Brand <gb@unistra.fr>

Release preparation


# ead122f7 05-May-2013 Andreas Gohr <andi@splitbrain.org>

don't pass unused variable in doku.php FS#2774


# 5721a154 06-Mar-2013 Guy Brand <gb@unistra.fr>

Release preparations


# 00d58927 20-Feb-2013 Michael Hamann <michael@content-space.de>

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to ma

Fix remaining missing $INPUT uses FS#2577

This adds $INPUT in all places where it was still missing and available.
$INPUT is now also used in places where using $_REQUEST/... was okay in
order to make the code consistent.

show more ...


# 41c22da8 13-Oct-2012 Andreas Gohr <andi@splitbrain.org>

release preparations


# b31fcef0 10-Sep-2012 Guy Brand <gb@unistra.fr>

Release preparation


# 0fcb2760 28-Jul-2012 Anika Henke <anika@selfthinker.org>

removed deprecated


# 4a14c3a4 13-Jul-2012 Adrian Lang <mail@adrianlang.de>

Release preparations


# 51414465 24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code beautification


# dbd7dc8e 24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

use INPUT wrapper in doku.php


# 2f85287e 19-Apr-2012 Adrian Lang <mail@adrianlang.de>

Release preparations


# 5371328c 25-Jan-2012 Andreas Gohr <andi@splitbrain.org>

release preparations


# a5a71ecf 10-Nov-2011 Adrian Lang <mail@adrianlang.de>

Release preparations


# 3f16fd84 14-Jun-2011 Andreas Gohr <andi@splitbrain.org>

release preparations


# 5ff12737 25-May-2011 Adrian Lang <mail@adrianlang.de>

Release preparations


# 2b537ba8 08-May-2011 Adrian Lang <mail@adrianlang.de>

Release preparations


# c991623a 22-Apr-2011 Adrian Lang <mail@adrianlang.de>

Release preparations


# 4f0030dd 06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

ignore soft-hyphens for search FS#2049

This makes it possible to find words that include soft-hyphens. However,
search higlighting will not work and I have no idea how to make it work.


# dbd545d5 16-Jan-2011 Andreas Gohr <andi@splitbrain.org>

increased msg count


# 876d3278 16-Jan-2011 Andreas Gohr <andi@splitbrain.org>

Revert "tmp: disable notices in doku.php"

This reverts commit 58a22bd0570451af9e62b659343dd47a26bacb3f.

It was accidentally pushed to the repo.


# bced4159 14-Jan-2011 Adrian Lang <dokuwiki@adrianlang.de>

Deprecate $NS in doku.php

$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context
is present. The two functions which use $NS in inc/template.php are only
called through those both e

Deprecate $NS in doku.php

$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context
is present. The two functions which use $NS in inc/template.php are only
called through those both endpoints, not through doku.php. In doku.php,
$ID is the only correct value, $NS is not kept synchronous with $ID.

Use getNS($ID) in functions which are called through doku.php.

show more ...


# 58a22bd0 14-Nov-2010 Adrian Lang <dokuwiki@adrianlang.de>

tmp: disable notices in doku.php


# 359fab8b 30-Nov-2010 Michael Hamann <michael@content-space.de>

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of checks but instead ensures that the configuration option can't be set
to negative values when the configuration manager is used.

show more ...


123456