aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/notifications.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Including the set call in the declaration throws errorsNathan Guse2013-01-151-34/+0
| | | | | | Call the set_notification_manager from the load_object function instead. PHPBB3-11103
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-0/+49
| | | | PHPBB3-11103
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-0/+17
| | | | | | | | This lets us clean up the mess that was in load_object(), but requires scope: prototype to be added to the service definitions for all types or methods! PHPBB3-11103
* [ticket/11103] Newlines at end of filesNathan Guse2012-12-081-1/+1
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-51/+31
| | | | | | | | | | | | | Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103
* [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-091-0/+30
| | | | PHPBB3-11103
* [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-091-0/+272
PHPBB3-11103