- 02 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
Removed various persistent product related code and options. The `enable-product-installation` `zope.conf` setting is now a no-op.
-
- 14 Jun, 2011 1 commit
-
-
Jamie Lentin authored
-
- 07 Mar, 2011 1 commit
-
- 02 Aug, 2010 1 commit
-
-
Hanno Schlichting authored
Prevent ZopeTestCase to load any ZCML as a side-effect of calling Zope2.app(). Loading ZCML has to be deferred to layer setup time.
-
- 27 Jul, 2010 1 commit
-
- 17 Jun, 2010 1 commit
-
- 16 Jun, 2010 1 commit
-
-
Godefroid Chapelle authored
-
- 12 Jun, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 16 Apr, 2010 2 commits
-
-
In previous Zope versions string exceptions were used and all exceptions re-raised. This doesn't work with each kind of exception, but we can still do it with Unauthorized exceptions. This way the special handling for Unauthorized exceptions works again, HTTPResponse._unauthorized is called again. This is now done after rendering to make sure we don't break logging and custom views.
-
In previous Zope versions string exceptions were used and all exceptions re-raised. This doesn't work with each kind of exception, but we can still do it with Unauthorized exceptions. This way the special handling for Unauthorized exceptions works again, HTTPResponse._unauthorized is called again. This is now done after rendering to make sure we don't break logging and custom views.
-
- 13 Apr, 2010 5 commits
-
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
Wichert Akkerman authored
-
- 01 Apr, 2010 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 30 Mar, 2010 1 commit
-
-
Hanno Schlichting authored
Moved the code handling ZCML loading into the ``Zope2.App`` package. The component architecture is now setup before the application object is created or any database connections are opened. So far the CA was setup somewhat randomly in the startup process, when the ``Five`` product was initialized.
-
- 01 Jan, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 14 Jul, 2009 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Use Tres' handy upgradeException function, to make the ExceptionHookTest work across Python versions
-
- 13 Jul, 2009 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed handling of string exceptions from ZPublisherExceptionHook and reverted the addition of Unauthorized exceptions to be always re-raised. This broke the tests.
-
- 02 Jul, 2009 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 21 Jun, 2009 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 24 May, 2009 1 commit
-
-
Hanno Schlichting authored
Catch up with the rest of the Zope Toolkit of the day and loose dependencies on zope.app.appsetup, zope.app.component and zope.app.container.
-
- 19 Apr, 2009 1 commit
-
-
Hanno Schlichting authored
Removed more unused code of the versions support feature including the Globals.VersionNameName constant.
-
- 08 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 02 Jan, 2009 1 commit
-
-
Tres Seaver authored
o Replaced imports from the 'Globals' module throughout the tree with imports from the actual modules; the 'Globals' module was always intended to be an area for shared data, rather than a "facade" for imports. o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py' for all previously imported symbols / modules. o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to 'AccessCoontrol/Permission.py', to avoid possible import cycle in third-party code. o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE constants from 'Globals' to 'OFS.ObjectManager'. o Removed 'stuffGlobals' hack in favor of the deferred / deprecation imports.
-
- 05 Nov, 2008 1 commit
-
-
Matthew Wilkes authored
Add check for doomed transactions in default transaction manager, abort silently if the tm tries to commit a doomed transaction
-
- 04 Nov, 2008 1 commit
-
-
Sidnei da Silva authored
- Rather nasty fix to work around Zope 3 exceptions that have more than one positional argument on the constructor. Also, pass 'handle_errors' argument used for functional http testing around and use that on raise_standardErrorMessage to decide if we need to care about rendering a full HTML traceback.
-
- 08 Oct, 2008 1 commit
-
-
Sidnei da Silva authored
2.6. Adjust tests accordingly.
-
- 27 Dec, 2007 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 28 Jul, 2007 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 05 Jul, 2007 1 commit
-
-
Martijn Faassen authored
work done for Infrae.
-
- 08 Feb, 2006 1 commit
-
-
Chris Withers authored
-