| 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 |
| 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 |
| 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 |
| f5b78785 | 29-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
more code cleanup |
| 0b17fdc6 | 29-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
more code cleanup according to coding standard |
| c4cf0c4a | 27-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed variable misspelling in TarLib FS#1871 |
| f3718805 | 27-Jan-2010 |
Adrian Lang <lang@cosmocode.de> |
Update translations for subscription |
| 912f066b | 25-Jan-2010 |
Jürgen Schwarzer <jschwarzer@freenet.de> |
German (informal) language update |
| e5fc893f | 21-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
initialize array in linesToHash FS#1845 |
| d9c82eb6 | 21-Jan-2010 |
Yaron Yogev <yarony@jungo.com> |
Hebrew Language Update |
| 056c2049 | 30-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
nicer subscription styles
Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b
darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz |
| cb3f9dba | 30-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Add redirect after successful subscription
darcs-hash:20091130093642-e4919-318eed562f0e7777d342dfbe4c8fc352eee58ddf.gz |
| 7a9add1c | 27-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Fix subscription data validation bug (pass by ref)
darcs-hash:20091127143223-e4919-023dd4bfab074c1206580649a2927958c28f38f5.gz |
| 28c3346d | 27-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Add german translation for subscription, fix one english subscription
darcs-hash:20091127133503-e4919-0c99ac85ceaf70a5292165fd2fbe2e3961fb56e3.gz |
| 0314c21a | 23-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
tpl_subscription fixes
Ignore-this: 35c31736664920607a8a78769f560d82
darcs-hash:20091123153204-6e07b-e4637bd20c6e703885f3c3c5fd3de8ee37fc3693.gz |
| 15741132 | 23-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
Some language changes in subscription management
Ignore-this: 9d6c368419814c7b8cb94f778377ede7
A few language strings were dropped, others updated or added
darcs-hash:20091123151813-6e07b-4d01fe03
Some language changes in subscription management
Ignore-this: 9d6c368419814c7b8cb94f778377ede7
A few language strings were dropped, others updated or added
darcs-hash:20091123151813-6e07b-4d01fe03fa2c3bd5944bc05abdd05a24fb79c186.gz
show more ...
|
| 8881fcc9 | 19-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Add events to subscription. |
| 5b75cd1f | 05-Jan-2010 |
Adrian Lang <lang@cosmocode.de> |
New mail subscription with digest |