1. 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
  2. 18 Apr, 2019 1 commit
  3. 01 Apr, 2019 1 commit
  4. 29 Mar, 2019 1 commit
  5. 25 Mar, 2019 5 commits
  6. 12 Mar, 2019 1 commit
  7. 21 Dec, 2018 30 commits