Re: Secured URLs strategy

2009-04-21 Thread Ashish Vijaywargiya
Another reference that is throwing error while clicking Delete link. https://localhost:8443/catalog/control/EditCategoryProdCatalogs?productCategoryId=CATALOG1 Error details : The Following Errors Occurred: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL parameter

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701068#action_12701068 ] David E. Jones commented on OFBIZ-2288: --- Thanks Ryan, that's a great improvement.

Re: svn commit: r766704 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml

2009-04-21 Thread Jacopo Cappellato
Thanks Adrian, I have reverted my fix now. Jacopo On Apr 20, 2009, at 10:51 PM, Adrian Crum wrote: I'm thinking of it more as a Best Practice - try to use the preferred syntax from now on. There's no need to make global changes to the release unless something is broken. -Adrian Jacques

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Foster updated OFBIZ-2288: --- Attachment: Archive.zip indexUpdate.patch I swear, I have the hardest time with

[jira] Created: (OFBIZ-2325) Accounting/Global GL Settings/Chart of Accounts/Navigate Accounts can't edit GL account directly

2009-04-21 Thread dukian (JIRA)
Accounting/Global GL Settings/Chart of Accounts/Navigate Accounts can't edit GL account directly Key: OFBIZ-2325 URL:

[jira] Updated: (OFBIZ-2325) Accounting/Global GL Settings/Chart of Accounts/Navigate Accounts can't edit GL account directly

2009-04-21 Thread dukian (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dukian updated OFBIZ-2325: -- Attachment: TreeWidget.patch modified framework/widget/src/org/ofbiz/widget/tree/ModelTree.java,

[jira] Created: (OFBIZ-2326) Danish Translations for Framework

2009-04-21 Thread JIRA
Danish Translations for Framework - Key: OFBIZ-2326 URL: https://issues.apache.org/jira/browse/OFBIZ-2326 Project: OFBiz Issue Type: Sub-task Components: framework Affects Versions: SVN trunk

Re: Fwd: svn commit: r766704 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderSimpleMethods.xml

2009-04-21 Thread Jacques Le Roux
Yes, I thought at it after and remembered I even suggested the one shoot fix all ;o) Thanks Jacques From: Adrian Crum adri...@hlmksw.com I'm thinking of it more as a Best Practice - try to use the preferred syntax from now on. There's no need to make global changes to the release unless

[jira] Updated: (OFBIZ-2326) Danish translations for framework

2009-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/OFBIZ-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André Herbst updated OFBIZ-2326: Summary: Danish translations for framework (was: Danish Translations for Framework) Danish

[jira] Created: (OFBIZ-2327) Danish Translations for ecommerce

2009-04-21 Thread JIRA
Danish Translations for ecommerce - Key: OFBIZ-2327 URL: https://issues.apache.org/jira/browse/OFBIZ-2327 Project: OFBiz Issue Type: Sub-task Components: specialpurpose/ecommerce Affects

Re: backLast and security

2009-04-21 Thread Jacques Le Roux
Hi Nicolas, Are you not using an XML editor with completion tool ? Comments in XSD files are intended to help you. If you use a such tool they will pop when writing code, as for Java methods for instance. Jacques From: Malin Nicolas malin.nico...@librenberry.net Jacques Le Roux a écrit :

[jira] Updated: (OFBIZ-2327) Danish translations for ecommerce

2009-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/OFBIZ-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] André Herbst updated OFBIZ-2327: Summary: Danish translations for ecommerce (was: Danish Translations for ecommerce) Danish

Re: backLast and security

2009-04-21 Thread Malin Nicolas
Jacques Le Roux a écrit : Hi Nicolas, Are you not using an XML editor with completion tool ? Yes, I use xml plugin in eclipse, but to understand more, I read the source code associate Comments in XSD files are intended to help you. If you use a such tool they will pop when writing code, as

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701087#action_12701087 ] David E. Jones commented on OFBIZ-2288: --- With source repositories you either use them

Re: Secured URLs strategy

2009-04-21 Thread David E Jones
In this case I don't see any relationship between the updatePartyToCategory form and the removePartyFromCategory link. The simple fact is that all links that call services must be changed to forms so they can pass parameters as hidden input fields so they are encrypted and therefore

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701096#action_12701096 ] Jacques Le Roux commented on OFBIZ-2288: Ryan, David, I saw at [this

