An error occurred fetching the project authors.
  1. 30 Dec, 2009 3 commits
    • Fabien Morin's avatar
      code simplification · 6476e080
      Fabien Morin authored
      the return made in try and in except was the same. Take it of from both and put
      it after.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31540 20353a03-c40f-0410-a6d1-a30d3c3de9de
      6476e080
    • Fabien Morin's avatar
      store cache data in the same way for all Image.py methods · a00d3bd9
      Fabien Morin authored
      Image were not stored in the same way in every methods :
      in case of index_html, the image was stored, in case of convert, the image.data
      was stored.
      This lead to conflicts because in both cases, the cache_id was the same, so if
      inded_html was first call, and after that, convert was call on the same image,
      convert will return an Image object instead of image.data String.
      
      Now in all cases, the image is stored by setConversion, and in case of convert,
      only image.data is returned.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31532 20353a03-c40f-0410-a6d1-a30d3c3de9de
      a00d3bd9
    • Fabien Morin's avatar
      width, height order was not consistent everywhere · f2c35313
      Fabien Morin authored
      getSizeFromImageDisplay method was returning (heigh, width), but all other
       methods were returning (widht height). In addition to this, there was
       mistakes :
      from Document/Image.py +295 :
                              'width': self.getSizeFromImageDisplay(id)[0],
                              'height': self.getSizeFromImageDisplay(id)[1],
      and also l 450:
            (width, height) = self.getSizeFromImageDisplay(display)
      
      the use of width and height was mixed up.
      Currently, all default preferences display size define squares (width = heigh),
       so this mistake was never detected.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31531 20353a03-c40f-0410-a6d1-a30d3c3de9de
      f2c35313
  2. 16 Dec, 2009 1 commit
  3. 17 Nov, 2009 1 commit
    • Sebastien Robin's avatar
      - the possibility to pass --enable_full_indexing=portal_skins in · 2dd6ad08
      Sebastien Robin authored
       order to make optimisation configuration in unit test
      - isIndexable is not a property any more, it is a ConstantGetter
       instance, so it works like a property and like a method
      - same thing for isPredicate, isTemplate, isDelivery... we can
       start moving using only methods.
      - do not define isTemplate, isDelivery... when it is already
        available thanks to inheritance
      - new methods generated for all ERP5 objects : provides[InterfaceName].
       For instance, "providesIMovement()" will return True or False for
       any ERP5 object.
      - new method "is[Group]Type" generated for all ERP5 objects. The group
       here is group of portal types (like getPortalDeliveryTypeList()). So
       on any ERP5 object, you can do "isDeliveryType()", and this will
       returns True or False.
      - add tests
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
      2dd6ad08
  4. 09 Oct, 2009 1 commit
  5. 08 Oct, 2009 1 commit
  6. 07 Oct, 2009 2 commits
  7. 02 Oct, 2009 1 commit
  8. 30 Sep, 2009 1 commit
  9. 17 Sep, 2009 1 commit
  10. 14 Sep, 2009 5 commits
  11. 11 Sep, 2009 1 commit
  12. 26 Aug, 2009 1 commit
  13. 13 Aug, 2009 1 commit
  14. 01 Jun, 2009 1 commit
  15. 19 Apr, 2009 1 commit
  16. 05 Nov, 2008 1 commit
  17. 27 Oct, 2008 1 commit
  18. 24 Oct, 2008 1 commit
  19. 22 Oct, 2008 1 commit
  20. 23 Sep, 2008 1 commit
  21. 16 Sep, 2008 1 commit
  22. 11 Sep, 2008 1 commit
  23. 07 Aug, 2008 2 commits
  24. 12 Jun, 2008 1 commit
  25. 28 May, 2008 1 commit
  26. 06 May, 2008 1 commit
  27. 23 Apr, 2008 3 commits
  28. 18 Apr, 2008 1 commit
  29. 13 Mar, 2008 1 commit
  30. 28 Feb, 2008 1 commit