aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15931] Fix PM report emailsmrgoldy2019-01-141-4/+9
| | | | PHPBB3-15931
* [ticket/15911] Resolve warnings when updating from 3.0.0 to latestMarc Alexander2018-12-181-1/+1
| | | | PHPBB3-15911
* [ticket/15850] Fix "Duplicate entry" for notification typesJakub Senko2018-10-182-23/+10
| | | | PHPBB3-15850
* [ticket/11453] Improve performance of notification.method.messenger_baseJakub Senko2018-07-271-2/+2
| | | | PHPBB3-11453
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-8/+8
| | | | PHPBB3-14972
* [ticket/14972] Fix create_insert_array() declaration in admin_activate_userrxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/15328] Use type_interfacekasimi2017-09-073-9/+15
| | | | PHPBB3-15328
* [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-244-7/+30
| | | | PHPBB3-15328
* [ticket/14949] Pass full notification array and post data for updatingMarc Alexander2017-01-051-1/+7
| | | | PHPBB3-14949
* [ticket/14893] Fix undefined variable on reporting PM notificationrxu2016-12-071-1/+1
| | | | PHPBB3-14893
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+1
|\
| * [ticket/14859] Notifications for PM reports send to users with correct ↵Jim Mossing Holsteyn2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | permissions Tracker ticket (set the ticket ID to your ticket ID): https://tracker.phpbb.com/browse/PHPBB3-14859 This addresses the problem that notifications of new PM reports were not sent out to moderators that weren't global moderators but did have the permission "Can close/delete PM reports". PHPBB3-14859
* | [ticket/14799] Remove accidentally added whitespaces into 3.2.x and masterrxu2016-10-011-1/+1
| | | | | | | | PHPBB3-14799
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-281-0/+2
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14799] purge_notifications() should not leave open transactions.
| * [ticket/14799] purge_notifications() should not leave open transactions.markshawtoronto2016-09-271-0/+1
| | | | | | | | | | | | | | | | | | When running purge_notifications(), if a notification type does not exist then a db transaction is started but never completed. On an error in get_notification_type_id(), end the transaction. PHPBB3-14799
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-161-1/+1
|\ \ | |/
| * [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-271-2/+7
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/notification/manager.php
| * [ticket/11446] Make get_notification_type_ids work with string tooJakub Senko2016-05-271-2/+7
| | | | | | | | PHPBB3-11446
| * [ticket/11446] Use sql_in_set properly in phpbb_notification_managerJakub Senko2016-05-231-12/+10
| | | | | | | | PHPBB3-11446
* | [ticket/14648] Remove whitespace at the end of a lineMark Shaw2016-05-251-1/+1
| | | | | | | | PHPBB3-14648
* | [ticket/14648] Fix bug where default notifications stop working if another ↵Mark Shaw2016-05-251-8/+31
| | | | | | | | | | | | | | | | setting is set. When a new user signs up, they have an email preference set but no board notification preference set. The default board preference should work. Also when a user checks the email box for any notification preference, the default board preference should still work. PHPBB3-14648
* | [ticket/14572] Fix quote notification deletionGreg Ryckman2016-03-301-2/+2
| | | | | | | | | | | | | | | | Some array_key calls were incorrect in the notification checks for quotes. Two calls were being made in a row, resulting in incorrect arrays. PHPBB3-14572
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-131-1/+1
|\ \ | |/
| * [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| | | | | | | | PHPBB3-14533
* | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-03-081-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14132] Use transaction for adding notifications to type table [ticket/14519] Skip query if all unread notifications are retrieved [ticket/14483] Do not send headers by default on access via controller Conflicts: phpBB/phpbb/notification/manager.php
| * Merge pull request #4206 from marc1706/ticket/14519Máté Bartus2016-03-081-1/+3
| |\ | | | | | | [ticket/14519] Skip query if all unread notifications are retrieved
| | * [ticket/14519] Skip query if all unread notifications are retrievedMarc Alexander2016-03-081-1/+3
| | | | | | | | | | | | PHPBB3-14519
| * | [ticket/14132] Use transaction for adding notifications to type tableMarc Alexander2016-03-081-0/+4
| |/ | | | | | | | | | | | | | | This will prevent a race condition that might occur by two posts being submitted at the same time with the notification type IDs not being cached. PHPBB3-14132
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-281-1/+1
|\ \ | |/
| * [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-011-1/+1
| | | | | | | | PHPBB3-14443
* | Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-2917-73/+112
|\ \ | | | | | | | | | [ticket/14237] Use $language class for notifications
| * | [ticket/14237] Consistent references to classes in docblocksMatt Friedman2015-10-141-3/+3
| | | | | | | | | PHPBB3-14237
| * | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-1317-76/+115
| | | | | | | | | | | | PHPBB3-14237
* | | Merge branch '3.1.x'Marc Alexander2015-10-178-9/+9
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: phpBB/phpbb/notification/type/bookmark.php phpBB/phpbb/notification/type/post.php phpBB/phpbb/notification/type/quote.php
| * [ticket/13892] Replace other uses of self with static.Cesar G2015-10-157-9/+9
| | | | | | | | PHPBB3-13892
| * [ticket/13892] Respect "Someone reports a post" notification setting.Cesar G2015-10-151-1/+1
| | | | | | | | | | | | | | | | report_post inherits from post_in_queue, therefore using self:: instead of static:: results in the incorrect notification type being used to determine which users to exclude from the notification. PHPBB3-13892
* | [ticket/14078] Fix SQL error when editing a post with a quoteZoddo2015-09-131-1/+1
| | | | | | | | PHPBB3-14078
* | [ticket/14079] Correctly mark notifications as readTristan Darricau2015-08-083-10/+17
| | | | | | | | PHPBB3-14079
* | [ticket/14076] Fix notification settingsTristan Darricau2015-08-071-5/+5
| | | | | | | | PHPBB3-14076
* | Merge branch '3.1.x'Andreas Fischer2015-08-051-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13711] Notifications are sent to inactive users
| * [ticket/13711] Notifications are sent to inactive usersRMcGirr832015-07-271-1/+1
| | | | | | | | PHPBB3-13711
* | [ticket/11444] Fix services definitionTristan Darricau2015-07-131-8/+0
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-139-33/+102
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-136-84/+89
| | | | | | | | PHPBB3-11444
* | [ticket/11444] BC layerTristan Darricau2015-07-131-0/+30
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1324-462/+957
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | Merge branch '3.1.x'Marc Alexander2015-06-169-9/+9
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/user_loader.php
| * Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-169-9/+9
| |\ | | | | | | | | | [ticket/13882] Lazy load the notification avatars.
| | * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-289-9/+9
| | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882