An error occurred fetching the project authors.
  1. 22 Feb, 2011 1 commit
  2. 19 Feb, 2011 2 commits
  3. 18 Feb, 2011 1 commit
  4. 17 Feb, 2011 3 commits
  5. 09 Feb, 2011 2 commits
  6. 08 Feb, 2011 1 commit
  7. 07 Feb, 2011 1 commit
  8. 05 Feb, 2011 1 commit
  9. 04 Feb, 2011 4 commits
  10. 03 Feb, 2011 1 commit
  11. 02 Feb, 2011 3 commits
  12. 01 Feb, 2011 2 commits
    • Nicolas Dumazet's avatar
      Last chunk of portal type classes / zodb property sheets. · d02ba206
      Nicolas Dumazet authored
      After this, all ERP5 objects become instances of portal type classes
      
      Preferences:
      * all the trickery for preferences is gone and is handled by a specific
        accessor holder holding all preference methods
      
      Property holders
      * our Base.aq_portal_type property holders are not used anymore:
        the "property holder" becomes the portal type class itself and the
        set of accessor_holder classes in the mro of the portal type class:
        portal-type-specific methods are on the portal type class, while
        portal-type-independant method are put on the accessor holder ancestors
      * the portal type meta class now also inherits from "PropertyHolder" to
        provide the same introspection interface and methods.
        (In the future this class / interface will need to be refined)
      
      Bootstrap/migration:
      * bootstrapping/migration from older instances: provide with code able to
        import XML from ERP5/bootstrap/ to load necessary tools from almost any
        instance state
      * migrate in BusinessTemplate installation code all non-portal type classes
        objects to portal type classes
      * Change the way Tools are installed when creating a site, so that we create
        directly portal type classes objects instead of Documents
      
      Accessors:
      * add a generatePortalTypeAccessors method on the portal type class to generate
        portal-type-specific accessors
      * associate BaseAccessorHolder to all portal type classes to contain
        all common category related accessors
      * change the way workflow methods are generated to bind them directly on
        the portal type class
      * disable Base._aq_dynamic (while still keeping its code for debugging and
        reference, this can be cleanup up later)
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42902 20353a03-c40f-0410-a6d1-a30d3c3de9de
      d02ba206
    • Nicolas Dumazet's avatar
      b49d48ed
  13. 31 Jan, 2011 1 commit
  14. 28 Jan, 2011 1 commit
  15. 24 Jan, 2011 1 commit
  16. 21 Jan, 2011 1 commit
  17. 27 Dec, 2010 1 commit
  18. 21 Dec, 2010 1 commit
  19. 18 Dec, 2010 1 commit
  20. 17 Dec, 2010 1 commit
  21. 29 Nov, 2010 2 commits
  22. 25 Nov, 2010 1 commit
  23. 10 Nov, 2010 1 commit
  24. 04 Nov, 2010 2 commits
  25. 03 Nov, 2010 1 commit
  26. 29 Oct, 2010 1 commit
  27. 28 Oct, 2010 2 commits