aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
| | | | | PHPBB3-11405 PHPBB3-11474
* [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
| | | | PHPBB3-11405
* [ticket/11405] Fix "only variables should be passed by reference"Joas Schilling2013-03-261-1/+3
| | | | PHPBB3-11405
* [ticket/11405] Use different fixtures so it's not a total messJoas Schilling2013-03-264-123/+319
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for bookmarkingJoas Schilling2013-03-262-0/+165
| | | | PHPBB3-11405
* [ticket/11405] Move test to submit_post_base.php and use data sets for testingJoas Schilling2013-03-263-111/+155
| | | | PHPBB3-11405
* [ticket/11405] Correctly prefill the tables (missed the posts and not-types)Joas Schilling2013-03-253-5/+39
| | | | PHPBB3-11405
* [ticket/11405] Add a base class to avoid duplicated setUp() codeJoas Schilling2013-03-253-154/+102
| | | | PHPBB3-11405
* [ticket/11405] Add unit tests for quoted users notificationsJoas Schilling2013-03-253-1/+279
| | | | PHPBB3-11405
* [ticket/11405] Fix some coding style issuesJoas Schilling2013-03-251-7/+10
| | | | PHPBB3-11405
* [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-23/+1
| | | | | | | Like in 3.0 we should also send notifications about new posts to users that subscribed to the forum. (Subscriptions are verbose) PHPBB3-11405
* [ticket/11405] Add some basic tests for notifications in submit_post()Joas Schilling2013-03-232-0/+327
| | | | | | | | | | | | Poster, should NOT receive a notification Topic subscribed, should receive a notification Topic subscribed, but unauthed to read, should NOT receive a notification Topic subscribed, but already notified, should NOT receive a new notification Topic and forum subscribed, should receive ONE notification Forum subscribed, should receive a notification Forum subscribed, but already notified, should NOT receive a new notification PHPBB3-11405
* [ticket/11457] Remove check and include for set_var function. It's not used.Andreas Fischer2013-03-171-5/+0
| | | | PHPBB3-11457
* [ticket/11439] Add _test suffix to notification test filename.Andreas Fischer2013-03-151-0/+0
| | | | PHPBB3-11439
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-152-4/+5
| | | | PHPBB3-11103
* [ticket/11103] Remove global $db usage in testNathaniel Guse2012-12-261-6/+4
| | | | PHPBB3-11103
* [ticket/11103] data -> notification_dataNathan Guse2012-12-151-16/+16
| | | | PHPBB3-11103
* [ticket/11103] unread -> notification_readNathan Guse2012-12-151-10/+10
| | | | PHPBB3-11103
* [ticket/11103] time -> notification_timeNathan Guse2012-12-151-10/+10
| | | | PHPBB3-11103
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-1/+1
| | | | | | | | 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] User loader test.batNathan Guse2012-12-081-1/+0
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-202-53/+93
| | | | | | | | | | | | | 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] Handle the ext notification type betterNathan Guse2012-10-291-41/+2
| | | | | | | We don't actually need to test the finder here, so don't copy the ext directory over PHPBB3-11103
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-292-146/+5
| | | | | | | | | | | 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] Correct the test caseNathan Guse2012-10-201-3/+6
| | | | | | Fix a bug that broke it and make sure to set the needed config/auth settings PHPBB3-11103
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-202-163/+152
| | | | | | This is going to require you recreate the db tables. PHPBB3-11103
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-0/+1
| | | | PHPBB3-11103
* [ticket/11103] More extensive notification testsNathan Guse2012-10-052-24/+219
| | | | PHPBB3-11103
* [ticket/11103] Working on test caseNathan Guse2012-10-053-0/+429
Fixing extension type/method naming scheme so they can be autoloaded. Other bugs PHPBB3-11103