| defa93a1 | 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
I’m stupid |
| 905fa971 | 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Strip (secedit) id from section edit request |
| 40868f2f | 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Hide secedit buttons without title |
| 6c1f778c | 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix section editing killing next section |
| b965ba79 | 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix digest time default value |
| 25fabd1d | 05-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix documentation for subscribe_time |
| 9bec85f2 | 06-Feb-2010 |
LSwp <sleshek@wp.pl> |
Polish language update |
| 90df9a4d | 04-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite section edit handling according to #1860 |
| 1807fcf5 | 03-Feb-2010 |
Didier Raboud <didier.raboud@swisslinux.org> |
French language fix FS#1875 |
| 358eb25c | 02-Feb-2010 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
fixed "numericopt" handling in plugin:config |
| 3b748871 | 03-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
cast 2nd param to array when executing render instructions FS#1880 |
| b856f7df | 03-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
USERINFO instead of INFO['userinfo'] in tpl parsing |
| 2b1223ec | 03-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Move page template parsing to an own function |
| c1b2e736 | 02-Feb-2010 |
Sergio Motta <sergio@cisne.com.br> |
Portuguese language update |
| 24b3cb1a | 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed require's in lib/exe/* |
| c2a6d816 | 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
plugin related autoloading
This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload) |
| 0af14a6e | 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed more unneeded require_once() calls |
| 2dcde304 | 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
do not autorequire class only libraries
those are loaded on demand through the autoloader mechanism
Also cliopts.php is not loaded automatically at all |
| f8f3bfb0 | 01-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Add tests for em from old bug reports (failing) |
| eba9da2d | 01-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix auth_ismanager calls in test cases |
| 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 ...
|
| fcd3bb7c | 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed file header |
| 46d41845 | 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed call-time pass-by-reference warning |
| 8af66ab9 | 29-Jan-2010 |
Adrian Lang <lang@cosmocode.de> |
table: Remove redundant parser data, update tests |
| 61d58d1a | 29-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
PHP CodeSniffer updates |