[Zope3-dev] Re: Patch for testbrowser.py

2006-04-21 Thread Brian Sutherland
On Fri, Apr 21, 2006 at 12:17:37AM +0200, Philipp von Weitershausen wrote: Daniel Nouri wrote: This patch adds 'Set-Cache' headers to the headers that are forwarded to PublisherResponse. Before, these headers would be suppressed. Index: testbrowser.py

[Zope3-dev] Re: RFC: The browser:page compromise

2006-04-21 Thread Tonico Strasser
[EMAIL PROTECTED] schrieb: The name browser for a namespace sux IMHO ;) The idea of a namspace called browser is the following: We use the namespace browser for *presentations* (the earlier name for pages) which depends on the IBrowserRequest. This is also reflected in the package structure

[Zope3-dev] Re: RFC: The browser:page compromise

2006-04-21 Thread Tonico Strasser
[EMAIL PROTECTED] schrieb: Hi Tonico At some point it will be necessary to make the framework understandable for normal UI designers or we'll stick with ugly user interfaces forever :) I think it's pretty clear right now. Do you really think if soembody don't understand what a folder json

[Zope3-dev] Zope 3 common criteria security target ready

2006-04-21 Thread Christian Theune
Hi everybody. It seemed like it would never really happen, but finally we are there: The Security Target document for the Zope 3 common criteria certification is finished. For everyone to enjoy reading it, see the attached PDF. I want to thank everybody who helped us over the last two years to

[Zope3-dev] Reminder: Feature Freeze May 1

2006-04-21 Thread Jim Fulton
Don't forget that the feature freeze for the June release is May 1! That is only 10 days away! New features should be check in in a *stable* form by then. While we won't necessarily do a beta release then, anything checked in for the new release must be ready for a beta release when it is

Re: [Zope3-dev] Ok to change PAU session credentials plugin?

2006-04-21 Thread Florian Lindner
Am Donnerstag, 20. April 2006 19:17 schrieb Florian Lindner: Hello, I plan to change the PAU session credentials plugin to make it configurable in which form fields it looks for the credentials. My use case is that I want to use formlib to create a login form. formlib prepends form. at all

Re: [Zope3-dev] RE: RFC: The browser:page compromise

2006-04-21 Thread Craeg Strong
Yes, but speaking as another Zope3 learner, consistency and simplicity (is orthogonality a word?) of the model/API is extremely important too. I am in favor of such simplifying changes, as long as they are properly documented and deprecation is properly applied. For example: a deprecation

Re: [Zope3-dev] RE: RFC: The browser:page compromise

2006-04-21 Thread Brian Sutherland
On Fri, Apr 21, 2006 at 01:03:58AM +0200, [EMAIL PROTECTED] wrote: Hi Philipp That confuses me even more. I *am* proposing changes to the browser:page directive... Hmm, never mind. I think I understand what you mean. You'd like to see new directives, instead of changing the old

[Zope3-dev] Re: Patch for testbrowser.py

2006-04-21 Thread Daniel Nouri
The relevant code in Zope2's ZPublisher.HTTPResponse.__str__: # ... we just built a headersl list using self.heders if self.cookies: headersl = headersl+self._cookie_list() headersl[len(headersl):] = [self.accumulated_headers, body] return

[Zope3-dev] Re: 64-bit BTrees

2006-04-21 Thread Fred Drake
On 4/13/06, Fred Drake [EMAIL PROTECTED] wrote: I've created a feature development branch for this, and checked in my initial implementation. I've made another branch for this, with a different twist. I'm not sure it'll be interesting, but I think it'll solve my immediate need until I can get

Re: [Zope3-dev] Re: Patch for testbrowser.py

2006-04-21 Thread Benji York
Brian Sutherland wrote: I think the best principle for the testbrowser in Five would be to keep it as close to the Zope3 one as possible. As we would probably want to merge the two if Zope2 uses the Zope3 publisher. Not being familiar with the Z2 publisher I have no idea what issue is being

Re: [Zope3-dev] Zope 3 common criteria security target ready

2006-04-21 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Theune schrieb am 21.04.2006 14:39: Hi everybody. It seemed like it would never really happen, but finally we are there: The Security Target document for the Zope 3 common criteria certification is finished. For everyone to enjoy

[Zope3-dev] Re: [z3-five] Re: Patch for testbrowser.py

2006-04-21 Thread Paul Winkler
On Fri, Apr 21, 2006 at 04:07:43PM +0200, Daniel Nouri wrote: The relevant code in Zope2's ZPublisher.HTTPResponse.__str__: # ... we just built a headersl list using self.heders if self.cookies: headersl = headersl+self._cookie_list()

[Zope3-dev] Re: [z3-five] Re: Patch for testbrowser.py

2006-04-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Winkler wrote: On Fri, Apr 21, 2006 at 04:07:43PM +0200, Daniel Nouri wrote: The relevant code in Zope2's ZPublisher.HTTPResponse.__str__: # ... we just built a headersl list using self.heders if self.cookies:

RE: [Zope3-dev] Re: RFC: The browser:page compromise

2006-04-21 Thread dev
Hi Tonico I once tried to understand how the default skin works -- after that I gave up the idea of creating a new ZMI skin myself. (Especially the MacroMagic was difficult to understand, but I want to try again someday). I see, I personaly like macros, but it is true, sometimes it is