1. 15 May, 2019 1 commit
    • Thomas Gambier's avatar
      fix install of business template · 7ac5cd93
      Thomas Gambier authored
      in case a container is a WebSite, container._getOb("id") can return any object
      with id "id". If object returned is not inside container, later
      container.manage_delObjects([object_id]) will fail with KeyError.
      7ac5cd93
  2. 14 May, 2019 1 commit
    • Thomas Gambier's avatar
      TemplateTool: upgrader first removes deprecated BT and then upgrade all BT · f1ee1046
      Thomas Gambier authored
      For example, if property_sheet "prop" was moved from BT 1 to BT 2 and BT 1 doesn't exist anymore.
      
      Before this commit we have this order:
      1 - install BT 2 ("prop" exist and isn't touched)
      2 - remove BT 1 ("prop" is removed)
      => at the end "prop" doesn't exist anymore
      
      After this commit we have this order:
      1 - remove BT 1 ("prop" is removed)
      2 - install BT 2 ("prop" is readded)
      => at the end "prop" exists and is OK
      f1ee1046
  3. 18 Apr, 2019 1 commit
  4. 01 Apr, 2019 1 commit
  5. 29 Mar, 2019 1 commit
  6. 25 Mar, 2019 5 commits
  7. 12 Mar, 2019 1 commit
  8. 21 Dec, 2018 29 commits