[Zope-Checkins] SVN: Zope/branches/slinkp-httpcache-improvements-branch/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py added some TODO notes.

2006-05-04 Thread Paul Winkler
Log message for revision 67984: added some TODO notes. Changed: U Zope/branches/slinkp-httpcache-improvements-branch/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py -=- Modified: Zope/branches/slinkp-httpcache-improvements-branch/lib/python/Products/StandardCac

[Zope-Checkins] SVN: Zope/branches/slinkp-httpcache-improvements-branch/lib/python/Products/StandardCacheManagers/ Added feature to strip a prefix from paths to purge.

2006-05-04 Thread Paul Winkler
Log message for revision 67983: Added feature to strip a prefix from paths to purge. This helps purging in some virtual hosting situations. No UI for it yet. Default path is the folder where the cache manager lives. (It updates on cache manager move, too.) Changed: U Zope/branc

[Zope-Checkins] SVN: Zope/branches/slinkp-httpcache-improvements-branch/ Adding branch for AcceleratedHTTPCacheManager feature work.

2006-05-04 Thread Paul Winkler
Log message for revision 67982: Adding branch for AcceleratedHTTPCacheManager feature work. Changed: A Zope/branches/slinkp-httpcache-improvements-branch/ -=- Copied: Zope/branches/slinkp-httpcache-improvements-branch (from rev 67981, Zope/trunk) ___

[Zope-Checkins] SVN: Zope/branches/slinkp-1447-httpcache-fix-branch/ branch merged, bye-bye.

2006-05-04 Thread Paul Winkler
Log message for revision 67981: branch merged, bye-bye. Changed: D Zope/branches/slinkp-1447-httpcache-fix-branch/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977.

2006-05-04 Thread Paul Winkler
Log message for revision 67980: Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977. Fixes issue with AcceleratedHTTPCacheManager sending PURGE from a virtual-hosted zope, and adds a bunch of related tests and comments. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/ Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977.

2006-05-04 Thread Paul Winkler
Log message for revision 67979: Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977. Fixes issue with AcceleratedHTTPCacheManager sending PURGE from a virtual-hosted zope, and adds a bunch of related tests and comments. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/bran

[Zope-Checkins] SVN: Zope/trunk/ Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977.

2006-05-04 Thread Paul Winkler
Log message for revision 67978: Merged slinkp-1447-httpcache-fix-branch, -r 67975:67977. Fixes issue with AcceleratedHTTPCacheManager sending PURGE from a virtual-hosted zope, and adds a bunch of related tests and comments. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/

[Zope-Checkins] SVN: Zope/branches/slinkp-1447-httpcache-fix-branch/doc/CHANGES.txt Noted fix for 1447 in CHANGES.txt.

2006-05-04 Thread Paul Winkler
Log message for revision 67977: Noted fix for 1447 in CHANGES.txt. Changed: U Zope/branches/slinkp-1447-httpcache-fix-branch/doc/CHANGES.txt -=- Modified: Zope/branches/slinkp-1447-httpcache-fix-branch/doc/CHANGES.txt === --

[Zope-Checkins] SVN: Zope/branches/slinkp-1447-httpcache-fix-branch/lib/python/Products/StandardCacheManagers/ Fixes and unit tests for http://www.zope.org/Collectors/Zope/1447:

2006-05-04 Thread Paul Winkler
Log message for revision 67976: Fixes and unit tests for http://www.zope.org/Collectors/Zope/1447: when editing content on a virtual-hosted zope, changes will purge correctly. Also simplified the test framework (no more need to launch an HTTP server). Changed: U Zope/branches/

[Zope-Checkins] SVN: Zope/branches/slinkp-1447-httpcache-fix-branch/ making a branch to fix collector 1447,

2006-05-04 Thread Paul Winkler
Log message for revision 67975: making a branch to fix collector 1447, "AcceleratedHTTPCacheManager doesn't PURGE correctly for virtual hosts" Changed: A Zope/branches/slinkp-1447-httpcache-fix-branch/ -=- Copied: Zope/branches/slinkp-1447-httpcache-fix-branch (from rev 67974, Zope/t

[Zope-Checkins] SVN: Products.Five/trunk/ Fixed up an issue where an open zodb connection wasn't geting closed properly ... also reinstated a previously-failing (but no longer) test now that the zodb

2006-05-04 Thread Rocky Burt
Log message for revision 67968: Fixed up an issue where an open zodb connection wasn't geting closed properly ... also reinstated a previously-failing (but no longer) test now that the zodb connection handling is working properly. Changed: U Products.Five/trunk/fiveconfigure.py U Produ

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/FactoryDispatcher.py Now closing manually opened zodb connections -- thanks Stefan

2006-05-04 Thread Rocky Burt
Log message for revision 67964: Now closing manually opened zodb connections -- thanks Stefan Changed: U Zope/trunk/lib/python/App/FactoryDispatcher.py -=- Modified: Zope/trunk/lib/python/App/FactoryDispatcher.py === --- Zope/t