Commit 96d3f682 authored by Hanno Schlichting's avatar Hanno Schlichting

Always configure a `blob-dir` in the default skeleton.

parent 124cdb8b
...@@ -16,6 +16,8 @@ Bugs Fixed ...@@ -16,6 +16,8 @@ Bugs Fixed
Features Added Features Added
++++++++++++++ ++++++++++++++
- Always configure a `blob-dir` in the default skeleton.
- ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded. - ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded.
This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2. This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2.
......
...@@ -568,33 +568,12 @@ instancehome $INSTANCE ...@@ -568,33 +568,12 @@ instancehome $INSTANCE
# Examples: # Examples:
# #
# <ftp-server>
# # valid key is "address"
# address 8021
# </ftp-server>
#
# <webdav-source-server> # <webdav-source-server>
# # valid keys are "address" and "force-connection-close" # # valid keys are "address" and "force-connection-close"
# address 1980 # address 1980
# force-connection-close off # force-connection-close off
# </webdav-source-server> # </webdav-source-server>
# #
# <persistent-cgi>
# # valid key is "path"
# path somefile
# </persistent-cgi>
#
# <fast-cgi>
# # valid key is "address"; the address may be hostname:port, port,
# # or a path for a Unix-domain socket
# address somefile
# </fast-cgi>
#
# <monitor-server>
# # valid keys are "address"
# address 8099
# </monitor-server>
#
# <icp-server> # <icp-server>
# # valid key is "address" # # valid key is "address"
# address 888 # address 888
...@@ -621,9 +600,9 @@ instancehome $INSTANCE ...@@ -621,9 +600,9 @@ instancehome $INSTANCE
<zodb_db main> <zodb_db main>
# Main FileStorage database # Main FileStorage database
<filestorage> <filestorage>
# See .../ZODB/component.xml for directives (sectiontype # See ZODB's component.xml for directives (sectiontype "filestorage").
# "filestorage").
path $INSTANCE/var/Data.fs path $INSTANCE/var/Data.fs
blob-dir $INSTANCE/var/blobstorage
</filestorage> </filestorage>
mount-point / mount-point /
</zodb_db> </zodb_db>
......
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