Re: svn commit: r1605178 - /ofbiz/trunk/.classpath

2014-07-21 Thread Jacques Le Roux
Done at revision: 1612474 Jacques Le 21/07/2014 09:56, Jacopo Cappellato a écrit : Index: macros.xml === --- macros.xml (revision 1612100) +++ macros.xml (working copy) @@ -18,17 +18,17 @@ under the License. --> - - -

[jira] [Updated] (OFBIZ-4311) Call to deprecated javascript function "call_cal_notime" and "call_cal"

2014-07-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4311: --- Summary: Call to deprecated javascript function "call_cal_notime" and "call_cal" (was: Call

Re: svn commit: r1605178 - /ofbiz/trunk/.classpath

2014-07-21 Thread Adam Heath
Go ahead. On 07/20/2014 06:19 AM, Jacques Le Roux wrote: For now see http://svn.apache.org/viewvc?view=revision&revision=r1612053 W/o answers from Adam, I think we can also remove in macros.xml Le 20/07/2014 12:26, Jacopo Cappellato a écrit : According to this: http://archive.apache.org/dist/

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Adrian Crum
Thank you for the clarification. Now I understand. Adrian Crum Sandglass Software www.sandglass-software.com On 7/21/2014 2:01 PM, Jacques Le Roux wrote: I thought I explained it enough in my commit comment and when I posted a link to trunk demo. Let me try again... 1) It does not work in trun

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Jacques Le Roux
I thought I explained it enough in my commit comment and when I posted a link to trunk demo. Let me try again... 1) It does not work in trunk because birt component redefines the ordermrg web app (this was necessary after the move of the birt component from framework), but the js scripts are no

[jira] [Closed] (OFBIZ-5689) Mini-lang's iterate element can cause NPE when verbose mode is on

2014-07-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-5689. -- Resolution: Fixed Fix Version/s: Release Branch 13.07 Release Branch 12.04

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Adrian Crum
This is where i am getting confused. You don't need to put "application js scripts" anywhere - just leave them where they are. Reference them from special purpose applications the same way we do with js scripts in the images component. Adrian Crum Sandglass Software www.sandglass-software.com

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Jacques Le Roux
I did not want to put applications js scripts in framework (images), that's the only reason. Also js scripts in framework (images) are not well organised ant it's a bit a mess. Did not want to make things more messy I long ago opened a Jira issue to better organised them, it's still open https

Re: svn commit: r1612229 - in /ofbiz/branches/release11.04: ./ framework/minilang/src/org/ofbiz/minilang/method/envops/Iterate.java

2014-07-21 Thread Jacopo Cappellato
Hi Adrian, do we want to cancel the votes for the releases and restart them with the latest fixes in? Jacopo On Jul 21, 2014, at 12:19 PM, adri...@apache.org wrote: > Author: adrianc > Date: Mon Jul 21 10:19:54 2014 > New Revision: 1612229 > > URL: http://svn.apache.org/r1612229 > Log: > Merg

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Adrian Crum
I can't explain a better solution until I understand the problem. To repeat: We already share JavaScripts across applications (jQuery for example), so what makes this one different? Adrian Crum Sandglass Software www.sandglass-software.com On 7/21/2014 10:53 AM, Jacques Le Roux wrote: Please

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Jacques Le Roux
Please explain if you see a better solution Jacques Le 21/07/2014 09:45, Adrian Crum a écrit : This looks really ugly, and I don't understand the need for it. We already share JavaScripts across applications, so what makes this one different? Adrian Crum Sandglass Software www.sandglass-softw

buildbot failure in ASF Buildbot on ofbiz-branch13

2014-07-21 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-branch13 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-branch13/builds/55 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: portunus_ubuntu Build Reason: scheduler Build Sour

Re: svn commit: r1612202 - in /ofbiz/trunk: applications/commonext/ applications/commonext/webapp/ordermgr-js/ applications/order/webapp/ordermgr/images/js/ applications/order/widget/ordermgr/ applica

2014-07-21 Thread Adrian Crum
This looks really ugly, and I don't understand the need for it. We already share JavaScripts across applications, so what makes this one different? Adrian Crum Sandglass Software www.sandglass-software.com On 7/21/2014 8:32 AM, jler...@apache.org wrote: Author: jleroux Date: Mon Jul 21 07:32:

Re: svn commit: r1605178 - /ofbiz/trunk/.classpath

2014-07-21 Thread Jacopo Cappellato
If you are going to work on this, please consider the following patch with some enhancements and cleanup for the macros.xml file. Thanks, Jacopo Index: macros.xml === --- macros.xml (revision 1612100) +++ macros.xml (working copy

[jira] [Updated] (OFBIZ-5689) Mini-lang's iterate element can cause NPE when verbose mode is on

2014-07-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-5689: --- Affects Version/s: Release Branch 13.07 Release Branch 12.04

[jira] [Assigned] (OFBIZ-5689) Mini-lang's iterate null cause flow down when verbose mode is on

2014-07-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-5689: -- Assignee: Adrian Crum > Mini-lang's iterate null cause flow down when verbose mode is on >

[jira] [Updated] (OFBIZ-5689) Mini-lang's iterate null cause flow down when verbose mode is on

2014-07-21 Thread Rong Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rong Nguyen updated OFBIZ-5689: --- Attachment: (was: Issue-5689.patch) > Mini-lang's iterate null cause flow down when verbose mode

[jira] [Updated] (OFBIZ-5689) Mini-lang's iterate null cause flow down when verbose mode is on

2014-07-21 Thread Rong Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rong Nguyen updated OFBIZ-5689: --- Attachment: Issue-5689.patch Thanks @Adrian, I have just changed it. > Mini-lang's iterate null caus