Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15931] Fix PM report emails | mrgoldy | 2019-01-14 | 1 | -4/+9 |
| | | | | PHPBB3-15931 | ||||
* | [ticket/15911] Resolve warnings when updating from 3.0.0 to latest | Marc Alexander | 2018-12-18 | 1 | -1/+1 |
| | | | | PHPBB3-15911 | ||||
* | [ticket/15850] Fix "Duplicate entry" for notification types | Jakub Senko | 2018-10-18 | 2 | -23/+10 |
| | | | | PHPBB3-15850 | ||||
* | [ticket/11453] Improve performance of notification.method.messenger_base | Jakub Senko | 2018-07-27 | 1 | -2/+2 |
| | | | | PHPBB3-11453 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 4 | -8/+8 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14972] Fix create_insert_array() declaration in admin_activate_user | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15328] Use type_interface | kasimi | 2017-09-07 | 3 | -9/+15 |
| | | | | PHPBB3-15328 | ||||
* | [ticket/15328] Disable checkbox if notification method isn't supported | kasimi | 2017-08-24 | 4 | -7/+30 |
| | | | | PHPBB3-15328 | ||||
* | [ticket/14949] Pass full notification array and post data for updating | Marc Alexander | 2017-01-05 | 1 | -1/+7 |
| | | | | PHPBB3-14949 | ||||
* | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -1/+1 |
| | | | | PHPBB3-14893 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-12 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/14859] Notifications for PM reports send to users with correct ↵ | Jim Mossing Holsteyn | 2016-11-07 | 1 | -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 master | rxu | 2016-10-01 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14799 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-09-28 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/14799] purge_notifications() should not leave open transactions. | ||||
| * | [ticket/14799] purge_notifications() should not leave open transactions. | markshawtoronto | 2016-09-27 | 1 | -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.x | Marc Alexander | 2016-08-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14745] Removed unneeded HTML ampersand | Wesley Fok | 2016-08-15 | 1 | -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.x | Marc Alexander | 2016-05-27 | 1 | -2/+7 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/phpbb/notification/manager.php | ||||
| * | [ticket/11446] Make get_notification_type_ids work with string too | Jakub Senko | 2016-05-27 | 1 | -2/+7 |
| | | | | | | | | PHPBB3-11446 | ||||
| * | [ticket/11446] Use sql_in_set properly in phpbb_notification_manager | Jakub Senko | 2016-05-23 | 1 | -12/+10 |
| | | | | | | | | PHPBB3-11446 | ||||
* | | [ticket/14648] Remove whitespace at the end of a line | Mark Shaw | 2016-05-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14648 | ||||
* | | [ticket/14648] Fix bug where default notifications stop working if another ↵ | Mark Shaw | 2016-05-25 | 1 | -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 deletion | Greg Ryckman | 2016-03-30 | 1 | -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.x | Marc Alexander | 2016-03-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL | Skouat | 2016-03-12 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14533 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Máté Bartus | 2016-03-08 | 1 | -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/14519 | Máté Bartus | 2016-03-08 | 1 | -1/+3 |
| |\ | | | | | | | [ticket/14519] Skip query if all unread notifications are retrieved | ||||
| | * | [ticket/14519] Skip query if all unread notifications are retrieved | Marc Alexander | 2016-03-08 | 1 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-14519 | ||||
| * | | [ticket/14132] Use transaction for adding notifications to type table | Marc Alexander | 2016-03-08 | 1 | -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.x | Marc Alexander | 2016-02-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14443] Introduce additional parameter to messenger | Martin Beckmann | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14443 | ||||
* | | Merge pull request #3971 from VSEphpbb/ticket/14237 | Oliver Schramm | 2015-10-29 | 17 | -73/+112 |
|\ \ | | | | | | | | | | [ticket/14237] Use $language class for notifications | ||||
| * | | [ticket/14237] Consistent references to classes in docblocks | Matt Friedman | 2015-10-14 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-14237 | ||||
| * | | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 17 | -76/+115 |
| | | | | | | | | | | | | PHPBB3-14237 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-10-17 | 8 | -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 G | 2015-10-15 | 7 | -9/+9 |
| | | | | | | | | PHPBB3-13892 | ||||
| * | [ticket/13892] Respect "Someone reports a post" notification setting. | Cesar G | 2015-10-15 | 1 | -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 quote | Zoddo | 2015-09-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14078 | ||||
* | | [ticket/14079] Correctly mark notifications as read | Tristan Darricau | 2015-08-08 | 3 | -10/+17 |
| | | | | | | | | PHPBB3-14079 | ||||
* | | [ticket/14076] Fix notification settings | Tristan Darricau | 2015-08-07 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-14076 | ||||
* | | Merge branch '3.1.x' | Andreas Fischer | 2015-08-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13711] Notifications are sent to inactive users | ||||
| * | [ticket/13711] Notifications are sent to inactive users | RMcGirr83 | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13711 | ||||
* | | [ticket/11444] Fix services definition | Tristan Darricau | 2015-07-13 | 1 | -8/+0 |
| | | | | | | | | PHPBB3-11444 | ||||
* | | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 9 | -33/+102 |
| | | | | | | | | PHPBB3-11444 | ||||
* | | [ticket/11444] Cleanup method constructors | Tristan Darricau | 2015-07-13 | 6 | -84/+89 |
| | | | | | | | | PHPBB3-11444 | ||||
* | | [ticket/11444] BC layer | Tristan Darricau | 2015-07-13 | 1 | -0/+30 |
| | | | | | | | | PHPBB3-11444 | ||||
* | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 24 | -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 Alexander | 2015-06-16 | 9 | -9/+9 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/phpbb/user_loader.php | ||||
| * | Merge pull request #3653 from callumacrae/ticket/13882 | Marc Alexander | 2015-06-16 | 9 | -9/+9 |
| |\ | | | | | | | | | | [ticket/13882] Lazy load the notification avatars. | ||||
| | * | [ticket/13882] Lazy load the notification avatars. | Callum Macrae | 2015-05-28 | 9 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882 |