An error occurred fetching the project authors.
  1. 19 Feb, 2010 2 commits
  2. 18 Feb, 2010 2 commits
  3. 17 Feb, 2010 1 commit
  4. 11 Feb, 2010 1 commit
  5. 09 Feb, 2010 1 commit
  6. 08 Feb, 2010 4 commits
  7. 04 Feb, 2010 4 commits
  8. 01 Feb, 2010 1 commit
  9. 20 Jan, 2010 1 commit
  10. 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
  11. 17 Jan, 2010 1 commit
  12. 13 Jan, 2010 1 commit
  13. 09 Jan, 2010 1 commit
  14. 23 Dec, 2009 1 commit
  15. 07 Dec, 2009 1 commit
  16. 05 Dec, 2009 2 commits
  17. 01 Dec, 2009 2 commits
  18. 23 Nov, 2009 1 commit
  19. 19 Nov, 2009 1 commit
  20. 18 Nov, 2009 4 commits
  21. 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
  22. 14 Nov, 2009 1 commit
  23. 10 Nov, 2009 1 commit
  24. 09 Nov, 2009 1 commit
  25. 03 Nov, 2009 2 commits
  26. 02 Nov, 2009 1 commit