Nathan Guse
28c8c0ce46
[ticket/11103] Get subscription types/methods functions in the service
...
PHPBB3-11103
2012-09-26 21:48:59 -05:00
Nathaniel Guse
3242ce0d3a
[ticket/11103] Add/delete subscription functions for the service
...
PHPBB3-11103
2012-09-25 10:35:50 -05:00
Nathaniel Guse
98731b1277
[ticket/11103] Prettify the output for prosilver.
...
Create a way to mark items read from the output list.
PHPBB3-11103
2012-09-20 10:36:11 -05:00
Nathan Guse
7454d5c2d5
[ticket/11103] Topic/Post in queue notification
...
Also, bug fixes and cleanup
PHPBB3-11103
2012-09-15 14:33:15 -05:00
Nathan Guse
05b573ebf7
[ticket/11103] Topic and post dis/approval notifications
...
Remove the formatted title function, plaintext is not needed since
email templates are used
Fix a number of bugs.
PHPBB3-11103
2012-09-15 13:51:02 -05:00
Nathan Guse
a1e2fb93ad
[ticket/11103] Bots/Anonymous never receive notifications
...
Do not waste queries trying to load notifications for these users
PHPBB3-11103
2012-09-15 11:59:30 -05:00
Nathan Guse
7589a3093d
[ticket/11103] Display all unread notifications by default
...
Add unread count to the page title
PHPBB3-11103
2012-09-14 18:30:12 -05:00
Nathan Guse
959c81d00e
[ticket/11103] Use appropriate email templates to send notifications
...
Fixing a number of bugs
PHPBB3-11103
2012-09-14 18:05:13 -05:00
Nathan Guse
ed1ec8e720
[ticket/11103] Add/Update/Mark Read functions accept an array for the type
...
This saves a lot of code in some areas (where the same data is sent, just
for different types)
Notifications for bookmarks
PHPBB3-11103
2012-09-14 16:54:20 -05:00
Nathan Guse
fb0ed78c8f
[ticket/11103] Store the item's parent id for marking things read
...
Mark topics/posts read from the markread() function.
Identify unread items by a grey background in the header (for now)
PHPBB3-11103
2012-09-14 15:59:13 -05:00
Nathan Guse
44aa773ce0
[ticket/11103] Allow notification types to override update functionality
...
This is needed for quote editing because we need to check if the users
are still all quoted or notify new quotes appropriately.
PHPBB3-11103
2012-09-14 14:55:14 -05:00
Nathan Guse
207bbdf48c
[ticket/11103] Quote notifications
...
PHPBB3-11103
2012-09-12 23:55:29 -05:00
Nathan Guse
3d1549d43f
[ticket/11103] Add ability for notification types to load special data
...
For consistency, links to posts do not include topic_id. As is done in
viewtopic, do not include the topic_id when linking to a post
PHPBB3-11103
2012-09-12 22:29:48 -05:00
Nathan Guse
2c31e82b60
[ticket/11103] Coding guidelines (SQL Queries)
...
PHPBB3-11103
2012-09-09 17:23:32 -05:00
Nathan Guse
5502f3c4aa
[ticket/11103] Restyle the notification list
...
Very rough (lots of inline CSS, very ugly)
PHPBB3-11103
2012-09-09 17:20:39 -05:00
Nathan Guse
e09f25d597
[ticket/11103] Update notifications on post/topic edit
...
PHPBB3-11103
2012-09-09 14:55:40 -05:00
Nathan Guse
ff45c9aa7c
[ticket/11103] General notification email template.
...
PHPBB3-11103
2012-09-09 10:36:22 -05:00
Nathan Guse
4b4ea7c5cd
[ticket/11103] The service now handles all user loading itself
...
Delete pm notifications when pms are deleted
PHPBB3-11103
2012-09-09 10:19:46 -05:00
Nathaniel Guse
16a0757f2a
[ticket/11103] Order notifications properly
...
PHPBB3-11103
2012-09-08 17:28:13 -05:00
Nathan Guse
86b801df73
[ticket/11103] Some fixes for the email method
...
PHPBB3-11103
2012-09-08 16:12:20 -05:00
Nathan Guse
1e53f7df9d
[ticket/11103] Fixing some db columns that were of the incorrect type
...
PHPBB3-11103
2012-09-08 16:02:32 -05:00
Nathan Guse
7fee0cfdf6
[ticket/11103] Work on the pm type and email method
...
PHPBB3-11103
2012-09-08 15:48:46 -05:00
Nathan Guse
b594635526
[ticket/11103] Add tables to the database updater and installer
...
PHPBB3-11103
2012-09-08 13:09:34 -05:00
Nathan Guse
32a966b21d
[ticket/11103] Private Message type notification
...
Also cleanup
PHPBB3-11103
2012-09-08 12:28:58 -05:00
Nathan Guse
e45fb0025e
[ticket/11103] Output the notifications to the template
...
For now, just dumping the notifications in the header.
PHPBB3-11103
2012-09-08 12:05:55 -05:00
Nathan Guse
44f07df96f
[ticket/11103] Working on the add/update notifications functions
...
Some cleanup and additional commenting as well
PHPBB3-11103
2012-09-08 11:40:02 -05:00
Nathan Guse
b887fcc3d1
[ticket/11103] The start of an all-encompassing notifications system
...
This system will take input from various systems to store notifications
and send notifications to users all in one nice extendable system.
This system should act something like the notifications system on
other social networking sites (in that, there is a single location where
a user can see all of their notifications for various events).
PHPBB3-11103
2012-09-08 10:49:58 -05:00