summaryrefslogtreecommitdiff
path: root/inc/load.php
Commit message (Collapse)AuthorAge
* added missing IXR_IntrospectionServer to autoload classesMichael Klier2010-03-16
|
* Typo in ZipLib autoloaderAdrian Lang2010-03-16
|
* Load libraries after initAdrian Lang2010-03-15
|
* some more load fixesAndreas Gohr2010-03-12
|
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* do not autorequire class only librariesAndreas Gohr2010-02-01
| | | | | | those are loaded on demand through the autoloader mechanism Also cliopts.php is not loaded automatically at all
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
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.