- 18 Jul, 2011 3 commits
-
-
Nikolay Kim authored
-
Nikolay Kim authored
-
Nikolay Kim authored
-
- 17 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 14 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive amounts of method calls. Thx to Nikolay Kim from Enfold
-
- 13 Jul, 2011 2 commits
-
-
Hanno Schlichting authored
-
Stefan H. Holek authored
-
- 12 Jul, 2011 2 commits
-
-
Hanno Schlichting authored
-
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 6 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.
-