Re: svn commit: r550233 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order/src/org/o

2007-06-25 Thread Anil Patel
I think following modification breaks queries to database (Derby in mycase) -if (conditionList == null conditionList.size() == 0) +if (conditionList == null || conditionList.size() == 0) Regards Anil Patel On 6/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author:

Re: Synchronizer token

2007-06-25 Thread Jacques Le Roux
Thanks for comment David, I have not time yet to do the implementation but that's typically the kind of thing I want to do... later... Jacques De : David E Jones [EMAIL PROTECTED] Jacques Le Roux wrote: Hi, I remember having seen discussion and even implementation of a mechanism

Re: svn commit: r550233 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order/src/org/o

2007-06-25 Thread Jacopo Cappellato
Anil, Scott yes, I've noticed some problems too (for example in the left bar of the catalog main screen); it is fixed in rev. 550384 Please review my change. Jacopo Anil Patel wrote: Scott, If we go in Webtools and do find on a table that has data, you should see the error. Regards Anil

Re: svn commit: r550233 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order/src/org/o

2007-06-25 Thread Anil Patel
Scott, If we go in Webtools and do find on a table that has data, you should see the error. Regards Anil Patel On 6/24/07, Scott Gray [EMAIL PROTECTED] wrote: What error are you getting Anil? Any way I can reproduce it? I can't see a problem with the code changes is all Regards Scott On

Re: svn commit: r550233 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order/src/org/o

2007-06-25 Thread Scott Gray
What error are you getting Anil? Any way I can reproduce it? I can't see a problem with the code changes is all Regards Scott On 25/06/07, Anil Patel [EMAIL PROTECTED] wrote: I think following modification breaks queries to database (Derby in mycase) -if (conditionList == null

[jira] Updated: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1097: Attachment: FindBillingAccount-SVN.patch Patches both

[jira] Created: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
Replacing FindBillingAccount.ftl by a Form -- Key: OFBIZ-1097 URL: https://issues.apache.org/jira/browse/OFBIZ-1097 Project: OFBiz Issue Type: Improvement Components: accounting Affects

[jira] Commented: (OFBIZ-857) Remove sessionid for Googlebot Co.

2007-06-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507792 ] Jacques Le Roux commented on OFBIZ-857: --- Dimitri, Rohit, I had some troubles to apply the pach (was a bit old)

[jira] Updated: (OFBIZ-1098) Paginate target incorrect for the ListGatewayResponses form.

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1098: Attachment: ofbiz-1098.patch Replace the paginate-target with the correct value.

[jira] Created: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions - Key: OFBIZ-1099 URL: https://issues.apache.org/jira/browse/OFBIZ-1099

[jira] Assigned: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1097: Assignee: Jacopo Cappellato Replacing FindBillingAccount.ftl by a Form

[jira] Created: (OFBIZ-1100) ListFixedAssets form defined twice and missing paginate-target

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
ListFixedAssets form defined twice and missing paginate-target -- Key: OFBIZ-1100 URL: https://issues.apache.org/jira/browse/OFBIZ-1100 Project: OFBiz Issue Type: Bug

[jira] Closed: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1097. Resolution: Fixed Jeremy, thanks for your patch; however I've committed in rev. 550411 a

[jira] Assigned: (OFBIZ-1100) ListFixedAssets form defined twice and missing paginate-target

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1100: Assignee: Jacopo Cappellato ListFixedAssets form defined twice and missing

[jira] Commented: (OFBIZ-1100) ListFixedAssets form defined twice and missing paginate-target

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507816 ] Wickersheimer Jeremy commented on OFBIZ-1100: - Sorry, i am working on a stable version, but i always

[jira] Commented: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507834 ] Wickersheimer Jeremy commented on OFBIZ-1097: - Indeed, but still: accounts =

[jira] Reopened: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy reopened OFBIZ-1097: - Replacing FindBillingAccount.ftl by a Form

[jira] Commented: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507831 ] Jacopo Cappellato commented on OFBIZ-1097: -- Jeremy, they are good points but I think you have missed one

[jira] Commented: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507838 ] Wickersheimer Jeremy commented on OFBIZ-1097: - Last question for today, is there a way to get rid of the

[jira] Commented: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507841 ] Jacopo Cappellato commented on OFBIZ-1097: -- Yes, the syntax is: condition notif-empty

the variable uiLabelMap?

2007-06-25 Thread sqlien
I will like to know where is defined the variable uiLabelMap? thank you for feedback -- View this message in context: http://www.nabble.com/the-variable-uiLabelMap--tf3975739.html#a11285430 Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: the variable uiLabelMap?

2007-06-25 Thread Jacques Le Roux
Please don't use dev ML for such questions but user ML : [EMAIL PROTECTED] It's defined in the decorators, for instance in commonScreens.xml files Jacques De : sqlien [EMAIL PROTECTED] I will like to know where is defined the variable uiLabelMap? thank you for feedback -- View this

Re: svn commit: r550233 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order/src/org/o