Re: svn commit: r755658 - /ofbiz/trunk/applications/party/servicedef/services_view.xml

2009-04-21 Thread Jacques Le Roux
Thankd for your answers guys, Yes I know that. I recently automatically refactored all links at r765798 http://markmail.org/message/xe6a7zdpwwewxnxy Actually I was trying to follow David's suggestion from his answer to Ashish http://markmail.org/message/to2jynvgthh6j756 I was not sure to

Re: Secured URLs strategy

2009-04-21 Thread Ashish Vijaywargiya
Thanks David for your comment. I have committed a fix in trunk rev. 767072. Please review it and comment on it if I did something wrong. -- Ashish On Tue, Apr 21, 2009 at 1:28 PM, David E Jones david.jo...@hotwaxmedia.comwrote: In this case I don't see any relationship between the

Re: Secured URLs strategy

2009-04-21 Thread Jacques Le Roux
Thanks Ashish I made a small change at r767093 since there may be several lines Please refer to https://issues.apache.org/jira/browse/OFBIZ-2260 if you find others I will have a look at the other one uio reported right now Jacques From: Ashish Vijaywargiya vijaywargiya.ash...@gmail.com

Re: Secured URLs strategy

2009-04-21 Thread Jacques Le Roux
Oops, fixed a typo at r767099 Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Thanks Ashish I made a small change at r767093 since there may be several lines Please refer to https://issues.apache.org/jira/browse/OFBIZ-2260 if you find others I will have a look at the other one

[jira] Created: (OFBIZ-2328) Enhance the formatting of widget macro templates for HTML

2009-04-21 Thread Jacopo Cappellato (JIRA)
Enhance the formatting of widget macro templates for HTML - Key: OFBIZ-2328 URL: https://issues.apache.org/jira/browse/OFBIZ-2328 Project: OFBiz Issue Type: Improvement

Re: Secured URLs strategy

2009-04-21 Thread Jacques Le Roux
Fiexd at r767102 Jacques From: Ashish Vijaywargiya ashish.vijaywarg...@hotwaxmedia.com Thanks David for your reply. I am not worried about the nesting of one form with another. I am thinking about the case when a form created in FTL has Update Delete link (As I have both the option in my

Re: New widget renderers

2009-04-21 Thread Jacopo Cappellato
It is very easy to disable them: just revert the change I did in rev. 767101 Jacopo On Apr 21, 2009, at 12:27 PM, Hans Bakker wrote: as long we have a way to disable them ? i use the trunk version in production. At the moment the dust is a bit settling down so i upgraded my company

Re: Adding description field(s) to the UserLogin entity

2009-04-21 Thread Ashish Vijaywargiya
Hello Jacopo, I hope you are doing good now a days. :-) I like the idea of adding a field in UserLogin table. But instead of Description or FirstName/ LastName pair I would prefer to add field by title User Name. It will contain the First Name + Last Name or which ever name is provided from the

Re: New widget renderers

2009-04-21 Thread Hans Bakker
Yes jacopo, i reacted too quick. thanks. On Tue, 2009-04-21 at 12:31 +0200, Jacopo Cappellato wrote: It is very easy to disable them: just revert the change I did in rev. 767101 Jacopo On Apr 21, 2009, at 12:27 PM, Hans Bakker wrote: as long we have a way to disable them ? i

Adding description field(s) to the UserLogin entity

2009-04-21 Thread Jacopo Cappellato
What about adding field(s) to the UserLogin entity to describe the user login record? It could be just a description field, or maybe a firstName/lastName pair (all of them will be optional). The idea is that, in a framework only installation, you don't have the Party/Person entities, but you

Re: Secured URLs strategy

2009-04-21 Thread Ashish Vijaywargiya
Oops, fixed a typo at r767099 Example of Super Fast Working style. ;o) Thanks Jacques for your quick turn around on this. -- Ashish On Tue, Apr 21, 2009 at 3:25 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Oops, fixed a typo at r767099 Jacques

[jira] Commented: (OFBIZ-2328) Enhance the formatting of widget macro templates for HTML

2009-04-21 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701126#action_12701126 ] Jacopo Cappellato commented on OFBIZ-2328: -- For more info about white-spaces

Re: New widget renderers

2009-04-21 Thread Ashish Vijaywargiya
+1 - for enabling this on trunk now. This will help to improve the code. Thanks for enabling this, Jacopo :-) -- Ashish On Tue, Apr 21, 2009 at 3:42 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: During the last 2 weeks I did some tests (and fixes) for the macro renderers

