An error occurred fetching the project authors.
  1. 03 Sep, 2016 1 commit
  2. 02 Sep, 2016 1 commit
    • Hanno Schlichting's avatar
      Remove `Globals` package. · 50447696
      Hanno Schlichting authored
      Opened database are now found in `Zope2.opened` next to `Zope2.DB`.
      Also stop setting client/instance home variables onto `__builtin__`,
      those are available from `App.config.getConfiguration()` as
      `instancehome` and `clienthome` attributes.
      50447696
  3. 07 Aug, 2016 2 commits
  4. 01 Aug, 2016 1 commit
  5. 25 May, 2010 2 commits
  6. 01 Apr, 2010 2 commits
  7. 08 Feb, 2009 1 commit
  8. 18 Nov, 2005 2 commits
  9. 02 May, 2005 1 commit
  10. 01 May, 2005 1 commit
  11. 27 Apr, 2005 1 commit
  12. 29 Mar, 2005 1 commit
  13. 29 Jan, 2005 2 commits
  14. 04 Jun, 2004 1 commit
  15. 28 May, 2004 2 commits
  16. 22 Dec, 2003 1 commit
  17. 22 Oct, 2002 1 commit
    • Shane Hathaway's avatar
      Merged shane-fix-startup-branch to HEAD. Summary: · bd241196
      Shane Hathaway authored
      Delayed Zope startup based on changes from Zope-2_7-development-branch
      (with corrections), with the intent of merging this into the 2_6
      branch and the head.
      
      Until now, "import Zope" always opened the database automatically.
      Unfortunately, that strategy caused the Python import lock to be held
      by the main thread during database initialization, which led to a
      deadlock if other threads required something to be imported before
      completing initialization.  This can be a big problem for ZEO.
      
      The only foreseen risk is that external scripts which "import Zope"
      may depend in some way on the database being opened immediately.  Most
      scripts just use "Zope.app()", which still works well.  If you have a
      script that breaks with these changes, either add a call to the new
      Zope.startup() function or set the ZOPE_COMPATIBLE_STARTUP environment
      variable to a non-empty value.
      bd241196
  18. 17 Oct, 2002 1 commit
  19. 30 Aug, 2002 2 commits
    • Casey Duncan's avatar
      Added an argument to pass error_log_url into raise_standardErrorMessage since... · 3ee88cbf
      Casey Duncan authored
      Added an argument to pass error_log_url into raise_standardErrorMessage since logging is now done above it.
      3ee88cbf
    • Casey Duncan's avatar
      After further investigation I found that my change to SimpleItem to sniff the... · 98d3e112
      Casey Duncan authored
      After further investigation I found that my change to SimpleItem to sniff the response._error_format was unnecessary (although harmless) since Zope/__init__.py already does this. This check has been removed.
      
      And since error logging was being done in SimpleItem, my previous change prevented xml-rpc exceptions from being logged.
      
      The logging code has now been moved into the Zope/__init__ top-level exception handler to correct this problem. This also seems generally more correct since we no longer rely on SimpleItem to do-the-right-thing.
      98d3e112
  20. 14 Aug, 2002 1 commit
  21. 10 Jun, 2002 1 commit
  22. 07 Feb, 2002 1 commit
  23. 28 Jan, 2002 1 commit
  24. 18 Jan, 2002 1 commit
  25. 28 Nov, 2001 1 commit
  26. 16 Nov, 2001 1 commit
  27. 15 Nov, 2001 1 commit
  28. 17 May, 2001 1 commit
  29. 03 Apr, 2001 1 commit
  30. 08 Jun, 2000 1 commit
  31. 02 Jun, 2000 1 commit
  32. 11 May, 2000 1 commit
  33. 09 May, 2000 1 commit