1. 10 Sep, 2013 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Revert partially "ZODB Components: Fix bootstrap of migrated bt5s.". · 52af3f37
      Arnaud Fontaine authored
      This reverts the following part of aed4f303:
      
      * Upon bt5 installation, install portal_type* items before bt5 {Document,
        Extensions...} as corresponding Portal Type are required once they have been
        migrated to ZODB Components.
      
      This obviously does not work as the Document can be used as Type Class and also
      because tool_item is required before portal_types for example (see test_type_provider).
      
      When bootstrapping erp5_core and installing for example an Extension Component,
      this will try to load Extension Component Portal Type which does not exist yet
      but fallback on its document class instead, which is enough until Extension
      Component Portal Type is installed.
      52af3f37
    • Arnaud Fontaine's avatar
      ZODB Components: Ensure that Permissions on Developer can be updated later (through Filesystem). · 211bf8a8
      Arnaud Fontaine authored
      In aed4f303, Permissions were set in ComponentTool __init__ and it could not be
      modified later on because it is set directly in the ZODB. Moreover, Permissions
      could be modified after execution by modifying attributes.
      211bf8a8
  2. 09 Sep, 2013 15 commits
  3. 05 Sep, 2013 5 commits
  4. 03 Sep, 2013 1 commit
  5. 02 Sep, 2013 3 commits
  6. 30 Aug, 2013 2 commits
  7. 29 Aug, 2013 3 commits
  8. 28 Aug, 2013 9 commits