An error occurred fetching the project authors.
- 19 Oct, 2010 1 commit
-
-
Arnaud Fontaine authored
be needed to implement constraints in ZODB Property Sheets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2010 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2010 1 commit
-
-
Jérome Perrin authored
resolves to XMLMatrix._checkConsistency git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
re-indexation is now singling out temporary objects. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Mar, 2010 2 commits
-
-
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
-
- 17 Mar, 2010 2 commits
-
-
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
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33775 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
Using newTemp(Amount|TransformedResource) over newContent allows to go through conversion_interaction_workflow without triggered any interaction set on TransformedResource._set(Quantity|Resource.*) Amount is enough to gather Aggregated data. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
This fixes an interesting bug: # Takes place during indexing phase, when Transactional Cache is on # A transformation is defined, producing a (blue|red) resource from # (blue|red) fabric transformation = ... movement1 = newTempMovement(colour="blue", resource=A) movement2 = newTempMovement(colour="red", resource=A) amount1 = transformation.getAggregatedAmountList(movement1)[0] amount2 = transformation.getAggregatedAmountList(movement2)[0] # amount1 and amount2 have wrongly the same Physical path. # Which means that due to caching in CategoryTool, the category # values will be computed only once instead of twice: assert amount1.getVariationText() == "colour/blue" #OK assert amount2.getVariationText() == "colour/blue" # !! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jul, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2009 1 commit
-
-
Sebastien Robin authored
same portal type as the transformation line * Change class name of testApparelTransformation * add more comments to testApparelTransformation * add new test class for testTransformation, this one is independant of erp5_apparel * add a test to make sure transformations are working with not generic variated property git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27867 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jun, 2009 1 commit
-
-
Yusuke Muraoka authored
- reverted wrong changes since after rev.26461(ProductionOrderRule) and rev.22242(Transformation*Rule) without the changed definition of interfaces - added relation, which refer to trade_phase, to the TransformedResource git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jun, 2009 1 commit
-
-
Yusuke Muraoka authored
monkeyPatch - added the interface ITransformation to Transformation and TransformedResource - changed TransformedResource to return a tempDocument of TransformedResouce instead of Amount - changed TransformationRule to use Transformation.getAggeratedAmountList again, because Transformation came to be able to return document which has trade_phase git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 2 commits
-
-
Fabien Morin authored
we prefer to use "is None" and "is not None" instead of "== None" and "!= None" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2008 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2008 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Aug, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
method and calling it from install, as when importing, build is called with no_action=1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2006 1 commit
-
-
Romain Courteaud authored
Fix testTransformation (variation was not well defined). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Nov, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Sep, 2005 1 commit
-
-
Romain Courteaud authored
So, I modified implementation of getAggregatedAmountList, to return nothing in some cases (when test method failed on TransformedResource). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Apr, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2776 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2772 20353a03-c40f-0410-a6d1-a30d3c3de9de
-