aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11423] Send unformatted usernames to the email templateNathaniel Guse2013-03-092-2/+2
* Merge remote-tracking branch 'EXreaction/ticket/11408' into developDavid King2013-03-061-1/+1
|\
| * [ticket/11408] user_jabber instead of jabberNathaniel Guse2013-03-061-1/+1
* | Merge remote-tracking branch 'EXreaction/ticket/11400' into developDavid King2013-03-051-2/+1
|\ \
| * | [ticket/11400] If email is disabled, disable it for notificationsNathan Guse2013-03-051-2/+1
| |/
* | [ticket/11402] Fix undefined index in post/topic_in_queueNathan Guse2013-03-052-8/+35
|/
* [ticket/11103] Don't call generate_board_url many timesNathan Guse2013-02-283-6/+9
* [ticket/11103] Case time in queries as an intNathan Guse2013-02-281-3/+3
* [ticket/11103] Correcting constructor commentsNathan Guse2013-01-151-3/+3
* [ticket/11103] Including the set call in the declaration throws errorsNathan Guse2013-01-151-1/+8
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-153-42/+130
* [ticket/11103] Fix sending the user ids to get the username/avatarNathaniel Guse2012-12-276-6/+6
* [ticket/11103] Fix some more merging issuesNathaniel Guse2012-12-271-3/+1
* [ticket/11103] Fix merge conflictNathaniel Guse2012-12-261-6/+1
* [ticket/11103] updating commentsNathan Guse2012-12-151-3/+3
* [ticket/11103] data -> notification_dataNathan Guse2012-12-152-8/+8
* [ticket/11103] unread -> notification_readNathan Guse2012-12-156-16/+23
* [ticket/11103] time -> notification_timeNathan Guse2012-12-1512-22/+21
* [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-155-61/+91
* [ticket/11103] Prune notifications functionNathan Guse2012-12-151-3/+15
* 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
* | [ticket/11103] Purge notifications (to be used when an extension is purged)Nathan Guse2012-12-151-0/+15
|/
* [ticket/11103] dbal -> phpbb_db_driverNathan Guse2012-12-133-6/+6
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-19/+1
* [ticket/11103] Some improvements to the user loaderNathan Guse2012-12-087-28/+10
* [ticket/11103] Do not prepend notification.(type|method) unless necessaryNathan Guse2012-11-211-2/+6
* [ticket/11103] Some commentsNathan Guse2012-11-201-4/+12
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-2013-138/+98
* [ticket/11103] Make jabber use short/ email template filesNathaniel Guse2012-11-112-1/+15
* [ticket/11103] Move all email templates to the email/ directory & prep shortNathaniel Guse2012-11-116-6/+6
* [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-092-22/+42
* [ticket/11103] Comment indentationNathaniel Guse2012-11-091-6/+8
* [ticket/11103] count is reserved, do not use in a SQL queryNathaniel Guse2012-11-091-7/+7
* [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-0921-61/+217
* [ticket/11103] enable/disable notifications functionsNathan Guse2012-10-291-0/+32
* [ticket/11103] Make sure post/topic approved notifications are always unreadNathan Guse2012-10-292-0/+40
* [ticket/11103] _get_avatar -> get_user_avatarNathan Guse2012-10-298-8/+8
* [ticket/11103] More cleanupNathan Guse2012-10-291-2/+2
* [ticket/11103] Code cleanupNathan Guse2012-10-293-63/+1
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-2912-271/+175
* [ticket/11103] Correct the test caseNathan Guse2012-10-201-4/+19
* [ticket/11103] Correct the comments on the notification classesNathan Guse2012-10-209-18/+18
* [ticket/11103] PM notifications are not available if users cannot read themNathan Guse2012-10-201-0/+8
* [ticket/11103] Notifications for subscriptions/bookmarks must obey ACP optionsNathan Guse2012-10-204-0/+32
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-2018-282/+109
* [ticket/11103] Do not have empty queue in the interfaceNathan Guse2012-10-201-5/+0
* [ticket/11103] Replace $email_template with get_email_template()Nathan Guse2012-10-2018-99/+163
* [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-195-15/+15
* [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-181-2/+2