[Zope-Checkins] SVN: Zope/trunk/ - LP #193122: New method getVirtualRoot added to the Request class

2010-08-19 Thread Jens Vagelpohl
Log message for revision 115798: - LP #193122: New method getVirtualRoot added to the Request class Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/HTTPRequest.py U Zope/trunk/src/ZPublisher/tests/testHTTPRequest.py -=- Modified: Zope/trunk/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #193122: New method getVirtualRoot added to the Request class

2010-08-19 Thread Jens Vagelpohl
Log message for revision 115797: - LP #193122: New method getVirtualRoot added to the Request class Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZPublisher/HTTPRequest.py U Zope/branches/2.12/src/ZPublisher/tests/testHTTPRequest.py -=- Modified: Zope/bra

[Zope-Checkins] SVN: Zope/trunk/ - update DateTime to 2.12.5

2010-07-29 Thread Jens Vagelpohl
Log message for revision 115202: - update DateTime to 2.12.5 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-07-29 11:32:07 U

[Zope-Checkins] SVN: Zope/branches/2.12/ - update DateTime to 2.12.5

2010-07-29 Thread Jens Vagelpohl
Log message for revision 115201: - update DateTime to 2.12.5 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/versions.cfg -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CH

[Zope-Checkins] SVN: Zope/trunk/ - update to DocumentTemplate 2.13.1

