An error occurred fetching the project authors.
  1. 16 Feb, 2021 1 commit
  2. 11 Dec, 2020 1 commit
  3. 02 Jul, 2020 1 commit
  4. 03 Jun, 2020 1 commit
  5. 02 Jun, 2020 1 commit
  6. 06 Apr, 2020 1 commit
  7. 31 Oct, 2019 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: Migrate Products.ERP5VCS (MR !973). · 2cff7d32
      Arnaud Fontaine authored
      Moved 'git_askpass' shell script to product/ERP5/bin (considering that this
      is a very short shell script which hasn't changed in 7 years, no need to move
      it to the ZODB which would require creating a temporary file...).
      
      After updating erp5_forge, you should delete 'product/ERP5VCS/' directory
      as this will only contain '.pyc' files.
      
      /reviewed-on !973
      2cff7d32
  8. 22 May, 2019 1 commit
    • Thomas Gambier's avatar
      TemplateTool: upgrader first removes deprecated BT and then upgrade all BT · 8f270323
      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
      
      /reviewed-on nexedi/erp5!866
      8f270323
  9. 30 Aug, 2017 1 commit
  10. 04 May, 2016 1 commit
  11. 07 Mar, 2016 4 commits
  12. 12 Jan, 2016 1 commit
  13. 25 Sep, 2015 1 commit
  14. 15 Jul, 2015 1 commit
  15. 11 May, 2015 1 commit
  16. 16 Oct, 2014 2 commits
  17. 24 Sep, 2014 1 commit
    • Klaus Wölfel's avatar
      TemplateTool.upgradeSite: allow to define automatic catalog updating while... · 6a04ee21
      Klaus Wölfel authored
      TemplateTool.upgradeSite: allow to define automatic catalog updating while keeping standard behaviour.
      
      fixes promises (full_text_table not available). Default behaviour of
      upgradeSite is not changed. Updating catalog should be handled outside
      upgradeSite. The update_catalog argument is only introduced in this
      commit so that it can be propagated to updateBusinessTemplateFromUrl in
      case one does not know which business templates need catalog updating.
      6a04ee21
  18. 17 Sep, 2014 1 commit
  19. 11 Sep, 2014 5 commits
  20. 04 Sep, 2014 1 commit
  21. 31 Mar, 2014 3 commits
  22. 24 Mar, 2014 1 commit
  23. 16 Mar, 2014 1 commit
    • Gabriel Monnerat's avatar
      Add test to simulate the issue with the method... · 28e0f0a2
      Gabriel Monnerat authored
      Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository
      
      Using the method try to install Business Templates that are already
      installed, the Business Templates is uploaded on ERP5 but not used. It
      creates a lot of garbage because in the end you have many bt5s not
      installed.
      28e0f0a2
  24. 16 Jan, 2014 2 commits
  25. 10 Sep, 2013 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components'... · c35d24e8
      Arnaud Fontaine authored
      ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components' (a771dca4) to fix tests bootstrap.
      
      The new syntax to load ZODB Tests Components is:
      runUnitTest BT_TITLE:TEST_NAME
      
      That commit was too adhoc as it was relying upon filesystem to load Tests
      Components and was not behaving like any other Components (versions was not
      available and other Components were not importable).
      
      At the end, it would have meant that a Test Component ran through runUnitTest
      and Live Tests (in ERP5 itself) would have behaved differently, thus instead:
      
      1/ Install BT_TITLE dependencies and its test dependencies (new bt property to
         specify bt to be installed only for tests on a fresh instance).
      2/ The site is loaded.
      3/ Load the test by importing it like any other Components.
      c35d24e8
    • Arnaud Fontaine's avatar
      TemplateTool: Do not change the resolved depends list when installing bt5s with depends. · 0101c3a0
      Arnaud Fontaine authored
      Considering erp5_configurator_ung depending on erp5_configurator which in turn
      depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are
      specifically added to the list of bt5 installed with depends, then erp5_workflow
      ended up being installed *after* erp5_configurator.
      0101c3a0
  26. 19 Aug, 2013 2 commits
  27. 24 Jun, 2013 1 commit