In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
427 [In-Portal CMS] Optimization task always 2009-11-22 12:46 2010-11-30 12:48
Dmitry  
alex  
normal  
closed 5.0.1  
fixed  
 
none 5.1.1-B1  
Google Groups -- http://groups.google.com/group/in-portal-dev/browse_frm/thread/6b45b0fd9ece1751
0
0000427: Refactor "Display To Public" functionality
Refactor "Display To Public" functionality that allows user to select fields that will be displayed on his Public Profile.

Currently:

DisplayToPublic status is stored in PersistentSession table as 1 row for each variable per User. Resulting in huge data amounts.



Solution:

Add new user field "DisplayToPublic" in PortalUser table and store all field
names, that should be visible on Public profile page.
related to 0001027closed  (5.2.0)alex Tag, to display given option title 
patch change_in_display_to_public_processing.patch (14,122) 2009-11-24 08:00
http://tracker.in-portal.org/file_download.php?file_id=149&type=bug
patch change_in_display_to_public_processing_v2.patch (14,456) 2010-08-02 12:51
http://tracker.in-portal.org/file_download.php?file_id=697&type=bug
Issue History
2011-04-04 05:04 alex Relationship added related to 0001027
2010-11-30 12:48 Dmitry Note Added: 0003062
2010-11-30 12:48 Dmitry Status resolved => closed
2010-08-29 04:34 alex Note Added: 0002723
2010-08-29 04:34 alex Status reviewed and tested => resolved
2010-08-29 04:34 alex Fixed in Version => 5.1.1-B1
2010-08-29 04:34 alex Resolution open => fixed
2010-08-29 04:34 alex Changeset attached 5.1.x r13890
2010-08-02 14:15 Dmitry Note Added: 0002650
2010-08-02 14:15 Dmitry Assigned To !COMMUNITY => alex
2010-08-02 14:15 Dmitry Status needs testing => reviewed and tested
2010-08-02 12:52 alex Assigned To alex => !COMMUNITY
2010-08-02 12:52 alex Status needs work => needs testing
2010-08-02 12:51 alex File Added: change_in_display_to_public_processing_v2.patch
2010-08-02 11:13 Dmitry Note Added: 0002645
2010-08-02 11:12 Dmitry Note Added: 0002644
2010-08-02 11:12 Dmitry Assigned To !COMMUNITY => alex
2010-08-02 11:12 Dmitry Status needs testing => needs work
2010-07-31 13:19 Dmitry Target Version Icebox => 5.1.1
2010-05-05 11:37 alex Developer Dmitry => alex
2010-04-26 06:32 Dmitry Note Added: 0001954
2010-04-26 06:32 Dmitry Assigned To Dmitry => !COMMUNITY
2010-04-26 06:32 Dmitry Developer alex => Dmitry
2010-04-26 06:32 Dmitry Status needs feedback => needs testing
2010-04-26 05:01 alex Assigned To alex => Dmitry
2010-04-26 05:01 alex Note Edited: 0001952 bug_revision_view_page.php?bugnote_id=0001952#r453
2010-04-26 05:00 alex Note Added: 0001952
2010-04-25 17:54 Dmitry Note Added: 0001936
2010-04-25 17:54 Dmitry Assigned To !COMMUNITY => alex
2010-04-25 17:54 Dmitry Status needs testing => needs feedback
2010-02-27 04:04 alex Developer => alex
2009-11-24 08:02 alex Note Edited: 0001159 bug_revision_view_page.php?bugnote_id=0001159#r329
2009-11-24 08:01 alex Note Added: 0001159
2009-11-24 08:01 alex Assigned To alex => !COMMUNITY
2009-11-24 08:01 alex Status needs work => needs testing
2009-11-24 08:00 alex File Added: change_in_display_to_public_processing.patch
2009-11-22 12:47 Dmitry Reference http://groups.google.com/group/in-portal-dev/browse_frm/thread/6b45b0fd9ece1751 => Google Groups -- http://groups.google.com/group/in-portal-dev/browse_frm/thread/6b45b0fd9ece1751
2009-11-22 12:46 Dmitry New Issue
2009-11-22 12:46 Dmitry Status active => needs work
2009-11-22 12:46 Dmitry Assigned To => alex
2009-11-22 12:46 Dmitry Reference => http://groups.google.com/group/in-portal-dev/browse_frm/thread/6b45b0fd9ece1751

Notes
(0001159)
alex   
2009-11-24 08:01   
(edited on: 2009-11-24 08:02)
Done. Patch affects only PHP, so all themes with "<inp2:" tags should work. Later we could change "advanced" theme to not use "pp_" persistent variables at all. For now they are processed specially and not stored to persistent session.

(0001936)
Dmitry   
2010-04-25 17:54   
May be we should move this to 5.1.0 since completed?
(0001952)
alex   
2010-04-26 05:00   
(edited on: 2010-04-26 05:01)
Maybe OR maybe we need to "Resolve" all tasks, that are already there and only then add something new.

(0001954)
Dmitry   
2010-04-26 06:32   
Agreed, let's wait for 5.1.0 to complete and then we'll have a 2nd look here.
(0002644)
Dmitry   
2010-08-02 11:12   
Patch is quite outdated and can't be applied (multiple conflicts) as is. Please re-assemble for 5.1.x.

I believe we should get rid of this task since it's been dragging for quite some time.
(0002645)
Dmitry   
2010-08-02 11:13   
Reminder sent to: alex

Please see my prev. note.
(0002650)
Dmitry   
2010-08-02 14:15   
Tested good! Please commit.
(0002723)
alex   
2010-08-29 04:34   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000427: Refactor "Display To Public" functionality
(0003062)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.