| #
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*
|
| #
69266de5 |
| 24-Jun-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed handling of MSG
msg() now stores always the message to the MSG array until headers are sent. After this, a call of msg will print out all messages from the MSG array immediately through html_m
fixed handling of MSG
msg() now stores always the message to the MSG array until headers are sent. After this, a call of msg will print out all messages from the MSG array immediately through html_msgarea. This prevents double posting and losses of messages from the MSG array.
show more ...
|
| #
d7879495 |
| 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'requireall'
Conflicts: inc/fulltext.php
|
| #
13493794 |
| 08-Feb-2010 |
Andreas Gohr <gohr@cosmocode.de> |
run dbg() output through htmlspecialchars
|
| #
0af14a6e |
| 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed more unneeded require_once() calls
|
| #
16905344 |
| 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and Plugin stuff isn't handled by the class loader yet.
show more ...
|