Re: New widget renderers

2009-04-21 Thread Hans Bakker
as long we have a way to disable them ? i use the trunk version in production. At the moment the dust is a bit settling down so i upgraded my company version. I am sure this will give some more problems again.so let me know not to use them... Regards, hans On Tue, 2009-04-21 at 12:12 +0200,

Re: Secured URLs strategy

2009-04-21 Thread Jacques Le Roux
Actually too fast, as ever ;o) Jacques From: Ashish Vijaywargiya vijaywargiya.ash...@gmail.com Oops, fixed a typo at r767099 Example of Super Fast Working style. ;o) Thanks Jacques for your quick turn around on this. -- Ashish On Tue, Apr 21, 2009 at 3:25 PM, Jacques Le Roux

Re: Secured URLs strategy

2009-04-21 Thread Jacques Le Roux
Missed one other thing, fixed at 762757 Jacques From: Ashish Vijaywargiya vijaywargiya.ash...@gmail.com r767102 - Thanks for fixing this up Jacques. Actually too fast, as ever ;o) ;o) - I remembered that you always commits first by saying French Translation and after few minutes(5 or 10)

Re: Secured URLs strategy

2009-04-21 Thread Ashish Vijaywargiya
r767102 - Thanks for fixing this up Jacques. Actually too fast, as ever ;o) ;o) - I remembered that you always commits first by saying French Translation and after few minutes(5 or 10) again you commit the code by saying Better French Translation. ;o) . This is one of the common practice that

[jira] Commented: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701144#action_12701144 ] Jacques Le Roux commented on OFBIZ-2260: I finally commited

[jira] Closed: (OFBIZ-2260) Secure URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-2260. -- Resolution: Fixed Closing and opening a main task with subtasks for each new case reported

[jira] Created: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using exisiting shipment and invoice

2009-04-21 Thread Pranay Pandey (JIRA)
Facilitate packing screen to use verified orders from Verify Pick screen by using exisiting shipment and invoice Key: OFBIZ-2329 URL:

[jira] Created: (OFBIZ-2330) Main task for securing URLs in Freemarker templates files

2009-04-21 Thread Jacques Le Roux (JIRA)
Main task for securing URLs in Freemarker templates files - Key: OFBIZ-2330 URL: https://issues.apache.org/jira/browse/OFBIZ-2330 Project: OFBiz Issue Type: Task Components:

[jira] Updated: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using existing shipment and invoice

2009-04-21 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranay Pandey updated OFBIZ-2329: - Component/s: product Fix Version/s: SVN trunk Release Branch

[jira] Created: (OFBIZ-2331) This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab.

2009-04-21 Thread Jacques Le Roux (JIRA)
This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab. --- Key: OFBIZ-2331 URL:

[jira] Created: (OFBIZ-2332) I found this one in error.log on demo server

2009-04-21 Thread Jacques Le Roux (JIRA)
I found this one in error.log on demo server Key: OFBIZ-2332 URL: https://issues.apache.org/jira/browse/OFBIZ-2332 Project: OFBiz Issue Type: Sub-task Reporter: Jacques Le Roux I

[jira] Created: (OFBIZ-2333) Another one in error.log

2009-04-21 Thread Jacques Le Roux (JIRA)
Another one in error.log -- Key: OFBIZ-2333 URL: https://issues.apache.org/jira/browse/OFBIZ-2333 Project: OFBiz Issue Type: Sub-task Reporter: Jacques Le Roux Another one in error.log 2009-04-19

[jira] Updated: (OFBIZ-2225) User can print pick sheets for each order in a group which will show detailed information of each order like shipping method, and number of order items in each order, Prod

2009-04-21 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranay Pandey updated OFBIZ-2225: - Fix Version/s: Release Branch 9.04 Description: Provide functionality for printing

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701158#action_12701158 ] Tim Ruppert commented on OFBIZ-2288: Jacques, these issues are unrelated at the SVN

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701159#action_12701159 ] Tim Ruppert commented on OFBIZ-2288: David, how do you create an archive for the

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701167#action_12701167 ] Ryan Foster commented on OFBIZ-2288: It's just a name for a zip file. On Mac in

[jira] Closed: (OFBIZ-2292) Income Statement is broken

2009-04-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-2292. -- Resolution: Fixed Fixed, revision 766827. Income Statement is broken --

[jira] Closed: (OFBIZ-1758) Sandbox: Changes to Layout Needed for Internet Explorer 7

2009-04-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1758. -- Resolution: Fixed Closing this due to introduction of visual themes. Sandbox: Changes to Layout

[jira] Commented: (OFBIZ-2332) I found this one in error.log on demo server

2009-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701179#action_12701179 ] Jacques Le Roux commented on OFBIZ-2332: Mmm, findOrders.ftl is not easy to

[jira] Updated: (OFBIZ-2225) User can print pick sheets for each order in a group which will show detailed information of each order like shipping method, and number of order items in each order, Prod

2009-04-21 Thread Arun Patidar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-2225: Attachment: OFBIZ-2225.patch Here is the patch for the functionality which is described in

[jira] Updated: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using existing shipment and invoice

2009-04-21 Thread Akash Jain (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akash Jain updated OFBIZ-2329: -- Attachment: OFBIZ-2329.patch Now same ShipmentId and InvoiceId is updated during Packing process,

Proper usage of ProductStoreVendorShipment

2009-04-21 Thread Bob Morley
Setting up a purchase order for a supplier and I wanted to setup the OrderItemShipGroup's carrier/shipping method based on either history or known supplier preference. What seemed to be appropriate was the ProductStoreVendorShipment from the model where I could get this setup when the supplier

[jira] Assigned: (OFBIZ-2321) Upcase HotWax Media on the index.html

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski reassigned OFBIZ-2321: - Assignee: Andrew Zeneski Upcase HotWax Media on the index.html

[jira] Closed: (OFBIZ-2321) Upcase HotWax Media on the index.html

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski closed OFBIZ-2321. - Upcase HotWax Media on the index.html - Key:

[jira] Resolved: (OFBIZ-2321) Upcase HotWax Media on the index.html

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski resolved OFBIZ-2321. --- Resolution: Fixed svn rev. 767227 Upcase HotWax Media on the index.html

Re: New widget renderers

2009-04-21 Thread Adrian Crum
Jacopo, Thank you for all your work on this! I noticed that the widget boundary comments are missing. -Adrian Jacopo Cappellato wrote: During the last 2 weeks I did some tests (and fixes) for the macro renderers and now, with rev. 767101, I have decided to enable them so that the whole

[jira] Resolved: (OFBIZ-2287) Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer stuck to the bottom of the browser

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert resolved OFBIZ-2287. Resolution: Fixed Fixed in v7973 from ofbizext. Update ofbiz.apache.org, log.ofbiz.org and

[jira] Commented: (OFBIZ-2287) Update ofbiz.apache.org, log.ofbiz.org and build.ofbiz.org to have the footer stuck to the bottom of the browser

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701210#action_12701210 ] Tim Ruppert commented on OFBIZ-2287: We are hosting the code for build and log in the

Re: Securing URLs in Freemarker templates

2009-04-21 Thread David E Jones
This practice is a bad one in general, and is usually used to implement something like going back to a common page that is better done with newer framework features like the last-view stuff in the controller.xml file. What's worse is that using these sorts of things often introduces

[jira] Closed: (OFBIZ-2297) Misc improvements on Payment Gateway Config

2009-04-21 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-2297. - Resolution: Fixed Fixed into rev. 767278. Please take care of Revisions Requiring Data

[jira] Commented: (OFBIZ-2313) Support of BigDecimal to WebPos

2009-04-21 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701253#action_12701253 ] Marco Risaliti commented on OFBIZ-2313: --- Fixed into trunk rev. 767279. I'm

[jira] Closed: (OFBIZ-2313) Support of BigDecimal to WebPos

2009-04-21 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-2313. - Resolution: Fixed Support of BigDecimal to WebPos ---

Re: Securing URLs in Freemarker templates

2009-04-21 Thread Jacques Le Roux
From: David E Jones david.jo...@hotwaxmedia.com This practice is a bad one in general, and is usually used to implement something like going back to a common page that is better done with newer framework features like the last-view stuff in the controller.xml file. What's worse is that

[jira] Commented: (OFBIZ-2331) This is when, quich ship is used and later we attempt to change the shipment box type under the 'packages' tab.

2009-04-21 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701265#action_12701265 ] Jacques Le Roux commented on OFBIZ-2331: Hi Rohit, I found a sole occurence of

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert updated OFBIZ-2288: --- Attachment: (was: images.zip) Update the image / content scroller on index.html

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert updated OFBIZ-2288: --- Attachment: (was: indexUpdate.patch) Update the image / content scroller on index.html

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert updated OFBIZ-2288: --- Attachment: (was: ofbizSiteTemplate.zip) Update the image / content scroller on index.html

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert updated OFBIZ-2288: --- Attachment: (was: index.patch) Update the image / content scroller on index.html

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Foster updated OFBIZ-2288: --- Attachment: indexScroller.patch Archive.zip attached with the modified and added images. This is

[jira] Updated: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Foster updated OFBIZ-2288: --- Attachment: Archive.zip Updated archive to remove the funky Mac files that often come inside of

[jira] Commented: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701282#action_12701282 ] Ryan Foster commented on OFBIZ-2288: Steps for installing this patch: 1. Download

[jira] Created: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Ryan Foster (JIRA)
Move feature list on homepage to a more prominent location -- Key: OFBIZ-2334 URL: https://issues.apache.org/jira/browse/OFBIZ-2334 Project: OFBiz Issue Type: Improvement

[jira] Updated: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Foster updated OFBIZ-2334: --- Attachment: featureHighlights.png indexWithHighlights.patch Move feature list on

[jira] Assigned: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert reassigned OFBIZ-2334: -- Assignee: Tim Ruppert Move feature list on homepage to a more prominent location

[jira] Created: (OFBIZ-2335) Let's left align that footer text again on ofbiz.apache.org (and other sites)

2009-04-21 Thread Tim Ruppert (JIRA)
Let's left align that footer text again on ofbiz.apache.org (and other sites) - Key: OFBIZ-2335 URL: https://issues.apache.org/jira/browse/OFBIZ-2335 Project: OFBiz

[jira] Created: (OFBIZ-2336) Add a style guide to ofbiz.apache.org so using styles are easier in the future

2009-04-21 Thread Tim Ruppert (JIRA)
Add a style guide to ofbiz.apache.org so using styles are easier in the future -- Key: OFBIZ-2336 URL: https://issues.apache.org/jira/browse/OFBIZ-2336 Project: OFBiz

[jira] Resolved: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski resolved OFBIZ-2334. --- Resolution: Fixed Rev 767319 Move feature list on homepage to a more prominent location

[jira] Closed: (OFBIZ-2288) Update the image / content scroller on index.html

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski closed OFBIZ-2288. - Resolution: Fixed Rev 767318 Update the image / content scroller on index.html

[jira] Closed: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Zeneski closed OFBIZ-2334. - Move feature list on homepage to a more prominent location

[jira] Updated: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert updated OFBIZ-2334: --- Attachment: highlight-bullet.gif highlightUpdate.patch Here's the minor update -

[jira] Commented: (OFBIZ-2334) Move feature list on homepage to a more prominent location

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701309#action_12701309 ] Andrew Zeneski commented on OFBIZ-2334: --- Rev 767328 (hightlightUpdate.patch) D

[jira] Resolved: (OFBIZ-2335) Let's left align that footer text again on ofbiz.apache.org (and other sites)

2009-04-21 Thread Tim Ruppert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ruppert resolved OFBIZ-2335. Resolution: Fixed This got put in (accidentally), but let's live with it for a few weeks and see

[jira] Updated: (OFBIZ-2336) Add a style guide to ofbiz.apache.org so using styles are easier in the future

2009-04-21 Thread Ryan Foster (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Foster updated OFBIZ-2336: --- Attachment: styleGuide.patch styleGuide.jpg This patch adds a new page to the site

[jira] Commented: (OFBIZ-2336) Add a style guide to ofbiz.apache.org so using styles are easier in the future

2009-04-21 Thread Andrew Zeneski (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701338#action_12701338 ] Andrew Zeneski commented on OFBIZ-2336: --- Rev 767339 Add a style guide to

How to run single test suite by the suite name?

2009-04-21 Thread guo weizhan
Hi All, How can I run single test suite by the suite name or any other way? I just want to run the cases we added. Thank you!

Thoughts on createdByUserLogin field taking id-vlong (String VARCHAR(255))

2009-04-21 Thread Ashish Vijaywargiya
Hello, Yesterday I was reviewing few entities, then I realized that we are using id-vlong for the fields acting as foreign key referring to the userLoginId of the UserLogin table. id-vlong = VARCHAR(255) is too much space for saving the userLoginId. At max I can think of userLoginId to be

Re: New widget renderers: problem

2009-04-21 Thread Hans Bakker
In the ofbiz system when i go to: project - requestlist and have a certain amount of data in the request list i get the following error in the log: 2009-04-22 11:21:46,123 (http-0.0.0.0-8443-2) [ GenericDAO.java:755:INFO ] Ran query in 227 milli-seconds: SELECT CRT.DESCRIPTION, SI.DESCRIPTION,

[jira] Created: (OFBIZ-2337) Issues with New Widget Renderers

2009-04-21 Thread Ashish Vijaywargiya (JIRA)
Issues with New Widget Renderers - Key: OFBIZ-2337 URL: https://issues.apache.org/jira/browse/OFBIZ-2337 Project: OFBiz Issue Type: Bug Affects Versions: SVN trunk Reporter: Ashish

[jira] Assigned: (OFBIZ-2337) Issues with New Widget Renderers

2009-04-21 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-2337: -- Assignee: Jacopo Cappellato Jacopo, I am assigning it to you. Please take care

Re: New widget renderers: problem

2009-04-21 Thread Ashish Vijaywargiya
For any progress on this issue please refer JIRA issue no. : *OFBIZ-2337 https://issues.apache.org/jira/browse/OFBIZ-2337 *Post other issues there as well if you find any in future. Thanks for your cooperation Hans ! -- Ashish Hans Bakker wrote: In the ofbiz system when i go to: project -

[jira] Commented: (OFBIZ-2337) Issues with New Widget Renderers

2009-04-21 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701375#action_12701375 ] Ashish Vijaywargiya commented on OFBIZ-2337: First Issue reported by Hans on

[jira] Commented: (OFBIZ-2337) Issues with New Widget Renderers

2009-04-21 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701376#action_12701376 ] Ashish Vijaywargiya commented on OFBIZ-2337: Hello Jacopo, Here is the another

[jira] Commented: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using existing shipment and invoice

2009-04-21 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701378#action_12701378 ] Pranay Pandey commented on OFBIZ-2329: -- Thanks Akash for providing patch. I reviewed,

Re: Securing URLs in Freemarker templates

2009-04-21 Thread Ashish Nagar
Thanks Jacques, https://issues.apache.org/jira/browse/OFBIZ-2260 was really getting messed up with every new reported issue. Idea of creating new subtasks for each reported bug is good to persist. But I am concerned about, there may be a lot occurrences of these issues, so fixing each

Re: New widget renderers: problem

2009-04-21 Thread Vikas Mayur
Ashish, Do you think it would be better to go with the same way as Jacques did for Securing URLs in Freemarker templates, that is creating a separate issue under a parent task. Vikas On Apr 22, 2009, at 10:06 AM, Ashish Vijaywargiya wrote: For any progress on this issue please refer JIRA

Re: svn commit: r767136 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryParties.ftl

2009-04-21 Thread Ashish Nagar
jler...@apache.org wrote: -a

[jira] Commented: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using existing shipment and invoice

2009-04-21 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701387#action_12701387 ] Pranay Pandey commented on OFBIZ-2329: -- Akash, This is for your future patches. You

[jira] Commented: (OFBIZ-2225) User can print pick sheets for each order in a group which will show detailed information of each order like shipping method, and number of order items in each order, Pr

2009-04-21 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12701386#action_12701386 ] Pranay Pandey commented on OFBIZ-2225: -- Thanks Arun for providing patch. I reviewed,

[jira] Assigned: (OFBIZ-2329) Facilitate packing screen to use verified orders from Verify Pick screen by using existing shipment and invoice

2009-04-21 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2329: -- Assignee: Vikas Mayur Facilitate packing screen to use verified orders from Verify Pick

[jira] Assigned: (OFBIZ-2225) User can print pick sheets for each order in a group which will show detailed information of each order like shipping method, and number of order items in each order, Pro

2009-04-21 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2225: -- Assignee: Vikas Mayur User can print pick sheets for each order in a group which will show

Re: New widget renderers: problem

2009-04-21 Thread Ashish Vijaywargiya
I am totally fine with either option Vikas. Can you do the needful ? Thanks ! -- Ashish Vikas Mayur wrote: Ashish, Do you think it would be better to go with the same way as Jacques did for Securing URLs in Freemarker templates, that is creating a separate issue under a parent task. Vikas

  1   2   >