2010-07-15 Thread Jens Vagelpohl
Log message for revision 114771: - update to DocumentTemplate 2.13.1 (https://bugs.launchpad.net/zope2/+bug/143273) Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst ==

[Zope-Checkins] SVN: Zope/trunk/ - refining the fix for LP #143533

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114753: - refining the fix for LP #143533 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZServer/HTTPServer.py -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 20

[Zope-Checkins] SVN: Zope/branches/2.12/ - refining the fix for LP #143533

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114752: - refining the fix for LP #143533 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZServer/HTTPServer.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/b

[Zope-Checkins] SVN: Zope/trunk/ - LP #143755: Also catch TypeError when trying to determine an

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114747: - LP #143755: Also catch TypeError when trying to determine an indexable value for an object in PluginIndexes.common.UnIndex Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PluginIndexes/common/UnIndex.py U Zope/trunk/src/Produc

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143755: Also catch TypeError when trying to determine an

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114746: - LP #143755: Also catch TypeError when trying to determine an indexable value for an object in PluginIndexes.common.UnIndex Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/PluginIndexes/common/UnIndex.py U Zope/

[Zope-Checkins] SVN: Zope/trunk/ - LP #143533: Instead of showing "0.0.0.0" as server name when no

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114742: - LP #143533: Instead of showing "0.0.0.0" as server name when no specific listening IP is configured for the HTTP server, do a socket lookup to show the current server's fully qualified name. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143533: Instead of showing "0.0.0.0" as server name when no

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114741: - LP #143533: Instead of showing "0.0.0.0" as server name when no specific listening IP is configured for the HTTP server, do a socket lookup to show the current server's fully qualified name. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zop

[Zope-Checkins] SVN: Zope/trunk/ - LP #143722: Added missing permission to ObjectManager.manage_hasId,

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114739: - LP #143722: Added missing permission to ObjectManager.manage_hasId, which prevented renaming files and folders via FTP. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/ObjectManager.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143722: Added missing permission to ObjectManager.manage_hasId,

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114738: - LP #143722: Added missing permission to ObjectManager.manage_hasId, which prevented renaming files and folders via FTP. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/ObjectManager.py -=- Modified: Zope/branches/2.12/

[Zope-Checkins] SVN: Zope/trunk/ - LP #143564: Request.resolve_url did not correctly re-raise

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114737: - LP #143564: Request.resolve_url did not correctly re-raise exceptions encountered during path traversal. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/HTTPRequest.py U Zope/trunk/src/ZPublisher/tests/testHTTPRequest.py -=

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143564: Request.resolve_url did not correctly re-raise

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114736: - LP #143564: Request.resolve_url did not correctly re-raise exceptions encountered during path traversal. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZPublisher/HTTPRequest.py U Zope/branches/2.12/src/ZPublisher/test

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143273: Enable the dtml-var modifiers url_quote, url_unquote,

2010-07-14 Thread Jens Vagelpohl
Log message for revision 114734: - LP #143273: Enable the dtml-var modifiers url_quote, url_unquote, url_quote_plus and url_unquote_plus to handle unicode strings. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/DocumentTemplate/DT_Var.py U Zope/branches

[Zope-Checkins] SVN: Zope/trunk/ - LP #143639: When the last cache manager in a container is

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113568: - LP #143639: When the last cache manager in a container is deleted, we need to remove all traces of it from the container. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/Cache.py A Zope/trunk/src/OFS/tests/testCache.py -=- Mod

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143639: When the last cache manager in a container is

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113567: - LP #143639: When the last cache manager in a container is deleted, we need to remove all traces of it from the container. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/Cache.py A Zope/branches/2.12/src/OFS/tes

[Zope-Checkins] SVN: Zope/trunk/ - LP #143619: Make sure to remove a RAMCache's contents when the

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113563: - LP #143619: Make sure to remove a RAMCache's contents when the ZODB object is removed. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py U Zope/trunk/src/Products/StandardCac

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143619: Make sure to remove a RAMCache's contents when the

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113562: - LP #143619: Make sure to remove a RAMCache's contents when the ZODB object is removed. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py U Zope/branches/2.12/

[Zope-Checkins] SVN: Zope/trunk/ - LP #143403: Prevent accidental acquisition of objectValues during

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113561: - LP #143403: Prevent accidental acquisition of objectValues during recursive ownership changes when the changed object has no objectValues method. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/AccessControl/Owned.py U Zope/trunk/s

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143403: Prevent accidental acquisition of objectValues during

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113560: - LP #143403: Prevent accidental acquisition of objectValues during recursive ownership changes when the changed object has no objectValues method. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/AccessControl/Owned.py

[Zope-Checkins] SVN: Zope/trunk/ - LP #142535: Fix faulty docstring for manage_changeProperties which

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113518: - LP #142535: Fix faulty docstring for manage_changeProperties which incorrectly suggested that passing a simple dictionary as REQUEST argument was supported. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/OFS/PropertyManager.py U Z

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142535: Fix faulty docstring for manage_changeProperties which

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113517: - LP #142535: Fix faulty docstring for manage_changeProperties which incorrectly suggested that passing a simple dictionary as REQUEST argument was supported. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/OFS/PropertyMa

[Zope-Checkins] SVN: Zope/trunk/ - LP #374818: Use module-provided functions as opposed to the old

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113516: - LP #374818: Use module-provided functions as opposed to the old "folder methods" when creating folders and user folders in ZopeTestCase. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Testing/ZopeTestCase/ZopeTestCase.py -=- Modified

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #374818: Use module-provided functions as opposed to the old

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113515: - LP #374818: Use module-provided functions as opposed to the old "folder methods" when creating folders and user folders in ZopeTestCase. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Testing/ZopeTestCase/ZopeTestCase.

[Zope-Checkins] SVN: Zope/trunk/ - LP #143946: Provide a more informative error message when a

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113514: - LP #143946: Provide a more informative error message when a WebDAV PUT fails. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/webdav/NullResource.py U Zope/trunk/src/webdav/tests/testNullResource.py -=- Modified: Zope/trunk/doc/CHANGE

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143946: Provide a more informative error message when a

2010-06-16 Thread Jens Vagelpohl
Log message for revision 113513: - LP #143946: Provide a more informative error message when a WebDAV PUT fails. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/webdav/NullResource.py U Zope/branches/2.12/src/webdav/tests/testNullResource.py -=- Modifie

[Zope-Checkins] SVN: Zope/trunk/ - LP #143261: The (very old-fashioned) Zope2.debug interactive request

2010-05-25 Thread Jens Vagelpohl
Log message for revision 112688: - LP #143261: The (very old-fashioned) Zope2.debug interactive request debugger still referred to the toplevel module ``Zope``, which was renamed to ``Zope2`` a long time ago. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/__init_

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143261: The (very old-fashioned) Zope2.debug interactive request

2010-05-25 Thread Jens Vagelpohl
Log message for revision 112687: - LP #143261: The (very old-fashioned) Zope2.debug interactive request debugger still referred to the toplevel module ``Zope``, which was renamed to ``Zope2`` a long time ago. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/s

[Zope-Checkins] SVN: Zope/trunk/ - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI

2010-05-25 Thread Jens Vagelpohl
Log message for revision 112684: - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI views. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/dtml/manage.dtml U Zope/trunk/src/App/dtml/manage_tabs.dtml U Zope/trunk/src/OFS/dtml/fileEdit.dtml U Z

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI

2010-05-25 Thread Jens Vagelpohl
Log message for revision 112683: - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI views. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/App/dtml/manage.dtml U Zope/branches/2.12/src/App/dtml/manage_tabs.dtml U Zope/branches/2.12/sr

[Zope-Checkins] SVN: Zope/trunk/ - LP #143144: Fix documentation for the zope.conf ``mount-point``

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112554: - LP #143144: Fix documentation for the zope.conf ``mount-point`` directive. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/Startup/zopeschema.xml -=- Modified: Zope/trunk/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #143144: Fix documentation for the zope.conf ``mount-point``

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112553: - LP #143144: Fix documentation for the zope.conf ``mount-point`` directive. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Zope2/Startup/zopeschema.xml -=- Modified: Zope/branches/2.12/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/trunk/ - LP #142410: Do not index documents in a KeywordIndex if the document

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112543: - LP #142410: Do not index documents in a KeywordIndex if the document is missing the indexed attribute, if determining the value raises AttributeError, or of the indexed attribute is empty. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/sr

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142410: Do not index documents in a KeywordIndex if the document

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112542: - LP #142410: Do not index documents in a KeywordIndex if the document is missing the indexed attribute, if determining the value raises AttributeError, or of the indexed attribute is empty. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/

[Zope-Checkins] SVN: Zope/trunk/ - LP #142590: The ``DTMLMethod`` and ``DTMLDocument`` ``manage_edit``

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112537: - LP #142590: The ``DTMLMethod`` and ``DTMLDocument`` ``manage_edit`` methods could not deal with ``TaintedString`` instances. Removed the entirely redundant ``DTMLDocument.manage_edit`` method at the same time. Changed: U Zope/trunk/doc/CHANGES.rs

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142590: The ``DTMLMethod`` and ``DTMLDocument`` ``manage_edit``

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112536: - LP #142590: The ``DTMLMethod`` and ``DTMLDocument`` ``manage_edit`` methods could not deal with ``TaintedString`` instances. Removed the entirely redundant ``DTMLDocument.manage_edit`` method at the same time. Changed: U Zope/branches/2.12/doc/CH

[Zope-Checkins] SVN: Zope/trunk/ - LP #142750 and LP #142481: To prevent confusion when choosing an Id and

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112531: - LP #142750 and LP #142481: To prevent confusion when choosing an Id and to avoid issues when creating two VirtualHostMonsters in the same container the VirtualHostMoster now has a default Id. It can no longer be selected, and the intermediary Add vie

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142750 and LP #142481: To prevent confusion when choosing an Id and

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112530: - LP #142750 and LP #142481: To prevent confusion when choosing an Id and to avoid issues when creating two VirtualHostMonsters in the same container the VirtualHostMoster now has a default Id. It can no longer be selected, and the intermediary Add vie

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142451: If non-recursive ownership changes are made using

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112514: - LP #142451: If non-recursive ownership changes are made using ``changeOwnership``, do not touch any children. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/AccessControl/Owned.py U Zope/branches/2.12/src/AccessControl

[Zope-Checkins] SVN: Zope/trunk/ - LP #142451: If non-recursive ownership changes are made using

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112513: - LP #142451: If non-recursive ownership changes are made using ``changeOwnership``, do not touch any children. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/AccessControl/Owned.py U Zope/trunk/src/AccessControl/tests/testOwned.py -=-

[Zope-Checkins] SVN: Zope/branches/2.12/ - LP #142226: Added an extra keyword argument to the HTTPResponse

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112512: - LP #142226: Added an extra keyword argument to the HTTPResponse setCookie method to suppress enclosing the cookie value field in double quotes. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/OFSP/help/Response

[Zope-Checkins] SVN: Zope/trunk/ - LP #142226: Added an extra keyword argument to the HTTPResponse

2010-05-19 Thread Jens Vagelpohl
Log message for revision 112511: - LP #142226: Added an extra keyword argument to the HTTPResponse setCookie method to suppress enclosing the cookie value field in double quotes. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/OFSP/help/Response.py U Zope/t

[Zope-Checkins] SVN: Zope/branches/2.12/src/App/dtml/zope_quick_start.dtml - fix link to Zope2 book

2009-10-15 Thread Jens Vagelpohl
Log message for revision 105094: - fix link to Zope2 book Changed: U Zope/branches/2.12/src/App/dtml/zope_quick_start.dtml -=- Modified: Zope/branches/2.12/src/App/dtml/zope_quick_start.dtml === --- Zope/branches/2.12/src/Ap

[Zope-Checkins] SVN: Zope/trunk/src/App/dtml/zope_quick_start.dtml - correct link to the Zope2 Book

2009-10-15 Thread Jens Vagelpohl
Log message for revision 105093: - correct link to the Zope2 Book Changed: U Zope/trunk/src/App/dtml/zope_quick_start.dtml -=- Modified: Zope/trunk/src/App/dtml/zope_quick_start.dtml === --- Zope/trunk/src/App/dtml/zope_quic

[Zope-Checkins] SVN: Zope/trunk/ - Collector #2232: Can't call DTML templates from Page Templates

2008-03-09 Thread Jens Vagelpohl
Log message for revision 71110: - Collector #2232: Can't call DTML templates from Page Templates Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py U Zope/trunk/lib/python/Products/PageTemplates/tests/testExpressions.py -=- Modifie

[Zope-Checkins] SVN: Zope/branches/2.10/ - Collector #2232: Can't call DTML templates from Page Templates

2008-03-09 Thread Jens Vagelpohl
Log message for revision 71109: - Collector #2232: Can't call DTML templates from Page Templates Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py U Zope/branches/2.10/lib/python/Products/PageTemplates/tests/testEx

[Zope-Checkins] SVN: - putting Five into its final resting place

2006-02-25 Thread Jens Vagelpohl
Log message for revision 65450: - putting Five into its final resting place Changed: A Products.Five/ D z3/Five/ -=- Copied: Products.Five (from rev 65449, z3/Five) ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/ma

Re: [Zope-Checkins] SVN: Zope/branches/Zope-2 Jim suggest this new naming schema for new branches

2005-11-18 Thread Jens Vagelpohl
On 18 Nov 2005, at 10:16, Stephan Richter wrote: On Friday 18 November 2005 10:15, Andreas Jung wrote: Log message for revision 40220: Jim suggest this new naming schema for new branches Changed: A Zope/branches/Zope-2.9/ D Zope/branches/Zope-2_9-branch/ Jim suggests: Zope/branch

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZSQLMethods/dtml/edit.dtml - be a little more helpful by revealing the vanished database connection ID

2005-10-16 Thread Jens Vagelpohl
Log message for revision 39477: - be a little more helpful by revealing the vanished database connection ID Changed: U Zope/trunk/lib/python/Products/ZSQLMethods/dtml/edit.dtml -=- Modified: Zope/trunk/lib/python/Products/ZSQLMethods/dtml/edit.dtml ===

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZSQLMethods/dtml/edit.dtml - be a little more helpful by revealing the vanished database connection ID

2005-10-16 Thread Jens Vagelpohl
Log message for revision 39476: - be a little more helpful by revealing the vanished database connection ID Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/ZSQLMethods/dtml/edit.dtml -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZSQLMethods/dtml/edit.dtml

[Zope-Checkins] CVS: Products/ZSQLMethods/dtml - edit.dtml:1.4.16.3

2005-10-16 Thread Jens Vagelpohl
Update of /cvs-repository/Products/ZSQLMethods/dtml In directory cvs.zope.org:/tmp/cvs-serv13390/lib/python/Products/ZSQLMethods/dtml Modified Files: Tag: Zope-2_7-branch edit.dtml Log Message: - be a little more helpful by revealing the vanished database connection ID === Produc

[Zope-Checkins] SVN: Zope/trunk/ - ZSQLMethod.manage_main: Moved the error message that warns of a

2005-10-16 Thread Jens Vagelpohl
Log message for revision 39475: - ZSQLMethod.manage_main: Moved the error message that warns of a non-existing or closed database connection next to the Connection ID dropdown and present it using red to increase its visibility. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/tru

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

2005-10-16 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv15466/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - ZSQLMethod.manage_main: Moved the error message that warns of a non-existing or closed database connection next to the Connection ID

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - ZSQLMethod.manage_main: Moved the error message that warns of a

2005-10-16 Thread Jens Vagelpohl
Log message for revision 39474: - ZSQLMethod.manage_main: Moved the error message that warns of a non-existing or closed database connection next to the Connection ID dropdown and present it using red to increase its visibility. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES

[Zope-Checkins] CVS: Products/ZSQLMethods/dtml - edit.dtml:1.4.16.2

2005-10-16 Thread Jens Vagelpohl
Update of /cvs-repository/Products/ZSQLMethods/dtml In directory cvs.zope.org:/tmp/cvs-serv15466/lib/python/Products/ZSQLMethods/dtml Modified Files: Tag: Zope-2_7-branch edit.dtml Log Message: - ZSQLMethod.manage_main: Moved the error message that warns of a non-existing or clos

[Zope-Checkins] CVS: Packages/Zope/Startup - datatypes.py:1.6.2.9 zopeschema.xml:1.7.2.19

2005-10-09 Thread Jens Vagelpohl
Update of /cvs-repository/Packages/Zope/Startup In directory cvs.zope.org:/tmp/cvs-serv28362/lib/python/Zope/Startup Modified Files: Tag: Zope-2_7-branch datatypes.py zopeschema.xml Log Message: - backporting Chris Withers' changes for Collector #1490: Added a new zope.conf optio

[Zope-Checkins] CVS: Packages/ZPublisher - Converters.py:1.23.2.6 HTTPRequest.py:1.90.2.12 HTTPResponse.py:1.75.2.11

2005-10-09 Thread Jens Vagelpohl
Update of /cvs-repository/Packages/ZPublisher In directory cvs.zope.org:/tmp/cvs-serv28362/lib/python/ZPublisher Modified Files: Tag: Zope-2_7-branch Converters.py HTTPRequest.py HTTPResponse.py Log Message: - backporting Chris Withers' changes for Collector #1490: Added a new zo

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

2005-10-09 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv28362/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - backporting Chris Withers' changes for Collector #1490: Added a new zope.conf option to control the character set used to encode uni

[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.6.2.28

2005-10-09 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/skel/etc In directory cvs.zope.org:/tmp/cvs-serv28362/skel/etc Modified Files: Tag: Zope-2_7-branch zope.conf.in Log Message: - backporting Chris Withers' changes for Collector #1490: Added a new zope.conf option to control the character set used to

[Zope-Checkins] CVS: Zope/lib/python/ZServer - HTTPResponse.py:1.43.8.6

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/lib/python/ZServer In directory cvs.zope.org:/tmp/cvs-serv23168 Modified Files: Tag: Zope-2_7-branch HTTPResponse.py Log Message: - revert unwanted checkin === Zope/lib/python/ZServer/HTTPResponse.py 1.43.8.5 => 1.43.8.6 === --- Zope/lib/python/ZServ

[Zope-Checkins] CVS: Zope/lib/python/ZServer/tests - test_responses.py:1.1.2.4

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/lib/python/ZServer/tests In directory cvs.zope.org:/tmp/cvs-serv23168/tests Modified Files: Tag: Zope-2_7-branch test_responses.py Log Message: - revert unwanted checkin === Zope/lib/python/ZServer/tests/test_responses.py 1.1.2.3 => 1.1.2.4 === --- Z

[Zope-Checkins] SVN: Zope/trunk/ - Collector #1863: Prevent possibly sensitive information to leak via

2005-10-01 Thread Jens Vagelpohl
Log message for revision 38710: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObject's __repr__ method. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/Transience/TransientObject.py U Zope/trunk/lib/python/Products/Tr

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Collector #1863: Prevent possibly sensitive information to leak via

2005-10-01 Thread Jens Vagelpohl
Log message for revision 38709: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObject's __repr__ method. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Products/Transience/TransientObject.py

[Zope-Checkins] CVS: Products/Transience/tests - testTransientObject.py:1.8.68.2

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Products/Transience/tests In directory cvs.zope.org:/tmp/cvs-serv19060/lib/python/Products/Transience/tests Modified Files: Tag: Zope-2_7-branch testTransientObject.py Log Message: - Collector #1863: Prevent possibly sensitive information to leak via the

[Zope-Checkins] CVS: Zope/lib/python/ZServer - HTTPResponse.py:1.43.8.5

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/lib/python/ZServer In directory cvs.zope.org:/tmp/cvs-serv19060/lib/python/ZServer Modified Files: Tag: Zope-2_7-branch HTTPResponse.py Log Message: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObject's __repr__

[Zope-Checkins] CVS: Products/Transience - TransientObject.py:1.9.68.6

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Products/Transience In directory cvs.zope.org:/tmp/cvs-serv19060/lib/python/Products/Transience Modified Files: Tag: Zope-2_7-branch TransientObject.py Log Message: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObject'

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

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv19060/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObject's __repr__ method. === Zope/doc/CHANGES.txt

[Zope-Checkins] CVS: Zope/lib/python/ZServer/tests - test_responses.py:1.1.2.3

2005-10-01 Thread Jens Vagelpohl
Update of /cvs-repository/Zope/lib/python/ZServer/tests In directory cvs.zope.org:/tmp/cvs-serv19060/lib/python/ZServer/tests Modified Files: Tag: Zope-2_7-branch test_responses.py Log Message: - Collector #1863: Prevent possibly sensitive information to leak via the TransientObje