Transaction issue in ShoppingList.createListReorders

2007-01-14 Thread Al Byers
In ShoppingList.createListReorders (about line 166) a call is made to create an order and then that order id is passed to CheckOutHelper.processPaymentwhere it calls the authOrderPayments with the following code: paymentResult = dispatcher.runSync("authOrderPayments",

Re: *SecurityData.xml entities i18n

2007-01-14 Thread Jacques Le Roux
Guidok Yes sorry, this was a too fast answer. Indeed no user acces to translation is needed and anyhway this is the right way to do it. I just looked at you patch in Jira, sounds fine to me. Thanks Jacques - Original Message - From: "Guido Amarilla" <[EMAIL PROTECTED]> To: Sent: Sund

role permission checking using Security.hasRolePermission

2007-01-14 Thread Anil Patel
Hi The method defined in Security.hasRolePermission and its implementation in OfBizSecutiry class provides useful service that we can use in implementation of new Service Security implementation. Like we have if-has-permission tag mini-lang, I am wondering if it be useful to have if-has-role-permi

[jira] Updated: (OFBIZ-626) Adding SecurityEntityLabels.properties for missing security i18n

2007-01-14 Thread Guido Amarilla (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guido Amarilla updated OFBIZ-626: - Attachment: SecurityEntityLabels.patch > Adding SecurityEntityLabels.properties for missing securi

[jira] Created: (OFBIZ-626) Adding SecurityEntityLabels.properties for missing security i18n

2007-01-14 Thread Guido Amarilla (JIRA)
Adding SecurityEntityLabels.properties for missing security i18n Key: OFBIZ-626 URL: https://issues.apache.org/jira/browse/OFBIZ-626 Project: Apache OFBiz (The Open for Business Project)

[jira] Commented: (OFBIZ-615) Re-Factor WorkEffort permissions to follow new patterns

2007-01-14 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464656 ] Anil K Patel commented on OFBIZ-615: I am little confused for case of Update, >To update a workeffort, or access

Re: Copyright Statement

2007-01-14 Thread Chris Howe
David, Let me know at which point I become a pain in my inquiry about this. It's really not my intention. I'm still looking for a model that I can use to offer contributions with the least amount of administrative work necessary from the sandbox to the ASF. Copying the manner that OFBiz is able

Re: Copyright Statement

2007-01-14 Thread David E. Jones
Chris, Do you mean the NOTICE and LICENSE files in OFBiz? You'll only find information on libraries included and their corresponding licenses in those files. I recommend looking on the apache.org site for general information about the ASF and its policies. -David On Jan 14, 2007, at

Re: Copyright Statement

2007-01-14 Thread Chris Howe
David, Can you point me to where the copyright policy addresses the contributors as being the copyright holders for the OFBiz code instead of ASF?I'm not seeing them in NOTICE or LICENSE, but they are rather long :-) TIA, Chris --- "David E. Jones" <[EMAIL PROTECTED]> wrote: > > Chris, > >

Re: Copyright Statement

2007-01-14 Thread David E. Jones
Chris, Have you read the ASF licensing and copyright policy documents? They address this, and in general this sort of thing in pretty good detail. Don't worry, you're not the first to notice this. As for copyright statements in other projects: there are certain cases where the files are n

Copyright Statement

2007-01-14 Thread Chris Howe
While searching for more answers on how to make the ofbiz-sandbox ASF friendly (both legally and ASF administrative safe guard wise), I came across a distinction between contributions to the Free Software Foundation (FSF) and contributions to the ASF that I think may have been inadequately addresse

[jira] Updated: (OFBIZ-625) Fix Address Match Map button display in Party Mgr

2007-01-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-625: -- Attachment: partymgr.patch > Fix Address Match Map button display in Party Mgr > ---

[jira] Created: (OFBIZ-625) Fix Address Match Map button display in Party Mgr

2007-01-14 Thread Adrian Crum (JIRA)
Fix Address Match Map button display in Party Mgr - Key: OFBIZ-625 URL: https://issues.apache.org/jira/browse/OFBIZ-625 Project: Apache OFBiz (The Open for Business Project) Issue Type: Improve

Re: Warning on using EntityOperator.IN with MySQL

2007-01-14 Thread David E. Jones
On Jan 12, 2007, at 3:02 PM, Leon Torres wrote: Hi folks, We just got bit by a bug where the results of a query using EntityOperator.IN was different from using the equivalent OR expression. Wow, that is a little scary... This turned out to be an inconsistency on the party of MySQL.

Re: SecurityData.xml i18n

2007-01-14 Thread Anil Patel
Yes there is a way to do this, look for *EntityLabels.properties files in config folders of different components. One use case for example is for ProductMeterType, which in turn is used in FixedAssetMaint Forms defined in FixedAssetForms.xml. Hope this helps. Regards Anil Patal On 1/13/07, Gu

Orders filters

2007-01-14 Thread Jacques Le Roux
Hi all, Some time ago I commited in http://svn.apache.org/viewvc?view=rev&rev=472948 some changes. It was some new orders filters added to Filter on Inventory and Authorisation Problems check boxes return in Find Orders & Order List screens New options in Find Orders & Order List screens to fi

Re: maincss.css question

2007-01-14 Thread Andrew Sykes
Believe it or not, in the UK (perhaps other places too) there are laws against setting text in px, well, not quite, but almost... The DDA (Disability Discrimination Act 1995) was designed to make sure that those with visual impairment were not excluded from accessing websites, in much the same way

Re: *SecurityData.xml entities i18n

2007-01-14 Thread Guido Amarilla
I´m not sure how to create it, but I see that both DemoProductCategoriesI18nData.xml and DemoProductI18nData.xml are related to Content and SecurityData doesn´t. SecurityData is seed data and I see that other seed data like OrderTypeData.xml and OrderScheduledServices.xml are localized using Orde

[jira] Commented: (OFBIZ-111) Using hardwired /images instead of <@ofbizContentUrl> in .ftl files

2007-01-14 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464599 ] Jacques Le Roux commented on OFBIZ-111: --- Chris, I tried to apply the 1st patch but I got 7 "hunk failed" (old

Re: svn commit: r495874 - /ofbiz/site/index.html

2007-01-14 Thread Jacques Le Roux
Finally I'm not sure that this was relevant. I should have wait for the move of mail archives Jacques - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, January 13, 2007 12:37 PM Subject: svn commit: r495874 - /ofbiz/site/index.html > Author: jleroux > Date: Sat

Re: *SecurityData.xml entities i18n

2007-01-14 Thread Jacques Le Roux
Guido, I guess you should have a look at DemoProductCategoriesI18nData.xml and relate productCategoryId to groupId HTH Jacques - Original Message - From: "Guido Amarilla" <[EMAIL PROTECTED]> To: Sent: Saturday, January 13, 2007 9:33 AM Subject: *SecurityData.xml entities i18n > Is

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-01-14 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464587 ] Jacques Le Roux commented on OFBIZ-495: --- Adrian, I applied and tried to try this patch (example.patch) but it s