In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1256 [In-Portal CMS] Front End bug report always 2012-04-08 15:59 2012-07-25 05:31
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B3  
https://groups.google.com/d/topic/in-portal-bugs/SAggk2dAWBM/discussion
Fixes tag m_IsActive not working with mod-rewrite url
1
0001256: Tag "m_IsActive" not working when physical template is accessed via mod-rewrite url
In-Portal has 2 types of templates:
* physical - each url matches 1 TPL file in theme;
* virtual - multiple urls matches same TPL in theme.

For example TPL "/platform/my_account/my_profile.tpl" will have "/my-account/my-profile.html" url.

If you place <inp2:m_if check="m_IsActive" template="platform/my_account/my_profile"> ACTIVE </inp2:m_if> code in that template you'll see nothing since tag m_IsActive can't handle this.
related to 0001222closed  (5.2.0)alex Incorrect PageInfo Mapping and Navbar 
patch tag_m_isactive_not_always_working_513.patch (2,079) 2012-04-08 15:59
http://tracker.in-portal.org/file_download.php?file_id=1609&type=bug
patch tag_m_isactive_not_always_working_520.patch (4,055) 2012-04-08 15:59
http://tracker.in-portal.org/file_download.php?file_id=1610&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004930
2012-07-25 05:31 alex Status resolved => closed
2012-04-08 16:01 alex Note Added: 0004573
2012-04-08 16:01 alex Status reviewed and tested => resolved
2012-04-08 16:01 alex Fixed in Version => 5.2.0-B3
2012-04-08 16:01 alex Resolution open => fixed
2012-04-08 16:01 alex Assigned To !COMMUNITY => alex
2012-04-08 16:01 alex Changeset attached 5.2.x r15278
2012-04-08 16:01 alex Note Added: 0004572
2012-04-08 16:01 alex Status needs testing => reviewed and tested
2012-04-08 16:00 alex Assigned To => !COMMUNITY
2012-04-08 16:00 alex Developer => alex
2012-04-08 16:00 alex Status active => needs testing
2012-04-08 16:00 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/SAggk2dAWBM/discussion
2012-04-08 15:59 alex Relationship added related to 0001222
2012-04-08 15:59 alex File Added: tag_m_isactive_not_always_working_520.patch
2012-04-08 15:59 alex New Issue
2012-04-08 15:59 alex File Added: tag_m_isactive_not_always_working_513.patch
2012-04-08 15:59 alex Change Log Message => Fixes tag m_IsActive not working with mod-rewrite url
2012-04-08 15:59 alex Estimate Points => 1

Notes
(0004572)
alex   
2012-04-08 16:01   
Will test all together later.
(0004573)
alex   
2012-04-08 16:01   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001256: Tag "m_IsActive" not working when physical template is accessed via mod-rewrite url
(0004930)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.