- 07 Mar, 2009 6 commits
-
-
Stefan H. Holek authored
Reverted r90443 and r90454. We keep the shopping cart tests working by including a copy of Examples.zexp.
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Stefan H. Holek authored
-
Hanno Schlichting authored
-
- 05 Mar, 2009 1 commit
-
-
David Glick authored
empty object managers were evaluating to boolean false since Hanno fully implemented IContainer, because boolean checks fall through to __len__ if __nonzero__ is not implemented. always evaluating to true is the backwards-compatible approach
-
- 04 Mar, 2009 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 02 Mar, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 26 Feb, 2009 11 commits
-
-
Hanno Schlichting authored
Removed the `getPackages` wrapper from setup.py which would force all versions to an exact requirement. This made it impossible to require newer versions of the dependencies. This kind of KGS information needs to be expressed in a different way.
-
Hanno Schlichting authored
-
Baiju Muthukadan authored
So, replaced it with zope-dev@zope.org
-
Baiju Muthukadan authored
- Remove sentence about other platforms (it's missing!)
-
Baiju Muthukadan authored
- fix path to INSTALL.rst
-
Baiju Muthukadan authored
-
Andreas Jung authored
-
Andreas Jung authored
for the PyPI upload
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 24 Feb, 2009 9 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Added an optional explicit argument to the mkzopeinstance script, which allows to specify the Python interpreter to use for the instance. Updated the installation docs with this and note how to create an instance directly from the Zope SVN checkout
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Actually specify the direct dependendies on zope.container and zope.site we have gotten in recent updates
-
- 23 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
OFS.ObjectManager now fully implements the zope.container.IContainer interface and no longer just claims to do so. See the changelog for details and how backwards compatibility is handled.
-
- 21 Feb, 2009 9 commits
-
-
Andreas Jung authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Switched Products.PageTemplates to directly use zope.i18n.translate and removed the now obsolete GlobalTranslationService hook.
-
Andreas Jung authored
- Launchpad ##332168: Connection.py: do not expose DB connection strings through exceptions
-
Hanno Schlichting authored
Removed bridging code from Product.Five for PlacelessTranslationService and Localizer. Neither of the two is actually using this anymore.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Hanno Schlichting authored
-