Re: svn commit: r1506828 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

2013-07-25 Thread Atul Vani
Hi Jacques, As far as I have seen, it is always recommended to use === for comparison in javascript, as others always end up with mysterious errors. References: http://www.codeproject.com/Articles/580165/JavaScript-Best-Practices

Re: svn commit: r1506828 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

2013-07-25 Thread Atul Vani
Jacques - Original Message - From: Atul Vani atulv...@gmail.com To: dev@ofbiz.apache.org Cc: comm...@ofbiz.apache.org Sent: Thursday, July 25, 2013 9:35 AM Subject: Re: svn commit: r1506828 - /ofbiz/trunk/framework/images/webapp/images/selectall.js Hi Jacques, As far as I have

[jira] [Comment Edited] (OFBIZ-4983) New feature to reclaim a user account - Using Security Questions

2013-07-04 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699769#comment-13699769 ] Atul Vani edited comment on OFBIZ-4983 at 7/5/13 4:52 AM: -- I

[jira] [Commented] (OFBIZ-4983) New feature to reclaim a user account - Using Security Questions

2013-07-03 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699769#comment-13699769 ] Atul Vani commented on OFBIZ-4983: -- I thought the two patterns are entirely different: 1

Re: Converting frontend themes to Twitter Bootstrap

2013-05-08 Thread Atul Vani
Comments inline. On Tue, 07 May 2013 21:02:21 +0530, Adrian Crum adrian.c...@sandglass-software.com wrote: I understand what you are proposing. So, let me try this again... HTML cleanups are fine. Updating the markup to HTML 5 is fine. That sort of overhaul has been done before and it is

[jira] [Commented] (OFBIZ-5177) Cleanup UI Labels for languages which aren't well supported

2013-04-30 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645306#comment-13645306 ] Atul Vani commented on OFBIZ-5177: -- I believe the the project should support only x

[jira] [Updated] (OFBIZ-5177) Cleanup UI Labels for languages which aren't well supported

2013-04-15 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-5177: - Attachment: OFBIZ-5177.patch Patch Attached. Fixed some TYPOs. Removed ui labels for languages which

[jira] [Commented] (OFBIZ-5177) Cleanup UI Labels for languages which aren't well supported

2013-04-15 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13631790#comment-13631790 ] Atul Vani commented on OFBIZ-5177: -- I agree with Paul, it's better to remove support

Re: Add Configurable Product to Quote does not open Configure Product Before Adding to Cart

2013-04-12 Thread Atul Vani
Inline. On Fri, 12 Apr 2013 07:28:07 +0530, Medhat AbdelBadie medhat7...@gmail.com wrote: Hi, When you create a Quote, and try to add Configurable Product like PC001 - Configurable PC to Quote, it is added directly to the Quote without opening or go through Configure Product Before

[jira] [Created] (OFBIZ-5177) Cleanup UI Labels for languages which aren't well supported

2013-04-12 Thread Atul Vani (JIRA)
Atul Vani created OFBIZ-5177: Summary: Cleanup UI Labels for languages which aren't well supported Key: OFBIZ-5177 URL: https://issues.apache.org/jira/browse/OFBIZ-5177 Project: OFBiz Issue

Re: Cosmetic patch for specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

2013-04-12 Thread Atul Vani
: Thanks Atul, Done for the 1 FR at r1466837 26 FR 1 To be continued, I propose to create a JIra Jacques From: Atul Vani atul.v...@hotwaxmedia.com Here are stats for all the components: index lang count 0 en 12132 1 it 10893 2 zh 10245 3 fr 9821 4 zh_TW 8804 5 th 8063 6 de 7916 7 es 6655 8

Re: Cosmetic patch for specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl

2013-04-10 Thread Atul Vani
Here are stats for all the components: index langcount 0 en 12132 1 it 10893 2 zh 10245 3 fr 9821 4 zh_TW 8804 5 th 8063 6 de 7916 7 es 6655 8 ro 6075 9 ru 5283 10 nl 4553 11

Re: Service Engine Logging

2013-04-10 Thread Atul Vani
I think that's just the name, to recognize it among list of several others, when there will be lots of them. A certain convention is used to specify that it is for URL or any service. Then again same names request mappings can exist in separate webapps, so a leading appname, in this case

Re: Service Engine Logging (was: svn commit: r1463863 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java )

