- 31 Aug, 2010 6 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- force using zc.buildout 1.4.4 in case of default buildout, as 1.5.x + are not compatible with provided way to generate instances git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- sphinx is not working while using default way and it is no needed to deliver two database engines for ordinary user git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Aug, 2010 6 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add 2009.1 helper wigth part of 38034 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- explain issues related to python environment in Troubleshooting section git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2010 15 commits
-
-
Fabien Morin authored
plane icon. This make much more easier to go on an element from the multi relation_field list (you don't need to go on the Jump Relation view to be able to select one value). The behaviour of editable multi relation fields (the most used in erp5) is not changed. Reviewed by romain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- getProductLine on a Sale Order Line returns nothing even if there is a resource defined on the Sale Order Line and a product line on this resource (and base categories looks like to be well configured) - portal_type variable is already used in the method _getSingleCategoryAcquiredMembershipList, so doing "for portal_type in portal_type_list" makes giving any random value to the portal type variable - the portal_type variable can have duplicated portal types, in such case the following piece of code always return [], so duplicated needs to be removed : for portal_type in portal_type_list: key = (uid, base_category, portal_type) if key in _acquired_object_set: return [] _acquired_object_set.add(key) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* add some features of runUnitTest in runLiveTest : - run_only option - debug option git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38049 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make sure that always we will have the based listbox_xxxx class included plus additional class based on listbox field_id so we can customize it accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- >= 0.6.14 is not resetting = 0.6.13, so just reset it (note: zc.buildout will be used in non development type since 1.5.0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- drop using requirements, as it does not provide global overview in favor of helpers and implementing what is needed as buildout profiles git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as bootstrap is passing -S to generated bin/buildout there is not need to use it while invoking bin/buildout - as new buildout will only select non-development releases there is no need to pin to known release - fix Zope KGS issues with buildout 1.5.0 - use distribute by default, as it is more reliable in corner cases then setuptools - inform about another way to updating local bootstrap git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2010 13 commits
-
-
Ivan Tyagov authored
Add basic test for erp5_discussion.bt5. Contributed by FX. Test is expected to fail due to a missing feature. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38030 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38028 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- input have to be existing path git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38027 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38026 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38025 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38024 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38023 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38022 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38021 20353a03-c40f-0410-a6d1-a30d3c3de9de
-