An error occurred fetching the project authors.
  1. 19 Oct, 2010 1 commit
  2. 09 Apr, 2010 1 commit
  3. 08 Apr, 2010 1 commit
  4. 19 Mar, 2010 1 commit
  5. 18 Mar, 2010 2 commits
  6. 17 Mar, 2010 2 commits
  7. 16 Mar, 2010 1 commit
  8. 11 Mar, 2010 1 commit
  9. 10 Mar, 2010 1 commit
  10. 08 Mar, 2010 1 commit
  11. 03 Mar, 2010 1 commit
    • Nicolas Dumazet's avatar
      getAggregatedAmountList: generated temporary ids must be context-dependent · 5480a87e
      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
      5480a87e
  12. 08 Feb, 2010 1 commit
  13. 13 Nov, 2009 1 commit
  14. 07 Oct, 2009 1 commit
  15. 11 Aug, 2009 1 commit
  16. 14 Jul, 2009 1 commit
  17. 02 Jul, 2009 1 commit
  18. 15 Jun, 2009 1 commit
  19. 12 Jun, 2009 2 commits
  20. 04 Jun, 2009 1 commit
  21. 01 Jun, 2009 2 commits
  22. 10 Jul, 2008 1 commit
  23. 01 Jul, 2008 1 commit
  24. 17 Aug, 2006 1 commit
  25. 03 Apr, 2006 2 commits
  26. 25 Mar, 2006 1 commit
  27. 23 Jan, 2006 1 commit
  28. 10 Jan, 2006 1 commit
  29. 11 Nov, 2005 1 commit
  30. 20 Sep, 2005 1 commit
  31. 21 Jul, 2005 1 commit
  32. 26 May, 2005 1 commit
  33. 05 Apr, 2005 1 commit
  34. 01 Apr, 2005 1 commit
  35. 31 Mar, 2005 1 commit