- 20 Aug, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 17 Aug, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 11 Aug, 2011 2 commits
-
-
Hanno Schlichting authored
Reintroduce an aq_inner into the getPhysicalPath code to fix test failures in CMF's discussion items
-
Hanno Schlichting authored
-
- 29 Jul, 2011 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 28 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 24 Jul, 2011 1 commit
-
-
Hanno Schlichting authored
-
- 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 21 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.
-