| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
| |
Like in 3.0 we should also send notifications about new posts to users
that subscribed to the forum. (Subscriptions are verbose)
PHPBB3-11405
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Poster, should NOT receive a notification
Topic subscribed, should receive a notification
Topic subscribed, but unauthed to read, should NOT receive a notification
Topic subscribed, but already notified, should NOT receive a new notification
Topic and forum subscribed, should receive ONE notification
Forum subscribed, should receive a notification
Forum subscribed, but already notified, should NOT receive a new notification
PHPBB3-11405
|
| |
|
|
| |
PHPBB3-11457
|
| |
|
|
| |
PHPBB3-11439
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
|
|
| |
This lets us clean up the mess that was in load_object(), but requires
scope: prototype to be added to the service definitions for all types
or methods!
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Create a very basic user loader class to handle querying/storing
user data in a centralized location.
Use DIC collection service for notification types/methods.
Cleanup unused dependencies.
Fix some other issues.
PHPBB3-11103
|
| |
|
|
|
|
|
| |
We don't actually need to test the finder here, so don't copy the ext
directory over
PHPBB3-11103
|
| |
|
|
|
|
|
|
|
|
|
| |
Now, if there is no row for the user in the user_notifications table,
the user will receive basic notifications. If the user wishes to not
receive notifications, a row must be added with notify = 0.
For other methods besides the basic (e.g. email, jabber) a row must
still be added with notify = 1 for them to receive notifications
PHPBB3-11103
|
| |
|
|
|
|
| |
Fix a bug that broke it and make sure to set the needed config/auth settings
PHPBB3-11103
|
| |
|
|
|
|
| |
This is going to require you recreate the db tables.
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
|
|
Fixing extension type/method naming scheme so they can be autoloaded.
Other bugs
PHPBB3-11103
|