In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1255 [In-Portal CMS] Front End bug report always 2012-04-06 14:22 2012-07-25 05:31
alex  
!COMMUNITY  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B3  
https://groups.google.com/d/topic/in-portal-bugs/ggq3MOGYips/discussion
Fixes warning and indefinitely cached parsed mod-rewrite url
1
0001255: Mod-rewrite url caching problem
In-Portal parses each url on a front-end (when mod-rewrite is enabled) into a set of variables and stores them into cache.

However, when In-Portal encounters and url without theme/language specified (e.g. /english.html or /advanced.html) it:

* produces a warning, that m_lang or m_theme variable is undefined
* parsed url is cached without language/theme id specified resulting such cache not reset automatically on language/theme data change.
child of 0000268active  (5.2.1) Code Cleanup in 5.2.x branch 
patch warning_on_rewrite_url_caching_fix_513.patch (865) 2012-04-06 14:22
http://tracker.in-portal.org/file_download.php?file_id=1606&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004933
2012-07-25 05:31 alex Status resolved => closed
2012-04-06 14:26 alex Status reviewed and tested => resolved
2012-04-06 14:26 alex Fixed in Version => 5.2.0-B3
2012-04-06 14:26 alex Resolution open => fixed
2012-04-06 14:25 alex Note Added: 0004568
2012-04-06 14:25 alex Status needs testing => reviewed and tested
2012-04-06 14:25 alex Relationship added child of 0000268
2012-04-06 14:23 alex Assigned To => !COMMUNITY
2012-04-06 14:23 alex Developer => alex
2012-04-06 14:23 alex Status active => needs testing
2012-04-06 14:23 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/ggq3MOGYips/discussion
2012-04-06 14:22 alex New Issue
2012-04-06 14:22 alex File Added: warning_on_rewrite_url_caching_fix_513.patch
2012-04-06 14:22 alex Change Log Message => Fixes warning and indefinitely cached parsed mod-rewrite url
2012-04-06 14:22 alex Estimate Points => 1

Notes
(0004568)
alex   
2012-04-06 14:25   
Was already tested on 5.2.0 version since it was fixed there during mass refactoring.
(0004933)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.