Commit a8ccc89a authored by Andreas Jung's avatar Andreas Jung

reST fixes

parent ca41f85c
...@@ -508,8 +508,8 @@ Zope Changes ...@@ -508,8 +508,8 @@ Zope Changes
- Collector #2209: ZTUtils module could not be used inside ZPT - Collector #2209: ZTUtils module could not be used inside ZPT
- Collector #2208: rewriting/setting the 'charset' part of the - Collector #2208: rewriting/setting the ``charset`` part of the
content-type HTTP header will be done only for 'text/*' content-type HTTP header will be done only for text/*
- Call setDefaultSkin on new requests created as the result of - Call setDefaultSkin on new requests created as the result of
ConflictError retries. ConflictError retries.
...@@ -540,10 +540,11 @@ Zope Changes ...@@ -540,10 +540,11 @@ Zope Changes
- Collector #2063: cleaned up some mess in MailHost.sendTemplate() - Collector #2063: cleaned up some mess in MailHost.sendTemplate()
- View and attribute lookup order was changed to the following: - View and attribute lookup order was changed to the following::
1. Unacquired attributes 1. Unacquired attributes
2. Views 2. Views
3. Acquired attributes 3. Acquired attributes
According to consensus in z3-five mailing list: According to consensus in z3-five mailing list:
http://codespeak.net/pipermail/z3-five/2006q2/001474.html http://codespeak.net/pipermail/z3-five/2006q2/001474.html
...@@ -663,7 +664,7 @@ Zope Changes ...@@ -663,7 +664,7 @@ Zope Changes
You can run Twisted by installing Twisted (2.1 recommended) and You can run Twisted by installing Twisted (2.1 recommended) and
replacing the http-server section with a server section in replacing the http-server section with a server section in
zope.conf. It is not possible to run a Twisted server together with zope.conf. It is not possible to run a Twisted server together with
a ZServer at the same time. a ZServer at the same time::
<server> <server>
address 8080 address 8080
...@@ -705,15 +706,15 @@ Zope Changes ...@@ -705,15 +706,15 @@ Zope Changes
of periodic callables. of periodic callables.
To use, create a "clock-server" directive section anywhere To use, create a "clock-server" directive section anywhere
in your zope.conf file, like so: in your zope.conf file, like so::
<clock-server> <clock-server>
method /do_stuff method /do_stuff
period 60 period 60
user admin user admin
password 123 password 123
host localhost host localhost
</clock-server> </clock-server>
Any number of clock-server sections may be defined within a Any number of clock-server sections may be defined within a
single zope.conf. Note that you must specify a single zope.conf. Note that you must specify a
...@@ -1634,9 +1635,8 @@ Zope Changes ...@@ -1634,9 +1635,8 @@ Zope Changes
- ZReST: the charset used in the rendered HTML was not set to the - ZReST: the charset used in the rendered HTML was not set to the
corresponding output_encoding property of the ZReST instance. In corresponding output_encoding property of the ZReST instance. In
addition addition changing the encodings through the Properties tab did not
changing the encodings through the Properties tab did not re-render re-render the HTML.
the HTML.
- Collector #1234: an exception triple passed to LOG() was not - Collector #1234: an exception triple passed to LOG() was not
propagated properly to the logging module of Python propagated properly to the logging module of Python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment