aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/ext/test
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-2/+2
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-1/+6
| | | | | | | | | | | | | 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] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-1/+1
| | | | | | | | | | | Now, if there is no row for the user in the user_notifications table, the user will receive basic notifications. If the user wishes to not receive notifications, a row must be added with notify = 0. For other methods besides the basic (e.g. email, jabber) a row must still be added with notify = 1 for them to receive notifications PHPBB3-11103
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-9/+21
| | | | | | This is going to require you recreate the db tables. PHPBB3-11103
* [ticket/11103] More extensive notification testsNathan Guse2012-10-051-5/+1
| | | | PHPBB3-11103
* [ticket/11103] Working on test caseNathan Guse2012-10-051-0/+72
Fixing extension type/method naming scheme so they can be autoloaded. Other bugs PHPBB3-11103