In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000776 [In-Portal CMS] Localization bug report always 2010-06-13 23:24 2010-07-22 15:07
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.1.0-RC1
Status closed Product Version 5.1.0-B2 Target Version 5.1.0
Time EstimateNo estimate
Summary 0000776: Change usage of "lu_rootcategory_name" Language label
Description Currently we are using "lu_rootcategory_name" label in Admin to list in navigation bar in Catalog.

TODO:


1. For the FRONT

We need to change the following method to use "lu_home" (label in Advanced theme) instead of the one defined in ConfigValue('Root_Name') configuration variable.

function RootCategoryName($params)
{
    $phrase_name = $this->Application->ConfigValue('Root_Name');
    $no_editing = array_key_exists('no_editing', $params) && $params['no_editing'];

    return $this->Application->Phrase($phrase_name, !$no_editing);
}


Also, add "lu_home" to all Front end language packs of ALL themes (advanced already has it)



2. For ADMIN

Change lu_rootcategory_name to la_rootcategory_name and move to Admin Language pack and get rid of the deprecated variable "Root_Name".



Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files patch file icon home_category_phrase_separated_core.patch [^] (13,725 bytes) 2010-06-15 13:10 [Show Content]
patch file icon home_category_phrase_separated_themes.patch [^] (5,713 bytes) 2010-06-15 13:10 [Show Content]
patch file icon home_category_phrase_separated_modules.patch [^] (2,819 bytes) 2010-06-15 13:18 [Show Content]
patch file icon home_category_phrase_separated_core_addon1.patch [^] (817 bytes) 2010-06-15 14:56 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0002461)
alex (manager)
2010-06-15 13:12

Because lack of time I didn't used "lu_Home", but leaved original used phrase "lu_rootcategory_name".
User avatar (0002462)
alex (manager)
2010-06-15 13:18

Reminder sent to: Dmitry

Patch for modules added. Please restart testing if you already started it.
User avatar (0002470)
Dmitry (manager)
2010-06-15 15:53

Patch tested. Please commit.
User avatar (0002471)
alex (manager)
2010-06-15 16:00

Fix committed to 5.1.x branch. Commit Message:

Fixes 0000776: Change usage of "lu_rootcategory_name" Language label
User avatar (0002582)
alex (manager)
2010-07-22 15:07

Closing, since 5.1.0 release has been released.

- Related Changesets
In-Portal CMS: 5.1.x r13789
Timestamp: 2010-06-15 16:00:24
Author: alex
Details ] Diff ]
Fixes 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /in-portal/branches/5.1.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/db/cat_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/processors/main_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/categories/categories_item.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/categories/categories_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/category_items/category_items_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/helpers/category_helper.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/permissions/permissions_tag_processor.php Diff ] File ]
Modules :: In-News: 5.1.x r13788
Timestamp: 2010-06-15 15:58:59
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /modules/in-news/branches/5.1.x/admin_templates/import.tpl Diff ] File ]
Modules :: In-Link: 5.1.x r13787
Timestamp: 2010-06-15 15:58:37
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /modules/in-link/branches/5.1.x/admin_templates/import.tpl Diff ] File ]
mod - /modules/in-link/branches/5.1.x/units/link_validation/link_validation_tp.php Diff ] File ]
Modules :: In-Commerce: 5.1.x r13786
Timestamp: 2010-06-15 15:57:23
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /w/in-commerce/branches/5.1.x/admin_templates/import.tpl Diff ] File ]
Themes :: Simple: 1.1.x r13785
Timestamp: 2010-06-15 15:56:37
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /themes/simple/branches/1.1.x/elements/navigation_bar.elm.tpl Diff ] File ]
mod - /themes/simple/branches/1.1.x/elements/navigation_menu.elm.tpl Diff ] File ]
Themes :: OnlineStore: 1.1.x r13784
Timestamp: 2010-06-15 15:56:21
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /themes/onlinestore/branches/1.1.x/in-commerce/blocks/categories/current_path.tpl Diff ] File ]
mod - /themes/onlinestore/branches/1.1.x/in-commerce/blocks/categories/title_path.tpl Diff ] File ]
Themes :: Advanced: 1.1.x r13783
Timestamp: 2010-06-15 15:55:36
Author: alex
Details ] Diff ]
Bug 0000776: Change usage of "lu_rootcategory_name" Language label
mod - /themes/advanced/branches/1.1.x/platform/elements/forms.elm.tpl Diff ] File ]
mod - /themes/advanced/branches/1.1.x/platform/elements/menu.elm.tpl Diff ] File ]
mod - /themes/advanced/branches/1.1.x/platform/elements/navigation_bar.elm.tpl Diff ] File ]

- Issue History
Date Modified Username Field Change
2010-07-22 15:07 alex Note Added: 0002582
2010-07-22 15:07 alex Status resolved => closed
2010-06-15 16:00 alex Note Added: 0002471
2010-06-15 16:00 alex Status reviewed and tested => resolved
2010-06-15 16:00 alex Fixed in Version => 5.1.0-RC1
2010-06-15 16:00 alex Resolution open => fixed
2010-06-15 16:00 alex Changeset attached 5.1.x r13789
2010-06-15 15:58 alex Changeset attached 5.1.x r13788
2010-06-15 15:58 alex Changeset attached 5.1.x r13787
2010-06-15 15:57 alex Changeset attached 5.1.x r13786
2010-06-15 15:56 alex Changeset attached 1.1.x r13785
2010-06-15 15:56 alex Changeset attached 1.1.x r13784
2010-06-15 15:55 alex Changeset attached 1.1.x r13783
2010-06-15 15:53 Dmitry Note Added: 0002470
2010-06-15 15:53 Dmitry Assigned To !COMMUNITY => alex
2010-06-15 15:53 Dmitry Status needs testing => reviewed and tested
2010-06-15 14:56 alex File Added: home_category_phrase_separated_core_addon1.patch
2010-06-15 13:18 alex Note Added: 0002462
2010-06-15 13:18 alex File Added: home_category_phrase_separated_modules.patch
2010-06-15 13:12 alex Note Added: 0002461
2010-06-15 13:12 alex Assigned To => !COMMUNITY
2010-06-15 13:12 alex Developer => alex
2010-06-15 13:12 alex Status active => needs testing
2010-06-15 13:10 alex File Added: home_category_phrase_separated_themes.patch
2010-06-15 13:10 alex File Added: home_category_phrase_separated_core.patch
2010-06-14 15:11 Dmitry Description Updated View Revisions
2010-06-13 23:24 Dmitry New Issue



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker