In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Advanced Details Jump to Notes ] Wiki ]  Related Changesets ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0001243 [In-Portal CMS] Admin Interfaces feature request always 2012-04-01 17:02 2012-07-25 05:31
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.2.0-B3 Product Version
  Target Version 5.2.0 Product Build
Time EstimateNo estimate
Summary 0001243: Add new "User Subscriptions" section
Description Create a new section in Admin called "User Subscriptions" that will be used for management of subscriptions.

Place new section under User Management section after Mailings section (use default custom icon for now, later we'll have special icon created).

Section visibility: Visible in Advanced interfaces and Debug ONLY in Simple.

There we are going to have a grid of Subscribers with list of fields that we have in EmailEventSubscribers table.

Grid

Toolbar: Add, Edit, Delete buttons

Available Columns:
SubscriptionId
EmailEventId
EmailEventName??? (I think would be good to have)
SubscriberEmail
UserId
UserName or User Email (I think would be good to have)
CategoryId
CategoryName (I think would be good to have)
ItemId
ItemName (I think would be good to have)
ParentItemId
ParentItemName (I think would be good to have)
SubscribedOn

Add/Edit form
Form should have all necessary fields + friendly selectors where possible.
Steps To Reproduce
Additional Information
Tags No tags attached.
Reference https://groups.google.com/d/topic/in-portal-dev/X4xLB0RuitE/discussion
Change Log Message Added new "User Subscriptions" section
Estimate Points 2
Attached Files patch file icon system_event_subscriptions_admin_list.patch [^] (47,182 bytes) 2012-04-04 08:54 [Show Content]
png file icon icon24_system_event_subscriptions.png [^] (3,651 bytes) 2012-04-11 10:19


patch file icon email_event_non_inclusive_category_subscription_option.patch [^] (8,494 bytes) 2012-04-11 11:20 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0001207closed (5.2.0)alex Ability to subscribe to any system event from e-mail event 
related to 0001249closed (5.2.0)alex Unit config prefixes with dashes ("-") not always work, when used in openSelector JavaScript function 

-  Notes
User avatar (0004562)
alex (manager)
2012-04-04 08:55

Will test all together later.
User avatar (0004563)
alex (manager)
2012-04-04 08:55

Fix committed to 5.2.x branch. Commit Message:

Fixes 0001243: Add new "User Subscriptions" section
User avatar (0004586)
alex (manager)
2012-04-11 11:20

Patch "email_event_non_inclusive_category_subscription_option.patch" adds ability to subscribe to category updates not including updates from it's sub-categories.
User avatar (0004926)
alex (manager)
2012-07-25 05:31

Since 5.2.0 version was released.

- Related Changesets
In-Portal CMS: 5.2.x r15290
Timestamp: 2012-04-11 11:21:33
Author: alex
Details ] Diff ]
Bug 0001243: Add new "User Subscriptions" section
1. adds ability to subscribe to category updates not including updates from it's sub-categories
add - /in-portal/branches/5.2.x/core/admin_templates/img/icons/icon24_system_event_subscriptions.png File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/system_event_subscriptions/system_event_subscription_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/event_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_tp.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscriptions_config.php Diff ] File ]
In-Portal CMS: 5.2.x r15268
Timestamp: 2012-04-04 08:55:40
Author: alex
Details ] Diff ]
Fixes 0001243: Add new "User Subscriptions" section
add - /in-portal/branches/5.2.x/admin/system_presets/simple/system_event_subscriptions_system-event-subscription.php File ]
add - /in-portal/branches/5.2.x/core/admin_templates/system_event_subscriptions File ]
add - /in-portal/branches/5.2.x/core/admin_templates/system_event_subscriptions/system_event_subscription_edit.tpl File ]
add - /in-portal/branches/5.2.x/core/admin_templates/system_event_subscriptions/system_event_subscription_list.tpl File ]
mod - /in-portal/branches/5.2.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/remove_schema.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/dblist.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/categories_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/email_events/email_events_event_handler.php Diff ] File ]
add - /in-portal/branches/5.2.x/core/units/system_event_subscriptions File ]
add - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_eh.php File ]
add - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscription_tp.php File ]
add - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscriptions_config.php File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:31 alex Note Added: 0004926
2012-07-25 05:31 alex Status resolved => closed
2012-04-11 11:21 alex Changeset attached 5.2.x r15290
2012-04-11 11:20 alex Note Added: 0004586
2012-04-11 11:20 alex File Added: email_event_non_inclusive_category_subscription_option.patch
2012-04-11 10:20 alex File Deleted: user_subscriptions.png
2012-04-11 10:19 alex File Added: icon24_system_event_subscriptions.png
2012-04-06 10:08 Dmitry File Added: user_subscriptions.png
2012-04-04 08:55 alex Note Added: 0004563
2012-04-04 08:55 alex Status reviewed and tested => resolved
2012-04-04 08:55 alex Fixed in Version => 5.2.0-B3
2012-04-04 08:55 alex Resolution open => fixed
2012-04-04 08:55 alex Assigned To !COMMUNITY => alex
2012-04-04 08:55 alex Changeset attached 5.2.x r15268
2012-04-04 08:55 alex Note Added: 0004562
2012-04-04 08:55 alex Status needs testing => reviewed and tested
2012-04-04 08:54 alex Assigned To => !COMMUNITY
2012-04-04 08:54 alex Developer => alex
2012-04-04 08:54 alex Status active => needs testing
2012-04-04 08:54 alex File Added: system_event_subscriptions_admin_list.patch
2012-04-04 08:54 alex Estimate Points 0 => 2
2012-04-04 07:44 alex Relationship added related to 0001249
2012-04-01 17:03 Dmitry Relationship added related to 0001207
2012-04-01 17:02 Dmitry New Issue
2012-04-01 17:02 Dmitry Reference => https://groups.google.com/d/topic/in-portal-dev/X4xLB0RuitE/discussion
2012-04-01 17:02 Dmitry Change Log Message => Added new "User Subscriptions" section
2012-04-01 17:02 Dmitry Estimate Points => 0



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker