Re: jquey

2010-12-03 Thread Sascha Rodekamp
Good morning chaps Calling selenium from the build XML is a great point. I tried that a few month ago in another project once selenium is set up right it's really helpful So in my opinion we should def think of it. Cheers Sascha Am 03.12.2010 um 07:42 schrieb Adam Heath doo...@brainfood.com:

Re: GenericValue.getRelatedOne/Cache

2010-12-03 Thread Sascha Rodekamp
Good point Adam. +1 Am 03.12.2010 um 07:39 schrieb Adam Heath doo...@brainfood.com: A while back, I started adding more variants of GenericDelegator.findByPrimaryKey. The outcome of that was to remove those variants, and reduce the methods. However, while looking at unrelated code

Re: jquey

2010-12-03 Thread Jacques Le Roux
IMO, there are 2 options for releasing branch(es). * Only one which will be later the official release. The problem is then whether people want to have Dojo/Prototype or jQuery in this new release branch. * Two branches, one which which will be later the official release and one which will not

Re: GenericValue.getRelatedOne/Cache

2010-12-03 Thread Marc Morin
Just my $0.02, but I am not a fan of the cache/no-cache paradigm in ofbiz. Forcing the application developer to know about the cache leads to unstable code and usually slower execution of the application (ie. being conservative and saying cache-off, since it MAY be modified). The cache is

Materialized views

2010-12-03 Thread Marc Morin
We make extensive use of view entities in our ofbiz application. We have noticed that when there is a large dataset and under some complex views, the query performance was not the best (not a index issue, just complex joins, etc...). With some commercial databases like Oracle, etc... we would

Re: jquey

2010-12-03 Thread BJ Freeman
I may be missing something, I don't see how to build a scenario of say doing a orderentry, can be built the say you suggest. in this scenario, it follows as if a user was inputting data and looking for results at the UI level. In simpliest, how would you redifine a element position?

Re:Calling selenium from the build XML was jquey

2010-12-03 Thread BJ Freeman
what what level were you working on? I am working on scenarios for a user, like orderentry, adding products, placing order through Ecommerce. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52

Re: Materialized views

2010-12-03 Thread BJ Freeman
the Idea is good. Consideration though should be at a layer where all DB used by ofbiz can implements something similar. mysql and Postgresql are two main ones used. ms sql is also used. this is the reason, for instance that all indexes are limited to 30 since one of the db, that is its

Re: jquey

2010-12-03 Thread Karl Pitrich
Hi Jacques et al, there are no real options, IMHO, jQuery is the way to go. jQuery, like it or not, is now a somewhat established 'standard', allowing corporations to hire consultants and coders for. Additionally, the existing Dojo/Prototype/Scriptalicious codebase is a _mess_ and a lot of

Re: Materialized views

2010-12-03 Thread Marc Morin
The implementation of materialized views will work with any SQL database server. MySql, postgres, derby, oracle, etc. It is implemented using 100% ofbiz application layer constructs, entity model, and entity-eca's. Marc Morin Emforium Group Inc. ALL-IN Software 519-772-6824 ext 201

Re: jquey

2010-12-03 Thread BJ Freeman
ofbiz is to me is versatility with letting different implementation work side by side. the core is that the entities when modified will display at UI level with no other changes to code. If you add a field at entity level that field will display at the UI level with no more work. So as long

Re: GenericValue.getRelatedOne/Cache

2010-12-03 Thread Adrian Crum
+1 -Adrian On 12/2/2010 10:39 PM, Adam Heath wrote: A while back, I started adding more variants of GenericDelegator.findByPrimaryKey. The outcome of that was to remove those variants, and reduce the methods. However, while looking at unrelated code tonight, I thought we should do the same

Re: Materialized views

2010-12-03 Thread BJ Freeman
submit a Jira so it can be evaluated. https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

[jira] Created: (OFBIZ-4041) Materialized views

2010-12-03 Thread Marc Morin (JIRA)
Materialized views -- Key: OFBIZ-4041 URL: https://issues.apache.org/jira/browse/OFBIZ-4041 Project: OFBiz Issue Type: New Feature Components: framework Affects Versions: Release Branch 10.04

[jira] Commented: (OFBIZ-4041) Materialized views

