| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-14799
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14799] purge_notifications() should not leave open transactions.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.
PHPBB3-14745
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/phpbb/notification/manager.php
|
| |
| |
| |
| | |
PHPBB3-11446
|
| |
| |
| |
| | |
PHPBB3-11446
|
| |
| |
| |
| | |
PHPBB3-14648
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14533
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |\
| | |
| | | |
[ticket/14519] Skip query if all unread notifications are retrieved
|
| | |
| | |
| | |
| | | |
PHPBB3-14519
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14443
|
|\ \
| | |
| | |
| | | |
[ticket/14237] Use $language class for notifications
|
| | |
| | |
| | | |
PHPBB3-14237
|
| | |
| | |
| | |
| | | |
PHPBB3-14237
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
Conflicts:
phpBB/phpbb/notification/type/bookmark.php
phpBB/phpbb/notification/type/post.php
phpBB/phpbb/notification/type/quote.php
|
| |
| |
| |
| | |
PHPBB3-13892
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-14078
|
| |
| |
| |
| | |
PHPBB3-14079
|
| |
| |
| |
| | |
PHPBB3-14076
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/13711] Notifications are sent to inactive users
|
| |
| |
| |
| | |
PHPBB3-13711
|
| |
| |
| |
| | |
PHPBB3-11444
|
| |
| |
| |
| | |
PHPBB3-11444
|
| |
| |
| |
| | |
PHPBB3-11444
|
| |
| |
| |
| | |
PHPBB3-11444
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/phpbb/user_loader.php
|
| |\
| | |
| | |
| | | |
[ticket/13882] Lazy load the notification avatars.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/13790] Update phpcs
Conflicts:
phpBB/composer.json
phpBB/composer.lock
|
| |/
| |
| |
| | |
PHPBB3-13790
|
| |
| |
| |
| | |
PHPBB3-13680
|
| |
| |
| |
| |
| |
| |
| | |
Added get_quote_authors() to text_formatter.utils service to retrieve
the names used in first-level quotes
PHPBB3-13680
|
| |
| |
| |
| | |
PHPBB3-13793
|
|/
|
|
| |
PHPBB3-13725
|
|
|
|
| |
PHPBB3-13644
|
|
|
|
| |
PHPBB3-13569
|
|
|
|
| |
PHPBB3-13154
|
|
|
|
|
|
| |
Not a tab.
PHPBB3-13154
|