An error occurred fetching the project authors.
  1. 04 Feb, 2010 3 commits
  2. 01 Feb, 2010 1 commit
  3. 20 Jan, 2010 1 commit
  4. 18 Jan, 2010 1 commit
    • Julien Muchembled's avatar
      Fix 2 regressions caused by [31791] · b63e6657
      Julien Muchembled authored
      * Restore overridden modules, for 2 reasons:
        - The user may choose to not install the new module.
        - Modules in BT may import from ERP5Type.Document the classes they override
          (although I am sure it is good practice).
      * Check existence of oid in pickle cache before deleting it, because it may
        have been already removed automatically.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31801 20353a03-c40f-0410-a6d1-a30d3c3de9de
      b63e6657
  5. 17 Jan, 2010 1 commit
  6. 13 Jan, 2010 1 commit
  7. 09 Jan, 2010 1 commit
  8. 23 Dec, 2009 1 commit
  9. 07 Dec, 2009 1 commit
  10. 05 Dec, 2009 2 commits
  11. 01 Dec, 2009 2 commits
  12. 23 Nov, 2009 1 commit
  13. 19 Nov, 2009 1 commit
  14. 18 Nov, 2009 4 commits
  15. 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
  16. 14 Nov, 2009 1 commit
  17. 10 Nov, 2009 1 commit
  18. 09 Nov, 2009 1 commit
  19. 03 Nov, 2009 2 commits
  20. 02 Nov, 2009 1 commit
  21. 31 Oct, 2009 1 commit
  22. 30 Oct, 2009 2 commits
  23. 22 Oct, 2009 1 commit
  24. 21 Oct, 2009 2 commits
  25. 20 Oct, 2009 1 commit
  26. 19 Oct, 2009 1 commit
  27. 07 Oct, 2009 1 commit
  28. 01 Oct, 2009 1 commit
  29. 28 Sep, 2009 2 commits