summaryrefslogtreecommitdiff
path: root/_test/tests/inc/subscription.test.php
Commit message (Collapse)AuthorAge
* fix signature mail unittest, and improve some signatures info pluginGerrit Uitslag2013-10-16
|
* fixed testsAndreas Gohr2013-01-18
|
* consolidate more notification code in subscription classAndreas Gohr2012-09-21
| | | | This is untested and probably broken currently
* correctly check if subscriptions are enabledAndreas Gohr2012-08-12
|
* added list testAndreas Gohr2012-08-12
|
* more subscription refactoring BROKENAndreas Gohr2012-08-12
| | | | | | | now the actual sending of bulk messages (digest, list) is reimplemented and partially tested. Still not complete
* first start at refactoring the subscription system BROKENAndreas Gohr2012-08-12
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.