[jira] [Commented] (OFBIZ-5146) in ModelViewEntity.java, a Map is built with only a few of the SQL functions, extend the map to include the MONTH and Year functions.

2014-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240815#comment-14240815 ] Jacopo Cappellato commented on OFBIZ-5146: -- Thanks to all of you for your reviews

[jira] [Closed] (OFBIZ-5146) in ModelViewEntity.java, a Map is built with only a few of the SQL functions, extend the map to include the MONTH and Year functions.

2014-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-5146. Resolution: Fixed in ModelViewEntity.java, a Map is built with only a few of the SQL

Re: framework/sql to Attic

2014-12-10 Thread Jacopo Cappellato
On Dec 9, 2014, at 5:06 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: FYI: That component was an attempt to create a specialized SQL parser for the OFBiz entity engine. The idea was to use a standardized SQL string that the parser would convert to entity conditions and Delegator

Re: svn commit: r1644015 [1/4] - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounting/payment/ applications/accounting/src/org/of

2014-12-10 Thread Jacopo Cappellato
I agree that it would be worth of the effort to design a more transparent solution for the retrieval of properties (from file system, database, memory). However even if this is a big commit, its approach is rather conservative by leveraging the existing tools in order to fix the system to work

[jira] [Created] (OFBIZ-5904) Value attribute of hidden form field is overridden by same name value in context

2014-12-10 Thread Leon (JIRA)
Leon created OFBIZ-5904: --- Summary: Value attribute of hidden form field is overridden by same name value in context Key: OFBIZ-5904 URL: https://issues.apache.org/jira/browse/OFBIZ-5904 Project: OFBiz

[jira] [Updated] (OFBIZ-5904) Value attribute of hidden form field is overridden by same name value in context

2014-12-10 Thread Leon (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leon updated OFBIZ-5904: Attachment: OFBIZ-5904.patch Value attribute of hidden form field is overridden by same name value in context

[jira] [Commented] (OFBIZ-5904) Value attribute of hidden form field is overridden by same name value in context

2014-12-10 Thread Leon (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14240862#comment-14240862 ] Leon commented on OFBIZ-5904: - In my patch, use URLEncoder.encode while rendering a link, and

buildbot exception in ASF Buildbot on ofbiz-trunk

2014-12-10 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/528 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The

Re: svn commit: r1644015 [1/4] - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/invoice/ applications/accounting/src/org/ofbiz/accounting/payment/ applications/accounting/src/org/of

2014-12-10 Thread Ashish Vijaywargiya
Yes exactly - these are the thoughts that was running in my mind. I am here for any kind of help. Thanks Jacopo! Thanks Adrian for your comment. -- Kind Regards, Ashish Vijaywargiya On Wed, Dec 10, 2014 at 2:58 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: I agree that it

[jira] [Reopened] (OFBIZ-5146) in ModelViewEntity.java, a Map is built with only a few of the SQL functions, extend the map to include the MONTH and Year functions.

2014-12-10 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-5146: Sorry Jacopo, this is not fixed but implemented, I reopen to change the status ;) in

[jira] [Closed] (OFBIZ-5146) in ModelViewEntity.java, a Map is built with only a few of the SQL functions, extend the map to include the MONTH and Year functions.

2014-12-10 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-5146. -- Resolution: Implemented Fix Version/s: Upcoming Branch Also set Upcoming Branch as Fix

[jira] [Commented] (OFBIZ-5146) in ModelViewEntity.java, a Map is built with only a few of the SQL functions, extend the map to include the MONTH and Year functions.

2014-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14241077#comment-14241077 ] Jacopo Cappellato commented on OFBIZ-5146: -- Thanks Jacques! I was in a rush and I

[jira] [Commented] (OFBIZ-5004) Warning in GenericEntity.get unnecessarily clutters logs

2014-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14241110#comment-14241110 ] Jacopo Cappellato commented on OFBIZ-5004: -- The Map interface javadoc states that

Re: framework/sql to Attic

2014-12-10 Thread Jacopo Cappellato
This is done: https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic Jacopo On Dec 10, 2014, at 10:20 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: On Dec 9, 2014, at 5:06 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: FYI: That component was an

buildbot success in ASF Buildbot on ofbiz-trunk

2014-12-10 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/529 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The