aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Case time in queries as an intNathan Guse2013-02-281-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-151-12/+28
* [ticket/11103] Fix some more merging issuesNathaniel Guse2012-12-271-3/+1
* [ticket/11103] Fix merge conflictNathaniel Guse2012-12-261-6/+1
* [ticket/11103] unread -> notification_readNathan Guse2012-12-151-4/+11
* [ticket/11103] time -> notification_timeNathan Guse2012-12-151-6/+5
* [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-151-34/+64
* [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-131-2/+2
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-19/+1
* [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-201-79/+48
* [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-091-21/+31
* [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-091-49/+21
* [ticket/11103] enable/disable notifications functionsNathan Guse2012-10-291-0/+32
* [ticket/11103] More cleanupNathan Guse2012-10-291-2/+2
* [ticket/11103] Code cleanupNathan Guse2012-10-291-1/+1
* [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-26/+105
* [ticket/11103] Correct the test caseNathan Guse2012-10-201-4/+19
* [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-133/+67
* [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-191-5/+5
* [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-181-2/+2
* [ticket/11103] Expand class vars and use docblocks for phpBB classesNathan Guse2012-10-181-2/+27
* [ticket/11103] Make sure notifications are marked read when clicking themNathan Guse2012-10-141-1/+1
* [ticket/11103] UCP Notification option groupingNathan Guse2012-10-131-8/+15
* [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-131-5/+10
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-8/+25
* [ticket/11103] Ability to query data before running create_insert_array()Nathan Guse2012-10-121-3/+6
* [ticket/11103] Starting work on combining notificationsNathan Guse2012-10-051-0/+6
* [ticket/11103] Working on test caseNathan Guse2012-10-051-17/+22
* [ticket/11103] Fixing a few bugs from the previous changesNathan Guse2012-10-041-3/+3
* [ticket/11103] Do not use Symfony\...\ContainerBuilder;Nathan Guse2012-10-041-2/+0
* [ticket/11103] Use dependency injection instead of phpbb_containerNathan Guse2012-10-041-35/+58
* [ticket/11103] Move notification files to includes/notification/Nathan Guse2012-10-041-0/+688