Re: Discussion: Permissions Checking Enhancement

2008-11-29 Thread Bruno Busco
I need to simplify the UI has I described. To do this I think the Map should contain ALL user permissions, not restricted to a single application. Could we think to specific permissions to hide the TabBar options? I understand that OFBiz UI is designed to have ALL there because at least everybody

Re: [jira] Commented: (OFBIZ-2052) Convert Mypage into the Myportal component using the new portal functions

2008-11-29 Thread Bruno Busco
I personally agree, having it working on the example component will be great. We could see the complete feature with system and private pages in the example application and then we will move to other applications. -Bruno 2008/11/30 Hans Bakker (JIRA) <[EMAIL PROTECTED]> > >[ > https://issues

[jira] Commented: (OFBIZ-2052) Convert Mypage into the Myportal component using the new portal functions

2008-11-29 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651771#action_12651771 ] Hans Bakker commented on OFBIZ-2052: Hi Bruno, sounds good, however i also want to mo

Re: Discussion: Permissions Checking Enhancement

2008-11-29 Thread Adrian Crum
Bruno, I never got around to implementing that idea. I would still like to work on it though. -Adrian --- On Sat, 11/29/08, Bruno Busco <[EMAIL PROTECTED]> wrote: > From: Bruno Busco <[EMAIL PROTECTED]> > Subject: Re: Discussion: Permissions Checking Enhancement > To: dev@ofbiz.apache.org > D

Re: the bug using IN operator with FindServices.java

2008-11-29 Thread David E Jones
Which revision or version of OFBiz are you using? -David On Nov 29, 2008, at 10:36 AM, guo weizhan wrote: Do you guys use the FindServices? It's seems there is the problem in createCondition method when using the "IN" operator, the EntityCondition.makeCondition need a collection as the value

Re: Discussion: Permissions Checking Enhancement

2008-11-29 Thread Bruno Busco
Hi Adrian, I am thinking to something similar to what you proposed in this thread. What I would like to do is to simplify the UI to users who should not perform some operations. For instance, in the catalog application, when looking to the EditProduct screen, I would like that the following tabmen

the bug using IN operator with FindServices.java

2008-11-29 Thread guo weizhan
Do you guys use the FindServices? It's seems there is the problem in createCondition method when using the "IN" operator, the EntityCondition.makeCondition need a collection as the value when using IN operatot, but it's always pass the String value to this method, so It's throw the exception "Messa

[jira] Updated: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2008-11-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-2066: --- Attachment: FlexibleStringExpander.patch Updated patch - previous patch overlooked the substring. >

[jira] Updated: (OFBIZ-1935) Allow multi-pagination in a page

2008-11-29 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-1935: --- Attachment: 1935.diff Hi BIlgin, I reviewed and tested your patch, for me all is ok. I just

[jira] Updated: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2008-11-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-2066: --- Attachment: (was: FlexibleStringExpander.patch) > ${env.ofbiz.home} in property files does not ge

[jira] Updated: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2008-11-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-2066: --- Attachment: FlexibleStringExpander.patch > ${env.ofbiz.home} in property files does not get resolved

[jira] Updated: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2008-11-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-2066: --- Attachment: FlexibleStringExpander.patch Mridul, Please try the attached patch and let me know if it

[jira] Commented: (OFBIZ-2066) ${env.ofbiz.home} in property files does not get resolved after FlexibleProperties class is deprecated

2008-11-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651718#action_12651718 ] Adrian Crum commented on OFBIZ-2066: If a particular OFBiz property needs a system prop

[jira] Updated: (OFBIZ-2065) Add Validation check in Edit Profile of E commerce for Password change

2008-11-29 Thread Ravindra Mandre (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Mandre updated OFBIZ-2065: --- Attachment: PasswordValidationCheck.patch Patch is uploaded with few modifications. thanks to

Reverse bounty idea

2008-11-29 Thread Jacques Le Roux
While working on https://issues.apache.org/jira/browse/OFBIZ-2058 I had also an idea about how to deal with OFBiz requirements from a community POV. In Open source world there is the well known notion of bounty for feature. From time to time (rarely) someone offers to pay for a feature he/she n

Re: Discussion: Screen Widget Java Code Cleanup

2008-11-29 Thread Jacques Le Roux
From: "David E Jones" <[EMAIL PROTECTED]> On Nov 27, 2008, at 10:52 AM, Adrian Crum wrote: 3. Convert the existing artifact gathering code to a screen widget visitor. That would get the artifact gathering code out of the model widgets and put it where it belongs. It would probably simplify t