#
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 ...
|
#
5cf31920 |
| 08-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
Read version from last Git log
|
#
afc5e13a |
| 10-Dec-2009 |
Adrian Lang <lang@cosmocode.de> |
Grab version from darcs correctly and simpler
darcs-hash:20091210104320-e4919-3178a4f01fc1e1720ad86716552f4deaa52dc236.gz
|
#
25c07f93 |
| 15-Nov-2009 |
Anika Henke <anika@selfthinker.org> |
added getVersionData() additionally to getVersion() to get version date and type independently
darcs-hash:20091115124244-f7d6d-fa481e7c3ebf5ae5ab1203e8774ab81e122e14a0.gz
|
#
e570ed43 |
| 04-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
correctly read version from darcs2 inventory
Ignore-this: 93b8d0ec90f44d1fde05f94965d4e4e1
darcs-hash:20091104121658-6e07b-4336680ee1a7964872ce9c576f3dd9a18bb1c1e2.gz
|
#
ab91da89 |
| 26-Oct-2009 |
Andreas Gohr <gohr@cosmocode.de> |
set required PHP release to 5.1.2
Ignore-this: 5dd4f31786cfa624b5e54b4c19060003
darcs-hash:20091026115305-6e07b-b48459f3dcaa70898f799cd0e843997265af8fb9.gz
|
#
db959ae3 |
| 20-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
Coding Standard Cleanup
Ignore-this: 259cb5773c3144c6c706d87298dcf674
darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
|
#
a6783fdb |
| 26-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
Updated version checks for PHP 5
Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28
The next release will require PHP 5, the related checks were upgraded to check for at least 5.0.0 (we might need to tu
Updated version checks for PHP 5
Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28
The next release will require PHP 5, the related checks were upgraded to check for at least 5.0.0 (we might need to tune this)
darcs-hash:20090726115255-7ad00-59d67b61739db8eea0288a8010d7cdf507ab867b.gz
show more ...
|
#
0699d739 |
| 28-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
optional additional header for dbglog()
darcs-hash:20090228145326-7ad00-014ee0dbaa44197eb50423cfd45f4fd2fbe54f22.gz
|
#
4222b898 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
check if mb_string function overloading is enabled FS#1565
darcs-hash:20090116122030-7ad00-da6705f92e7b128d3f908969aa6b348d28d85ae0.gz
|
#
3b1dfc83 |
| 14-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
Added HTTP check for data directory security
The ?do
darcs-hash:20090114174724-7ad00-cc45b798d930b7e87c3c820925982fb8201cf7f4.gz
|
#
c7408a63 |
| 13-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
better logging for objects and arrays in dbglog()
darcs-hash:20090113122638-7ad00-6bc9dc3dd4120b5a1551b50d97ce8529619819ce.gz
|
#
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
|
#
24297a69 |
| 15-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
remove sensitive data from debug output more aggressively
This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent da
remove sensitive data from debug output more aggressively
This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent data but should make sure most passwords and similar data can not be accessed even when stored in some plugin's configuration data.
Disabling the debug option is still highly recommended.
darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
show more ...
|
#
73038c47 |
| 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
Check memory settings on ?do
This should help with diagnosing memory related problems
darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
|
#
0d487d8f |
| 03-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
no write check for users.auth.php when non-plain backend is used FS#1271
darcs-hash:20071203202342-7ad00-66a9695f554122e6ad1b78e400cb56b07ec65d19.gz
|
#
c1791678 |
| 03-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
getUserData should really be implemented always... (FS#1272)
... but with this patch DokuWiki will not break completely when left out for trustExternal() auth backends
darcs-hash:20071203201532-7ad
getUserData should really be implemented always... (FS#1272)
... but with this patch DokuWiki will not break completely when left out for trustExternal() auth backends
darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz
show more ...
|
#
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
#
6957b2ea |
| 27-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
check for auth object at certain functions
This is a follow up on the previous patch to disable authtentication without disabling ACL on backend problems. It fixes a few errors that might occour in
check for auth object at certain functions
This is a follow up on the previous patch to disable authtentication without disabling ACL on backend problems. It fixes a few errors that might occour in this rare situation.
darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz
show more ...
|
#
8259f1aa |
| 18-Apr-2007 |
Andreas Gohr <andi@splitbrain.org> |
fix dbg_backtrace when arguments are an array or object
darcs-hash:20070418174151-7ad00-834f13a1a0c84254cf98058c3e6db223187598ed.gz
|
#
db09e31e |
| 05-Mar-2007 |
Andreas Gohr <andi@splitbrain.org> |
dbg_backtrace() function added
This adds a useful debugging function for printing function call backtraces.
darcs-hash:20070305223458-7ad00-865f0cedcd1d904e98d3e89820102657f685712c.gz
|