Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15850] Fix "Duplicate entry" for notification types | Jakub Senko | 2018-10-18 | 1 | -1/+1 |
| | | | | PHPBB3-15850 | ||||
* | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 1 | -0/+1 |
| | | | | PHPBB3-14237 | ||||
* | [ticket/11444] Cleanup method constructors | Tristan Darricau | 2015-07-13 | 1 | -9/+17 |
| | | | | PHPBB3-11444 | ||||
* | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -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 |