[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.23
Tres Seaver
tseaver at zope.com
Sat Sep 25 11:34:40 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv2322
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- Compute size of the document on edit (as the length of the "raw" source),
rather than in 'get_size'.
=== CMF/CHANGES.txt 1.248.2.22 => 1.248.2.23 ===
--- CMF/CHANGES.txt:1.248.2.22 Fri Sep 24 10:07:07 2004
+++ CMF/CHANGES.txt Sat Sep 25 11:34:10 2004
@@ -6,7 +6,8 @@
Cookies set on an HTTPS connection are now marked as secure, meaning
they will not be transmitted over HTTP.
- - PortalFolder: New 'Folderish' Interface defines the 'content*' methods.
+ - PortalFolder: New 'Folderish' Interface defines the 'content*'
+ methods.
- PortalFolder: Improved WebDAV folder listings.
Hidden sub-objects like tools are now filtered out. To see all
@@ -17,20 +18,25 @@
Bug Fixes
+ - CMFDefault/Document: store / return size of "raw" source text for
+ 'get_size'.
+
- ZPT skin: Refactored registered_notify_template.
For security reasons, it no longer adds the password to the login URL.
- PortalFolder: Fixed '_checkId' policy.
- In a subfolder, members without 'Manage portal' permission were not able
- to overwrite content items of the portal root.
+ In a subfolder, members without 'Manage portal' permission were not
+ able to create content items whose names clashed with content items
+ in the portal root.
- CookieCrumbler: Improved 'came_from' URL.
- Problems in connection with stack manipulation on traversal or usage of
- 'traverse_subpath' should be fixed now.
+ Problems in connection with stack manipulation on traversal or usage
+ of 'traverse_subpath' should be fixed now.
- PortalFolder: Public 'content*' methods or no longer publishable.
- This prevents expensive anonymous calls to contentItems(), contentIds()
- and contentValues(). They still can be used in TTW code.
+ This prevents expensive anonymous calls to contentItems(),
+ contentIds() and contentValues() via URLs. They still can be used
+ in TTW code.
- ZPT skin: Added missing mail_password_template.
More information about the CMF-checkins
mailing list