Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Christian Theune
On 08/10/2010 12:37 AM, Sidnei da Silva wrote: On Mon, Aug 9, 2010 at 3:25 PM, Marius Gedminasmar...@gedmin.as wrote: I've added ETag support for zope.browserresource in a branch: http://zope3.pov.lt/trac/changeset/115596 Does anybody have any comments/objections? If not, I'd like to merge

Re: [Zope-dev] zope.i18nmessageid 3.5.3 released (windows binaries needed)

2010-08-10 Thread Christian Theune
On 08/10/2010 07:19 AM, Chris McDonough wrote: I made a new release of zope.i18nmessageid (3.5.3) persuant to a conversation that took place on this list a few weeks ago related to switching back to overriding build_ext to allow the package to work on Jython and other CPython platforms.

Re: [Zope-dev] zope.i18nmessageid 3.5.3 released (windows binaries needed)

2010-08-10 Thread Adam GROSZER
Hello Chris, No worries about windows eggs, winbot should do it: http://winbot.zope.org/builders/wineggbuilder Tuesday, August 10, 2010, 7:19:34 AM, you wrote: CM I made a new release of zope.i18nmessageid (3.5.3) persuant to a CM conversation that took place on this list a few weeks ago

[Zope-dev] Zope Tests: 36 OK, 8 Failed, 1 Unknown

2010-08-10 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Aug 9 12:00:00 2010 UTC to Tue Aug 10 12:00:00 2010 UTC. There were 45 messages: 6 from Zope Tests, 1 from buildbot at enfoldsystems.com, 4 from buildbot at pov.lt, 13 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 13 from

[Zope-dev] Developer meeting 2010-08-10 at 15:00 UTC

2010-08-10 Thread Christian Theune
minutes): http://docs.zope.org/zopetoolkit/zope-dev/zope-dev-20100810.html Christian -- Christian Theune · c...@gocept.com gocept gmbh co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1 Zope and Plone consulting and development

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Marius Gedminas
On Mon, Aug 09, 2010 at 07:37:30PM -0300, Sidnei da Silva wrote: On Mon, Aug 9, 2010 at 3:25 PM, Marius Gedminas mar...@gedmin.as wrote: I've added ETag support for zope.browserresource in a branch: http://zope3.pov.lt/trac/changeset/115596 Does anybody have any comments/objections?  If

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Marius Gedminas
On Tue, Aug 10, 2010 at 08:49:53AM +0800, Martin Aspeli wrote: On 10 August 2010 02:25, Marius Gedminas mar...@gedmin.as wrote: I've added ETag support for zope.browserresource in a branch: http://zope3.pov.lt/trac/changeset/115596 Does anybody have any comments/objections?  If not, I'd

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Sidnei da Silva
On Tue, Aug 10, 2010 at 12:42 PM, Marius Gedminas mar...@gedmin.as wrote: How would you like that to be configured? Option #1:  browser:resource/resourceDirectory etags=off / ? Option #2:  getMultiAdapter((resource, request), IETag).computeETag() ?  This is maybe a bit problematic,

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Marius Gedminas
On Tue, Aug 10, 2010 at 04:49:47PM -0300, Sidnei da Silva wrote: On Tue, Aug 10, 2010 at 12:42 PM, Marius Gedminas mar...@gedmin.as wrote: How would you like that to be configured? Option #1:  browser:resource/resourceDirectory etags=off / ? Option #2: