aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_notification.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14523] Replace prototype definition with shared servicesMarc Alexander2016-03-101-23/+23
| | | | PHPBB3-14523
* [ticket/14247] Use quotes around @ and % strings in YAMLMatt Friedman2015-12-071-47/+47
| | | | PHPBB3-14247
* [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-0/+2
| | | | PHPBB3-14237
* [ticket/11444] Update testsTristan Darricau2015-07-131-12/+12
| | | | PHPBB3-11444
* [ticket/11444] Fix services definitionTristan Darricau2015-07-131-12/+10
| | | | PHPBB3-11444
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-200/+46
| | | | PHPBB3-11444
* [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-131-12/+0
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-20/+18
| | | | | | | | | | | | | | 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/+2
| | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-131-0/+1
|
* [ticket/12620] Fix rebase (move config file to the right directory)Tristan Darricau2014-11-201-0/+389
PHPBB3-12620