aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11445] Move get user's notification code into its own methodDhruv2014-06-071-14/+29
* [ticket/11445] Remove unused foreach key $group_nameDhruv2014-06-071-1/+1
* [ticket/11445] Optimize no of queries in get_global_subscriptionsDhruv2014-06-011-13/+18
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12435] Update the commentTristan Darricau2014-05-141-4/+6
* [ticket/12435] purge_notifications() fails for unused notificationsTristan Darricau2014-05-141-8/+19
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
* [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-141-1/+8
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-4/+2
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11919] Remove extra argument to notification manager's sql_fetchfield()Patrick Webster2013-10-141-2/+2
* [ticket/11700] And some last comments with backslashesNils Adermann2013-09-161-1/+1
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-9/+12
|\
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11373Nathan Guse2013-09-121-4/+5
| |\
| | * [ticket/11744] CommentsNathan Guse2013-07-271-1/+1
| | * [ticket/11744] Group join request notificationNathan Guse2013-07-261-7/+8
| * | [ticket/11373] Prune old read notifications with cronNathan Guse2013-07-271-5/+7
| |/
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-16/+18
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+910