[Repoze-dev] Repoze CVS: TODO.txt
Chris McDonough
chrism at agendaless.com
Mon Sep 10 19:55:10 UTC 2007
Update of /home/repoze/cvs/repoze/src/repoze/zope2
In directory laguna.palladion.com:/tmp/cvs-serv12273/repoze/zope2
Modified Files:
TODO.txt
Log Message:
Configuration guesses.
Index: TODO.txt
===================================================================
RCS file: /home/repoze/cvs/repoze/src/repoze/zope2/TODO.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- TODO.txt 10 Sep 2007 07:28:40 -0000 1.1.1.1
+++ TODO.txt 10 Sep 2007 19:55:08 -0000 1.2
@@ -128,3 +128,69 @@
- Gzip if there's a content-encoding == gzip response header, and
set the Vary header for 'Accept-Encoding' if we do.
+Zope config parameters that become part of BoboNG:
+
+enable-ms-author-via (webdav)
+enable-ms-public-header (webdav)
+http-realm
+default-zpublisher-encoding
+
+Zope config parameters that need to stay in Zope (maybe move to ZCML):
+
+instancehome
+clienthome
+products
+debug-mode
+enable-product-installation
+locale
+datetime-format
+lock-filename
+mime-types
+structured-text-header-level
+rest-input-encoding
+rest-output-encoding
+rest-header-level
+rest-language-code
+automatically-quote-dtml-request-data
+trusted-proxy
+security-policy-implementation
+skip-authentication-checking
+skip-owership-checking
+verbose-security
+maximum-number-of-session-objects
+session-add-notify-script-path
+session-delete-notify-script-path
+session-timeout-minutes
+session-resolution-seconds
+suppress-all-access-rules
+suppress-all-site-roots
+database-quota-size
+read-only-database
+zeo-client-name
+logger
+conflict-error-log-level
+large-file-threshold
+zodb_db
+product-config
+
+Zope config parameters that can go away (but need to be handled by
+middleware):
+
+path
+environment
+effective-user
+zserver-threads
+python-check-interval
+zserver-read-only-mode
+pid-filename
+cgi-environment
+dns-server
+ip-address
+cgi-maxlen
+http-header-max-length
+publisher-profile-file
+warnfilter
+max-listen-sockets
+port-base
+servers
+logger access
_______________________________________________
Repoze-dev mailing list
Repoze-dev at lists.repoze.org
http://lists.repoze.org/mailman/listinfo/repoze-dev
More information about the Repoze-dev
mailing list