[jira] Updated: (OFBIZ-2074) Grey list feature for confidential data access

2008-12-13 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2074: --- Attachment: requesthandler.patch New version (2008-12-13 : 2d) easier for testing. I also

[jira] Work logged: (OFBIZ-2074) Grey list feature for confidential data access

2008-12-13 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10760 ] Jacques Le Roux logged work on OFBIZ-2074: -- Author: Jacques Le Roux Created on:

[jira] Created: (OFBIZ-2077) Implement Split Into Multiple Shipments in ecommerce one page checkout process.

2008-12-13 Thread Sumit Pandit (JIRA)
Implement Split Into Multiple Shipments in ecommerce one page checkout process. - Key: OFBIZ-2077 URL: https://issues.apache.org/jira/browse/OFBIZ-2077 Project: OFBiz

[jira] Commented: (OFBIZ-2077) Implement Split Into Multiple Shipments in ecommerce one page checkout process.

2008-12-13 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656271#action_12656271 ] Sumit Pandit commented on OFBIZ-2077: - The functionality already exist in Quick

Re: LocalizedMap.java - Do we really need it?

2008-12-13 Thread Adrian Crum
--- On Fri, 12/12/08, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re: LocalizedMap.java - Do we really need it? To: dev@ofbiz.apache.org Date: Friday, December 12, 2008, 7:50 PM On Dec 12, 2008, at 5:42 PM, Adrian Crum wrote:

Re: Discussion: Adding the Unified Expression Language to the framework

2008-12-13 Thread Adrian Crum
This is finished with rev 726260. I added the UEL to FlexibleMapAccessor so that l-values can have expressions. Now we can do things like (in screen widget): actions set field=someList[] value=Red/ set field=someList[] value=Blue/ set field=someList[] value=Green/ set field=blueIndex

Re: svn commit: r726260 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/collections/ entity/src/org/ofbiz/entity/finder/ widget/src/org/ofbiz/widget/menu/

2008-12-13 Thread David E Jones
Instead of deprecating, and hiding the warning about deprecation, you can just change the constructor to protected or private. In the slim chance that anyone outside of the main OFBiz code base is using it they'll get a compiler error and it will be easy to make the change to fix it.

[jira] Updated: (OFBIZ-2074) Grey list feature for confidential data access

2008-12-13 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2074: --- Attachment: ProtectedView.patch More work, still miss the meat (but I'm a vegetarian, not a

[jira] Work logged: (OFBIZ-2074) Grey list feature for confidential data access

2008-12-13 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10761 ] Jacques Le Roux logged work on OFBIZ-2074: -- Author: Jacques Le Roux Created on:

Re: Discussion: Adding the Unified Expression Language to the framework

2008-12-13 Thread Jacques Le Roux
Thanks Adrian ! Jacques From: Adrian Crum adrian.c...@yahoo.com This is finished with rev 726260. I added the UEL to FlexibleMapAccessor so that l-values can have expressions. Now we can do things like (in screen widget): actions set field=someList[] value=Red/ set field=someList[]

Re: svn commit: r726260 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/collections/ entity/src/org/ofbiz/entity/finder/ widget/src/org/ofbiz/widget/menu/

2008-12-13 Thread Adrian Crum
Thanks for pointing that out! That's funny - I deprecated it so that it would generate warnings for anyone using it, then suppressed the warning so the class itself wouldn't generate a warning. Duh. *smacks forehead* -Adrian --- On Sat, 12/13/08, David E Jones d...@me.com wrote: From: David