#
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 ...
|
#
cc58224c |
| 10-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix msg() calls when messages have already been printed
This commit fixes two bugs that occurred when msg() was called after html_msgarea() had already been called. - the $MSG array is now cleared w
Fix msg() calls when messages have already been printed
This commit fixes two bugs that occurred when msg() was called after html_msgarea() had already been called. - the $MSG array is now cleared when it has been printed (otherwise $MSG has been printed again when another msg() call was done) - headers_sent() didn't work for me, it always reported false although html_msgarea() had already been called which might be explainable with output buffering. This makes msg() now depend on the first call of html_msgarea() or headers_sent() in order to not to break msg() in ajax requests etc.
show more ...
|
#
5bd930ff |
| 18-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Write the debug log only when debugging is enabled
The debug log isn't automatically cleaned so don't write to it when debugging is disabled and thus nobody is aware that debug output might be gener
Write the debug log only when debugging is enabled
The debug log isn't automatically cleaned so don't write to it when debugging is disabled and thus nobody is aware that debug output might be generated.
show more ...
|
#
ef362bb8 |
| 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
moved update message from its own file (conf/msg) into doku.php (FS#1800)
|
#
3f803e5e |
| 26-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht*
|