aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/notification_manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-4/+3
| | | | | | | | | | | | | | 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/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-1/+1
| | | | | | | | | | | Now, if there is no row for the user in the user_notifications table, the user will receive basic notifications. If the user wishes to not receive notifications, a row must be added with notify = 0. For other methods besides the basic (e.g. email, jabber) a row must still be added with notify = 1 for them to receive notifications PHPBB3-11103
* [ticket/11103] Brackets on their own linesNathan Guse2012-10-181-9/+27
| | | | PHPBB3-11103
* [ticket/11103] Mock notification managerNathan Guse2012-10-041-0/+76
Fixing delete_user_pms_test.php PHPBB3-11103