[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/doc/CHANGES.txt
Remove 3.2 changes. Add change note for source input widget.
Gary Poster
gary at zope.com
Wed Aug 3 17:04:41 EDT 2005
Log message for revision 37691:
Remove 3.2 changes. Add change note for source input widget.
Changed:
U Zope3/branches/Zope-3.1/doc/CHANGES.txt
-=-
Modified: Zope3/branches/Zope-3.1/doc/CHANGES.txt
===================================================================
--- Zope3/branches/Zope-3.1/doc/CHANGES.txt 2005-08-03 21:02:49 UTC (rev 37690)
+++ Zope3/branches/Zope-3.1/doc/CHANGES.txt 2005-08-03 21:04:41 UTC (rev 37691)
@@ -6,45 +6,6 @@
For information on future releases, see ROADMAP.txt.
- Some future release (Zope 3.2.0)
-
- New features
-
- - Added a re-implementation of i18n message IDs (now simply
- called ``Message``) that is immutable and thus can be treated
- like unicode strings with respect to security proxying. This
- implementation will replace the old one in upcoming versions.
-
- - Added pagelet concept. Pagelets are responsible for a piece
- of content in a view. They can be used to render additionaly
- provided information into a pagetemplate.
-
- + Added tales expression 'pagelet'
-
- + Added tales expression 'pagelets'
-
- + Added tales expression 'pagedata'
-
- - Added pagelet chooser for store pagelet name in the annotation
- of a object.
-
- Restructuring
-
- Bug Fixes
-
- - Fix: Pagelet directive was inoring the permission. Pagelets which
- not the right permission are not shwon if calling via the Tales
- expression ``pagelets:``. If calling named pagelets directly via the
- Tales expression ``pagelet:`` we raise a Unauthorized exception if
- the permission ins't right.
-
- Much thanks to everyone who contributed to this release:
-
- Note: If you are not listed and contributed, please add yourself. This
- note will be deleted before the release.
-
- ------------------------------------------------------------------
-
Zope 3.1.0
New features
@@ -655,6 +616,9 @@
Bug Fixes
+ - Fixed a bug in source widgets: hasInput should always return True after
+ an initial render even if field (context) is required.
+
- Fixed a bug in the codemodule of apidoc that prevented the class
documentation code to detect the interface in which an attribute,
property or method was declared.
More information about the Zope3-Checkins
mailing list