In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1300 [In-Portal CMS] Front End bug report always 2012-05-29 04:40 2012-07-25 05:30
alex  
alex  
normal  
closed 5.2.0-B3  
fixed  
 
none 5.2.0-RC1  
https://groups.google.com/d/topic/in-portal-bugs/NT8nseRYksE/discussion
Fixes incorrect cross-theme link building
1
0001300: Cross-theme links produce incorrect urls
I'm having 2 themes:
* theme_one (url to "index.tpl" template: http://www.website.tld/theme_one/index.html); ID = 1
* theme_two (url to "index.tpl" template: http://www.website.tld/theme_two/home.html); ID = 2

While inside "theme_one" theme I'm building an url to "index.tpl" template in "theme_two" theme using this tag:

<inp2:m_Link template="index" m_theme="2"/>

As a result I would get http://www.website.tld/theme_two/index.html link (wrong url ending).
patch cross_theme_links_fix.patch (1,788) 2012-05-29 04:40
http://tracker.in-portal.org/file_download.php?file_id=1676&type=bug
Issue History
2012-07-25 05:30 alex Note Added: 0004888
2012-07-25 05:30 alex Status resolved => closed
2012-05-29 04:43 alex Note Added: 0004669
2012-05-29 04:43 alex Status reviewed and tested => resolved
2012-05-29 04:43 alex Fixed in Version => 5.2.0-RC1
2012-05-29 04:43 alex Resolution open => fixed
2012-05-29 04:43 alex Assigned To !COMMUNITY => alex
2012-05-29 04:43 alex Changeset attached 5.2.x r15362
2012-05-29 04:43 alex Note Added: 0004668
2012-05-29 04:43 alex Status needs testing => reviewed and tested
2012-05-29 04:42 alex Assigned To => !COMMUNITY
2012-05-29 04:42 alex Developer => alex
2012-05-29 04:42 alex Status active => needs testing
2012-05-29 04:41 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/NT8nseRYksE/discussion
2012-05-29 04:40 alex New Issue
2012-05-29 04:40 alex File Added: cross_theme_links_fix.patch
2012-05-29 04:40 alex Change Log Message => Fixes incorrect cross-theme link building
2012-05-29 04:40 alex Estimate Points => 1

Notes
(0004668)
alex   
2012-05-29 04:43   
Will test all together later.
(0004669)
alex   
2012-05-29 04:43   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001300: Cross-theme links produce incorrect urls
(0004888)
alex   
2012-07-25 05:30   
Since 5.2.0/1.2.0 versions was released.