- 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 17 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
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38020 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Introduce new listbox field ('style_columns') which is able to define columns for various listbox styles. Do not use any longer 'all_columns' (i.e. 'More Columns') which has a different purpose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38019 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2010 8 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38013 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* support list properties. * cast to str explicitly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38011 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38010 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38009 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* somehow working "phrase search". * use extended2 mode instead of extended mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38008 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38004 20353a03-c40f-0410-a6d1-a30d3c3de9de
-