In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1078 [In-Portal CMS] Front End bug report always 2011-07-07 09:19 2011-09-19 16:08
alex  
alex  
normal  
closed 5.1.3-B2  
fixed  
 
none 5.1.3-RC1  
https://groups.google.com/d/topic/in-portal-bugs/OdZ8j4L6GEY/discussion
Fixing data integrity loss during mailing list unsubscribing
0
0001078: Unsubscribing from mailing list doesn't delete all related user data
When user is subscribing to mailing list, then records in 3 tables are created:
* PortalUser
* PortalUserCustomData
* UserGroup

Then, when user is unsubscribing only 1 record from PortalUser table is deleted keeping other 2 records in database.
child of 0001031closed  (5.2.0)alex User management internals refactoring 
patch broken_data_integrity_when_unsubscribing.patch (1,297) 2011-07-07 09:19
http://tracker.in-portal.org/file_download.php?file_id=1060&type=bug
Issue History
2011-09-19 16:08 alex Note Added: 0003817
2011-09-19 16:08 alex Status resolved => closed
2011-07-07 10:05 alex Changeset attached 5.2.x r14434
2011-07-07 10:02 alex Note Added: 0003592
2011-07-07 10:02 alex Status reviewed and tested => resolved
2011-07-07 10:02 alex Fixed in Version => 5.1.3-RC1
2011-07-07 10:02 alex Resolution open => fixed
2011-07-07 10:02 alex Assigned To !COMMUNITY => alex
2011-07-07 10:02 alex Changeset attached 5.1.x r14433
2011-07-07 09:59 Dmitry Note Added: 0003591
2011-07-07 09:59 Dmitry Developer Dmitry => alex
2011-07-07 09:59 Dmitry Status needs testing => reviewed and tested
2011-07-07 09:59 Dmitry Assigned To => !COMMUNITY
2011-07-07 09:59 Dmitry Developer => Dmitry
2011-07-07 09:59 Dmitry Status active => needs testing
2011-07-07 09:21 alex Relationship added child of 0001031
2011-07-07 09:21 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/OdZ8j4L6GEY/discussion
2011-07-07 09:19 alex New Issue
2011-07-07 09:19 alex File Added: broken_data_integrity_when_unsubscribing.patch
2011-07-07 09:19 alex Change Log Message => Fixing data integrity loss during mailing list unsubscribing

Notes
(0003591)
Dmitry   
2011-07-07 09:59   
Tested good, please commit!
(0003592)
alex   
2011-07-07 10:02   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0001078: Unsubscribing from mailing list doesn't delete all related user data
(0003817)
alex   
2011-09-19 16:08   
Closing, since 5.1.3 release has been released.