| #
457ad80a |
| 23-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
introduced remote api class
|
| #
a4e0e797 |
| 19-Nov-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
enabled remote as plugintype
|
| #
c9a53c46 |
| 12-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
added Mailer class to autoloader
|
| #
d54ac877 |
| 06-Jun-2011 |
Adrian Lang <lang@cosmocode.de> |
Use autoloading for plugin classes
|
| #
3a0a2d05 |
| 22-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reus
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects.
This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django.
Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
show more ...
|
| #
2897eb23 |
| 26-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Transformed the sitemapper into a class
This makes it possible to autoload the sitemapper when needed.
|
| #
f03fd957 |
| 04-Apr-2010 |
Andreas Gohr <andi@splitbrain.org> |
new fnencode option FS#1649
This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and st
new fnencode option FS#1649
This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).
show more ...
|
| #
5ce4ea15 |
| 16-Mar-2010 |
Michael Klier <chi@chimeric.de> |
added missing IXR_IntrospectionServer to autoload classes
|
| #
94d621b0 |
| 16-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Typo in ZipLib autoloader
|
| #
c7cb395c |
| 15-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Load libraries after init
|
| #
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 ...
|