[Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.26

2005-10-12 Thread Andreas Jung
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv16234/inst

Modified Files:
  Tag: Zope-2_7-branch
versions.py 
Log Message:
heading for 2.7.8


=== Zope/inst/versions.py 1.4.2.25 => 1.4.2.26 ===
--- Zope/inst/versions.py:1.4.2.25  Sun Jul 10 05:22:03 2005
+++ Zope/inst/versions.py   Thu Oct 13 02:35:06 2005
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.7'
-ZOPE_MINOR_VERSION  = '7'
+ZOPE_MINOR_VERSION  = '8'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

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


[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.364

2005-10-12 Thread Andreas Jung
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv16234/doc

Modified Files:
  Tag: Zope-2_7-branch
CHANGES.txt 
Log Message:
heading for 2.7.8


=== Zope/doc/CHANGES.txt 1.625.2.363 => 1.625.2.364 ===
--- Zope/doc/CHANGES.txt:1.625.2.363Wed Oct 12 17:27:06 2005
+++ Zope/doc/CHANGES.txtThu Oct 13 02:35:05 2005
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  after Zope 2.7.7
+  Zope 2.7.8 (2005/10/14)
 
 Features Added
 

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


[Zope-Checkins] CVS: Zope/inst/WinBuilders/mk - zope.mk:1.1.2.5

2005-10-12 Thread Andreas Jung
Update of /cvs-repository/Zope/inst/WinBuilders/mk
In directory cvs.zope.org:/tmp/cvs-serv16234/inst/WinBuilders/mk

Modified Files:
  Tag: Zope-2_7-branch
zope.mk 
Log Message:
heading for 2.7.8


=== Zope/inst/WinBuilders/mk/zope.mk 1.1.2.4 => 1.1.2.5 ===
--- Zope/inst/WinBuilders/mk/zope.mk:1.1.2.4Sun Jul 10 05:22:03 2005
+++ Zope/inst/WinBuilders/mk/zope.mkThu Oct 13 02:35:06 2005
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.7.7-final
+ZOPEVERSION=2.7.8-final
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

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


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ heading for 2.8.2

2005-10-12 Thread Andreas Jung
Log message for revision 39111:
  heading for 2.8.2
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/Zope-2_8-branch/inst/versions.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-10-13 01:42:20 UTC 
(rev 39110)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-10-13 06:26:03 UTC 
(rev 39111)
@@ -22,7 +22,7 @@
 
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-  after Zope 2.8.1
+  Zope 2.8.2 (2005/10/13)
 
 Features added
 

Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk   2005-10-13 
01:42:20 UTC (rev 39110)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk   2005-10-13 
06:26:03 UTC (rev 39111)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.1-final
+ZOPEVERSION=2.8.2-final
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

Modified: Zope/branches/Zope-2_8-branch/inst/versions.py
===
--- Zope/branches/Zope-2_8-branch/inst/versions.py  2005-10-13 01:42:20 UTC 
(rev 39110)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py  2005-10-13 06:26:03 UTC 
(rev 39111)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '1'
+ZOPE_MINOR_VERSION  = '2'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

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


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - OFS.Image.manage_FTPget() would str() it's .data attribute,

2005-10-12 Thread Sidnei da Silva
Log message for revision 39108:
  
- 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().
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-10-12 21:04:13 UTC 
(rev 39107)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2005-10-12 21:33:53 UTC 
(rev 39108)
@@ -22,7 +22,7 @@
 
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-  after Zope 2.8.1 
+  after Zope 2.8.1
 
 Features added
 
@@ -33,6 +33,11 @@
 
 Bugs Fixed
 
+  - 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().
+
   - When PageTemplates have a syntax error, show the traceback output
 in the rendered error message.
 
@@ -44,7 +49,7 @@
 character set used to encode unicode data that reaches
 ZPublisher without any specified encoding.
 
-  - disabled ".. include" directive for all the ZReST product and the 
+  - disabled ".. include" directive for all the ZReST product and the
 reStructuredText package
 
   - Collector #1888: Adjust call to 'engine.translate' to accomodate
@@ -57,7 +62,7 @@
 supporting 'debug' argument passed to
 'ZPublisher.Test.publish_module'.
 
-  - Collector #1879: applied patch by Dieter Maurer to fix a bug in 
+  - 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()
@@ -83,7 +88,7 @@
   - Collector #1877: skel/Products/README.txt inappropriately copied
 from CMF.
 
-  - Collector #1871: Applied patch to support lists with records using 
+  - Collector #1871: Applied patch to support lists with records using
 ZTUtils.make_query()
 
   - AccessControl: creating a new user through "zpasswd inituser" did not
@@ -99,11 +104,11 @@
   - 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 
+  - 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
@@ -158,11 +163,11 @@
 in Products/BTreeFolder2 (CMFCore will include it after 1.5, with
 an appropriate module alias for backward compatibility).
 
-  - Replaced all transaction.commit(1) calls by  transaction.savepoint() 
+  - Replaced all transaction.commit(1) calls by  transaction.savepoint()
 
   - Collector #1832: UnIndex swallowed ConflictErrors.
 
-  - Collector #1815: ZCTextIndex accepts (again) sequences of strings to 
+  - Collector #1815: ZCTextIndex accepts (again) sequences of strings to
 be indexed.
 
   - Collector #1812: Fixed key error in ZSQL ZMI/Test
@@ -179,7 +184,7 @@
   - Collector #1808: manage_convertIndexes no longer tries to change the
 index types causing some trouble with CMF.
 
-  - manage_convertIndexes did not treat DateRangeIndexes and PathIndexes 
+  - manage_convertIndexes did not treat DateRangeIndexes and PathIndexes
 properly.
 
   - Updated Zope X3 to bugfix release 3.0.1
@@ -200,7 +205,7 @@
 
   - Collector #1803: Fixed InitializeClass for some corner case.
 
-  - Collector #1798, issue 1: ZopeTestCase no longer tries to 
+  - Collector #1798, issue 1: ZopeTestCase no longer tries to
 install products that were installed by Zope during startup.
 
   - Collector #1799: Avoid lying about parent's refcount when

Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py
===
--- Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py   2005-10-12 
21:04:13 UTC (rev 39107)
+++ Zope/branches/Zope-2_8-branch/lib/python/OFS/Image.py   2005-10-12 
21:33:53 UTC (rev 39108)
@@ -594,6 +594,8 @@
 
 def manage_FTPget(self):
 """Return body for ftp."""
+RESPONSE = self.REQUEST.RESPONSE
+
 if self.ZCa

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.363

2005-10-12 Thread Sidnei da Silva
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv12347/doc

Modified Files:
  Tag: Zope-2_7-branch
CHANGES.txt 
Log Message:

  - 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().


=== Zope/doc/CHANGES.txt 1.625.2.362 => 1.625.2.363 ===
--- Zope/doc/CHANGES.txt:1.625.2.362Tue Oct 11 11:00:35 2005
+++ Zope/doc/CHANGES.txtWed Oct 12 17:27:06 2005
@@ -13,6 +13,11 @@
 
 Bugs fixed
 
+  - 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 #1914: Harden 'call_with_ns' (in
 'Products.PageTemplates.ZRPythonExpr') against namespaces from other
 callers than page templates.

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


[Zope-Checkins] CVS: Packages/OFS - Image.py:1.145.2.13

2005-10-12 Thread Sidnei da Silva
Update of /cvs-repository/Packages/OFS
In directory cvs.zope.org:/tmp/cvs-serv12347/lib/python/OFS

Modified Files:
  Tag: Zope-2_7-branch
Image.py 
Log Message:

  - 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().


=== Packages/OFS/Image.py 1.145.2.12 => 1.145.2.13 ===
--- Packages/OFS/Image.py:1.145.2.12Fri Jun  3 12:15:00 2005
+++ Packages/OFS/Image.py   Wed Oct 12 17:27:06 2005
@@ -218,7 +218,7 @@
 return True
 
 ranges = HTTPRangeSupport.expandRanges(ranges, self.size)
-
+
 if len(ranges) == 1:
 # Easy case, set extra header and return partial set.
 start, end = ranges[0]
@@ -401,10 +401,10 @@
 return result
 
 self.ZCacheable_set(None)
-
+
 data=self.data
 if type(data) is type(''):
-RESPONSE.setBase(None) 
+RESPONSE.setBase(None)
 return data
 
 while data is not None:
@@ -597,6 +597,8 @@
 
 def manage_FTPget(self):
 """Return body for ftp."""
+RESPONSE = self.REQUEST.RESPONSE
+
 if self.ZCacheable_isCachingEnabled():
 result = self.ZCacheable_get(default=None)
 if result is not None:
@@ -605,9 +607,19 @@
 # from FileCacheManager.
 # the content-length is required here by HTTPResponse, even
 # though FTP doesn't use it.
-self.REQUEST.RESPONSE.setHeader('Content-Length', self.size)
+RESPONSE.setHeader('Content-Length', self.size)
 return result
-return str(self.data)
+
+data = self.data
+if type(data) is type(''):
+RESPONSE.setBase(None)
+return data
+
+while data is not None:
+RESPONSE.write(data.data)
+data = data.next
+
+return ''
 
 manage_addImageForm=DTMLFile('dtml/imageAdd',globals(),
  Kind='Image',kind='image')

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


[Zope-Checkins] SVN: Zope/trunk/ Merge rev 39102 from the 2.8 branch.

2005-10-12 Thread Tim Peters
Log message for revision 39103:
  Merge rev 39102 from the 2.8 branch.
  
  Move to ZODB 3.4.2 final.
  

Changed:
  _U  Zope/trunk/doc/
  _U  Zope/trunk/lib/python/
  _U  Zope/trunk/utilities/

-=-

Property changes on: Zope/trunk/doc
___
Name: svn:externals
   - ZEO  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/doc/ZEO

   + ZEO  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/doc/ZEO



Property changes on: Zope/trunk/lib/python
___
Name: svn:externals
   - zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope
ZConfigsvn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZopeUndo
zdaemonsvn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1

   + zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope
ZConfigsvn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZopeUndo
zdaemonsvn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1



Property changes on: Zope/trunk/utilities
___
Name: svn:externals
   - ZODBTools  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/scripts

   + ZODBTools  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/scripts


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


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Move to ZODB 3.4.2 final.

2005-10-12 Thread Tim Peters
Log message for revision 39102:
  Move to ZODB 3.4.2 final.
  

Changed:
  _U  Zope/branches/Zope-2_8-branch/doc/
  _U  Zope/branches/Zope-2_8-branch/lib/python/
  _U  Zope/branches/Zope-2_8-branch/utilities/

-=-

Property changes on: Zope/branches/Zope-2_8-branch/doc
___
Name: svn:externals
   - ZEO  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/doc/ZEO

   + ZEO  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/doc/ZEO



Property changes on: Zope/branches/Zope-2_8-branch/lib/python
___
Name: svn:externals
   - zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope
ZConfigsvn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/BTrees
Persistencesvn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/Persistence
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/ZopeUndo
zdaemonsvn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1

   + zope   
svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope
ZConfigsvn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/BTrees
Persistencesvn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/Persistence
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ThreadedAsync
transactionsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/transaction
ZEOsvn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZEO
ZODB   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZODB
ZopeUndo   svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZopeUndo
zdaemonsvn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1



Property changes on: Zope/branches/Zope-2_8-branch/utilities
___
Name: svn:externals
   - ZODBTools  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2b3/src/scripts

   + ZODBTools  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/scripts


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


[Zope-Checkins] CVS: Packages/ZEO - __init__.py:1.19.4.32 version.txt:1.9.4.31

2005-10-12 Thread Tim Peters
Update of /cvs-repository/Packages/ZEO
In directory cvs.zope.org:/tmp/cvs-serv28344/ZEO

Modified Files:
  Tag: Zope-2_7-branch
__init__.py version.txt 
Log Message:
3.2.10 final.


=== Packages/ZEO/__init__.py 1.19.4.31 => 1.19.4.32 ===
--- Packages/ZEO/__init__.py:1.19.4.31  Wed Oct  5 15:05:59 2005
+++ Packages/ZEO/__init__.pyWed Oct 12 13:31:32 2005
@@ -21,4 +21,4 @@
 
 """
 
-version = "2.2.10b2"
+version = "2.2.10"


=== Packages/ZEO/version.txt 1.9.4.30 => 1.9.4.31 ===
--- Packages/ZEO/version.txt:1.9.4.30   Wed Oct  5 15:05:59 2005
+++ Packages/ZEO/version.txtWed Oct 12 13:31:32 2005
@@ -1 +1 @@
-2.2.10b2
+2.2.10

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


[Zope-Checkins] CVS: Packages/ZODB - __init__.py:1.23.4.32

2005-10-12 Thread Tim Peters
Update of /cvs-repository/Packages/ZODB
In directory cvs.zope.org:/tmp/cvs-serv28344/ZODB

Modified Files:
  Tag: Zope-2_7-branch
__init__.py 
Log Message:
3.2.10 final.


=== Packages/ZODB/__init__.py 1.23.4.31 => 1.23.4.32 ===
--- Packages/ZODB/__init__.py:1.23.4.31 Wed Oct  5 15:05:59 2005
+++ Packages/ZODB/__init__.py   Wed Oct 12 13:31:32 2005
@@ -13,7 +13,7 @@
 ##
 
 # Must use double quotes, so that release.py recognizes next line.
-__version__ = "3.2.10b2"
+__version__ = "3.2.10"
 
 import sys
 import cPersistence, Persistence

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