An error occurred fetching the project authors.
- 03 Sep, 2016 1 commit
-
-
Hanno Schlichting authored
-
- 02 Sep, 2016 1 commit
-
-
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.
-
- 07 Aug, 2016 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 01 Aug, 2016 1 commit
-
-
Hanno Schlichting authored
-
- 25 May, 2010 2 commits
-
-
Jens Vagelpohl authored
debugger still referred to the toplevel module ``Zope``, which was renamed to ``Zope2`` a long time ago.
-
Jens Vagelpohl authored
debugger still referred to the toplevel module ``Zope``, which was renamed to ``Zope2`` a long time ago.
-
- 01 Apr, 2010 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 08 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 18 Nov, 2005 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 02 May, 2005 1 commit
-
-
Stefan H. Holek authored
The configure method *must* be present in the Zope2 namespace.
-
- 01 May, 2005 1 commit
-
-
Andreas Jung authored
-
- 27 Apr, 2005 1 commit
-
-
Andreas Jung authored
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 29 Jan, 2005 2 commits
-
-
Jim Fulton authored
Added a Zope facade module that redirects to Zope 2. Tests pass. Zope starts. :)
-
Jim Fulton authored
-
- 04 Jun, 2004 1 commit
-
-
Stefan H. Holek authored
-
- 28 May, 2004 2 commits
-
-
Stefan H. Holek authored
-
Chris McDonough authored
-
- 22 Dec, 2003 1 commit
-
-
Chris McDonough authored
file path and does for scripts what "start_zope" does for interactive startup. Use the configure function from within zopectl, replacing some gnarly exec'd code.
-
- 22 Oct, 2002 1 commit
-
-
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.
-
- 17 Oct, 2002 1 commit
-
-
Chris McDonough authored
-
- 30 Aug, 2002 2 commits
-
-
Casey Duncan authored
Added an argument to pass error_log_url into raise_standardErrorMessage since logging is now done above it.
-
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.
-
- 14 Aug, 2002 1 commit
-
-
Martijn Pieters authored
-
- 10 Jun, 2002 1 commit
-
-
Shane Hathaway authored
-
- 07 Feb, 2002 1 commit
-
-
Andreas Jung authored
-
- 28 Jan, 2002 1 commit
-
-
Evan Simpson authored
-
- 18 Jan, 2002 1 commit
-
-
Jeremy Hylton authored
ConflictError as a ConflictError. Replace "is" with "issubclass".
-
- 28 Nov, 2001 1 commit
-
-
matt@zope.com authored
-
- 16 Nov, 2001 1 commit
-
-
Chris McDonough authored
Caused conflict errors to be counted at log time; additionally bumped severity back up to INFO for conflict logging, but caused conflict tracebacks to be logged at BLATHER.
-
- 15 Nov, 2001 1 commit
-
-
matt@zope.com authored
-
- 17 May, 2001 1 commit
-
-
Shane Hathaway authored
-
- 03 Apr, 2001 1 commit
-
- 08 Jun, 2000 1 commit
-
-
Shane Hathaway authored
-
- 02 Jun, 2000 1 commit
-
-
Jim Fulton authored
defined at: http://www.zope.org/Members/michel/Projects/Interfaces/TransactionsManager,
-
- 11 May, 2000 1 commit
-
-
Jim Fulton authored
-
- 09 May, 2000 1 commit
-
-
Jim Fulton authored
mechanism.
-