An error occurred fetching the project authors.
- 07 Aug, 2016 1 commit
-
-
Hanno Schlichting authored
-
- 23 Jul, 2016 1 commit
-
-
Hanno Schlichting authored
-
- 02 Jul, 2011 2 commits
-
-
Hanno Schlichting authored
Removed the old help system, in favor of the current Sphinx documentation hosted at http://docs.zope.org/zope2/. For backwards compatibility the `registerHelp` and `registerHelpTitle` methods are still available on the ProductContext used during the `initialize` function.
-
Hanno Schlichting authored
Removed various persistent product related code and options. The `enable-product-installation` `zope.conf` setting is now a no-op.
-
- 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.
-
- 31 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 25 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 11 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
installPackage doesn't do anything, without loading the OFS configure.zcml first. The ZopeLite layer doesn't know anything about ZCML, so we rather defer the setup to consumers.
-
- 10 Jul, 2010 1 commit
-
-
Hanno Schlichting authored
Register OFS as a package and give it an initialize function. Moved registration of OFS classes there from Products.OFSP.
-
- 27 Jun, 2010 3 commits
-
-
Hanno Schlichting authored
Added a new API ``get_packages_to_initialize`` to ``OFS.metaconfigure``. This replaces any direct access to ``Products._packages_to_initialize``. The OFS.Application.install_package function takes care of removing entries from this list now.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 05 Jun, 2010 1 commit
-
-
Hanno Schlichting authored
-
- 01 Apr, 2010 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 12 Feb, 2009 1 commit
-
-
Stefan H. Holek authored
-
- 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.
-
- 22 Nov, 2008 1 commit
-
-
Stefan H. Holek authored
-
- 15 Aug, 2008 1 commit
-
-
Stefan H. Holek authored
Don't tie installPackage to a layer.
-
- 01 Oct, 2007 1 commit
-
-
Stefan H. Holek authored
-
- 23 Jun, 2007 1 commit
-
-
Stefan H. Holek authored
registered via five:registerPackage.
-
- 17 Jun, 2007 2 commits
-
-
Wichert Akkerman authored
Add support for delayed initialization of packages through a _packages_to_initialize list on the Products package
-
Wichert Akkerman authored
Delay registration of python packages until a moment when a ZODB connection is available http://www.zope.org/Collectors/Zope/2293
-
- 26 Mar, 2006 2 commits
-
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
- 16 Dec, 2005 3 commits
-
-
Stefan H. Holek authored
(Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.)
-
Stefan H. Holek authored
(Made sure logging is configured. Read $INSTANCE_HOME/log.ini if it exists.)
-
Stefan H. Holek authored
-
- 21 Nov, 2005 1 commit
-
-
Florent Guillaume authored
remove the use of __ac_permissions__, foo__roles__ and default__class_init__. A few corner cases can't be converted because of circular imports.
-
- 10 Jun, 2005 2 commits
-
-
Stefan H. Holek authored
install products that were installed by Zope during startup.
-
Stefan H. Holek authored
install products that were installed by Zope during startup. Interestingly, I never saw a checkin message for the merge of Lennart's branch...
-
- 02 Jun, 2005 2 commits
-
-
Lennart Regebro authored
Merge from product_installation_tracking branch. The product install now keeps a dict of installed products, and ZopeTestCase checks it, so not to install products twice.
-
Lennart Regebro authored
Merge from product_installation_tracking branch. The product install now keeps a dict of installed products, and ZopeTestCase checks it, so not to install products twice.
-
- 30 May, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 29 Mar, 2005 2 commits
-
-
Stefan H. Holek authored
all *.py files. Converted lead-in comments to module docstrings.
-
Christian Heimes authored
-
- 27 Mar, 2005 1 commit
-
-
Stefan H. Holek authored
-
- 24 Mar, 2005 1 commit
-
-
Stefan H. Holek authored
-