2013-04-06 Thread Atul Vani
Jacques, Thanks. I will do it soon. On Sat, 06 Apr 2013 16:30:30 +0530, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Adrian, Thanks for asking, I committed and commented at revision: 1465223 Atul, It was not easy to read your patch in the email (cut at 80 chars). Please

Re: Service Engine Logging

2013-04-06 Thread Atul Vani
Here's what I think, it's all raw though :) * As suggested by Jacopo, we maintain stats in some kind of entity. Let's say average running time. * We use this average running time to decide if a timing log should be printed. The thing is, not all services are same, some are complex and are

Re: svn commit: r1463863 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java

2013-04-04 Thread Atul Vani
on and timing off, then I will never see the log messages. I really don't understand all of this complicated decision-making about generating a log message. You don't see anything like it anywhere else. -Adrian On 4/4/2013 12:49 PM, Atul Vani wrote: There is something wrong with the code

[jira] [Created] (OFBIZ-5128) Service invocation error for Quick Init DataWarehouse in BI

2013-01-29 Thread Atul Vani (JIRA)
Atul Vani created OFBIZ-5128: Summary: Service invocation error for Quick Init DataWarehouse in BI Key: OFBIZ-5128 URL: https://issues.apache.org/jira/browse/OFBIZ-5128 Project: OFBiz Issue

Re: Promotion with multiple rules generate wrong description

2013-01-23 Thread Atul Vani
I guess these should be two separate promotions. If I add a bunch of actions and conditions more, it would become impossible for even humans to make a sensible sentence out of it. On Wed, 23 Jan 2013 18:17:19 +0530, Sumit Pandit sumit.pan...@tcs.com wrote: Hi All, There are some

Re: Does OFBiz have User Parameter table?

2013-01-01 Thread Atul Vani
Based on the limited information, I would say UserPreference. On Wed, 02 Jan 2013 12:54:01 +0530, Winster Jose wins...@chathurangam.net wrote: Hi, As part of my product, I need to accept and store a few parameter values from customer. And when he visits application, I have to make some

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-31 Thread Atul Vani
will return Timestamp, so that one can use it however he wants and fetch the date time information to whatever precision he needs. On Mon, 31 Dec 2012 11:44:47 +0530, Jacques Le Roux jacques.le.r...@les7arts.com wrote: From: Atul Vani atul.v...@hotwaxmedia.com How about getServerTimestamp

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-31 Thread Atul Vani
Sorry, I mis-interpreted it. Ya, but for what you want I think js incrementing is a better solution. On Mon, 31 Dec 2012 15:06:07 +0530, Adrian Crum adrian.c...@sandglass-software.com wrote: On 12/31/2012 9:22 AM, Jacques Le Roux wrote: From: Atul Vani atul.v...@hotwaxmedia.com

Re: svn commit: r1426904 - in /ofbiz/trunk: applications/product/script/org/ofbiz/product/category/ applications/product/servicedef/ framework/common/script/org/ofbiz/common/ framework/common/serviced

2012-12-30 Thread Atul Vani
How about getServerTimestamp, and letting the service do it's own thing, while the formatting being handled in ftl. This whole js thing, just adds one more request after the dom ready, causing things to slow down, when the information can just be supplied along with the rest of the content.

[jira] [Created] (OFBIZ-5101) TYPO in service name udpateWebSitePathAlias

2012-12-14 Thread Atul Vani (JIRA)
Atul Vani created OFBIZ-5101: Summary: TYPO in service name udpateWebSitePathAlias Key: OFBIZ-5101 URL: https://issues.apache.org/jira/browse/OFBIZ-5101 Project: OFBiz Issue Type: Bug

Re: Product * Image Caption

2012-05-13 Thread Atul Vani
Createsubmit button. * As the user wants to add alt text for the detail image, he would expect a text box, but he is presented with a file browse button. Thanks! Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders

Product * Image Caption

2012-05-09 Thread Atul Vani
extendibility to those who want custom ProductContentType. Opinions? -- Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself.

[jira] [Created] (OFBIZ-4722) completePack service times out for large orders

2012-03-02 Thread Atul Vani (Created) (JIRA)
Reporter: Atul Vani The completePack service times out for large orders. Though the code should be looked for possible optimizations, but increasing timeout value is also required. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA

[jira] [Updated] (OFBIZ-4722) completePack service times out for large orders