2007-06-25 Thread David E Jones
Yeah, it's amazing how low level code changes can cause wide spread problems... Thanks for fixing that Jacopo, I think the fix is fine. It's funny the way the old bug existed, code that wasn't supposed to be there and by mistake wasn't being used. ;) -David Jacopo Cappellato wrote: Anil,

[jira] Commented: (OFBIZ-1101) Missing Billing Accounts in Dropdown

2007-06-25 Thread Guido Amarilla (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507876 ] Guido Amarilla commented on OFBIZ-1101: --- The code that generates the list, uses accountAvailable as a key

[jira] Created: (OFBIZ-1101) Missing Billing Accounts in Dropdown

2007-06-25 Thread Guido Amarilla (JIRA)
Missing Billing Accounts in Dropdown Key: OFBIZ-1101 URL: https://issues.apache.org/jira/browse/OFBIZ-1101 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: SVN trunk

[jira] Commented: (OFBIZ-857) Remove sessionid for Googlebot Co.

2007-06-25 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507883 ] David E. Jones commented on OFBIZ-857: -- I took a quick peek at this patch and I think the approach used looks

[jira] Updated: (OFBIZ-1049) Migration of some old ftl/bsh files for the facility screens to the widgets

2007-06-25 Thread Mario Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Cappellato updated OFBIZ-1049: Attachment: EditFacilityGroups.patch I have completed the form: EditFacilityGroups. The

[jira] Commented: (OFBIZ-642) Make OFBiz more dial-up friendly

2007-06-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507896 ] Adrian Crum commented on OFBIZ-642: --- Jacques, The status is: #1 - Fairly complete. We have reduced HTML output by

Re: svn commit: r550445 - /ofbiz/branches/release4.0/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.bsh

2007-06-25 Thread Adrian Crum
I unsubscibed from the commits list but I continue to receive emails. I went through the entire challenge/response set of steps and I even received a confirmation email saying I was removed from the list. Could someone look into it please? -Adrian [EMAIL PROTECTED] wrote: Author: lektran

Commit List Subscription

2007-06-25 Thread David E Jones
Are you saying that you have multiple addresses on the commits list and you'd like to remove just one, or that you think you have just one and you removed it and you're still getting email? Because you are a committer your apache.org address is probably on this list now, and you may be

Re: Commit List Subscription

2007-06-25 Thread David E Jones
You can't really unsubscribe that address, otherwise your commit notifications won't go out. Traditionally all committers should be subscribed to and also occasionally review the commits list... -David Adrian Crum wrote: David, I thought I had just one and I thought I removed it. My goal

Re: Commit List Subscription

2007-06-25 Thread Adrian Crum
Understood. Thank you very much for the info! David E Jones wrote: You can't really unsubscribe that address, otherwise your commit notifications won't go out. Traditionally all committers should be subscribed to and also occasionally review the commits list... -David Adrian Crum

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507957 ] Jacopo Cappellato commented on OFBIZ-1096: -- Jeremy, I've applied your patch (not yet really reviewed) and

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-25 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507972 ] David E. Jones commented on OFBIZ-1096: --- In general I like this enhancement, and it finally gets some things

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507975 ] Jacques Le Roux commented on OFBIZ-1096: David, I guess the discussion you think about is

[jira] Commented: (OFBIZ-1096) Enhanced pager for Forms

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508031 ] Wickersheimer Jeremy commented on OFBIZ-1096: - Jacopo: It is possible to display it on Top, i will work

[jira] Closed: (OFBIZ-857) Remove sessionid for Googlebot Co.

2007-06-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-857. - Resolution: Fixed Fix Version/s: SVN trunk Thanks Dimitri, You patch is in trunk rev.

[jira] Created: (OFBIZ-1102) Too small length of the product internalName field

2007-06-25 Thread Oleg Andreyev (JIRA)
Too small length of the product internalName field -- Key: OFBIZ-1102 URL: https://issues.apache.org/jira/browse/OFBIZ-1102 Project: OFBiz Issue Type: Improvement Components: product

[jira] Updated: (OFBIZ-1102) Too small length of the product internalName field

2007-06-25 Thread Oleg Andreyev (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Andreyev updated OFBIZ-1102: - Attachment: intname.diff Too small length of the product internalName field

[jira] Updated: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1097: Attachment: (was: ofbiz-1097.patch) Replacing FindBillingAccount.ftl by a

[jira] Updated: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1097: Attachment: ofbiz-1097b.patch I removed the previous patch, this one makes the BSH

[jira] Commented: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508063 ] Jacopo Cappellato commented on OFBIZ-1097: -- This should work: ... fail-widgets section

[jira] Updated: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1097: Attachment: (was: ofbiz-1097b.patch) Replacing FindBillingAccount.ftl by a

[jira] Updated: (OFBIZ-1097) Replacing FindBillingAccount.ftl by a Form

2007-06-25 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wickersheimer Jeremy updated OFBIZ-1097: Attachment: ofbiz-1097c.patch Yes, thanks ! Now the screen is much more readable