Re: Removing the ecomclone webapp from the ecommerce component

2016-09-15 Thread Michael Brohl
+1 Michael > Am 16.09.2016 um 05:55 schrieb Jacopo Cappellato > : > > In the "ecommerce" component there are two web applications: > - ecommerce: the actual web application > - ecomclone: a clone of the above, that leverages the controller's > "include" feature to extend the main web applicatio

Re: Removing the ecomclone webapp from the ecommerce component

2016-09-15 Thread Pierre Smits
+1 Op vrijdag 16 september 2016 heeft Taher Alkhateeb < slidingfilame...@gmail.com> het volgende geschreven: > +1 > > On Sep 16, 2016 7:52 AM, "Jacques Le Roux" > > wrote: > > > Le 16/09/2016 à 05:55, Jacopo Cappellato a écrit : > > > >> In the "ecommerce" component there are two web application

Re: Remove unused labels?

2016-09-15 Thread Jacques Le Roux
Did you have a look at OFBIZ-8154 and the related code :-o ? Jacques Le 16/09/2016 à 07:16, Taher Alkhateeb a écrit : Simple, loop over the labels, and for each label if it exists anywhere don't delete it, else, delete it. On Sep 16, 2016 8:15 AM, "Jacques Le Roux" wrote: You need to know

Re: Remove unused labels?

2016-09-15 Thread Taher Alkhateeb
Simple, loop over the labels, and for each label if it exists anywhere don't delete it, else, delete it. On Sep 16, 2016 8:15 AM, "Jacques Le Roux" wrote: > You need to know which patterns to use, the difficulty is not technical > but functional > > Jacques > > > Le 16/09/2016 à 07:04, Taher Alk

Re: Remove unused labels?

2016-09-15 Thread Jacques Le Roux
You need to know which patterns to use, the difficulty is not technical but functional Jacques Le 16/09/2016 à 07:04, Taher Alkhateeb a écrit : Why would you think it is difficult? Seems like good old pattern matching to me. On Sep 15, 2016 10:28 PM, "Jacques Le Roux" wrote: Le 15/09/2016

Re: Remove unused labels?

2016-09-15 Thread Taher Alkhateeb
Why would you think it is difficult? Seems like good old pattern matching to me. On Sep 15, 2016 10:28 PM, "Jacques Le Roux" wrote: > Le 15/09/2016 à 21:19, Taher Alkhateeb a écrit : > >> I think unused labels should be removed. I also think it is not too hard >> to >> find and delete all such l

Re: Removing the ecomclone webapp from the ecommerce component

2016-09-15 Thread Taher Alkhateeb
+1 On Sep 16, 2016 7:52 AM, "Jacques Le Roux" wrote: > Le 16/09/2016 à 05:55, Jacopo Cappellato a écrit : > >> In the "ecommerce" component there are two web applications: >> - ecommerce: the actual web application >> - ecomclone: a clone of the above, that leverages the controller's >> "include

Re: Removing the ecomclone webapp from the ecommerce component

2016-09-15 Thread Jacques Le Roux
Le 16/09/2016 à 05:55, Jacopo Cappellato a écrit : In the "ecommerce" component there are two web applications: - ecommerce: the actual web application - ecomclone: a clone of the above, that leverages the controller's "include" feature to extend the main web application For what I know the ecomc

Removing the ecomclone webapp from the ecommerce component

2016-09-15 Thread Jacopo Cappellato
In the "ecommerce" component there are two web applications: - ecommerce: the actual web application - ecomclone: a clone of the above, that leverages the controller's "include" feature to extend the main web application For what I know the ecomclone webapp has been initially created to to test and

Re: Remove unused labels?

2016-09-15 Thread Jacques Le Roux
Le 15/09/2016 à 21:19, Taher Alkhateeb a écrit : I think unused labels should be removed. I also think it is not too hard to find and delete all such labels in one shot. We can develop a script to do that and use it on a recurring basis actually. Actually this already exists, and it's maybe not

Re: Remove unused labels?

2016-09-15 Thread Taher Alkhateeb
I think unused labels should be removed. I also think it is not too hard to find and delete all such labels in one shot. We can develop a script to do that and use it on a recurring basis actually. Unfortunately we have unused XML not only in labels but many other XML resources making them dead co

Re: Remove unused labels?

2016-09-15 Thread Pierre Smits
Maybe we should discuss each individual label? Or do you believe you can use your own judgement to do the right thing? Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Thu, Sep 15, 2016 at 9:09 PM, Pie

Re: Remove unused labels?

2016-09-15 Thread Pierre Smits
That goes to show that not much attention was paid when they got in. Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Thu, Sep 15, 2016 at 8:50 PM, jler...@apache.org wrote: > Hi, > > While working o

Remove unused labels?

2016-09-15 Thread jler...@apache.org
Hi, While working on OFBIZ-8154 I noticed that the labels beginning by "HumanResServices." are never used. So, it's a pity, but I think they should be removed. Actually my question is more if we agree about removing all unused labels, not only those ones. Thanks

Apache Maturity Model self-declaration of its compliance..

2016-09-15 Thread Jacques Le Roux
Hi, I have just discovered the Apache Maturity Model https://community.apache.org/apache-way/apache-project-maturity-model.html And I find this page interesting https://zest.apache.org/community/maturity.html Would you like to have a such page in our main site? Jacques

buildbot success in on ofbiz-trunk

2016-09-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk/builds/1426 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The AnyBranchScheduler schedule

Re: Some questions on plugin system

2016-09-15 Thread Taher Alkhateeb
Thank you Jacopo, work is committed in r1760917 which mostly involves changes to the master build.gradle and README.md to describe the plugin system. On Thu, Sep 15, 2016 at 9:05 AM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > Hi Taher, > > this is a follow up to the reviews

Re: Ideas about OFBiz servlet filters

2016-09-15 Thread Jacques Le Roux
Hi Jacopo, I cursorily reviewed and it looks good to me (thanks for the documentation) It seems a good idea to me and maybe we can go further with the idea of chaining filters and find other blocks in filters that can be shared Thanks Jacques Le 14/09/2016 à 17:33, Jacopo Cappellato a écrit