In-Portal Issue Tracker - In-Bulletin
Viewing Issue Advanced Details
1248 [In-Portal CMS] Data Management feature request always 2012-04-03 14:33 2012-07-25 05:31
Dmitry  
alex  
normal  
closed  
fixed  
 
none 5.2.0-B3  
[url][/url]
Added automatic New Topic and New Post notifications by Email
2
0001248: Email Notifications about New Topic and New Post
We are looking to add 2 new automatic email notifications about New Topic and New Post. We should utilize functionality from 0001207: Ability to subscribe to any system event from e-mail event task

1. Subscription to New Topics in Category (or sub-categories)

2. Subscription to New Posts (replies) in a Topic
We should do this in Action Boxes:

Add to Action Box (category)
- Notify on New Topics in Category / Don't notify on New Topics in Category

Add to Action Box (topic)
- Notify on New Post in Topic / Don't notify on New Post in Topic

For now we should allow to turn OFF Notification ONLY in Category it was set on!
related to 0001207closed  (5.2.0)alex In-Portal CMS Ability to subscribe to any system event from e-mail event 
png CategoryPostNotifications.png (188,929) 2012-04-05 18:17
http://tracker.in-portal.org/file_download.php?file_id=1602&type=bug
png

patch topic_subscription_core.patch (5,774) 2012-04-11 03:46
http://tracker.in-portal.org/file_download.php?file_id=1614&type=bug
patch topic_subscription_modules.patch (9,909) 2012-04-11 03:46
http://tracker.in-portal.org/file_download.php?file_id=1615&type=bug
patch topic_subscription_themes.patch (3,428) 2012-04-11 03:47
http://tracker.in-portal.org/file_download.php?file_id=1616&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004928
2012-07-25 05:31 alex Status resolved => closed
2012-04-11 03:53 alex Estimate Points 0 => 2
2012-04-11 03:53 alex Note Added: 0004579
2012-04-11 03:50 alex Changeset attached 5.2.x r15287
2012-04-11 03:50 alex Note Added: 0004578
2012-04-11 03:50 alex Status reviewed and tested => resolved
2012-04-11 03:50 alex Fixed in Version => 5.2.0-B3
2012-04-11 03:50 alex Resolution open => fixed
2012-04-11 03:50 alex Assigned To !COMMUNITY => alex
2012-04-11 03:48 alex Changeset attached 5.2.x r15286
2012-04-11 03:48 alex Changeset attached 1.2.x r15285
2012-04-11 03:47 alex Note Added: 0004577
2012-04-11 03:47 alex Status needs testing => reviewed and tested
2012-04-11 03:47 alex Assigned To alex => !COMMUNITY
2012-04-11 03:47 alex Developer => alex
2012-04-11 03:47 alex Status needs work => needs testing
2012-04-11 03:47 alex File Added: topic_subscription_themes.patch
2012-04-11 03:46 alex File Added: topic_subscription_modules.patch
2012-04-11 03:46 alex File Added: topic_subscription_core.patch
2012-04-05 18:17 Dmitry File Added: CategoryPostNotifications.png
2012-04-05 18:16 Dmitry Assigned To => alex
2012-04-05 18:16 Dmitry Status active => needs work
2012-04-05 18:16 Dmitry Additional Information Updated bug_revision_view_page.php?rev_id=1001#r1001
2012-04-03 14:34 Dmitry Relationship added related to 0001207
2012-04-03 14:33 Dmitry New Issue
2012-04-03 14:33 Dmitry Reference => [url][/url]
2012-04-03 14:33 Dmitry Change Log Message => Added automatic New Topic and New Post notifications by Email
2012-04-03 14:33 Dmitry Estimate Points => 0

Notes
(0004577)
alex   
2012-04-11 03:47   
Will test all together later.
(0004578)
alex   
2012-04-11 03:50   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001248: Email Notifications about New Topic and New Post
(0004579)
alex   
2012-04-11 03:53   
Also created kSubscriptionManager class, that allows to easily manipulate subscriptions:
1. check if subscribed
2. subscribe (with check if already subscribed)
3. ubsubscribe (with check if not already unsubscribed)
4. combine multiple subscription into a set to allow user check/subscribe/unsubscribe to multiple events at once as a single operation (e.g. subscribing to new category topics could also subscribe user to new posts in these topics, but to end user it will look like 1 operation).
(0004928)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.