aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15850] Fix "Duplicate entry" for notification typesJakub Senko2018-10-181-22/+9
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-241-3/+5
* [ticket/14799] Remove accidentally added whitespaces into 3.2.x and masterrxu2016-10-011-1/+1
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-281-0/+2
|\
| * [ticket/14799] purge_notifications() should not leave open transactions.markshawtoronto2016-09-271-0/+1
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-271-2/+7
|\ \ | |/
| * [ticket/11446] Make get_notification_type_ids work with string tooJakub Senko2016-05-271-2/+7
| * [ticket/11446] Use sql_in_set properly in phpbb_notification_managerJakub Senko2016-05-231-12/+10
* | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-03-081-0/+4
|\ \ | |/
| * Merge pull request #4206 from marc1706/ticket/14519Máté Bartus2016-03-081-1/+3
| |\
| | * [ticket/14519] Skip query if all unread notifications are retrievedMarc Alexander2016-03-081-1/+3
| * | [ticket/14132] Use transaction for adding notifications to type tableMarc Alexander2016-03-081-0/+4
| |/
* | [ticket/14237] Consistent references to classes in docblocksMatt Friedman2015-10-141-3/+3
* | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-131-9/+27
* | [ticket/14079] Correctly mark notifications as readTristan Darricau2015-08-081-7/+14
* | [ticket/14076] Fix notification settingsTristan Darricau2015-08-071-5/+5
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-9/+17
* | [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-131-18/+2
* | [ticket/11444] BC layerTristan Darricau2015-07-131-0/+30
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-258/+209
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-1/+1
|/
* [ticket/13644] Always type hint dispatch_interfaceNicofuma2015-02-221-3/+3
* [ticket/13154] Wrong variable name in the comment blockbrunoais2014-12-191-1/+1
* [ticket/13154] space before @varbrunoais2014-12-191-1/+1
* [ticket/13154] Forgot the $this->brunoais2014-12-171-1/+1
* [ticket/13154] Adding phpBB dispatcher to notifications managerbrunoais2014-12-171-1/+6
* [ticket/13154] Allow filtering the list of users to be notifiedbrunoais2014-12-171-0/+20
* [ticket/13337] Allow empty array passed to sql_in_set()Marc Alexander2014-11-141-1/+1
* [ticket/12703] Only query database for subscription types onceMarc Alexander2014-10-261-19/+25
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-5/+1
* [ticket/12557] Notification fixesn-aleha2014-08-031-1/+3
* [ticket/12715] Add missing new line in the notification managerTristan Darricau2014-06-161-0/+1
* [ticket/12715] Cleanup comments in \phpbb\notification\*Tristan Darricau2014-06-151-3/+5
* [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