RE: [Zope-CMF] Re: Design approach questions: unique content-ish items?

2007-09-17 Thread Doyon, Jean-Francois
List Subject: [Zope-CMF] Re: Design approach questions: unique content-ish items? Hi! Doyon, Jean-Francois wrote: The componentutility from GS wants the object to be in the root for some reason (Although from reading the code, it wasn't always so?). Maybe I can run a provideUtility

RE: [Zope-CMF] Design approach questions: unique content-ish items?

2007-09-17 Thread Doyon, Jean-Francois
Ah, utilities are placeless and not location aware. Hmmm that's too bad :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doyon, Jean-Francois Sent: September 17, 2007 13:16 To: Andreas Jung; [EMAIL PROTECTED] Subject: RE: [Zope-CMF] Design approach

RE: [Zope-CMF] Design approach questions: unique content-ish items?

2007-09-17 Thread Doyon, Jean-Francois
Of Andreas Jung Sent: September 16, 2007 08:05 To: Doyon, Jean-Francois; [EMAIL PROTECTED] Subject: Re: [Zope-CMF] Design approach questions: unique content-ish items? --On 14. September 2007 15:21:28 -0400 Doyon, Jean-Francois [EMAIL PROTECTED] wrote: Hello, So, I have this situation happen

RE: [Zope-CMF] Design approach questions: unique content-ish items?

2007-09-17 Thread Doyon, Jean-Francois
being placeful, I'll have to come up with something else (either place them in the root and workarounds for place/navigation, or no utilities at all). Thanks all! J.F. -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: September 17, 2007 15:22 To: Doyon, Jean-Francois Cc

RE: [Zope-CMF] Design approach questions: unique content-ish items?

2007-09-17 Thread Doyon, Jean-Francois
] Sent: September 17, 2007 14:20 To: Doyon, Jean-Francois Cc: [EMAIL PROTECTED] Subject: Re: [Zope-CMF] Design approach questions: unique content-ish items? Am 14.09.2007 um 21:21 schrieb Doyon, Jean-Francois: The simple example is the search stuff. I have a search form, search results, etc

[Zope-CMF] Design approach questions: unique content-ish items?

2007-09-14 Thread Doyon, Jean-Francois
Hello, So, I have this situation happen often enough, and I'm not sure what would be the best way to approach it. The context is a Zope + CMF (latest) framework deigned to host multiple sites, but where the content management part is purely internal, we manage sites internally, and the public

RE: [Zope-CMF] Workflowable folders traversing issues

2007-06-07 Thread Doyon, Jean-Francois
PGP SIGNED MESSAGE- Hash: SHA1 On 6 Jun 2007, at 19:42, Doyon, Jean-Francois wrote: Hello, I would like to have folders (and/or folder-ish content, if you prefer), fully wokflowable. That is, when a folder is set private, it shouldn't be traversable, and nothing under it should

[Zope-CMF] Workflowable folders traversing issues

2007-06-06 Thread Doyon, Jean-Francois
Hello, I would like to have folders (and/or folder-ish content, if you prefer), fully wokflowable. That is, when a folder is set private, it shouldn't be traversable, and nothing under it should be accessible to anonymous users (assuming your standard workflow persmissions). As it stands

[Zope-CMF] GenericSetup Toolset problem

2007-03-27 Thread Doyon, Jean-Francois
Hello, I've added a tool to my code base, and registered it in toolset.xml, gave it import/export logic, etc ... Thing is, it won't show up in my import tab. I've tried re-importing everything, but to no avail. How do I get the new tool registered (and created) into an existing site?

RE: [Zope-CMF] GenericSetup Toolset problem

2007-03-27 Thread Doyon, Jean-Francois
On Zope 2.10.2 with CMF 2.0.0 BTW ... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doyon, Jean-Francois Sent: March 27, 2007 12:57 To: [EMAIL PROTECTED] Subject: [Zope-CMF] GenericSetup Toolset problem Hello, I've added a tool to my code

RE: [Zope-CMF] IObjectAdded vs. manage_afterAdd

2007-01-23 Thread Doyon, Jean-Francois
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jens Vagelpohl Sent: January 22, 2007 6:25 PM To: Zope-CMF List Subject: Re: [Zope-CMF] IObjectAdded vs. manage_afterAdd -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Jan 2007, at 21:57, Doyon, Jean-Francois wrote

RE: [Zope-CMF] IObjectAdded vs. manage_afterAdd

