[Zope-Checkins] SVN: Zope/trunk/lib/python/reStructuredText/ added more tests to document the behavior before the

2006-03-13 Thread Andreas Jung
Log message for revision 65937: added more tests to document the behavior before the next docutils upgrade Changed: U Zope/trunk/lib/python/reStructuredText/__init__.py U Zope/trunk/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py some more tests to document the conversion behavior before

2006-03-13 Thread Andreas Jung
Log message for revision 65938: some more tests to document the conversion behavior before the next docutils migration Changed: U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py fixed the name of the permission (there is no roundup product involved here)

2006-03-13 Thread Andreas Jung
Log message for revision 65939: fixed the name of the permission (there is no roundup product involved here) Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py 'stylesheet' is now by default empty...docutils 0.4

2006-03-13 Thread Andreas Jung
Log message for revision 65941: 'stylesheet' is now by default empty...docutils 0.4 will raise an exception for the current 'default.css' which is not available by default Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/reStructuredText/__init__.py changed default value for 'stylesheet' from 'default.css' to None

2006-03-13 Thread Andreas Jung
Log message for revision 65942: changed default value for 'stylesheet' from 'default.css' to None to avoid trouble with docutils 0.4.0 (trying to read the file from the filesystem) Changed: U Zope/trunk/lib/python/reStructuredText/__init__.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Docutils 0.4.0

2006-03-13 Thread Andreas Jung
Log message for revision 65952: Docutils 0.4.0 Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2006-03-13 14:35:23 UTC (rev 65951) +++

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/ZReST.py the default value of the 'stylesheet' property is now ''

2006-03-13 Thread Andreas Jung
Log message for revision 65955: the default value of the 'stylesheet' property is now '' to avoid trouble with Docutils 0.4.0 trying load this non-existing file Changed: U Zope/trunk/lib/python/Products/ZReST/ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py