[Zope-dev] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
Hi the attached patch to apply to zope/lib/python/OFS/dtml/main.dtml allows people who want to use ZShell to type ZShell commands directly from the Zope's Management Interface. It should be transparent for people who don't want to use ZShell at all. to use this patch, you have to : -

[Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Hannu Krosing
On Mon, 2002-04-29 at 13:21, Jerome Alet wrote: Hi the attached patch to apply to zope/lib/python/OFS/dtml/main.dtml allows people who want to use ZShell to type ZShell commands directly from the Zope's Management Interface. It should be transparent for people who don't want to use ZShell

[Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
NB : not CCed to [EMAIL PROTECTED] On 29 Apr 2002, Hannu Krosing wrote: On Mon, 2002-04-29 at 13:21, Jerome Alet wrote: the attached patch to apply to zope/lib/python/OFS/dtml/main.dtml allows people who want to use ZShell to type ZShell commands directly from the Zope's Management

[Zope-dev] RE: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Roel Van den Bergh
The download file at http://www.librelogiciel.com/software/ZShell/tarballs/zshell-1.42.tar.gz cannot be opened on W2K with Winzip 8.0 (tested on several different machines) Roel -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Jerome Alet Verzonden:

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
On Mon, 29 Apr 2002, Steve Alexander wrote: Hannu Krosing wrote: As always any comment is very welcome. Have you thougth of making this a Hotfix instead of patch ? Please don't call this a hotfix. That term is reserved for products that fix important bugs (especially security bugs)

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Steve Alexander
Jerome Alet wrote: Perhaps you could tell me if I have to use the App.Hotfixes interface or not when doing such a not-Hotfix thing. You should certainly not use the App.Hotfixes interface for this. The App.Hotfixes interface is for registering dynamic patches that will become part of Zope

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
On Mon, 29 Apr 2002, Steve Alexander wrote: You should certainly not use the App.Hotfixes interface for this. The App.Hotfixes interface is for registering dynamic patches that will become part of Zope in a future release, at which point the dynamic patch can be removed. ok, so if I

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Steve Alexander
Jerome Alet wrote: On Mon, 29 Apr 2002, Steve Alexander wrote: You should certainly not use the App.Hotfixes interface for this. The App.Hotfixes interface is for registering dynamic patches that will become part of Zope in a future release, at which point the dynamic patch can be

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
On Mon, 29 Apr 2002, Steve Alexander wrote: Jerome Alet wrote: ok, so if I understand correctly all I have to do to make a not-hotfix product is just do an unconditionnal assignment of my new complete main.dtml file to ObjectManager.ObjectManager.manage_main in my product's

[Zope-dev] RE: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Jerome Alet
On Mon, 29 Apr 2002, Roel Van den Bergh wrote: The download file at http://www.librelogiciel.com/software/ZShell/tarballs/zshell-1.42.tar.gz cannot be opened on W2K with Winzip 8.0 (tested on several different machines) could you download it again ? I've tested here (no windows, sorry) and

Re: [Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Steve Alexander
Hannu Krosing wrote: As always any comment is very welcome. Have you thougth of making this a Hotfix instead of patch ? Please don't call this a hotfix. That term is reserved for products that fix important bugs (especially security bugs) in Zope. A product can dynamically patch things,

[Zope-dev] RE: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Roel Van den Bergh
downloaded it several times with the same result every time I try to open it ads itself to a new archive Opening Winzip first and then opening archive results in 'no valide archive file' -Oorspronkelijk bericht- Van: Jerome Alet [mailto:[EMAIL PROTECTED]] Verzonden: maandag 29

[Zope-dev] ZSQLCatalog

2002-04-29 Thread Jean-Paul Smets
Philippe Beaumont (mostly) and I just finished a product called ZSQLCatalog. It allows to query the Zope Catalog with SQL methods and find objects in the ZODB with complex queries in SQL. http://www.zope.org/Members/nexedi/ZSQLCatalog It is still a proof of concept but should improve

Re: [Zope-dev] localRoles

2002-04-29 Thread Florent Guillaume
Dirk Datzert [EMAIL PROTECTED] wrote: if I define local roles for a folder object. Are the local roles acquired by Objects in the folder and sub-folders and so on ? Yes. Florent -- Florent Guillaume, Nuxeo (Paris, France) +33 1 40 33 79 87 http://nuxeo.com mailto:[EMAIL PROTECTED]

RE: [Zope-dev] RE: [Zope] [PATCH] to Zope's Management Interface

2002-04-29 Thread Steve Drees
It's most likely IE 'helping' out and ungzipping on the fly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerome Alet Sent: Monday, April 29, 2002 8:18 AM To: Roel Van den Bergh Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Zope-dev] RE: