[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt ZODB 3.9.0a11

2009-02-19 Thread Andreas Jung
Log message for revision 96763:
  ZODB 3.9.0a11
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2009-02-19 15:35:49 UTC (rev 96762)
+++ Zope/trunk/doc/CHANGES.txt  2009-02-19 15:41:41 UTC (rev 96763)
@@ -11,7 +11,7 @@
 Restructuring
 +
 
-- Updated to ZODB 3.9.0a10. ZODB-level version support has been
+- Updated to ZODB 3.9.0a11. ZODB-level version support has been
   removed and ZopeUndo now is part of Zope2.
 
 - The Zope2 SVN trunk is now a buildout pulling in all dependencies as

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Added a couple of known issues

2009-02-19 Thread Hanno Schlichting
Log message for revision 96791:
  Added a couple of known issues
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2009-02-19 17:48:37 UTC (rev 96790)
+++ Zope/trunk/doc/CHANGES.txt  2009-02-19 18:22:25 UTC (rev 96791)
@@ -8,6 +8,18 @@
 Trunk (unreleased)
 --
 
+Known issues
+
+
+- Running Zope on Windows is not yet supported in this alpha release.
+  More specifically the generated startup scripts need to be adjusted,
+  while the code itself should work fine.
+
+- ZODB 3.9.0a11 does not work on Windows with Python 2.6 yet.
+
+- There is no old-style full tarball release that resembles the prior
+  releases of Zope at this point.
+
 Restructuring
 +
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt reST fixes

2009-02-08 Thread Andreas Jung
Log message for revision 96234:
  reST fixes
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2009-02-08 09:01:16 UTC (rev 96233)
+++ Zope/trunk/doc/CHANGES.txt  2009-02-08 11:59:38 UTC (rev 96234)
@@ -508,8 +508,8 @@
 
   - Collector #2209: ZTUtils module could not be used inside ZPT
 
-  - Collector #2208: rewriting/setting the 'charset' part of the
-content-type HTTP header will be done only for 'text/*'
+  - Collector #2208: rewriting/setting the  ``charset`` part of the
+content-type HTTP header will be done only for text/*
 
   - Call setDefaultSkin on new requests created as the result of
 ConflictError retries.
@@ -540,10 +540,11 @@
 
   - 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
2. Views
3. Acquired attributes
+
 According to consensus in z3-five mailing list:
 http://codespeak.net/pipermail/z3-five/2006q2/001474.html
 
@@ -663,7 +664,7 @@
 You can run Twisted by installing Twisted (2.1 recommended) and
 replacing the http-server section with a server section in
 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
 address 8080
@@ -705,15 +706,15 @@
 of periodic callables.
 
 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
-method /do_stuff
-period 60
-user admin
-password 123
-host localhost
- /clock-server
+ clock-server
+method /do_stuff
+period 60
+user admin
+password 123
+host localhost
+ /clock-server
 
 Any number of clock-server sections may be defined within a
 single zope.conf.  Note that you must specify a
@@ -1634,9 +1635,8 @@
 
  - ZReST: the charset used in the rendered HTML was not set to the
corresponding output_encoding property of the ZReST instance. In
-addition
-   changing the encodings through the Properties tab did not re-render
-   the HTML.
+   addition changing the encodings through the Properties tab did not
+   re-render the HTML.
 
  - Collector #1234: an exception triple passed to LOG() was not
propagated properly to the logging module of Python

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Not yet.

2009-01-29 Thread Stefan H. Holek
Log message for revision 95428:
  Not yet.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2009-01-29 13:13:50 UTC (rev 95427)
+++ Zope/trunk/doc/CHANGES.txt  2009-01-29 13:16:22 UTC (rev 95428)
@@ -9,8 +9,6 @@
 
 Restructuring
 
-  - Using ZODB 3.9
-
   - Disabled the XML export on the UI level - the export functionality
 however is still available on the Python level.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt ZODB 3.9.0a10 support

2009-01-25 Thread Andreas Jung
Log message for revision 95016:
  ZODB 3.9.0a10 support

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2009-01-25 21:03:42 UTC (rev 95015)
+++ Zope/trunk/doc/CHANGES.txt  2009-01-26 05:15:00 UTC (rev 95016)
@@ -9,6 +9,8 @@
 
 Restructuring
 
+  - Using ZODB 3.9
+
   - Disabled the XML export on the UI level - the export functionality
 however is still available on the Python level.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Note pytz changes.

2008-12-04 Thread Tres Seaver
Log message for revision 93621:
  Note pytz changes.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-12-04 14:43:47 UTC (rev 93620)
+++ Zope/trunk/doc/CHANGES.txt  2008-12-04 14:55:47 UTC (rev 93621)
@@ -9,9 +9,11 @@
 
 Restructuring
 
-  - Moved svn:externals for 'mechanize' and 'ClientPath' to versions
-managed outside the Zope3 trunk.
+  - Updated 'pytz' from '2007f' to '2008i'.
 
+  - Moved svn:externals for 'mechanize', 'ClientPath', and 'pytz' to
+versions managed outside the Zope3 trunk.
+
   - Protect against non-existing zope.conf path and products directories.
 This makes it possible to run a Zope instance without a Products or
 lib/python directory.

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Note change

2008-10-27 Thread Tres Seaver
Log message for revision 92633:
  Note change

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-10-27 20:34:06 UTC (rev 92632)
+++ Zope/trunk/doc/CHANGES.txt  2008-10-27 20:55:59 UTC (rev 92633)
@@ -219,6 +219,8 @@
 
 Bugs Fixed
 
+  - Ensure that response header values cannot embed CRLF pairs, which
+violate the HTTP spec (RFC 2616).
 
   - Launchpad #280334: Fixed problem with 'timeout'
 argument/attribute missing in testbrowser tests.

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2008-07-31 Thread Andreas Jung
Log message for revision 89080:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-07-31 07:35:40 UTC (rev 89079)
+++ Zope/trunk/doc/CHANGES.txt  2008-07-31 07:36:27 UTC (rev 89080)
@@ -204,6 +204,8 @@
 
 Bugs Fixed
 
+  - LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
+
   - Launchpad #246748: added 'immediate' option to sendXXX() methods
 for sending a mail immediately by-passing the zope.sendmail delivery
 mechanism

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2008-07-31 Thread Andreas Jung
Log message for revision 89086:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-07-31 11:32:45 UTC (rev 89085)
+++ Zope/trunk/doc/CHANGES.txt  2008-07-31 13:18:24 UTC (rev 89086)
@@ -1721,3 +1721,4 @@
 
  - ObjectManager will now attempt to set Owner local role keyed
to the user's id, rather than username.
+

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Wrap long lines.

2008-05-31 Thread Tres Seaver
Log message for revision 87082:
  Wrap long lines.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2008-05-31 18:17:31 UTC (rev 87081)
+++ Zope/trunk/doc/CHANGES.txt  2008-05-31 18:33:11 UTC (rev 87082)
@@ -94,30 +94,32 @@
 possible to mix ZTC and non-ZTC tests much more freely.
 
   - Testing/custom_zodb.py: added support use a different storage other
-than DemoStorage. A dedicated FileStorage can be mount by setting the
-$TEST_FILESTORAGE environment variable to a custom Data.fs file.  A 
-ZEO server can be configured using the $TEST_ZEO_HOST and 
-$TEST_ZEO_PORT environment variables. This new functionality allows us
-to use the standard Zope testrunner for writing and running tests
-against existing Zope installations.
+than DemoStorage. A dedicated FileStorage can be mount by setting
+the $TEST_FILESTORAGE environment variable to a custom Data.fs
+file.  A ZEO server can be configured using the $TEST_ZEO_HOST and
+$TEST_ZEO_PORT environment variables. This new functionality allows
+us to use the standard Zope testrunner for writing and running
+tests against existing Zope installations.
 
   - The ZPublisher HTTP request has now both the debug and locale
-attributes available, like its Zope 3 counterpart. The debug attribute
-was so far limited to code from the zope.* namespace in order to make
-the Zope 3 ZPT engine work. The locale attribute provides access to an
-zope.i18n.interfaces.locales.ILocale object with access to locale
-related information like date / time formatting or translated language
-and country names. Form variables of both debug and locale will shadow
-these two attributes and their use is therefor discouraged.
+attributes available, like its Zope 3 counterpart. The debug
+attribute was so far limited to code from the zope.* namespace in
+order to make the Zope 3 ZPT engine work. The locale attribute
+provides access to an zope.i18n.interfaces.locales.ILocale object
+with access to locale related information like date / time
+formatting or translated language and country names. Form variables
+of both debug and locale will shadow these two attributes and their
+use is therefor discouraged.
 
-  - MailHost: now uses zope.sendmail for delivering the mail. With this 
change
-MailHost integrates with the Zope transaction system (avoids sending 
dupe
-emails in case of conflict errors). In addition MailHost now provides 
-support for asynchronous mail delivery. The 'Use queue' configuration 
-option will create a mail queue on the filesystem (under 
-'Queue directory') and start a queue thread that checks the queue every
-three seconds. This decouples the sending of mail from its delivery.
-In addition MailHosts now supports encrypted connections through 
TLS/SSL.
+  - MailHost: now uses zope.sendmail for delivering the mail. With this
+change MailHost integrates with the Zope transaction system (avoids
+sending dupe emails in case of conflict errors). In addition
+MailHost now provides support for asynchronous mail delivery. The
+'Use queue' configuration option will create a mail queue on the
+filesystem (under 'Queue directory') and start a queue thread that
+checks the queue every three seconds. This decouples the sending of
+mail from its delivery.  In addition MailHosts now supports
+encrypted connections through TLS/SSL.
 
   - integrated ZODB 3.8
 
@@ -140,24 +142,26 @@
 
   - PythonScripts: allow usage of Python's 'sets' module
 
-  - added 'fast_listen' directive to http-server and webdav-source-server
-sections in etc/zope.conf in order to defer the opening of the sockets
-until the late startup phase. This in in particular useful when running
-Zope behind a loadbalancer (patch by Patrick Gerken).
+  - added 'fast_listen' directive to http-server and
+webdav-source-server sections in etc/zope.conf in order to defer
+the opening of the sockets until the late startup phase. This in in
+particular useful when running Zope behind a loadbalancer (patch by
+Patrick Gerken).
 
   - the ZopePageTemplate implementation now uses unicode internally.
-Non-unicode instances are migrated on-the-fly to unicode. However this
-will work only properly for ZPT instances formerly encoded as utf-8 or
-ISO-8859-15. For other encodings you might set the environment variable
-ZPT_REFERRED_ENCODING to insert your preferred encoding in front of
-utf-8 and ISO-8859-15 within the encoding sniffer 

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt fix for Collector #2206 (change note)

2008-03-09 Thread david whitfield Morriss
Log message for revision 70718:
  fix for Collector #2206 (change note)

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-10-16 16:39:54 UTC (rev 70717)
+++ Zope/trunk/doc/CHANGES.txt  2006-10-16 16:40:30 UTC (rev 70718)
@@ -34,6 +34,9 @@
 
 Bugs Fixed
 
+  - Collector #2206: Set PYTHONPATH to include existing PYTHONPATH
+in skel/bin/zopectl.in and skel/bin/runzope.in
+
   - Collector #2209: ZTUtils module could not be used inside ZPT
 
   - Collector #2208: rewriting/setting the 'charset' part of the 
content-type

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2008-03-09 Thread Andreas Jung
Log message for revision 77102:
  typo
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2007-06-26 14:23:57 UTC (rev 77101)
+++ Zope/trunk/doc/CHANGES.txt  2007-06-26 14:24:44 UTC (rev 77102)
@@ -4,10 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Todo
 
- - Fix ZClasses (once again)
-
   Trunk  (unreleased)
 
 Restructuring
@@ -57,7 +54,7 @@
 
   - integrated ZODB 3.8
 
-  - integraed Zope 3.4
+  - integrated Zope 3.4
 
   - Support for using zopectl on Windows has been added. All commands are
 supported and there are two Windows specific ones: install and remove,

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt MailHost now supports TLS encryption

2008-03-09 Thread Andreas Jung
Log message for revision 78995:
  MailHost now supports TLS encryption
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2007-08-19 15:07:33 UTC (rev 78994)
+++ Zope/trunk/doc/CHANGES.txt  2007-08-19 15:09:27 UTC (rev 78995)
@@ -71,6 +71,7 @@
 option will create a mail queue on the filesystem (under 
 'Queue directory') and start a queue thread that checks the queue every
 three seconds. This decouples the sending of mail from its delivery.
+In addition MailHosts now supports encrypted connections through 
TLS/SSL.
 
   - integrated ZODB 3.8
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2007-07-23 Thread Chris McDonough
Log message for revision 78302:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2007-07-23 23:00:22 UTC (rev 78301)
+++ Zope/trunk/doc/CHANGES.txt  2007-07-23 23:01:37 UTC (rev 78302)
@@ -128,6 +128,10 @@
 
 Bugs Fixed
 
+  - version.txt file was being written to the wrong place by the
+Makefile, causing Zope to report unreleased version even for
+released versions.
+
   - Collector #1306: Missing acquisition context on local roles screen.
 
   - Collector #2153: Supporting unquoted cookies with spaces.

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt - Collector #2295: Comments in PythonScripts could lead to syntax

2007-06-23 Thread Andreas Jung
Log message for revision 76956:
  
- Collector #2295: Comments in PythonScripts could lead to syntax
  errors
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2007-06-23 07:30:20 UTC (rev 76955)
+++ Zope/trunk/doc/CHANGES.txt  2007-06-23 07:32:25 UTC (rev 76956)
@@ -97,6 +97,9 @@
 
 Bugs Fixed
 
+  - Collector #2295: Comments in PythonScripts could lead to syntax
+errors
+
   - Collector #1441: WebDAV compatibility with Windows Web Folders
 restored by adding a configuration variable that controls the
 sending of the non-standard MS-Author-Via and Public

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Collector #2289: restored compatibility with PTProfiler

2007-03-12 Thread Andreas Jung
Log message for revision 73152:
  Collector #2289: restored compatibility with PTProfiler
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2007-03-12 17:23:13 UTC (rev 73151)
+++ Zope/trunk/doc/CHANGES.txt  2007-03-12 17:23:33 UTC (rev 73152)
@@ -82,6 +82,8 @@
 
 Bugs Fixed
 
+  - Collector #2289: restored compatiblity with PTProfiler
+
   - No longer opens a zodb connection every time a ProductDispatcher
 is looked up.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2006-12-23 Thread Andreas Jung
Log message for revision 71648:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-12-23 13:38:48 UTC (rev 71647)
+++ Zope/trunk/doc/CHANGES.txt  2006-12-23 13:40:40 UTC (rev 71648)
@@ -44,7 +44,9 @@
 will work only properly for ZPT instances formerly encoded as utf-8 or
 ISO-8859-15. For other encodings you might set the environment variable
 ZPT_REFERRED_ENCODING to insert your preferred encoding in front of 
utf-8 and
-ISO-8859-15 within the encoding sniffer code.
+ISO-8859-15 within the encoding sniffer code. In addition there is a 
new
+'output_encodings' property that controls the conversion from/to 
unicode
+for WebDAV/FTP operations.
 
 
 Bugs Fixed

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Note Jim's GC work for acquisition wrappers (landed in 2.8.0b2).

2006-07-27 Thread Tres Seaver
Log message for revision 69275:
  Note Jim's GC work for acquisition wrappers (landed in 2.8.0b2).

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-07-27 19:46:12 UTC (rev 69274)
+++ Zope/trunk/doc/CHANGES.txt  2006-07-27 19:53:36 UTC (rev 69275)
@@ -4,16 +4,6 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  To-do
-
-   - Add cyclic-garbage collection support to C extension classes,
- especially to acquisition wrappers.
-
- N.B:  ExtensionClassType already declares that it supports GC
- (via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
- to the rules for such a type laid out in the Python docs:
- http://docs.python.org/api/supporting-cycle-detection.html
-
   Trunk  (unreleased)
 
 Restructuring

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt - Fix usage of urljoin in webdav.davcmds

2006-07-17 Thread Sidnei da Silva
Log message for revision 69165:
  
  - Fix usage of urljoin in webdav.davcmds
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-07-17 23:34:32 UTC (rev 69164)
+++ Zope/trunk/doc/CHANGES.txt  2006-07-17 23:34:59 UTC (rev 69165)
@@ -39,6 +39,9 @@
 
 Bugs Fixed
 
+  - Usage of 'urljoin' in 'webdav.davcmds' could lead to wrongly
+constructed urls.
+
   - reStructuredText/ZReST: setting raw_enabled to 0 for security
 reasons
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Disable docutils file inclusion completely.

2006-07-06 Thread Tres Seaver
Log message for revision 69016:
  Disable docutils file inclusion completely.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-07-07 02:56:07 UTC (rev 69015)
+++ Zope/trunk/doc/CHANGES.txt  2006-07-07 02:56:30 UTC (rev 69016)
@@ -67,6 +67,9 @@
 
 Other Changes
 
+  - Disabled docutils file inclusion completely, rather than trying
+to jigger it via configuration settings.
+
   - Returned to the classic './configure  make  make install'
 recipe, dropping the use of 'zpkg' for building Zope2 releases.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Prepared 2.10 release

2006-05-29 Thread Andreas Jung
Log message for revision 68341:
  Prepared 2.10 release
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-05-29 11:37:25 UTC (rev 68340)
+++ Zope/trunk/doc/CHANGES.txt  2006-05-29 11:43:19 UTC (rev 68341)
@@ -14,7 +14,7 @@
  to the rules for such a type laid out in the Python docs:
  http://docs.python.org/api/supporting-cycle-detection.html
 
-  Trunk only (unreleased)
+  Zope 2.10 beta 1 (2006/05/30)
 
 Restructuring
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt remove 2.8 related entries

2006-05-29 Thread Andreas Jung
Log message for revision 68387:
  remove 2.8 related entries
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-05-30 05:07:07 UTC (rev 68386)
+++ Zope/trunk/doc/CHANGES.txt  2006-05-30 05:24:27 UTC (rev 68387)
@@ -363,926 +363,3 @@
 
   - The ImageFile module has finally been deprecated for good and
 will be removed in Zope 2.11.  Use App.ImageFile instead.
-
-  after Zope 2.8.1
-
-  - The '@' character is now allowed in object ids (RFC 1738 allows it).
-
-Bugs Fixed
-
-  - If a content object implemented any in-place numeric operators, 
-untrusted code could call them, thus modifying the content.
-
-  - If Python 2.4 is used, despite the fact that Python 2.4 is
-unsupported, untrusted code could use generator expressions to
-gain access to container items.
-
-  - Collector #1895: testrunner: omitting the 'var' from recursive
-directory walking
-
-  - OFS.Image.manage_FTPget() would str() it's .data attribute,
-potentially loading the whole file in memory as a
-string. Changed to use RESPONSE.write() iterating through the
-Pdata chain, just like index_html().
-
-  - Collector #1863: Prevent possibly sensitive information to leak via
-the TransientObject's __repr__ method.
-
-  - Repaired 'handle_errors' usage for doctests, along with the
-supporting 'debug' argument passed to
-'ZPublisher.Test.publish_module'.
-
-  - Collector #1879: applied patch by Dieter Maurer to fix a bug in 
-ac_aquire() ignoring the default argument
-
-  - Collector #1864, #1906: fixed header normalization in appendHeader()
-
-  - Collector #1899: fixed migration issue when using export/import for
-ZCatalog instances
-
-  - Collector #1871: Applied patch to support lists with records using
-ZTUtils.make_query()
-
-  - AccessControl: creating a new user through zpasswd inituser did not
-work properly with a top-level user folder with enabled password
-encryption.
-
-  - ZCatalog: refreshCatalog() could not be called safely from a ZEO
-client script
-
-  - Catalog.clear(): fixed handling of _length attribute (caused import
-problems for some .zexp files e.g. Squishdot instances)
-
-  - DateIndex now properly removes documents from both indexes if
-the value is None
-
-  - Collector #1888: Some parts of the TALInterpreter would not pass a 
-default when  translating, yet expect a string back. This would cause 
-an error (usually NoneType has no attribute 'replace') in the case 
-the message was not translated.
-
-  Zope 2.8.1 (2005/08/11)
-
-Features added
-
-  - Interface: Added Z3 - Z2 bridge utilities.
-This allows to migrate interfaces to Zope 3 style interfaces and
-bridge them back to oldstyle interfaces for backwards compatibility.
-
-Bugs Fixed
-
-  - Zope2.Startup.zopectl: fork before execv when running unit tests
-(don't exit the shell, if run from there).
-
-  - TAL: MassageIDs are now handled the same way as in zope.tal.
-
-  - DocumentTemplate: ustr no longer mangles MassageIDs.
-Custom string types are now returned unchanged.
-
-  -  As developed in a long thread starting at
- http://mail.zope.org/pipermail/zope/2005-July/160433.html
- there appears to be a race bug in the Microsoft Windows socket
- implementation, rarely visible in ZEO and/or in
- ZServer/medusa/thread/select_trigger.py when multiple processes try
- to create an asyncore trigger simultaneously, most often (in
- stress tests) manifesting as a hung process.  Windows-specific
- trigger code in both changed to work around this bug when it occurs.
-
-  - Collector #1807: fixed memory leak in cAccessControl.guarded_getattr()
-
-
-  Zope 2.8.1 b1 (2005/07/28)
-
-Features Added
-
-  - PluginIndexes, ZCTextIndex and ZCatalog: Added some z3 interfaces.
-
-  - Verbose security exception reporting has been folded into Zope,
-removing the need for the VerboseSecurity product.  See the
-documentation for the verbose-security option in zope.conf.
-
-  - TemporaryStorage (the storage that is used mainly to back the
-default sessioning database) is now MVCC capable, which essentially
-means that its usage will no longer generate ZODB ReadConflictErrors.
-
-Bugs Fixed
-
-  - Collector #1852: fixed wrong URL construction in webdav.davcmds
-
-  - Collector #1844: fixed whitespace handling in the ZMI Find tab
-
-  - Collector #1813: removed spurious inclusion of CMFBTreeFolder.
-in Products/BTreeFolder2 (CMFCore will include it after 1.5, with
-an appropriate module alias for backward 

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt always include the minor revision

2006-05-29 Thread Andreas Jung
Log message for revision 68389:
  always include the minor revision
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-05-30 05:24:58 UTC (rev 68388)
+++ Zope/trunk/doc/CHANGES.txt  2006-05-30 05:25:36 UTC (rev 68389)
@@ -14,12 +14,12 @@
  to the rules for such a type laid out in the Python docs:
  http://docs.python.org/api/supporting-cycle-detection.html
 
-  Zope 2.10 beta 2 (unreleased)
+  Zope 2.10.0 beta 2 (unreleased)
 
 Bugs fixed 
 
 
-  Zope 2.10 beta 1 (2006/05/30)
+  Zope 2.10.0 beta 1 (2006/05/30)
 
 Restructuring
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Remove stale To-do's.

2006-03-14 Thread Tres Seaver
Log message for revision 66020:
  Remove stale To-do's.

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-03-14 20:05:29 UTC (rev 66019)
+++ Zope/trunk/doc/CHANGES.txt  2006-03-15 04:42:02 UTC (rev 66020)
@@ -6,22 +6,14 @@
 
   To-do
 
-   - Reenable C permission roles by implementing recent Python
- changes in C, brining the Python and C implementations back in
- sync.  See lib/python/AccessControl/PermissionRole.py.
-
- Add cyclic-garbage collection support to C extension classes,
  especially to acquisition wrappers.
 
-   - Reenable C Zope security policy by implementing recent Python
- changes in C, bringing the Python and C implementations back in
- sync.  See lib/python/AccessControl/ZopeSecurityPolicy.py.
+ N.B:  ExtensionClassType already declares that it supports GC
+ (via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
+ to the rules for such a type laid out in the Python docs:
+ http://docs.python.org/api/supporting-cycle-detection.html
 
-   - Change acquisition wrappers to implement the descr get slot
- directly, thus speeding the use of the slot.
-
-   - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
-
   Trunk only (unreleased)
 
 Restructuring

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[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/trunk/doc/CHANGES.txt  2006-03-13 14:41:29 UTC (rev 65952)
@@ -52,6 +52,17 @@
 
 Features added
 
+  - Updated to Docutils 0.4.0 
+
+  - reStructuredText: The default value for the 'stylesheet'
+property has been changed from 'default.css' to None because
+there is no 'default.css' file by default. 
+
+  - ZReST: rewritten render() method to integrate it smoothly
+with Docutils 0.4.0. The default value for the 'stylesheet'
+property has been changed from 'default.css' to None because
+there is no 'default.css' file by default. 
+
   - Added a clock server servertype which allows users to
 configure methods that should be called periodically as if
 they were being called by a remote user agent on one of Zope's

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2006-02-27 Thread Chris McDonough
Log message for revision 65542:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-02-27 22:27:29 UTC (rev 65541)
+++ Zope/trunk/doc/CHANGES.txt  2006-02-27 22:28:47 UTC (rev 65542)
@@ -26,6 +26,10 @@
 
 Restructuring
 
+  - REQUEST.processInputs now shortcuts the creation of a cgi.FieldStorage
+object if the request is a PUT request.  This is an optimization
+for large uploads.
+
   - deprecated the zLOG module. Use Pythons 'logging' module instead.
 
   - replaced all zLOG occurences (expect the zLOG module itself) with 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Put deprecation change notes under 'Restructuring'.

2006-01-08 Thread Philipp von Weitershausen
Log message for revision 41226:
  Put deprecation change notes under 'Restructuring'.
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-01-08 14:51:18 UTC (rev 41225)
+++ Zope/trunk/doc/CHANGES.txt  2006-01-08 14:59:52 UTC (rev 41226)
@@ -24,7 +24,7 @@
 
   Trunk only (unreleased)
 
-Features added
+Restructuring
 
   - deprecated the zLOG module. Use Pythons 'logging' module instead.
 
@@ -42,6 +42,16 @@
 
   - ZGadyFlyDA/Gadfly is deprecated
 
+  - deprecated OFS.content_types (to be removed in Zope 2.11) and
+replaced all occurences with zope.app.content_types 
+
+  - OFS.content_types: moved code to zope.app.content_types and added
+method aliases
+
+  - Using FastCGI is offically deprecated.
+
+Features added
+
   - Added a clock server servertype which allows users to
 configure methods that should be called periodically as if
 they were being called by a remote user agent on one of Zope's
@@ -100,17 +110,9 @@
 
   - The SiteErrorLog now copies exceptions to the event log by default.
 
-  - deprecated OFS.content_types (to be removed in Zope 2.11) and
-replaced all occurences with zope.app.content_types 
-
-  - OFS.content_types: moved code to zope.app.content_types and added
-method aliases
-
   - ObjectManager now has an hasObject method to test presence. This
 brings it in line with BTreeFolder.
 
-  - Using FastCGI is offically deprecated.
-
   - Improved logging of ConflictErrors. All conflict errors are
 logged at INFO, with counts of how many occurred and how many
 were resolved. Tracebacks for all conflicts are logged a DEBUG

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2006-01-04 Thread Andreas Jung
Log message for revision 41137:
  docutils
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2006-01-04 18:21:13 UTC (rev 41136)
+++ Zope/trunk/doc/CHANGES.txt  2006-01-04 18:24:36 UTC (rev 41137)
@@ -180,6 +180,9 @@
   - Switched to the new improved test runner from Zope 3.  Run
 test.py with -h to find out more.
 
+  - lib/python/docutils is now a reference to docutils package
+from the Zope 3 source tree (to get rid of redundant packages)
+
 Bugs Fixed
 
   - HTTPResponse: for XML content the encoding specified within

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2005-12-11 Thread Andreas Jung
Log message for revision 40687:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-12-11 08:42:50 UTC (rev 40686)
+++ Zope/trunk/doc/CHANGES.txt  2005-12-11 08:44:31 UTC (rev 40687)
@@ -26,6 +26,9 @@
 
 Features added
 
+  - OFS.content_types: moved code to zope.app.content_types and added
+method aliases
+
   - ObjectManager now has an hasObject method to test presence. This
 brings it in line with BTreeFolder.
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Merge r40213 from the trunk:

2005-11-18 Thread Philipp von Weitershausen
Log message for revision 40214:
  Merge r40213 from the trunk:
Note some changes made recently.
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-11-18 13:47:04 UTC (rev 40213)
+++ Zope/trunk/doc/CHANGES.txt  2005-11-18 13:53:25 UTC (rev 40214)
@@ -76,8 +76,18 @@
 line in fileobject: ..., as well as fileobject.next() and
 fileobject.xreadlines() ) Collector #1837
 
-  - Improved test runner.  Run test.py with -h to find out more.
+  - Switched the bundled Zope 3 to release 3.2 and upgraded the
+Five product to version 1.3 (see Products/Five/CHANGES.txt).
 
+  - The PageTemplate implementation now uses Zope 3 message
+catalogs by default for translation.  Old-style translation
+services such as Localizer or PlacelessTranslationService are
+still supported as fall-backs.  See Products/Five/doc/i18n.txt
+for more information.
+
+  - Switched to the new improved test runner from Zope 3.  Run
+test.py with -h to find out more.
+
 Bugs Fixed
 
   - OFS PropertySheets / webdav: Fixed dav__resourcetype.

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2005-11-18 Thread Andreas Jung
Log message for revision 40228:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-11-18 16:13:47 UTC (rev 40227)
+++ Zope/trunk/doc/CHANGES.txt  2005-11-18 16:14:12 UTC (rev 40228)
@@ -26,6 +26,8 @@
 
 Features added
 
+  - updated to ZPL 2.1
+
   - interfaces: Added 'Interfaces' tab to basic core objects.
 This is a Five feature and only available if the classes are made
 five:traversable. It allows to inspect interfaces and to assign

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


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

2005-10-28 Thread Chris McDonough
Log message for revision 39706:
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-10-28 23:58:33 UTC (rev 39705)
+++ Zope/trunk/doc/CHANGES.txt  2005-10-29 00:08:50 UTC (rev 39706)
@@ -26,6 +26,11 @@
 
 Features added
 
+  - Zope now utilizes ZODB 3.6.  It had previously used
+ZODB 3.4.  As a result, the DBTab package was removed, as
+ZODB 3.6 has multidatabase support that makes DBTab
+unnecessary.
+
   - Added a 'product-config' section type to zope.conf, allowing
 arbitrary key-value mappings.  Products can look for such
 confgiurations to set product-specific options.  Products mwy

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Collector #1864, #1906: fixed header normalization in appendHeader()

2005-09-24 Thread Andreas Jung
Log message for revision 38583:
  
  Collector #1864, #1906: fixed header normalization in appendHeader()
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-09-24 10:23:19 UTC (rev 38582)
+++ Zope/trunk/doc/CHANGES.txt  2005-09-24 10:24:16 UTC (rev 38583)
@@ -42,6 +42,8 @@
 
 Bugs Fixed
 
+  - Collector #1864, #1906: fixed header normalization in appendHeader()
+
   - Collector #1899: fixed migration issue when using export/import for
 ZCatalog instances
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk only'

2005-08-07 Thread Yvo Schubbe
Log message for revision 37775:
  after backporting to the Zope-2_8-branch (r37774) this is no longer 'Trunk 
only'

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-08-07 18:07:31 UTC (rev 37774)
+++ Zope/trunk/doc/CHANGES.txt  2005-08-07 18:11:00 UTC (rev 37775)
@@ -30,10 +30,6 @@
 and ZCTextIndex: Added some Zope 3 style interfaces.
 This makes the bridged interfaces shipped with Five obsolete.
 
-  - Interface: Added Z3 - Z2 bridge utilities.
-This allows to migrate interfaces to Zope 3 style interfaces and
-bridge them back to oldstyle interfaces for backwards compatibility.
-
   - ZConfig extension, address now also accepts symbolic port names
 from etc/services (unix) or etc\services (win32)
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt added BTreeFolder2

2005-04-25 Thread Andreas Jung
Log message for revision 30158:
  added BTreeFolder2
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===
--- Zope/trunk/doc/CHANGES.txt  2005-04-25 13:30:07 UTC (rev 30157)
+++ Zope/trunk/doc/CHANGES.txt  2005-04-25 13:30:42 UTC (rev 30158)
@@ -22,9 +22,17 @@
 
- Port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-   - Including BTreeFolder2 with beta 2
 
+  after Zope 2.8b1 
 
+Features added
+
+  - Included BTreeFolder2
+
+Bugs fixed
+  
+
+
   Zope 2.8b1 (2005/04/24)
 
 Features added

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins