History log of /dokuwiki/inc/load.php (Results 101 – 104 of 104)
Revision Date Author Comments
# 05ed2c25 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

some more load fixes


# 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)


# 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 ...


12345