Re: [Zope3-dev] Re: [Zope-dev] Announcement: the Zope Subversion repository will be down for maintenance on December 25th, 2005

2005-12-20 Thread Marius Gedminas
On Mon, Dec 19, 2005 at 05:17:04PM -0500, Jim Fulton wrote: Jim Fulton wrote: Jens Vagelpihl has graciously offered to convert the subversion repository to use a file-system back end. Jim groans, That's Jens Vagelpohl. Thanks again Jens! Yes! Yes! Yes! I can offer a short shell script

Re: [Zope3-dev] RFC: Make HTTP streaming of large data simpler

2005-12-20 Thread Jim Fulton
Sidnei da Silva wrote: On Mon, Dec 05, 2005 at 01:24:54PM -0500, Paul Winkler wrote: | On Mon, Dec 05, 2005 at 11:13:31AM -0500, Jim Fulton wrote: | BTW, your implementation also doesn't work because it doesn't | set the content length. | | Speaking of which, I'd love to see a way to make

Re: [Zope3-dev] RFC: Make HTTP streaming of large data simpler

2005-12-20 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 07:33:13AM -0500, Jim Fulton wrote: | There are a couple conditions that must be met for 'chunked' to work | with Zope 2. | | 1. A Content-Length header must not be set. | 2. The request must be HTTP 1.1 | 3. You must be streaming | 4. No 'Connection: close' header has

Re: [Zope3-dev] URGENT RFC: Is anyone using response.write in Zope 3?

2005-12-20 Thread Martijn Faassen
Jeff Shell wrote: Yes, it's hurry.file. What's Tramline? http://www.infrae.com/newsitems/tramline_0_4_release http://www.infrae.com/products/tramline http://faassen.n--tree.net/blog/view/weblog/2005/11/11/0 Regards, Martijn ___ Zope3-dev mailing

[Zope3-dev] right introspector permission

2005-12-20 Thread Marco Andreini
Hi The permission for the introspector.html page is the zope.ManageContent (source zope/app/apidoc/codemodule/browser/introspector.zcml). However the permission zope.app.introspector.Introspect is also defined: perhaps the last one is more appropriated that the current one? Kind regards, Marco

Re: [Zope3-dev] RFC: Make HTTP streaming of large data simpler

2005-12-20 Thread Jim Fulton
Sidnei da Silva wrote: On Tue, Dec 20, 2005 at 07:33:13AM -0500, Jim Fulton wrote: | There are a couple conditions that must be met for 'chunked' to work | with Zope 2. | | 1. A Content-Length header must not be set. | 2. The request must be HTTP 1.1 | 3. You must be streaming | 4. No

Finished zope/i18n/format.py XXX (was Re: [Zope3-dev] XXX Roundup)

2005-12-20 Thread Gary Poster
On Dec 19, 2005, at 2:41 PM, Gary Poster wrote: On Dec 17, 2005, at 4:06 PM, Gary Poster wrote: On Dec 16, 2005, at 4:20 PM, Benji York wrote: Gary zope/i18n/format.py:141 and 149 Update, if anyone needs to follow along: ... This is fixed in trunk and 3.2 branch. Thanks to Stuart Bishop

Re: [Zope3-dev] RFC: Make HTTP streaming of large data simpler

2005-12-20 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 09:52:09AM -0500, Jim Fulton wrote: | One thing that I had in mind for long-running streaming output is that | 99% of the time it just needs a constant, read-only view of the | database at the time the streaming started so instead of using a | connection from the zodb

Re: [Zope3-dev] RFC: Make HTTP streaming of large data simpler

2005-12-20 Thread Paul Winkler
On Tue, Dec 20, 2005 at 10:48:24AM -0200, Sidnei da Silva wrote: On Tue, Dec 20, 2005 at 07:33:13AM -0500, Jim Fulton wrote: | I'd really like us to think about how we *want* this to work in Zope (2 and | 3). | | I'm uncomfortable with the subtle cues that seem to change the behavior of |

[Zope3-dev] buildbot failure in Zope3 branches 3.2 2.4 Linux remy

2005-12-20 Thread buildbot
The Buildbot has detected a failed build of Zope3 branches 3.2 2.4 Linux remy. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 2368 Blamelist: frerich,jim BUILD FAILED: failed svn sincerely, -The Buildbot ___

[Zope3-dev] buildbot failure in Zope3 branches 3.2 2.4 Windows 2000 zc-bbwin

2005-12-20 Thread buildbot
The Buildbot has detected a failed build of Zope3 branches 3.2 2.4 Windows 2000 zc-bbwin. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 2368 Blamelist: frerich,jim BUILD FAILED: failed svn sincerely, -The Buildbot

[Zope3-dev] why security proxy the modules for a menu item directive?

2005-12-20 Thread Gary Poster
zope/app/publisher/browser/menu.py, line 132, security proxies the 'modules' name. This is pretty annoying, and seems unnecessary to me for a zcml filter: trusted filesystem code. Anyone want to defend it? Gary ___ Zope3-dev mailing list