aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method/board.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15850] Fix "Duplicate entry" for notification typesJakub Senko2018-10-181-1/+1
| | | | PHPBB3-15850
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-0/+1
| | | | PHPBB3-14237
* [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-131-9/+17
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-0/+390
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