aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/manager_helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-37/+0
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-3/+4
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-0/+5
| | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
* [ticket/12990] Fix unit testsTristan Darricau2014-08-171-1/+2
| | | | PHPBB3-12990
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-031-5/+3
| | | | PHPBB3-11413
* [ticket/11413] Fix notification testsNathaniel Guse2013-04-291-0/+69
Send types/methods the cache service, not the driver (not sure why the driver was sent before) PHPBB3-11413