Re: locale error in simple method

2009-01-14 Thread Scott Gray
Hi Bruno It sounds reasonable in theory but the reality is that merging bug fixes into a branch takes a great deal of time on an ongoing basis. I don't recall seeing a single bug fixing patch being contributed by any of the community at large, the work was maintained by a couple of committers and

Re: locale error in simple method

2009-01-14 Thread Vince M. Clark
I think this is relevant to both ML's. Those that follow the user list also have issues with how to best manage instances and keep them current. - Original Message - From: "Bruno Busco" To: dev@ofbiz.apache.org Sent: Wednesday, January 14, 2009 3:28:43 AM (GMT-0700) America/Denver S

Re: [jira] Commented: (OFBIZ-2106) Visual Themes for Ecommerce

2009-01-14 Thread Bruno Busco
Yes, understood, thank you. -Bruno 2009/1/14 David E Jones > > > > > On Jan 14, 2009, at 10:47 AM, Bruno Busco wrote: > > David, >> I am trying to implement this... >> (assuming that "VisualStyleSet" is actually "VisualThemeSet") >> >> if I well understand, with the proposed association, a Visu

Re: [jira] Commented: (OFBIZ-2106) Visual Themes for Ecommerce

2009-01-14 Thread David E Jones
On Jan 14, 2009, at 10:47 AM, Bruno Busco wrote: David, I am trying to implement this... (assuming that "VisualStyleSet" is actually "VisualThemeSet") if I well understand, with the proposed association, a VisualTheme can be part of only one VisualThemeSet, Correct. a WebSite can use

Re: [jira] Commented: (OFBIZ-2106) Visual Themes for Ecommerce

2009-01-14 Thread Bruno Busco
David, I am trying to implement this... (assuming that "VisualStyleSet" is actually "VisualThemeSet") if I well understand, with the proposed association, a VisualTheme can be part of only one VisualThemeSet, a WebSite can use only one VisualThemeSet and so we cannot have a theme applied to more t

[jira] Commented: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663826#action_12663826 ] Bruno Busco commented on OFBIZ-2122: In OFBIZ-2118 I wanted to implement a theme where

How to render a menu widget from a FTL file

2009-01-14 Thread Bruno Busco
Hi devs, is there a way to render a menu widget from a FTL file ? I mean something similar to this: ${screens.render("component://common/widget/CommonScreens.xml#cctypes")} that is used to render a screen. Thank You, -Bruno

[jira] Commented: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663818#action_12663818 ] Bruno Busco commented on OFBIZ-2122: Thank you Adrian, I think this is really usefull.

[jira] Commented: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663811#action_12663811 ] Adrian Crum commented on OFBIZ-2122: The main navigation bar has an ID - main-navigatio

[jira] Commented: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663803#action_12663803 ] Michael Pätzold commented on OFBIZ-2122: We got at least two problems that would re

[jira] Updated: (OFBIZ-2115) OrderServices.updateApprovedOrderItems should update OrderItemAttributes

2009-01-14 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Rufle updated OFBIZ-2115: - Attachment: 2009-01-14_001_shoppingcart.patch After this issue was initially created I modified t

Re: [jira] Updated: (OFBIZ-2115) OrderServices.updateApprovedOrderItems should update OrderItemAttributes

2009-01-14 Thread Stephen Rufle
What is the status of OFBIZ-2115 could some one take a look at my patches, to see if it passes approval. https://issues.apache.org/jira/browse/OFBIZ-2115 Stephen Rufle (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/OFBIZ-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:al

[jira] Updated: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-2122: --- Priority: Minor (was: Major) > Incomplete customization options for VisualThemes >

[jira] Commented: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663790#action_12663790 ] Adrian Crum commented on OFBIZ-2122: The main navigation is just an unordered list cont

[jira] Commented: (OFBIZ-2105) ShoppingCart.addOrIncreaseItem

2009-01-14 Thread Stephen Rufle (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663784#action_12663784 ] Stephen Rufle commented on OFBIZ-2105: -- I think you can close this, since David sugges

Re: Labels cleaning situation

2009-01-14 Thread Jeroen van der Wal
Be careful to use the same label across applications because a word or sentence in one language can be translated differently based on the context. Have proper tooling to indentify and translate similar labels instead. When editing the labels in Gettext format using an editor like Poedit you can a

Using Launchpad for translations - approval required

2009-01-14 Thread Jeroen van der Wal
We've extended the code which was contributed to Jira issue https://issues.apache.org/jira/browse/OFBIZ-2008 and think we now have the perfect solution for managing OFBiz translations. It uses Launchpad https://translations.launchpad.net/ to host the translations. The good thing about Launchpad is

[jira] Updated: (OFBIZ-2008) Tools to extract messages from *Labels.xml files to gettext PO files and merge translation results back

2009-01-14 Thread Jeroen van der Wal (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeroen van der Wal updated OFBIZ-2008: -- Attachment: src.rar I've taken the tools of Nemanja and updated it to have a fully GNU

Fwd: locale error in simple method

2009-01-14 Thread Bruno Busco
oops, sorry to have posted this to the USER ML, I apologize, it was intended, of course, as a DEV discussion. -Bruno -- Forwarded message -- From: Bruno Busco Date: 2009/1/14 Subject: Re: locale error in simple method To: u...@ofbiz.apache.org I think that Vince's situation is

Re: Labels cleaning situation

2009-01-14 Thread Sven Wesley
+1 There must be obselete language strings as well, I've been translating the same text several times even in the same file. > - mrisal...@libero.it wrote: > > > Hi to all, > > > > I have completed to cleaning a lot of labels into the applications > > folder and I would like to start to cle

Re: Labels cleaning situation

2009-01-14 Thread Ashish Vijaywargiya
+1 - mrisal...@libero.it wrote: > Hi to all, > > I have completed to cleaning a lot of labels into the applications > folder and I would like to start to cleaning the labels on > specialpurpose folder. > > I would like to put a prefix on labels for the following component : > MyPage, MyPorta

Labels cleaning situation

2009-01-14 Thread mrisal...@libero.it
Hi to all, I have completed to cleaning a lot of labels into the applications folder and I would like to start to cleaning the labels on specialpurpose folder. I would like to put a prefix on labels for the following component : MyPage, MyPortal, Pos. After that most of the labels start with th

[jira] Created: (OFBIZ-2122) Incomplete customization options for VisualThemes

2009-01-14 Thread JIRA
Incomplete customization options for VisualThemes -- Key: OFBIZ-2122 URL: https://issues.apache.org/jira/browse/OFBIZ-2122 Project: OFBiz Issue Type: Improvement Components: framewor