- 18 Mar, 2010 11 commits
-
-
Jérome Perrin authored
Pass the list of objects instead or the list of uids to relation_setter_id method, otherwise it can not work with newly created objects, as they will not be indexed. This is incompatible API change, and scripts used for relation_setter_id have to be updated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33837 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
also present in ZTUtils module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This way, test result report directly shows the error message, in the argument of the AssertionError that is raised. Yay for readability! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33833 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The method expects an IAmount as context: it does not make sense to use a Transformation. The proper way is to create a TempAmount containing the resource, quantity and variation properties that one wants. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33832 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
an Amount context should _always_ be passed to this method. this fixes TestTransformation.test_01_getAggregatedAmountListSimple git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* both Transformation and TransformedResource should support a context passing a multiple quantity. The proper way to do so is to deleguate quantity computation to Transformation Lines, and then to pull the result up to aggregate it in Transformations. * Fix a quirk in TransformationRule that was induced by the wrong behaviour of TransformedResource.getAggregatedAmountList: noone should need to multiply the amounts returned by getAggregatedAmountList, as the method should already include the computed quantities. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix listbox list actions on Documentation_view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33828 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
try using the fixed version of z3c.recipe.openoffice in branch while it hasn't been merged and released git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33827 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2010 29 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33826 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Check that Scripts added in working copy are deleted after reintallation of BT - create ZODB Python Script inside folder added by Business Template - Reinstall Business Template - Check that script is removed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
initial commit of Trade Model Solver, that will modify simulation movements and trade model related movements accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
https://bugs.launchpad.net/zope2/+bug/143768Jérome Perrin authored
This is a proper fix for testSimpleRelationFieldWheelButtonQuotedFields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
transformation.getAggregatedAmountList was not returning anything (see attach test that check this) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This fixes testSimpleRelationFieldWheelButtonQuotedFields Make sure to update ERP5Form and erp5_core at same time git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This is especially anoying with FCKEditor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
links. So update the test accordingly. This fix testItem git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
As ERP5 by default requires InnoDB storage. MySQL by default fallbacks to using different engine, like MyISAM, which only generates problems, when tables requested for InnoDB are silently created with MyISAM. Loud fail is really required in such case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-