[Zope-dev] catalog and versions

2001-05-04 Thread Stefane Fermigier
It seems to me that when I create a CatalogAware objet in a version, it doesn't get into the catalog after the version is committed (in fact, it doesn't event get into the catalog inside the version). Am I right? Is this considered normal behavio(u)r? Any idea for a workaround? Regards,

RE: [Zope-dev] ANN: Proposal ContentNegotiation

2001-05-04 Thread Toby Dickenson
-Original Message- From: Andreas Jung [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 20:23 To: Toby Dickenson Cc: zope-dev Subject: Re: [Zope-dev] ANN: Proposal ContentNegotiation From: Toby Dickenson [EMAIL PROTECTED] To: 'Andreas Jung' [EMAIL PROTECTED] Sent: Thursday,

[Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Hi. In my Zope product, I've got this; manage_options = SimpleItem.manage_options+( {'label':'Edit', 'action':'manage_main'}, ) If I view the management sceen of this product, I get four tabs (Undo, Ownership, Security and Edit). But If I click on Edit, all tabs but the edit tab

RE: [Zope-dev] manage_tabs

2001-05-04 Thread Adrian Hungate
Title: RE: [Zope-dev] manage_tabs Could this be an Internet Explorer failing to pass the AUTH info problem? It sounds as though you are getting access to the edit tab via Anonymous permissions (Have you restricted access to the manage_main method using the __permissions__ settings)? In that

SV: [Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Title: RE: [Zope-dev] manage_tabs Well, right now I'm doing it like this... security = ClassSecurityInfo() security.declarePublic('manage_editForm')manage_editForm = DTMLFile('dtml/editForm', globals())security.declarePublic('manage_main')manage_main = manage_editForm Browser doesn't

[Zope-dev] Threads...

2001-05-04 Thread Magnus Heino (Rivermen)
Hi. I want to start a thread from my product. I'm doing it in the same way as the code below. Label is set to 'a' as default. If I change this to 'b' and save, Label is changed to contain 'b'. But, it seems as if Label is loaded with the saved value at some later point than the last row

Re: [Zope-dev] determining database manager type from z database connection?

2001-05-04 Thread Kent Polk
On 3 May 2001 21:15:01 -0500, Andreas Heckel wrote: Kent Polk wrote: Is there a generic way to determine what 'brand' of database manager a Zope database connection is connected to by interrogating the connection object? dtml-in SQLConnectionIDs bID:/bdtml-var sequence-key

Re: [Zope-dev] catalog and versions

2001-05-04 Thread Dieter Maurer
Stefane Fermigier writes: It seems to me that when I create a CatalogAware objet in a version, it doesn't get into the catalog after the version is committed (in fact, it doesn't event get into the catalog inside the version).=20 Am I right? Is this considered normal behavio(u)r? Any