aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11423] Send unformatted usernames to the email templateNathaniel Guse2013-03-092-2/+2
| | | | PHPBB3-11423
* Merge remote-tracking branch 'EXreaction/ticket/11408' into developDavid King2013-03-061-1/+1
|\ | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11408: [ticket/11408] user_jabber instead of jabber
| * [ticket/11408] user_jabber instead of jabberNathaniel Guse2013-03-061-1/+1
| | | | | | | | PHPBB3-11408
* | Merge remote-tracking branch 'EXreaction/ticket/11400' into developDavid King2013-03-051-2/+1
|\ \ | | | | | | | | | | | | | | | | | | # By Nathan Guse # Via Nathan Guse * EXreaction/ticket/11400: [ticket/11400] If email is disabled, disable it for notifications
| * | [ticket/11400] If email is disabled, disable it for notificationsNathan Guse2013-03-051-2/+1
| |/ | | | | | | PHPBB3-11400
* | [ticket/11402] Fix undefined index in post/topic_in_queueNathan Guse2013-03-052-8/+35
|/ | | | PHPBB3-11402
* [ticket/11103] Don't call generate_board_url many timesNathan Guse2013-02-283-6/+9
| | | | | | Fix a URL and some comments PHPBB3-11103
* [ticket/11103] Case time in queries as an intNathan Guse2013-02-281-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Correcting constructor commentsNathan Guse2013-01-151-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Including the set call in the declaration throws errorsNathan Guse2013-01-151-1/+8
| | | | | | Call the set_notification_manager from the load_object function instead. PHPBB3-11103
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-153-42/+130
| | | | PHPBB3-11103
* [ticket/11103] Fix sending the user ids to get the username/avatarNathaniel Guse2012-12-276-6/+6
| | | | PHPBB3-11103
* [ticket/11103] Fix some more merging issuesNathaniel Guse2012-12-271-3/+1
| | | | PHPBB3-11103
* [ticket/11103] Fix merge conflictNathaniel Guse2012-12-261-6/+1
| | | | PHPBB3-11103
* [ticket/11103] updating commentsNathan Guse2012-12-151-3/+3
| | | | PHPBB3-11103
* [ticket/11103] data -> notification_dataNathan Guse2012-12-152-8/+8
| | | | PHPBB3-11103
* [ticket/11103] unread -> notification_readNathan Guse2012-12-156-16/+23
| | | | PHPBB3-11103
* [ticket/11103] time -> notification_timeNathan Guse2012-12-1512-22/+21
| | | | PHPBB3-11103
* [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-155-61/+91
| | | | PHPBB3-11103
* [ticket/11103] Prune notifications functionNathan Guse2012-12-151-3/+15
| | | | | | To delete all notifications before a certain time PHPBB3-11103
* Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-151-10/+0
|\
| * [ticket/11103] Mark topic/post subscription notification read when approvedNathan Guse2012-12-151-10/+0
| | | | | | | | PHPBB3-11103
* | [ticket/11103] Purge notifications (to be used when an extension is purged)Nathan Guse2012-12-151-0/+15
|/ | | | PHPBB3-11103
* [ticket/11103] dbal -> phpbb_db_driverNathan Guse2012-12-133-6/+6
| | | | PHPBB3-11103
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-19/+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] Some improvements to the user loaderNathan Guse2012-12-087-28/+10
| | | | PHPBB3-11103
* [ticket/11103] Do not prepend notification.(type|method) unless necessaryNathan Guse2012-11-211-2/+6
| | | | PHPBB3-11103
* [ticket/11103] Some commentsNathan Guse2012-11-201-4/+12
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-2013-138/+98
| | | | | | | | | | | | | 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] Make jabber use short/ email template filesNathaniel Guse2012-11-112-1/+15
| | | | PHPBB3-11103
* [ticket/11103] Move all email templates to the email/ directory & prep shortNathaniel Guse2012-11-116-6/+6
| | | | | | Prepare short email templates (to be used in jabber) PHPBB3-11103
* [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-092-22/+42
| | | | PHPBB3-11103
* [ticket/11103] Comment indentationNathaniel Guse2012-11-091-6/+8
| | | | PHPBB3-11103
* [ticket/11103] count is reserved, do not use in a SQL queryNathaniel Guse2012-11-091-7/+7
| | | | PHPBB3-11103
* [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-0921-61/+217
| | | | PHPBB3-11103
* [ticket/11103] enable/disable notifications functionsNathan Guse2012-10-291-0/+32
| | | | | | | | | | | | | | disable_notifications This should be called when an extension which has notification types is disabled so that all those notifications are hidden and do not cause errors enable_notifications This should be called when an extension which has notification types that was disabled is re-enabled so that all those notifications that were hidden are shown again PHPBB3-11103
* [ticket/11103] Make sure post/topic approved notifications are always unreadNathan Guse2012-10-292-0/+40
| | | | PHPBB3-11103
* [ticket/11103] _get_avatar -> get_user_avatarNathan Guse2012-10-298-8/+8
| | | | PHPBB3-11103
* [ticket/11103] More cleanupNathan Guse2012-10-291-2/+2
| | | | PHPBB3-11103
* [ticket/11103] Code cleanupNathan Guse2012-10-293-63/+1
| | | | PHPBB3-11103
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-2912-271/+175
| | | | | | | | | | | 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-4/+19
| | | | | | Fix a bug that broke it and make sure to set the needed config/auth settings PHPBB3-11103
* [ticket/11103] Correct the comments on the notification classesNathan Guse2012-10-209-18/+18
| | | | PHPBB3-11103
* [ticket/11103] PM notifications are not available if users cannot read themNathan Guse2012-10-201-0/+8
| | | | PHPBB3-11103
* [ticket/11103] Notifications for subscriptions/bookmarks must obey ACP optionsNathan Guse2012-10-204-0/+32
| | | | | | If bookmarks/subscriptions are disabled, they should not be listed in the UCP PHPBB3-11103
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-2018-282/+109
| | | | | | This is going to require you recreate the db tables. PHPBB3-11103
* [ticket/11103] Do not have empty queue in the interfaceNathan Guse2012-10-201-5/+0
| | | | | | This is not needed as it is not public. PHPBB3-11103
* [ticket/11103] Replace $email_template with get_email_template()Nathan Guse2012-10-2018-99/+163
| | | | PHPBB3-11103
* [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-195-15/+15
| | | | | | | | | | | | If you're following along and would like to update your DB, you can run the following queries to do so: ALTER TABLE phpbb_notifications CHANGE `is_disabled` `is_enabled` TINYINT( 1 ) NOT NULL DEFAULT '1'; UPDATE `phpbb_notifications` SET is_enabled = 1; PHPBB3-11103
* [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-181-2/+2
| | | | PHPBB3-11103