[CMF-checkins] SVN: CMF/trunk/CHANGES.txt - re-shuffle items
between CHANGES.txt on the trunk and the 1.6 branch to
Jens Vagelpohl
jens at dataflake.org
Sun Feb 12 12:52:06 EST 2006
Log message for revision 41608:
- re-shuffle items between CHANGES.txt on the trunk and the 1.6 branch to
make their ordering saner and easier to understand.
Changed:
U CMF/trunk/CHANGES.txt
-=-
Modified: CMF/trunk/CHANGES.txt
===================================================================
--- CMF/trunk/CHANGES.txt 2006-02-12 17:51:41 UTC (rev 41607)
+++ CMF/trunk/CHANGES.txt 2006-02-12 17:52:06 UTC (rev 41608)
@@ -16,9 +16,6 @@
A modified i18nextract.py script from Zope 3 is used to extract
translatable strings from .py, .pt, .html and .xml files.
- - FSFile: autodetect the encoding of UTF-8 text files with a
- suitable Byte Order Mark (0xEF 0xBB 0xBF).
-
- CMFDefault.MetadataTool: support arbitrary additional schemas.
The "stock" DublinCore-specific API is still accessible, implemented
via a special "DCMI" subobject.
@@ -76,14 +73,6 @@
and importing content using the export / import contexts provided by
GenericSetup.
- - CMFSetup: Split off GenericSetup.
- GenericSetup allows to use CMFSetup functionality outside CMF. See the
- README.txt of GenericSetup for details.
-
- - Interfaces: Converted all interfaces to zope 3 style interfaces.
- Most interfaces are bridged back to zope 2 style interfaces to provide
- backwards compatibility.
-
- The features of CMFonFive have been folder into CMFCore and
CMFDefault:
@@ -204,9 +193,6 @@
- Replaced use of deprecated 'zLOG' module with standard Python
'logging' module.
- - CMFCore utils: Made _checkPermission depend on Zope's checkPermission.
- There is no longer a need to modify the checkPermission behavior in CMF.
-
- TypeInformation: Removed support for old setting formats.
If TypeInformation objects are initialized with keyword arguments,
'actions' and 'aliases' keys have to use the format introduced in
@@ -305,10 +291,7 @@
- Workflow: Removed deprecated WorkflowMethod machinery.
- - Made unit tests close the request properly.
- - Reordered base classes of File and Image, to allow use of super().
-
CMF 1.5.x and previous
For a complete list of changes see HISTORY.txt.
More information about the CMF-checkins
mailing list