[Zope3-checkins] SVN: Zope3/trunk/doc/ #316 and ws cleanup
Julien Anguenot
ja at nuxeo.com
Mon Jul 25 10:00:28 EDT 2005
Log message for revision 37403:
#316 and ws cleanup
Changed:
U Zope3/trunk/doc/CHANGES.txt
U Zope3/trunk/doc/TODO.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2005-07-25 13:30:39 UTC (rev 37402)
+++ Zope3/trunk/doc/CHANGES.txt 2005-07-25 14:00:28 UTC (rev 37403)
@@ -52,6 +52,7 @@
- Change ``zope.app.intid.addIntIdSubscriber`` and
``.removeIntIdSubscriber`` to adapt it's ob argument to
``IKeyReference``. They register/unregister the object only if it get
+
the adapter.
- Add ``content_factory_id`` attribute to the ``addform`` and
@@ -172,9 +173,9 @@
* Fixed security hole by disabling automatic import of paths when a
module is not available in ``sys.modules`` by default. It can be
activated using::
-
- <apidoc:moduleImport allow="true" />
+ <apidoc:moduleImport allow="true" />
+
* Code Browser now also shows interfaces and text files.
* A new `bookmodule` compiles all our `README.txt` and other text
@@ -623,7 +624,7 @@
not include the default layer.
- Replaced ``copypastemove.rename`` with adapters to
- ``IContainerItemRenamer``. Instead of
+ ``IContainerItemRenamer``. Instead of
``rename(container, oldName, newName)``, one should use
``IContainerItemRenamer(container).renameItem(oldName, newName)``.
@@ -650,6 +651,8 @@
Bug Fixes
+ - Fix #316: Zope3 test.py truncates path with dir=
+
- Fix #332 : Death to IContentContainer
- Fix #356 : Copy and Paste does not handle exceptions raised by
@@ -686,7 +689,7 @@
``request`` should be ``self.request``
- Fixed issue #333: XML Tree doesn't load if some item
- contains non-ASCII characters
+ contains non-ASCII characters
- Fixed issue #301: Bug with ``i18n:name`` and ``i18n:translate``
on the same element
@@ -832,7 +835,7 @@
the directive schema, while it actually was expected to be
required.
- - Added redirection of stdout / stderr when running as a windows
+ - Added redirection of stdout / stderr when running as a windows
service (otherwise logging and other output will cause problems).
Much thanks to everyone who contributed to this release:
Modified: Zope3/trunk/doc/TODO.txt
===================================================================
--- Zope3/trunk/doc/TODO.txt 2005-07-25 13:30:39 UTC (rev 37402)
+++ Zope3/trunk/doc/TODO.txt 2005-07-25 14:00:28 UTC (rev 37403)
@@ -31,8 +31,6 @@
* 307: browser:addMenuItem and broken view references
- * 316: Zope3 test.py truncates path with dir=
-
* 336: zpkg: defining 'zpkgsetup' resource shouldn't be necessary
* 344: PAU registration error
More information about the Zope3-Checkins
mailing list