An error occurred fetching the project authors.
- 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
-
- 07 Mar, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Feb, 2005 2 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Feb, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
fixed Solanes typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2004 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2003 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-