summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-08-12 12:00:37 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-08-12 12:00:37 +0200
commit2240ea1f316156f3cb4475ea23a16246c999b6f0 (patch)
tree14644899de2047b32181d8e0f7f6a90a38888e6f /inc/load.php
parentc0ec69288a7ae838ba9f3da6cc5069d6abe33e15 (diff)
downloadrpg-2240ea1f316156f3cb4475ea23a16246c999b6f0.tar.gz
rpg-2240ea1f316156f3cb4475ea23a16246c999b6f0.tar.bz2
first start at refactoring the subscription system BROKEN
This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unescaped regexps) and to simplify things (hopefully). The refactoring isn't completed yet, so this will break the subscription system. The goal is to move as much subscription related stuff to this class as possible. Currently there is some code in lib/exe/indexer.php and maybe elsewhere (common.php?). Additionally everything should be covered by tests. A few tests are included here already.
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/load.php b/inc/load.php
index b676518e7..bd6d39814 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -81,6 +81,7 @@ function load_autoload($name){
'Mailer' => DOKU_INC.'inc/Mailer.class.php',
'RemoteAPI' => DOKU_INC.'inc/remote.php',
'RemoteAPICore' => DOKU_INC.'inc/RemoteAPICore.php',
+ 'Subscription' => DOKU_INC.'inc/subscription.php',
'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php',
'DokuWiki_Admin_Plugin' => DOKU_PLUGIN.'admin.php',