Re: Controllers redirections do 302

2012-12-30 Thread Jacques Le Roux
At this stage I believe it's best to discuss this in the Jira I created for that https://issues.apache.org/jira/browse/OFBIZ-5109 No needs to duplicate things Jacques From: "Paul Piper" > Perhaps we should reopen the discussion here. I am in favor of the approach > in favor, except for the stan

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Jacques Le Roux
From: "Atul Vani" > How about "getServerTimestamp", and letting the service do it's own thing, > while the formatting being handled in ftl. This whole js thing, just adds > one more request after the dom ready, causing things to slow down, when > the information can just be supplied along wi

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541300#comment-13541300 ] Jacques Le Roux commented on OFBIZ-5109: By default for redirection Java is using

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541298#comment-13541298 ] Jacques Le Roux commented on OFBIZ-5109: Quoting Paul on dev ML {quote} A 303 stat

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541296#comment-13541296 ] Jacques Le Roux commented on OFBIZ-5109: Paul, To make things more clear for user

[jira] [Created] (OFBIZ-5117) The Sales Invoice Currency UOM is not the same one on Sales Order when using other foreign currencies but with the same amount.

2012-12-30 Thread sunny zhao (JIRA)
sunny zhao created OFBIZ-5117: - Summary: The Sales Invoice Currency UOM is not the same one on Sales Order when using other foreign currencies but with the same amount. Key: OFBIZ-5117 URL: https://issues.apache.org/j

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Atul Vani
How about "getServerTimestamp", and letting the service do it's own thing, while the formatting being handled in ftl. This whole js thing, just adds one more request after the dom ready, causing things to slow down, when the information can just be supplied along with the rest of the content.

Re: Controllers redirections do 302

