You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2008/03/04 23:21:40 UTC

[jira] Created: (OFBIZ-1691) Clear CommonUiLabels redundant redefinition

Clear CommonUiLabels redundant redefinition
-------------------------------------------

                 Key: OFBIZ-1691
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1691
             Project: OFBiz
          Issue Type: Improvement
          Components: ecommerce, framework, manufacturing, order, party
    Affects Versions: SVN trunk
         Environment: WinXP
            Reporter: Bruno Busco
            Priority: Minor


CommonXXX labels are defined in CommoUiLabels.xml file with an almost complete language support but some of these labels are also duplicated (with the same content) also in other resource files like: EcommerceUiLabes, OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels.
These copies seem also to have been forgotten becouse there are much less language defined than in the CommonUiLabels.

In the attached patch there is a tentative to reduce the possibility to get confused while looking for the correct language string to update or for the correct place where a new language must be added.

What I have done is:
- Removed from EcommerceUiLabels all the definitions already present in CommonUiLabels (the "cs" language translation that was missing in CommonUiLabels has been added from EcommerceUiLabels)
- Removed from OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels all the definitions already present in CommonUiLabels


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1691) Clear CommonUiLabels redundant redefinition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1691.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Your patch (but the lines signaled above) are in trunk rev. 634210  
I kept the pt_PT labels when they were different from pt (not sure why : Brazilian origin for pt ?). Maybe Portuguese speaking people should check them.

> Clear CommonUiLabels redundant redefinition
> -------------------------------------------
>
>                 Key: OFBIZ-1691
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1691
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, framework, manufacturing, order, party
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Bruno Busco
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: commonlabels.patch
>
>
> CommonXXX labels are defined in CommoUiLabels.xml file with an almost complete language support but some of these labels are also duplicated (with the same content) also in other resource files like: EcommerceUiLabes, OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels.
> These copies seem also to have been forgotten becouse there are much less language defined than in the CommonUiLabels.
> In the attached patch there is a tentative to reduce the possibility to get confused while looking for the correct language string to update or for the correct place where a new language must be added.
> What I have done is:
> - Removed from EcommerceUiLabels all the definitions already present in CommonUiLabels (the "cs" language translation that was missing in CommonUiLabels has been added from EcommerceUiLabels)
> - Removed from OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels all the definitions already present in CommonUiLabels

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1691) Clear CommonUiLabels redundant redefinition

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-1691:
-------------------------------

    Attachment: commonlabels.patch

> Clear CommonUiLabels redundant redefinition
> -------------------------------------------
>
>                 Key: OFBIZ-1691
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1691
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, framework, manufacturing, order, party
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: commonlabels.patch
>
>
> CommonXXX labels are defined in CommoUiLabels.xml file with an almost complete language support but some of these labels are also duplicated (with the same content) also in other resource files like: EcommerceUiLabes, OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels.
> These copies seem also to have been forgotten becouse there are much less language defined than in the CommonUiLabels.
> In the attached patch there is a tentative to reduce the possibility to get confused while looking for the correct language string to update or for the correct place where a new language must be added.
> What I have done is:
> - Removed from EcommerceUiLabels all the definitions already present in CommonUiLabels (the "cs" language translation that was missing in CommonUiLabels has been added from EcommerceUiLabels)
> - Removed from OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels all the definitions already present in CommonUiLabels

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1691) Clear CommonUiLabels redundant redefinition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575258#action_12575258 ] 

Jacques Le Roux commented on OFBIZ-1691:
----------------------------------------

Hi Bruno,

Cool thanks, I will review and commit soon. There is just a quirk in this replacement line
    -<?xml version="1.0" encoding="UTF-8"?>
    +<?xml version="1.0" encoding="UTF-8"?>
not sure why. It's not a problem for now (I will remove this chunk) but you should check why this appearred

> Clear CommonUiLabels redundant redefinition
> -------------------------------------------
>
>                 Key: OFBIZ-1691
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1691
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, framework, manufacturing, order, party
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Bruno Busco
>            Priority: Minor
>         Attachments: commonlabels.patch
>
>
> CommonXXX labels are defined in CommoUiLabels.xml file with an almost complete language support but some of these labels are also duplicated (with the same content) also in other resource files like: EcommerceUiLabes, OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels.
> These copies seem also to have been forgotten becouse there are much less language defined than in the CommonUiLabels.
> In the attached patch there is a tentative to reduce the possibility to get confused while looking for the correct language string to update or for the correct place where a new language must be added.
> What I have done is:
> - Removed from EcommerceUiLabels all the definitions already present in CommonUiLabels (the "cs" language translation that was missing in CommonUiLabels has been added from EcommerceUiLabels)
> - Removed from OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels all the definitions already present in CommonUiLabels

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-1691) Clear CommonUiLabels redundant redefinition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-1691:
--------------------------------------

    Assignee: Jacques Le Roux

> Clear CommonUiLabels redundant redefinition
> -------------------------------------------
>
>                 Key: OFBIZ-1691
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1691
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ecommerce, framework, manufacturing, order, party
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Bruno Busco
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: commonlabels.patch
>
>
> CommonXXX labels are defined in CommoUiLabels.xml file with an almost complete language support but some of these labels are also duplicated (with the same content) also in other resource files like: EcommerceUiLabes, OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels.
> These copies seem also to have been forgotten becouse there are much less language defined than in the CommonUiLabels.
> In the attached patch there is a tentative to reduce the possibility to get confused while looking for the correct language string to update or for the correct place where a new language must be added.
> What I have done is:
> - Removed from EcommerceUiLabels all the definitions already present in CommonUiLabels (the "cs" language translation that was missing in CommonUiLabels has been added from EcommerceUiLabels)
> - Removed from OrderUiLabels, PartyUiLabels, ManufacturingUiLabels and SecurityextUiLabels all the definitions already present in CommonUiLabels

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.