diff options
author | he <he@pkgsrc.org> | 2007-02-20 17:30:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2007-02-20 17:30:18 +0000 |
commit | ad390ddcd64729ca39b5be2773b8651ac3a09a34 (patch) | |
tree | 4c003af89906ba37a1eb94f64db11dd508bfc030 /www/zope3/patches | |
parent | 800393454c0e70e094c8f49a70cb5bde10cfafee (diff) | |
download | pkgsrc-ad390ddcd64729ca39b5be2773b8651ac3a09a34.tar.gz |
Bump zope3 from 3.3.0 to 3.3.1, the latter was released 14 Jan 2007,
and appears to currently be the latest "stable" Zope 3 version.
Discussed with package maintainer, Yoshito Komatsu, who sent me
some minor tweaks to my changes.
The part of Zope/doc/CHANGES.txt relevant for 3.3.0 -> 3.3.1 is:
Bugfixes
- Fixed widget bug in zope.app.form.browser; _getCurrentValue always
returns an input value now. This fixes a bug in _getFormValue.
(This required a backport of a small restructuring: Changed internal
widget API to allow retrieving the current value (from request,
default or current field value) in addition to the current form
representation of the value.)
- Fixed bug #707: "layer" directive was marked as deprecated in a
confusing way.
- Fixed bug #728: Able to change-dir into non-existant directories using
FTP
- Fixed bug #717: formlib raised FormError when schema fields were
missing from a request although not required.
- Fixed bug #738: RestrictedPython was unable to parse
Unicode expressions correctly (as passed in from e.g. ZPTPages).
- Fixed bug #723: Testbrowser was handling multiple submit buttons with
the same name incorrectly.
- Fixed HTML rendered by ItemsMultiDisplayWidget: The 'name' attribute
is not allowed in list tags and 'type' has a different meaning.
- Fileresources now also set the Cache-control headers on 304
responses. This speeds up page loads a lot on pages with many
resources.
- Fixed validate method of schema.Date, now it does not accept
datetime objects anymore. this is needed because datetime and
date values are not comparable
- Fixed issue 730: Subversion 1.4 breaks mkzopeinstance.py
- Fixed zope.annotation.factory to correctly setup containment for
objects that do not implement IContained.
- Fixed encoding of newlines, carriage returns, and tabs when
encoding attributes for widgets so we're consistent under all
Python 2.4.x versions (including 2.4.4, which failed tests before).
- Fixed issue 535: make HTTPInputStream work with Python 2.4.4.
- Improved fix for issue 599: Made sure i18n Message based Invalid
exceptions are handled correctly.
- Fixed a bug in getImageInfo which could cause an
UnboundLocalError under certain conditions.
- Fixed ``get/queryNextUtility`` to work with multiple base registries.
- Fixed zope.app.catalog.attribute.AttributeIndex. It did not
remove the the previous value/object from the index IF the NEW
value was None.
- Fixed zope.index.field.index.FieldIndex. Unindex broke if the value
somehow dropped out of the forward index.
Diffstat (limited to 'www/zope3/patches')
-rw-r--r-- | www/zope3/patches/patch-aa | 6 | ||||
-rw-r--r-- | www/zope3/patches/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/zope3/patches/patch-aa b/www/zope3/patches/patch-aa index a71b2b0d76e..0489f042742 100644 --- a/www/zope3/patches/patch-aa +++ b/www/zope3/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2006/10/01 14:25:23 taca Exp $ +$NetBSD: patch-aa,v 1.5 2007/02/20 17:30:18 he Exp $ ---- Dependencies/zdaemon-Zope-3.3.0/zdaemon/zdctl.py.orig 2006-09-21 19:40:21.000000000 +0900 -+++ Dependencies/zdaemon-Zope-3.3.0/zdaemon/zdctl.py +--- Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdctl.py.orig 2006-09-21 19:40:21.000000000 +0900 ++++ Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdctl.py @@ -58,6 +58,14 @@ if __name__ == "__main__": scriptdir = dirname(normpath(abspath(sys.argv[0]))) if basename(scriptdir).lower() == "zdaemon": diff --git a/www/zope3/patches/patch-ab b/www/zope3/patches/patch-ab index 8a311f5e9ad..d6040b5b090 100644 --- a/www/zope3/patches/patch-ab +++ b/www/zope3/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.4 2006/10/01 14:25:23 taca Exp $ +$NetBSD: patch-ab,v 1.5 2007/02/20 17:30:18 he Exp $ ---- Dependencies/zdaemon-Zope-3.3.0/zdaemon/zdrun.py.orig 2006-09-21 19:40:21.000000000 +0900 -+++ Dependencies/zdaemon-Zope-3.3.0/zdaemon/zdrun.py +--- Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdrun.py.orig 2006-09-21 19:40:21.000000000 +0900 ++++ Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdrun.py @@ -83,6 +83,14 @@ if __name__ == "__main__": scriptdir = dirname(normpath(abspath(sys.argv[0]))) if basename(scriptdir).lower() == "zdaemon": |