2012-12-30 Thread Paul Piper
Perhaps we should reopen the discussion here. I am in favor of the approach in favor, except for the stand on using 303 as a default value to all pages. A 303 status response is a very dangerous thing and could potentially harm those who do not understand the use of it. A potential danger is desc

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Paul Piper (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541148#comment-13541148 ] Paul Piper commented on OFBIZ-5109: --- Jacques, I do see your concern, but from my point

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Jacques Le Roux
From: "Adrian Crum" > On 12/30/2012 5:10 PM, Jacques Le Roux wrote: >> From: "Adrian Crum" >>> What is this commit supposed to do? >> Get the server hour, which can be different from your local machine. >> >>> The getServerHour service name is misleading - it actually returns the >>> server da

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Adrian Crum
On 12/30/2012 5:10 PM, Jacques Le Roux wrote: From: "Adrian Crum" What is this commit supposed to do? Get the server hour, which can be different from your local machine. The getServerHour service name is misleading - it actually returns the server date/time. Yes, that's wanted. To compar

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Jacques Le Roux
From: "Adrian Crum" > What is this commit supposed to do? Get the server hour, which can be different from your local machine. > The getServerHour service name is misleading - it actually returns the > server date/time. Yes, that's wanted. To compare with the jobs times which are server relat

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Adrian Crum
What is this commit supposed to do? The getServerHour service name is misleading - it actually returns the server date/time. Keep in mind there is a Mini-language element called . Your service is unnecessarily complicated. -Adrian On 12/30/2012 7:33 AM, jler...@apache.org wrote: Author: j

[jira] [Comment Edited] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541097#comment-13541097 ] Jacques Le Roux edited comment on OFBIZ-5109 at 12/30/12 3:39 PM: --

[jira] [Comment Edited] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541097#comment-13541097 ] Jacques Le Roux edited comment on OFBIZ-5109 at 12/30/12 3:39 PM: --

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541097#comment-13541097 ] Jacques Le Roux commented on OFBIZ-5109: An easy way for those who want to test (e

[jira] [Updated] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-5109: --- Attachment: OFBIZ-4937 In version 10.04 - After clicking on lookup, display login page again.

[jira] [Commented] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Paul Piper (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541075#comment-13541075 ] Paul Piper commented on OFBIZ-5109: --- I would ask for a minor change: 303 does not have,

[jira] [Updated] (OFBIZ-5109) Allow a whole controller or/and request/s to override a default 303 in case of redirect

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-5109: --- Description: Currently when we define a request-redirect in controllers it underneath uses t

[jira] [Commented] (OFBIZ-4335) Delegator creation fails with new ExecutionPool on trunk

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541060#comment-13541060 ] Jacques Le Roux commented on OFBIZ-4335: Bump? > Delegator creati

[jira] [Commented] (OFBIZ-4335) Delegator creation fails with new ExecutionPool on trunk

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541061#comment-13541061 ] Jacques Le Roux commented on OFBIZ-4335: Without reactions I will reassign to me a

End of month: Main New features

2012-12-30 Thread Jacques Le Roux
Please devs, don't forget to add your changes in Main New features with shorts explanations for December https://cwiki.apache.org/confluence/display/OFBIZ/Main+New+Features Thanks Jacques

[jira] [Comment Edited] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541057#comment-13541057 ] Jacques Le Roux edited comment on OFBIZ-4937 at 12/30/12 10:35 AM: -

[jira] [Updated] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4937: --- Description: Flow: 1. Login to application product 2. Select product lookup 3. Select party a

[jira] [Closed] (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2640. -- > Anonymous user should be able to verify and unsubscribe his email address > from Contact Lis

[jira] [Resolved] (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux resolved OFBIZ-2640. Resolution: Later > Anonymous user should be able to verify and unsubscribe his email a

[jira] [Reopened] (OFBIZ-2640) Anonymous user should be able to verify and unsubscribe his email address from Contact List subscription

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-2640: > Anonymous user should be able to verify and unsubscribe his email address > from Contact

[jira] [Closed] (OFBIZ-4622) Avoiding confusion of 'Vendor' and 'Supplier' in the German locale translations

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4622. -- > Avoiding confusion of 'Vendor' and 'Supplier' in the German locale > translations >

[jira] [Closed] (OFBIZ-4871) Errors in log during ofbiz startup

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4871. -- > Errors in log during ofbiz startup > -- > > K

[jira] [Closed] (OFBIZ-4703) Getting Error while creating purchase order if size of supplierProductId is greater than 20.

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4703. -- > Getting Error while creating purchase order if size of supplierProductId is > greater than 2

[jira] [Closed] (OFBIZ-4732) Not able to add Order Item Type for PO while adding item to existing PO.

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4732. -- > Not able to add Order Item Type for PO while adding item to existing PO. > --

[jira] [Closed] (OFBIZ-4805) Change shipping order address failed

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4805. -- Assignee: Jacques Le Roux > Change shipping order address failed >

[jira] [Closed] (OFBIZ-4754) Fixed fix me for ajax auto-completer for order entry process.

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4754. -- > Fixed fix me for ajax auto-completer for order entry process. > -

[jira] [Resolved] (OFBIZ-4871) Errors in log during ofbiz startup

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux resolved OFBIZ-4871. Resolution: Cannot Reproduce > Errors in log during ofbiz startup > ---

[jira] [Reopened] (OFBIZ-4871) Errors in log during ofbiz startup

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4871: Assignee: Jacques Le Roux > Errors in log during ofbiz startup >

[jira] [Closed] (OFBIZ-4916) Replaces "!= null" pattern in ftl file by "??" (which replaces deprecated ?if_exist)

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4916. -- > Replaces "!= null" pattern in ftl file by "??" (which replaces deprecated > ?if_exist) > ---

[jira] [Closed] (OFBIZ-4906) More german translations

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4906. -- > More german translations > > > Key: OFBIZ-4906 >

[jira] [Updated] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4937: --- Attachment: OFBIZ-4937 In version 10.04 - After clicking on lookup, display login page again.

[jira] [Reopened] (OFBIZ-4937) In version 10.04 - After clicking on lookup, display login page again

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-4937: Assignee: Jacques Le Roux > In version 10.04 - After clicking on lookup, display logi

[jira] [Closed] (OFBIZ-5054) Find Inventory Event Planned Displays Error Message

2012-12-30 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-5054. -- > Find Inventory Event Planned Displays Error Message > ---