History log of /dokuwiki/inc/infoutils.php (Results 76 – 100 of 139)
Revision Date Author Comments
# 6164d900 10-May-2014 Andreas Gohr <andi@splitbrain.org>

doc block updates


# 1419a485 10-May-2014 Andreas Gohr <andi@splitbrain.org>

log deprecated function calls FS#2399

This introduces a new dbg_deprecated() function which allows for easy
marking of deprecated functions. Each call is logged to the debuglog
when debuggin is enab

log deprecated function calls FS#2399

This introduces a new dbg_deprecated() function which allows for easy
marking of deprecated functions. Each call is logged to the debuglog
when debuggin is enabled.

show more ...


# 585bf44e 06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

amend $_SERVER to $INPUT->server


# 08d1a8df 15-Feb-2014 Andreas Gohr <andi@splitbrain.org>

show PHP version only to admins and managers FS#2655


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


# d2d7bf0b 23-Aug-2013 Christoph Schindler <hop@30hopsmax.at>

FS#2840 fix typo in debug message


# 21c9604e 02-Jun-2013 Andreas Gohr <andi@splitbrain.org>

we now require PHP 5.2.0 at least


# f755f9ab 07-Apr-2013 Christopher Smith <chris@jalakai.co.uk>

change nomenclature from 'show' to 'allow' (fn from canshow to allowed)


# 64cafb1f 01-Apr-2013 Christopher Smith <chris@jalakai.co.uk>

for completeness (& defensive coding), test ['show'] against MSG_PUBLIC in case its redefined to a non-zero value


# d3bae478 01-Apr-2013 Christopher Smith <chris@jalakai.co.uk>

add capability to restrict recipients of dokuwiki 'msg' alerts. This is useful where message is added to the queue before authentication is initialized


# 6a34de2d 19-Dec-2012 Anika Henke <anika@selfthinker.org>

added to version info if version is unknown


# 3161005d 12-Nov-2012 Andreas Gohr <andi@splitbrain.org>

check for unicode preg capabilities in UTF-8 lib FS#2636

We now have two defines for checking for UTF-8 and Unicode property
support in PREG and use them to work around FS#2636 on older systems.


# a731ed1d 08-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added PCRE UTF-8 checks to do=check FS#2636


# 63d9b820 06-Nov-2012 Andreas Gohr <andi@splitbrain.org>

avoid multiple paralell update checks

we now touch the messages before the actual update happens. this should
lower the chance of more than one update check running at a time.


# d9934ae0 26-Aug-2012 Andreas Gohr <andi@splitbrain.org>

removed data dir security check as suggested in FS#2547


# 3009a773 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

replaced use of basename() with utf8_basename() FS#2015


# e5ab313f 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

check locale setting in do=check FS#2445


# 3008b667 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

don't check data dir writability in do=check

these are already checked in init.php, so we can save some space here


# c07c5d93 21-May-2012 Robert Nitsch <r.s.nitsch@gmail.com>

Fixes messages.txt's modification timestamp not being updated.

This bug occurs on systems where writing a zero-length string to an
empty file does not update the file's modification timestamp.

This

Fixes messages.txt's modification timestamp not being updated.

This bug occurs on systems where writing a zero-length string to an
empty file does not update the file's modification timestamp.

This leads to the messages.txt being downloaded almost endlessly, causing
long delays for logged-in users. Visitors are not affected, because the
messages.txt is only updated for logged-in users.

show more ...


# 8d3d7569 08-Nov-2011 Anika Henke <anika@selfthinker.org>

use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364)


# 4c7ecf15 05-Nov-2011 Guy Brand <gb@unistra.fr>

Verify conf/ directory is writable in the do=check action


# b838050e 20-Aug-2011 Piyush Mishra <me@piyushmishra.com>

added new plugins config cascade and added plugin.info.txt


# defb7d57 07-May-2011 Anika Henke <anika@selfthinker.org>

fixed some missing config_cascade occurrences (FS#2235)


# 3d94d9ed 02-May-2011 Michael Hamann <michael@content-space.de>

Fix the wording of the search index check messages


# 26f7dbf5 02-May-2011 Michael Hamann <michael@content-space.de>

Add a test to do=check that should detect search index corruption

With this test it should be possible to detect if the search index has
been corrupted by using Rincewind RC or a git version of the

Add a test to do=check that should detect search index corruption

With this test it should be possible to detect if the search index has
been corrupted by using Rincewind RC or a git version of the weeks
before the RC release.

show more ...


123456