1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11103] The start of an all-encompassing notifications system

This system will take input from various systems to store notifications
and send notifications to users all in one nice extendable system.

This system should act something like the notifications system on
other social networking sites (in that, there is a single location where
a user can see all of their notifications for various events).

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-09-08 10:49:58 -05:00
parent 7bf598954c
commit b887fcc3d1
9 changed files with 530 additions and 0 deletions

View File

@@ -89,6 +89,11 @@ services:
- .%core.php_ext%
- @cache.driver
notifications:
class: phpbb_notifications_service
arguments:
- @container
processor.config:
class: phpbb_di_processor_ext
arguments: