| 42de51b1 | 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
show more ...
|
| 17566ac6 | 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Add tpl_getLang function |
| f4daa9a1 | 18-Sep-2010 |
Christopher Smith <chris@jalakai.co.uk> |
#1797 fix ptype stack to properly close and reopen <p> elements |
| 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 ...
|
| 3cf90024 | 18-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Corrected contact email of Andreas Haerter |
| a8be6a4f | 17-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed indention |
| 939a27d3 | 17-Sep-2010 |
ai <ai@notomorrow.de> |
fixed request server port issue in httpclient |
| 40c347db | 16-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Show digest time in actual subscription listing |
| c95a5b7d | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
use background image based data security check in admin |
| 9a2cec2e | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
display DokuWiki version in admin menu
Template authors might need to adjust their CSS |
| bf0d530d | 07-Sep-2010 |
Aleksandr Selivanov <alexgearbox@gmail.com> |
Russian language update |
| 5479a8c3 | 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed page lookup when useheading is disabled
this was broken by d0bdf7659fce98c2922b151766d51d5c7e8814d6 |
| 06853c0e | 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed namespace subscription file location FS#2013
If you subscribed to namespaces other than the root namespace using the new develonly subscription feature you'll need to renew your subscriptions. |
| db6f7eae | 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
don't load disabled plugins FS#1990 |
| 7f0d7314 | 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi updated to 1.0.8.8 |
| 27200028 | 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
added missing keeptxt option to universal search FS#2014 |
| 396c218f | 27-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
make use of tpl_get_action in tpl_actiondropdown FS#2005 |
| a6bc56d0 | 27-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
Do not allow empty strings as superuser or manager FS#2009 |
| 7d393710 | 27-Aug-2010 |
Otto Vainio <otto@valjakko.net> |
Finish language update |
| d0bdf765 | 20-Aug-2010 |
Adrian Lang <lang@cosmocode.de> |
Use namespace filter in quicksearch with empty search term |
| 003a37b4 | 20-Aug-2010 |
Timon Van Overveldt <timonvo@gmail.com> |
Dutch language update |
| 237f9546 | 20-Aug-2010 |
Miroslav Šolti <solti.miroslav@gmail.com> |
Serbian language update |
| 0e7829b7 | 20-Aug-2010 |
ks780 <ks780@mynet.com> |
Turkish language update |
| 6606d6fc | 12-Aug-2010 |
Adrian Lang <lang@cosmocode.de> |
Try to fix broken tables |
| aa92c4cc | 12-Aug-2010 |
Adrian Lang <lang@cosmocode.de> |
clean up table parser handler |