In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
262 [In-Portal CMS] Admin Interfaces bug report always 2009-09-03 17:31 2009-10-03 07:57
Dmitry Linux + Apache + MySQL 5.x  
alex Linux  
normal CentOS  
closed 5.0.1  
fixed  
 
none 5.0.1  
0
0000262: Extra "/" in Section Navigation Bar
I have extra "/" in Section Navigation Bar right before "Home" see attachment.
Linux CentOS + Apache 1.x/2.x + MySQL 5.x
jpeg NanigationBar.jpeg (281,532) 2009-09-03 17:31
http://tracker.in-portal.org/file_download.php?file_id=43&type=bug
Issue History
2009-10-03 07:57 administrator Note Added: 0000756
2009-10-03 07:57 administrator Status resolved => closed
2009-09-08 02:45 alex Fixed in Version => 5.0.1
2009-09-04 16:54 alex Note Added: 0000396
2009-09-04 16:54 alex Status needs work => resolved
2009-09-04 16:54 alex Resolution open => fixed
2009-09-04 16:54 alex Changeset attached 5.0.x r12447
2009-09-04 16:52 alex Status needs feedback => needs work
2009-09-04 10:31 Dmitry Status needs work => needs feedback
2009-09-04 10:31 Dmitry Note Added: 0000390
2009-09-04 10:31 Dmitry Assigned To Dmitry => alex
2009-09-04 10:31 Dmitry Status needs feedback => needs work
2009-09-04 03:11 alex Assigned To alex => Dmitry
2009-09-04 03:11 alex Status reviewed and tested => needs feedback
2009-09-03 17:31 Dmitry New Issue
2009-09-03 17:31 Dmitry Status active => reviewed and tested
2009-09-03 17:31 Dmitry Assigned To => alex
2009-09-03 17:31 Dmitry File Added: NanigationBar.jpeg

Notes
(0000390)
Dmitry   
2009-09-04 10:31   
This is what I have in my "catalog_counters":

[CODE]
// counters
<inp2:m_ModuleInclude template="catalog_tab" tab_init="3"/>

// category related statistics
$Catalog.ParentCategoryID = <inp2:c_GetParentCategory/>;

<inp2:m_DefineElement name="category_caption">
    <inp2:m_ifnot check="m_Param" name="is_first">
        <inp2:m_param name="separator"/>
    </inp2:m_ifnot>
    <inp2:m_if check="m_ParamEquals" name="current" value="1" inverse="1">
        <a class="control_link" href="javascript:$Catalog.go_to_cat(<inp2:m_param name="cat_id"/>);"><inp2:m_param name="cat_name"/></a>
    <inp2:m_else/>
        <inp2:m_param name="cat_name"/>
    </inp2:m_if>
</inp2:m_DefineElement>

setInnerHTML('category_path', '<inp2:c_CategoryPath separator=" / " render_as="category_caption" js_escape="1" strip_nl="2"/>');
set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '').replace(/\s+/g, ' ').trim() );

<inp2:c_UpdateLastTemplate template="catalog/catalog"/>

<inp2:m_include t="categories/ci_blocks"/>
<inp2:m_RenderElement name="structure_reload_element"/>
[/CODE]
(0000396)
alex   
2009-09-04 16:54   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000262: Extra "/" in Section Navigation Bar
(0000756)
administrator   
2009-10-03 07:57   
Closing issues from 5.0.1 version, because version was already released.