- 12 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
Removed the `App.version_txt.getZopeVersion` API, you can use ``pkg_resources.get_distribution('Zope2').version`` instead. Zope2's own code only calls the `version_txt` function returning a string.
-
- 11 Jul, 2011 1 commit
-
- 06 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 03 Jul, 2011 23 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
On the application object, removed `PrincipiaTime` in favor of `ZopeTime` and `PrincipiaRedirect` in favor of `Redirect` or `ZopeRedirect`.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed `mime-types` option from `zope.conf`. You can use the `add_files` API from `zope.contenttype` instead.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed ZMI controls for restarting the process, these no longer apply when managed as a WSGI application.
-
Hanno Schlichting authored
Removed `bobobase_modification_time` from `Persistence.Persistent`, you can use `DateTime(object._p_mtime)` instead.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed `Products.ZReST` and the `reStructuredText` wrapper, you can use `docutils` directly to gain `reST` support.
-
Hanno Schlichting authored
Removed special code to create user folders and page templates while creating new `OFS.Folder` instances.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
During startup open a connection to every configured database, to ensure all of them can indeed be accessed. This avoids surprises during runtime when traversal to some database mountpoint could fail as the underlying storage cannot be opened at all.
-
Hanno Schlichting authored
Explicitly close all databases on shutdown, which ensures `Data.fs.index` gets written to the file system.
-
Hanno Schlichting authored
-
- 02 Jul, 2011 14 commits
-
-
Hanno Schlichting authored
Move Zope2 tests at the end, they tend to leave the process in an unclean state and cause reference couunting / garbage collection timing issues in AccessControl tests
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
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.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Removed the `enable-ms-author-via` directive which was only required for very old web folder implementations from before 2007.
-
Hanno Schlichting authored
Remove various rarely used options from the example zope.conf.in - they are still present in the zopeschema.xml
-
Hanno Schlichting authored
Changed zope.conf default settings for `zserver-threads` to `2` and `python-check-interval` to `1000`.
-
Hanno Schlichting authored
Simplified instance skeleton, removing old `Extensions`, `import`, `lib/python` and `Products` from the default. You can continue to manually add these back.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-