2010-12-03 Thread Adam Heath (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966615#action_12966615 ] Adam Heath commented on OFBIZ-4041: --- Is there a patch for this? Materialized views

Re: New Apache CMS

2010-12-03 Thread Adam Heath
On 12/03/2010 12:45 PM, Jacques Le Roux wrote: Hi committers, I think every OFBiz committer should read this http://www.apache.org/dev/cms.html Note: http://www.apache.org/dev/cms.html#confluence-phaseout Already did, months ago, which is what caused me to clone the confluence web design.

Re: jquey

2010-12-03 Thread Sascha Rodekamp
Good evening, BJ i'm on you're site. During the migration i tried to keep the old behavior. So if you're using standard components from the UI you're instances shouldn't be effected. And let me say that a few (UI) features, after the migration, are more stable and faster than the old once (i.e.

Re: New Apache CMS

2010-12-03 Thread Sascha Rodekamp
Ah interesting Jacques. Thanks for the info. Cheers 2010/12/3 Adam Heath doo...@brainfood.com On 12/03/2010 12:45 PM, Jacques Le Roux wrote: Hi committers, I think every OFBiz committer should read this http://www.apache.org/dev/cms.html Note:

Re: jquey

2010-12-03 Thread BJ Freeman
so you have some selenium tests that work on the same pages between trunk and jquery. good to hear. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

[jira] Commented: (OFBIZ-3843) Localized date format for end user

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1296#action_1296 ] Jacques Le Roux commented on OFBIZ-3843: Hi Nicolas, DId you have a look at

[jira] Commented: (OFBIZ-4041) Materialized views

2010-12-03 Thread Marc Morin (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966673#action_12966673 ] Marc Morin commented on OFBIZ-4041: --- Not yet, I would need to pull it out of our OFbiz

[jira] Closed: (OFBIZ-4008) displaying promoText in finalizeOrder is wrongly done

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4008. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks for report Erwan, Fixed in trunk at

[jira] Commented: (OFBIZ-4041) Materialized views

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966681#action_12966681 ] Jacques Le Roux commented on OFBIZ-4041: I'm interested... Materialized views

Re: [jira] Commented: (OFBIZ-4041) Materialized views

2010-12-03 Thread Marc Morin
Ok, I will try to spend some time this weekend in order to pull a patch together for this. - Original Message - [ https://issues.apache.org/jira/browse/OFBIZ-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966681#action_12966681 ] Jacques

[jira] Closed: (OFBIZ-4024) Improve handling and display of additional product images

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4024. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux Thanks

[jira] Closed: (OFBIZ-4038) Rounding error in prorating returned adjustments

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4038. -- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 10.04

[jira] Commented: (OFBIZ-4037) Moving the user SignUp feature from MyPortal to the Framework

2010-12-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966712#action_12966712 ] Bruno Busco commented on OFBIZ-4037: Hi, I would like to commit this patch. Does

[jira] Closed: (OFBIZ-4034) Added Labels for Option-fields in FindProductPromoCode.ftl

2010-12-03 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4034. -- Resolution: Fixed Fix Version/s: Release Branch 10.04 Release Branch

How to automatically set columns in a list form from a map?

2010-12-03 Thread Bruno Busco
Hi, I am looking for a way to automatically populate a list form from a map. Basically I would need something like a auto-fields-list tag that would work in a similar way to auto-fields-entity and auto-fields-service but taking fields information from the form list and not from a service or an

[jira] Commented: (OFBIZ-4021) Adding columns filtering fields in form widget

2010-12-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966723#action_12966723 ] Bruno Busco commented on OFBIZ-4021: Hi, is anybody interested in this feature? Thank

Adding a standars CSV export feature to list forms

2010-12-03 Thread Bruno Busco
Hi, I was thinking that having a CSV export feature embedded in the list form widget could be nice. I mean a feature that, simply adding something like a csv-export=true attribute in the form widget, would show a link or an icon in the top form pagination bar that would export the actual data

Re: Adding a standars CSV export feature to list forms

2010-12-03 Thread Michael Xu (xudong)
hi Bruno we discussed this issue at: https://issues.apache.org/jira/browse/OFBIZ-3981, which, however, relates to jquery. -- Regards, Michael Xu (xudong) On Sat, Dec 4, 2010 at 7:22 AM, Bruno Busco bruno.bu...@gmail.com wrote: Hi, I was thinking that having a CSV export feature embedded in

Re: Adding a standars CSV export feature to list forms

2010-12-03 Thread Jacopo Cappellato
Hi Bruno, this is not exactly the same topic but I would like to share some of my ideas for enhancements for the macro screen widget. Currently, in order to get an html and a csv version of a screen we have to create the two screen definitions (with different decorators) and setup entries in

Re: Adding a standars CSV export feature to list forms

2010-12-03 Thread Bruno Busco
Hi Jacopo, thank you for your proposal. In my mind there was only something like your #1. This would allow to embed an export link in the form (I would like to include a standard download icon in the list form pagination bar) whose target is automatically derived from the form's target. This link

[jira] Commented: (OFBIZ-4037) Moving the user SignUp feature from MyPortal to the Framework

2010-12-03 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966793#action_12966793 ] Bruno Busco commented on OFBIZ-4037: As Hans suggests on the dev ML having the feature