[jira] Closed: (OFBIZ-1227) survey screen fix

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1227. -- Resolution: Fixed Fix Version/s: Release Branch 4.0 Assignee: Jacques Le Roux

[jira] Closed: (OFBIZ-1231) Small user interface improvement

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1231. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks Bilgin, Your patch is in trunk

[jira] Updated: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1230: --- Attachment: example.patch common_requests.patch Jacques, Updated patches attached.

[jira] Updated: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1230: --- Attachment: common_requests.patch Improved patch. Move common requests to a separate xml file to

Re: svn commit: r580760 - /ofbiz/trunk/applications/content/widget/CommonScreens.xml

2007-10-06 Thread Jonathon -- Improov
Jacques, Yup, nice one, that issue. Just some routine housekeeping and refactor, it seems. I often save time in coding by throwing unclassifiable functions into a single file as an interim measure, and sort them properly when I have time to properly classify them. Seems that's how selectall.js

[jira] Closed: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1230. -- Resolution: Fixed Fix Version/s: SVN trunk Thanks Adrian, Your patch is in trunk

[jira] Commented: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532884 ] Adrian Crum commented on OFBIZ-1230: Jacques, Thinking about it more, maybe common-requests.xml should be

[jira] Commented: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532885 ] Adrian Crum commented on OFBIZ-1230: Oops, you slipped in there. Thanks Jacques! Move common requests to a

[jira] Created: (OFBIZ-1320) Reduce redundant code by moving login and password change screens to the common component

2007-10-06 Thread Adrian Crum (JIRA)
Reduce redundant code by moving login and password change screens to the common component - Key: OFBIZ-1320 URL: https://issues.apache.org/jira/browse/OFBIZ-1320

[jira] Commented: (OFBIZ-218) Lookup buttons invoked from a lookup screen don't work because they return the selected value to the main window (instead of to the first lookup window).

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532896 ] Jacques Le Roux commented on OFBIZ-218: --- Fabien, This looks far better, but it does not solve the problem

[jira] Commented: (OFBIZ-1249) To permit to to calculate on a DATE object in minilang

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532899 ] Jacques Le Roux commented on OFBIZ-1249: Fabien, Please could you refer to

[jira] Commented: (OFBIZ-1251) To correct the problem with the window popup to select the date

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532905 ] Jacques Le Roux commented on OFBIZ-1251: Fabien, Please could you refer to

[jira] Commented: (OFBIZ-1252) To permit to use constant and SQL function in entities which has complex-alias fields.

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532907 ] Jacques Le Roux commented on OFBIZ-1252: Fabien, Please could you refer to

[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532906 ] Jacques Le Roux commented on OFBIZ-1250: Fabien, Please could you refer to

[jira] Commented: (OFBIZ-1256) Send mail through gmail with the javamail api in ofbiz

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532908 ] Jacques Le Roux commented on OFBIZ-1256: I would prefer a file than to have to copy a comment and create a

[jira] Updated: (OFBIZ-1256) Send mail through gmail with the javamail api in ofbiz

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-1256: --- Fix Version/s: (was: Release Branch 4.0) SVN trunk Actually I guess

[jira] Commented: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532919 ] Jacques Le Roux commented on OFBIZ-1230: common-requests.xml is fine to me, actually only request are in

Questions on content, surveys and locale

2007-10-06 Thread Al Byers
I have never had to pay much attention to localization and how it applies to content management. I guess my main question is what is the proper method of integrating content of multiple locales in an application. 1. Is it just left to the developer to link all possible contents to a single

[jira] Commented: (OFBIZ-522) BigDecimal is not used at all in POS

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532922 ] Jacques Le Roux commented on OFBIZ-522: --- Vince, Just tried : it's ok with rev. 582533. Back to the main goal

[jira] Closed: (OFBIZ-966) Enhanced Email Validation in UtilValidate.java

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-966. - Resolution: Duplicate I agree with Ray, I think that we should better use

[jira] Assigned: (OFBIZ-966) Enhanced Email Validation in UtilValidate.java

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-966: - Assignee: Jacques Le Roux (was: Jacopo Cappellato) Enhanced Email Validation in

[jira] Commented: (OFBIZ-1168) Provide date/time locale support to ofbiz

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532924 ] Jacques Le Roux commented on OFBIZ-1168: Any news ? Provide date/time locale support to ofbiz

[jira] Commented: (OFBIZ-1288) refactor email portion of Orderservices.java

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532928 ] Jacques Le Roux commented on OFBIZ-1288: Hi BJ, Please, which issues should be closed ? Which issues should

[jira] Commented: (OFBIZ-1077) htmledit/whizzywig.js Incompatibility with IE7

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532929 ] Jacques Le Roux commented on OFBIZ-1077: Please Vinay, could you check if recent update of whizzywig.js to

[jira] Closed: (OFBIZ-1082) In IE6 when you create a new product promo it is created twice. This does not occur in firefox.

2007-10-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1082. -- Resolution: Fixed Fix Version/s: Release Branch 4.0 SVN trunk

Mention of version # in release

2007-10-06 Thread Jacques Le Roux
I wonder if we should not put a mention of the version number in footer for releases ? Jacques

[jira] Commented: (OFBIZ-1288) refactor email portion of Orderservices.java

2007-10-06 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532940 ] BJ Freeman commented on OFBIZ-1288: --- Looks like 982 would solve the problem once it is applied. so can close this

[jira] Commented: (OFBIZ-1274) does not send email password when new customer is created.

2007-10-06 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532941 ] BJ Freeman commented on OFBIZ-1274: --- OFBIZ-982 would take care of this also can close it once it is applied.

Re: Mention of version # in release

2007-10-06 Thread BJ Freeman
+1 Plus Svn release number. Jacques Le Roux sent the following on 10/6/2007 4:32 PM: I wonder if we should not put a mention of the version number in footer for releases ? Jacques

Re: Mention of version # in release

2007-10-06 Thread Jacopo Cappellato
This would be cool... if we find a way of implementing this. Jacopo BJ Freeman wrote: +1 Plus Svn release number. Jacques Le Roux sent the following on 10/6/2007 4:32 PM: I wonder if we should not put a mention of the version number in footer for releases ? Jacques