An error occurred fetching the project authors.
  1. 09 Sep, 2013 3 commits
    • Arnaud Fontaine's avatar
    • Arnaud Fontaine's avatar
      ZODB Components: Fix bootstrap of migrated bt5s. · aed4f303
      Arnaud Fontaine authored
      * 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.
      
      * Likewise portal_{property_sheets, types}, portal_components must be created
        automatically *before* installing any bt5. This is required when Products
        will be migrated but also for bt5 items before bootstrapping erp5_core bt5.
      
      * Set Permissions in ComponentTool instanciation and revoke all permissions,
        then allow only some of them for security sake.
      
      * When creating ERP5 site with unit tests, add ERP5TypeTestCase to Developer
        Role ASAP so that there is no Permission issue when installing bootstrap bt5
        and test bt5s containing ZODB Components.
      aed4f303
    • Arnaud Fontaine's avatar
      ZODB Components: Upon migration, Workflow History of ZODB Components must be kept. · dce6323f
      Arnaud Fontaine authored
      Also, upon installation of bt5s, install WorkflowItem before Components as it
      is needed to restore history.
      
      Another solution would have been to validate() ZODB Components automatically
      upon bt5 installation but it would mean losing 'modified' state information
      and also imply that *all of them* will be validated even if a developer wants
      to publish non-validated ZODB Components.
      dce6323f
  2. 26 Jul, 2013 1 commit
    • Arnaud Fontaine's avatar
      Fix import of text files into ZODB. · cfe75cd6
      Arnaud Fontaine authored
      When importing back ace.js containing a last line with whitespaces only, the
      last line was not imported, and thus the file could never been downloaded
      completely as its really size was less than the one on the File ZODB object.
      cfe75cd6
  3. 21 May, 2013 1 commit
  4. 04 Apr, 2013 1 commit
  5. 13 Sep, 2012 1 commit
  6. 16 Aug, 2012 1 commit
    • Leonardo Rochael Almeida's avatar
      Fix BT5 installation of unique catalog keys · 0b1cface
      Leonardo Rochael Almeida authored
      While installing a BT5 make sure not to install duplicate keys for the following ZSQLCatalog properties:
       - sql_catalog_search_keys
       - sql_catalog_related_keys
       - sql_catalog_scriptable_keys
       - sql_catalog_role_keys
       - sql_catalog_local_role_keys
      0b1cface
  7. 12 Jul, 2012 1 commit
  8. 21 Jun, 2012 3 commits
  9. 15 May, 2012 1 commit
  10. 11 May, 2012 1 commit
  11. 17 Apr, 2012 1 commit
  12. 07 Mar, 2012 12 commits
  13. 29 Feb, 2012 1 commit
  14. 21 Jul, 2011 1 commit
  15. 15 Jun, 2011 1 commit
  16. 13 May, 2011 1 commit
  17. 07 May, 2011 1 commit
  18. 15 Apr, 2011 2 commits
  19. 11 Apr, 2011 6 commits