Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added missing IXR_IntrospectionServer to autoload classes | Michael Klier | 2010-03-16 |
| | |||
* | Typo in ZipLib autoloader | Adrian Lang | 2010-03-16 |
| | |||
* | Load libraries after init | Adrian Lang | 2010-03-15 |
| | |||
* | some more load fixes | Andreas Gohr | 2010-03-12 |
| | |||
* | plugin related autoloading | Andreas Gohr | 2010-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 libraries | Andreas Gohr | 2010-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 loading | Andreas Gohr | 2010-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. |