An error occurred fetching the project authors.
  1. 27 Jul, 2017 1 commit
  2. 16 Oct, 2014 1 commit
  3. 30 Jan, 2014 1 commit
  4. 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
  5. 24 Jun, 2013 1 commit
  6. 11 May, 2012 1 commit
  7. 16 Nov, 2011 1 commit
  8. 01 Sep, 2011 2 commits
  9. 25 Aug, 2011 1 commit
    • Łukasz Nowak's avatar
      Cleanup shacache and shadir restfulness. · b43adf6c
      Łukasz Nowak authored
      Follow the specification of shacache and shadir: PUT is used in shadir,
      POST is used in shacache in order to create new content. erp5_web can be used
      without any modification to serve fully restfull POST interface.
      
      Create special action for Web Site which reacts on POST type of request and
      support it by low level functionality. This action is available in web view
      only and affects only Web Sites configured for shacache.
      
      Other changes:
      
       * do not check uploaded content, just return calculated sha
       * break compatibility during upload (better now then later)
       * avoid hiding errors during publishing content by hiding exceptions in
         WebSite_publishDocumentByActivity
       * do randomisation in tests and make them live test safe
       * connect to running web server in tests in order to use all stacks during
         uploading and downloading content
       * cleanup erp5_web_shacache and erp5_web_shadir business templates and remove
         not needed scripts
       * during testing treat running site as blackbox and do not try to be too smart
      b43adf6c
  10. 19 Jul, 2011 1 commit
  11. 05 Jul, 2011 1 commit
  12. 04 Jul, 2011 1 commit