2012-03-02 Thread Atul Vani (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4722: - Attachment: OFBIZ-4722.patch Patch Attached. completePack service times out for large

[jira] [Created] (OFBIZ-4712) GenericModelException in product search when there is no valid keyword in the query string

2012-02-22 Thread Atul Vani (Created) (JIRA)
Project: OFBiz Issue Type: Bug Components: specialpurpose/ecommerce Affects Versions: Release Branch 11.04 Reporter: Atul Vani Priority: Minor Fix For: Release Branch 11.04 Below is the relevant log: 2012-02-22 16:34:57,343 (http

[jira] [Updated] (OFBIZ-4712) GenericModelException in product search when there is no valid keyword in the query string

2012-02-22 Thread Atul Vani (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4712: - Attachment: OFBIZ-4712.patch Patch attached for a possible fix. However, with this patch the search api

[jira] [Created] (OFBIZ-4579) When changing picklists status to something invalid, user friendly error message should be displayed.

2011-11-19 Thread Atul Vani (Created) (JIRA)
/OFBIZ-4579 Project: OFBiz Issue Type: Bug Affects Versions: Release Branch 11.04, SVN trunk Reporter: Atul Vani Fix For: Release Branch 11.04, SVN trunk When changing picklists status to something invalid, user friendly error message should

[jira] [Updated] (OFBIZ-4579) When changing picklists status to something invalid, user friendly error message should be displayed.

2011-11-19 Thread Atul Vani (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4579: - Attachment: OFBIZ-4579.patch Patch attached. When changing picklists status

[jira] [Created] (OFBIZ-4538) Product.groovy in ordermgr throws error

2011-10-31 Thread Atul Vani (Created) (JIRA)
Branch 11.04 Reporter: Atul Vani Fix For: Release Branch 11.04 exception report -- Error in request handler: Exception: org.ofbiz.widget.screen.ScreenRenderException Message: Error rendering screen [component

[jira] [Updated] (OFBIZ-4538) Product.groovy in ordermgr throws error

2011-10-31 Thread Atul Vani (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4538: - Attachment: OFBIZ-4538.patch Patch attached to fix it. Product.groovy in ordermgr

[jira] [Commented] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-25 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13114449#comment-13114449 ] Atul Vani commented on OFBIZ-4403: -- Thanks Jacques, I got consumed with some other stuff

[jira] [Created] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-12 Thread Atul Vani (JIRA)
Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk Reporter: Atul Vani Fix For: Release Branch 11.04, SVN trunk, Release 10.04 The Orders tab in Catalog Products is not working. The reason being that the CommonProductDecorator has got a condition 'notif

[jira] [Updated] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-12 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: - Attachment: OFBIZ-4403.patch Patch added. The Orders tab in Catalog Products is not working

[jira] [Updated] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-12 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: - Attachment: OFBIZ-4403.patch Better patch added, that fixes highlighting of the 'Orders' tab too

[jira] [Updated] (OFBIZ-4403) The Orders tab in Catalog Products is not working.

2011-09-12 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4403: - Attachment: OFBIZ-4403.patch Another patch, fixes more screens from redundant and useless code. Although

[jira] [Commented] (OFBIZ-4401) Removed redundant controller entries from productcatalog

2011-09-10 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13102051#comment-13102051 ] Atul Vani commented on OFBIZ-4401: -- Thanks Jacques :) Removed redundant controller

[jira] [Created] (OFBIZ-4401) Removed redundant controller entries from productcatalog

2011-09-09 Thread Atul Vani (JIRA)
Components: product Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk Reporter: Atul Vani Priority: Minor Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk -- This message is automatically generated by JIRA. For more information

[jira] [Updated] (OFBIZ-4401) Removed redundant controller entries from productcatalog

2011-09-09 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4401: - Attachment: OFBIZ-4401.patch Removed redundant controller entries from product component's catalog

[jira] [Commented] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-29 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092902#comment-13092902 ] Atul Vani commented on OFBIZ-4375: -- Thanks Hans. TYPO in CategoryTree.groovy, lot's

[jira] [Commented] (OFBIZ-4364) Ecommerce forum thread does not display the message properly

2011-08-29 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13093431#comment-13093431 ] Atul Vani commented on OFBIZ-4364: -- Thanks Jacques. Ecommerce forum thread does

[jira] [Commented] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-28 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13092516#comment-13092516 ] Atul Vani commented on OFBIZ-4375: -- 1. // prodCatalogMap should be prodCatalogMap2, it's

[jira] [Created] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-26 Thread Atul Vani (JIRA)
://issues.apache.org/jira/browse/OFBIZ-4375 Project: OFBiz Issue Type: Bug Components: product Reporter: Atul Vani Fix For: Release Branch 11.04, SVN trunk TYPO in CategoryTree.groovy: prodCatalogMap.put(isCategoryType, true); should be prodCatalogMap2

[jira] [Updated] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-26 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4375: - Attachment: OFBIZ-4375.patch TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un

[jira] [Updated] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-26 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4375: - Attachment: OFBIZ-4375.patch TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un

[jira] [Commented] (OFBIZ-4375) TYPO in CategoryTree.groovy, lot's of un-used/un-wanted variables and un-clean really hard to understand code

2011-08-26 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13091875#comment-13091875 ] Atul Vani commented on OFBIZ-4375: -- I'm not sure how much people here care about cleaner

[jira] [Created] (OFBIZ-4364) Ecommerce forum thread does not display the message properly

2011-08-08 Thread Atul Vani (JIRA)
Components: content, specialpurpose/ecommerce Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk Reporter: Atul Vani Fix For: Release Branch 11.04, SVN trunk, Release 10.04 Attachments: OFBIZ-4364.patch Ecommerce forum thread does not display the message

[jira] [Updated] (OFBIZ-4364) Ecommerce forum thread does not display the message properly

2011-08-08 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4364: - Attachment: OFBIZ-4364.patch Patch attached. Ecommerce forum thread does not display the message

[jira] [Updated] (OFBIZ-4364) Ecommerce forum thread does not display the message properly

2011-08-08 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4364: - Attachment: OFBIZ-4364.patch Improved patch for the same. Ecommerce forum thread does not display

Re: Welcome to Sascha Rodekamp as new committer

2011-02-15 Thread Atul Vani
Congratulations Sascha :) On Tuesday 15 February 2011 01:27 PM, Jacopo Cappellato wrote: Sascha Rodekamp has accepted the invitation of the OFBiz PMC to become a new committer. Welcome aboard Sascha! Jacopo With great power comes great responsibility. -- Thanks Regards Atul Vani

[jira] Created: (OFBIZ-4069) Bug in a log of createUpdateShippingAddress service

2010-12-20 Thread Atul Vani (JIRA)
Affects Versions: Release Branch 10.04 Reporter: Atul Vani Priority: Trivial Fix For: Release Branch 10.04 Bug in a log of createUpdateShippingAddress service. Log fails to print the intended information (contactMechId). -- This message is automatically

[jira] Updated: (OFBIZ-4069) Bug in a log of createUpdateShippingAddress service

2010-12-20 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4069: - Attachment: createUpdateShippingAddress.patch Patch for the fix is attached. Bug in a log

[jira] Created: (OFBIZ-4049) Bug in service 'discVirtualsWithDiscVariants'

2010-12-08 Thread Atul Vani (JIRA)
Versions: Release Branch 10.04, jQuery, SVN trunk Reporter: Atul Vani Fix For: Release Branch 10.04, jQuery, SVN trunk Attachments: discVirtualsWithDiscVariantsBugFix.patch There's a bug in service 'discVirtualsWithDiscVariants'. The service has got no code to set

[jira] Updated: (OFBIZ-4049) Bug in service 'discVirtualsWithDiscVariants'

2010-12-08 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4049: - Attachment: discVirtualsWithDiscVariantsBugFix.patch Patch for the fix attached. Bug in service

[jira] Created: (OFBIZ-4044) Paypal checkout should always redirect to sandbox

2010-12-06 Thread Atul Vani (JIRA)
Versions: Release Branch 10.04 Reporter: Atul Vani Fix For: Release Branch 10.04 The fix committed in trunk with the log message The paypal checkout should always redirect to sandbox while you are in production environment. at r949465 should be migrated to 10.04 too

[jira] Created: (OFBIZ-4004) Incorrect State/Province for Billing Addresses in paypal orders

2010-10-27 Thread Atul Vani (JIRA)
Versions: Release Branch 10.04, SVN trunk Reporter: Atul Vani Fix For: Release Branch 10.04, SVN trunk There are some State/Province which have the same geoCode for example (geoId = IN-UT, geoCode = UT) and (geoId = UT, geoCode = UT) For such states when paypal checkout

[jira] Updated: (OFBIZ-4004) Incorrect State/Province for Billing Addresses in paypal orders

2010-10-27 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-4004: - Attachment: OFBIZ-4004.patch Patch attached fixes the bug. Thanks Regards Atul Vani Incorrect State

[jira] Created: (OFBIZ-3990) Ui bug in Reviews Pending Approval page

2010-10-14 Thread Atul Vani (JIRA)
Ui bug in Reviews Pending Approval page --- Key: OFBIZ-3990 URL: https://issues.apache.org/jira/browse/OFBIZ-3990 Project: OFBiz Issue Type: Bug Components: product Reporter: Atul

[jira] Updated: (OFBIZ-3990) Ui bug in Reviews Pending Approval page

2010-10-14 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3990: - Attachment: ReviewsPendingApprovalUiFix.patch Patch Attached. Ui bug in Reviews Pending Approval page

[jira] Updated: (OFBIZ-3990) Ui bug in Reviews Pending Approval page

2010-10-14 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3990: - Attachment: Screenshot.png Screenshot Attached. Ui bug in Reviews Pending Approval page

[jira] Commented: (OFBIZ-3846) Calendar issue in EditCategoryProducts screen

2010-09-28 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12915696#action_12915696 ] Atul Vani commented on OFBIZ-3846: -- the same issue is here too https://issues.apache.org

[jira] Commented: (OFBIZ-3846) Calendar issue in EditCategoryProducts screen

2010-09-26 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12914986#action_12914986 ] Atul Vani commented on OFBIZ-3846: -- hello Jacques, Sorry for late reply got stuck in some

[jira] Updated: (OFBIZ-3789) No results when searching with keywords in catalog

2010-09-18 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3789: - Attachment: UseGroupByForKeywordSortOnly.patch Hello All, I wonder this issue has been fixed completely

Re: for loop in simple method

2010-06-14 Thread Atul Vani
hi Swapnil, how about you use loop count=10 field=ilog level=info message=${i}//loop never tried it, but i guess it would work. Please use 'User Mailing List' for such questions. -- Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We

Re: Dojo tree 1.4

2010-06-08 Thread Atul Vani
+1 jQuery is simpler, more flexible and faster to use (coding is about 50% quicker than Prototype one developer has reported), plus now that its community is really building the number of plugins and scripts are increasing very fast. true indeed. -- Thanks Regards Atul Vani Enterprise

[jira] Commented: (OFBIZ-3806) Calendar Layout in Product Feature Screen

2010-06-04 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875869#action_12875869 ] Atul Vani commented on OFBIZ-3806: -- Hi Sascha, Jacques, The code this.target_element.up

[jira] Commented: (OFBIZ-3799) States of th country Germany shows zero results from both webtools and using services.

2010-06-03 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875069#action_12875069 ] Atul Vani commented on OFBIZ-3799: -- Thanks Jacques :) Ragards Atul Vani States of th

[jira] Commented: (OFBIZ-3445) Layered lookup umbrella main task

2010-06-03 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875130#action_12875130 ] Atul Vani commented on OFBIZ-3445: -- Glad to know this :) Layered lookup umbrella main

[jira] Created: (OFBIZ-3799) States of th country Germany shows zero results from both webtools and using services.

2010-06-02 Thread Atul Vani (JIRA)
Project: OFBiz Issue Type: Bug Affects Versions: Release Branch 10.04, SVN trunk Reporter: Atul Vani Priority: Minor Fix For: Release Branch 10.04, SVN trunk States of th country Germany shows zero results from both webtools and using services. Data

[jira] Updated: (OFBIZ-3799) States of th country Germany shows zero results from both webtools and using services.

2010-06-02 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3799: - Attachment: GeoData_DE_Assocs.patch This issue is with reference to discussion started by R.S. on user

[jira] Updated: (OFBIZ-3555) Show lookup value descriptions

2010-05-31 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3555: - Attachment: ieLookupDesc.patch Hi Bilgin, Jacques, I am not actually sure what's the issue on IE

[jira] Commented: (OFBIZ-3555) Show lookup value descriptions

2010-05-31 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873863#action_12873863 ] Atul Vani commented on OFBIZ-3555: -- Hi Jacques, prototype's fire() function works fine

Re: Clear firefox javascript cache

2010-05-30 Thread Atul Vani
hi Jacques, Thanks for the info :) -- Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself. Jacques Le Roux wrote: For those interested, I have crossed many

[jira] Commented: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-05-29 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873245#action_12873245 ] Atul Vani commented on OFBIZ-3667: -- Thanks Jacques :) Regards Atul Vani Calendar

[jira] Commented: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-05-28 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872878#action_12872878 ] Atul Vani commented on OFBIZ-3667: -- hi Jacques, it's spreading in the lookups too

[jira] Updated: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-05-28 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3667: - Attachment: layeredCal.patch Hello Jacques, All, the patch attached fixes the issue, but i noticed some

[jira] Commented: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-05-27 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872860#action_12872860 ] Atul Vani commented on OFBIZ-3667: -- hello Jacques, All, the calender's position was made

[jira] Commented: (OFBIZ-3450) When you get disconnected (time out) from a layered lookup, you then get afterward ugly screens

2010-05-20 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869680#action_12869680 ] Atul Vani commented on OFBIZ-3450: -- Hi Jacques, Sascha, Ankit, I tested it on IE8, works

[jira] Commented: (OFBIZ-3693) Allow to open a layer lookup from a layer lookup recursively

2010-05-19 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869051#action_12869051 ] Atul Vani commented on OFBIZ-3693: -- Thanks Jacques Regards Atul Vani Allow to open

[jira] Updated: (OFBIZ-3693) Allow to open a layer lookup from a layer lookup recursively

2010-05-18 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3693: - Attachment: modifiedRecurLookup.patch Hello Ankit, Jacques, Sascha, i have attached a patch that fixes

[jira] Commented: (OFBIZ-3465) send email button not working.

2010-05-08 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12865436#action_12865436 ] Atul Vani commented on OFBIZ-3465: -- Hi Koon, when i dug into the cause of error i found

[jira] Commented: (OFBIZ-3468) No Message for duplicate login name

2010-05-04 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12863809#action_12863809 ] Atul Vani commented on OFBIZ-3468: -- Thanks Jacques No Message for duplicate login name

[jira] Updated: (OFBIZ-3468) No Message for duplicate login name

2010-05-03 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3468: - Attachment: PartyUserNameInUse.patch Hi Koon, Here's the patch that fixes the issue. The email address

[jira] Updated: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-04-12 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3667: - Attachment: ScrolledCalendarFix.patch.zip this patch attempts to fix the problem, calendar is now

[jira] Commented: (OFBIZ-3667) Calendar rendered position too low when you scroll in a layered lookup

2010-04-12 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855885#action_12855885 ] Atul Vani commented on OFBIZ-3667: -- thanks Sascha, well, while developing the fix i found

[jira] Created: (OFBIZ-3627) creating new article or posting response to already created throws errors

2010-03-31 Thread Atul Vani (JIRA)
Type: Bug Components: specialpurpose/ecommerce Affects Versions: SVN trunk Reporter: Atul Vani Priority: Minor Fix For: SVN trunk creating new article or posting response to already created throws errors -- This message is automatically generated

[jira] Updated: (OFBIZ-3627) creating new article or posting response to already created throws errors

2010-03-31 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3627: - Attachment: createArticleContentFix.patch specifying a default-value for viewIndex (in specialpurpose

[jira] Created: (OFBIZ-3629) typo mistakes in tempExprMacros.ftl

2010-03-31 Thread Atul Vani (JIRA)
Reporter: Atul Vani Priority: Trivial Fix For: SVN trunk typo mistakes in tempExprMacros.ftl -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (OFBIZ-3629) typo mistakes in tempExprMacros.ftl

2010-03-31 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3629: - Attachment: typoFix.tempExprMacros.ftl.patch i noticed some typo errors in tempExprMacros.ftl like

[jira] Created: (OFBIZ-3570) fade-background property doesn't work (just a typo error)

2010-03-20 Thread Atul Vani (JIRA)
Components: ALL COMPONENTS Affects Versions: SVN trunk Reporter: Atul Vani Priority: Minor Fix For: SVN trunk fade-background property in the lookup / tag doesn't work properly due to a typo error in fieldlookup.js. The patch attached fixes it. -- This message

[jira] Updated: (OFBIZ-3570) fade-background property doesn't work (just a typo error)

2010-03-20 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atul Vani updated OFBIZ-3570: - Attachment: fieldlookup.patch Patch for fixing fade-background bug. fade-background property doesn't

[jira] Issue Comment Edited: (OFBIZ-3570) fade-background property doesn't work (just a typo error)

2010-03-20 Thread Atul Vani (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12847746#action_12847746 ] Atul Vani edited comment on OFBIZ-3570 at 3/20/10 8:42 AM: --- Patch