aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11488] Use correct base class in email notification methodMarc Alexander2013-04-152-2/+2
* Merge pull request #1316 from nickvergessen/ticket/11405Nils Adermann2013-03-315-4/+35
|\
| * [ticket/11474] Clarify comment with "global" and forum_id = 0Joas Schilling2013-03-262-2/+2
| * [ticket/11474] Check read permission before sending *_in_queue notificationsJoas Schilling2013-03-262-2/+16
| * [ticket/11405] Order users in bookmark, in order to pass postgres testsJoas Schilling2013-03-261-0/+1
| * [ticket/11405] Sort $users array in order to prevent issues on postgresJoas Schilling2013-03-251-0/+1
| * [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-0/+15
* | Merge pull request #1300 from bantu/ticket/11451Nils Adermann2013-03-293-93/+103
|\ \
| * | [ticket/11445] Add abstract class phpbb_notification_method_messenger_base.Andreas Fischer2013-03-163-93/+103
| |/
* | [ticket/11403] Use an instance of phpbb_db_sql_insert_buffer instead.Andreas Fischer2013-03-291-14/+5
* | [ticket/11403] phpbb_notification_manager: Use SQL multi insert in batches.Andreas Fischer2013-03-291-2/+11
* | [ticket/11448] Use of $user_id parameter to mark a user's notifications readDavid King2013-03-261-0/+1
|/
* [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