1. 19 Jul, 2011 5 commits
  2. 18 Jul, 2011 11 commits
  3. 15 Jul, 2011 1 commit
  4. 12 Jul, 2011 6 commits
  5. 11 Jul, 2011 1 commit
    • Łukasz Nowak's avatar
      Implement directory based JSON task distribution tool. · f0023bef
      Łukasz Nowak authored
      JSON allows to exchange python dictionaries in safe and simple way.
      
      So thanks to using directory where test results are posted, it is possible that call
      external tool will call erunTestSuite, which would later attach to such directory
      "x" and do "something" more with stored test results.
      f0023bef
  6. 08 Jul, 2011 7 commits
  7. 07 Jul, 2011 8 commits
  8. 06 Jul, 2011 1 commit
    • Lucas Carvalho's avatar
      Override the WebSite class using portal_classes. · 8c4fb3f8
      Lucas Carvalho authored
      Applying mixin classes dynamically under portal types, does not allow to overwrite the methods which already exists in the inherit tree for the methods provided by the mixin class.
      
      So with this new document (WebSite.py), we can force which implementation must be used in that case.
      8c4fb3f8