2007-01-23 Thread Doyon, Jean-Francois
IObjectAddedEvent successfully ... J.F. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doyon, Jean-Francois Sent: January 23, 2007 8:16 AM To: Jens Vagelpohl; Zope-CMF List Subject: RE: [Zope-CMF] IObjectAdded vs. manage_afterAdd Yes, well, I didn't show the code

[Zope-CMF] IObjectAdded vs. manage_afterAdd

2007-01-22 Thread Doyon, Jean-Francois
Hello, I'm trying to use IObjectAdded for an object that looks like this: class MapServerMap(PortalFolder, PortalContent, CLFMetadataImpl): Map Server Map Class implements(IMapServerMap) Without success ... The event doesn't seem to fire at all. I've used the event on a tool

RE: [Zope-CMF] More questions

2006-11-22 Thread Doyon, Jean-Francois
You might want to look at METAL macros ... Mydoc: p metal:define-macro=mymacrocontent/p Myotherdoc: p metal:use-macro=here/mydoc/macros/mymacro / See the ZPT reference for more details ... J.F. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie

RE: [Zope-CMF] More questions

2006-11-22 Thread Doyon, Jean-Francois
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Clark Sent: November 22, 2006 11:03 AM To: Doyon, Jean-Francois Cc: Zope-CMF List Subject: Re: [Zope-CMF] More questions Am 22.11.2006 um 16:54 schrieb Doyon, Jean-Francois: You might want to look at METAL macros ... Mydoc: p metal:define

[Zope-CMF] Metadata Tool Questions

2006-10-31 Thread Doyon, Jean-Francois
Hello, The organization I work for has stringent metadata requirements, and as such I am now focusing my attention on metadata support in Zope and the CMF. (Zope 2.10, CMF 2.0.0) A few questions: 1) Are there GenericSetup import/export scripts out there for the metadata tool? I need to add

RE: [Zope-CMF] Re: Metadata Tool Questions

2006-10-31 Thread Doyon, Jean-Francois
PROTECTED] Subject: [Zope-CMF] Re: Metadata Tool Questions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doyon, Jean-Francois wrote: Hello, The organization I work for has stringent metadata requirements, and as such I am now focusing my attention on metadata support in Zope and the CMF

RE: [Zope-CMF] Re: .metadata files, latin-1 vs. unicode, and encoding errors

2006-09-06 Thread Doyon, Jean-Francois
To: Florent Guillaume Cc: Doyon, Jean-Francois; Zope CMF Subject: Re: [Zope-CMF] Re: .metadata files, latin-1 vs. unicode,and encoding errors Florent Guillaume wrote at 2006-9-4 20:38 +0200: I'd say it would be cleaner to let the .metadata specify its own encoding, for instance with a # coding: utf-8

[Zope-CMF] .metadata files, latin-1 vs. unicode, and encoding errors

2006-08-28 Thread Doyon, Jean-Francois
Hello, My app started throwing unicode errors, and I've tracked it down to the fact I have accents in .metadata files. This becomes a problem when a unicode string sneaks into the page to be rendered, at which time StringIO.getvalue() bombs. Normally I'd try to get rid of the unicode string,

[Zope-CMF] Simple question re: GenericSetup Type Info

2006-08-23 Thread Doyon, Jean-Francois
Hello, What's the format for: property name=allowed_content_types/ ? I tried a couple of things without success: property name=allowed_content_typesTopic Text/property property name=allowed_content_typesallowed_content_typeTopic Text/allowed_content_type/property And a few others I forget

RE: [Zope-CMF] Re: Adding EXTENSIONs after site creation

2006-06-09 Thread Doyon, Jean-Francois
develop certain things as extensions. I can help track down the bug later, right now I'm still focused on core functionality. Thanks! J.F. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yuppie Sent: June 9, 2006 3:30 AM To: Doyon, Jean-Francois; Zope-CMF List

[Zope-CMF] Problem with GenericSetup adapter

2006-06-06 Thread Doyon, Jean-Francois
Hi, Finally started working on migrating to Zope 2.9.3/CMF 2! Trying to get some GenericSetup functionality around my classes. I've created my own adapter which is based on PropertiesXMLAdapter (for now). For some reason however, queryMultiAdapter seems intent on returning

[Zope-CMF] FS Skins and Last-Modified

2006-01-25 Thread Doyon, Jean-Francois
Hello, I have several FS based skins that use DTML ... I've been controlling caching through the usual: dtml-call RESPONSE.setHeader('Content-Type','text/css') dtml-call RESPONSE.setHeader('Expires', _.DateTime(_.DateTime().timeTime() + 3600).toZone('GMT').rfc822()) dtml-call