Home
last modified time | relevance | path

Searched hist:"2240 ea1f316156f3cb4475ea23a16246c999b6f0" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.php2240ea1f316156f3cb4475ea23a16246c999b6f0 Sun Aug 12 10:00:37 UTC 2012 Andreas Gohr <andi@splitbrain.org> 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.