[Zope-dev] information disclosure vulnerability

2002-12-03 Thread Jerome Alet
on the server. This can't lead to a direct compromise, but this gives way too much information to anonymous users IMHO. Tested today on several low and very high profile sites. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http

[Zope-dev] Problem with Zope 2.6.0 and ZShell

2002-11-19 Thread Jerome Alet
it. ZShell's latest version is available from : http://www.librelogiciel.com/software Thanks in advance for any pointer. Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

Re: [Zope-dev] Problem with Zope 2.6.0 and ZShell

2002-11-19 Thread Jerome Alet
. So should I set sys.hexversion *before* my re and rexec imports in the main program, or add the sys module and a fake hexversion value in the restricted code ? thanks in advance Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] Using restricted code from within a python product

2002-11-05 Thread Jerome Alet
to exist. Why not use PythonScripts ? bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope

Re: [Zope-dev] Using Zope from a console script

2002-11-05 Thread Jerome Alet
On Tue, Nov 05, 2002 at 09:46:03PM +0100, Gilles Lenfant wrote: But just want to run a console application, not running it from another Zope instance. xml-rpc should be the way to go. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED

Re: [Zope-dev] Using Zope from a console script

2002-11-05 Thread Jerome Alet
://www.librelogiciel.com/software/ upcoming versions of ZShellScripts will provide easier xml-rpc access to ZShell functionnalities. /shamelessplug hth Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Re: [Zope] Unix: Vanishing Group Ids associated with Zope process ?

2002-10-11 Thread Jerome Alet
when you log in, AFAIK, this is why it works from your command line hth Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] A Modest Proposal Concerning Monkey Patches

2002-08-14 Thread Jerome Alet
in the object listing. This way manage_main could be rendered more powerful by just adding three dtml-in in it, and its aspect wouldn't even change in case no ZMI plugin would be registered (which is the case with a base Zope installation). any comment ? thx for reading Jerome Alet

Re: [Zope-dev] A Modest Proposal Concerning Monkey Patches

2002-08-14 Thread Jerome Alet
On Wed, Aug 14, 2002 at 09:33:02PM +0200, Jerome Alet wrote: registering a ZMI plugin would be as simple as : root.registerZMIPlugin(top|line|bottom, self) or : root.registerTopZMIPlugin(self) root.registerLineZMIPlugin(self

Re: [Zope-dev] Write in a file.

2002-07-01 Thread Jerome Alet
PROTECTED] mailing list instead of this one to ask such questions. zope-dev is dedicated to the development of Zope. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] multiple monkeypatches

2002-06-06 Thread Jerome Alet
) and you can do the old run my code and call the old one trick. agreed, unfortunately... bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] multiple monkeypatches

2002-06-05 Thread Jerome Alet
code itself. I think parsing the HTML code to insert some tags where needed would do it, but this seems somewhat complicated to do for a simple thing like that. Would be fine if the main.dtml file would allow a plugin system... bye, Jerome Alet

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

2002-04-29 Thread Jerome Alet
if needed is very easy. As always any comment is very welcome. PS : This procedure and the patch are now included in the ZShell 1.42 package. Jerome Alet --- lib/python/OFS/dtml/main.dtml.orig Mon Apr 29 12:18:12 2002 +++ lib/python/OFS/dtml/main.dtml Mon Apr 29 12:38:34 2002 -60,6 +60,15

[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

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

2002-04-29 Thread Jerome Alet
to Hotfix. Perhaps you could tell me if I have to use the App.Hotfixes interface or not when doing such a not-Hotfix thing. Thanks in advance. Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

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

2002-04-29 Thread Jerome Alet
there are any plans to incorporate this into the core Zope distribution. :-) bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

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 __init__

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

2002-04-29 Thread Jerome Alet
) and it's ok, file size is 46686 bytes and md5sum is : 6efb9c10e532d534fb843354ac28c5bb maybe it was corrupted during the download phase. hth. Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

[Zope-dev] RFC : AnyScripts

2002-03-08 Thread Jerome Alet
, then anyone could add his own interpreter later... PS : I'll do ZShellScripts anyway... bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

[Zope-dev] multiple database connections

2002-03-07 Thread Jerome Alet
? thanks in advance. Jerome Alet - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE ___ Zope

[Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jerome Alet
the locks were found again... I hadn't the time to do some more testing but I find this surprising. Does anyone have seen the same problem ? FYI Zope 2.5.0 + Python 2.1.2 both up-to-date Debian Woody packages. bye, Jerome Alet ___ Zope-Dev maillist

Re: [Zope-dev] multiple database connections

2002-03-07 Thread Jerome Alet
... that said, zope doesn't stop a *developer* from doing it themselves. Thanks! Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jerome Alet
On Thu, Mar 07, 2002 at 01:55:45PM -0500, Andreas Jung wrote: From: Jerome Alet [EMAIL PROTECTED] All worked fine, the locks were found. Then some time later I've retried to find the locks, and both the ZMI and my method returned no lock. However in cadaver the locks still seemed

Re: [Zope-dev] Zope 2.6 planning - call for contributors!

2002-03-06 Thread Jerome Alet
On Wed, 6 Mar 2002, Joachim Werner wrote: - All the basic API (like store, delete, edit, ...) must be free of HTTP specifics, so that I can modifiy content either over a web frontend or over WebDAV, FTP, ... - and even via a fat client application like a wxPython application. Currently that

Re: [Zope-dev] syslog

2001-10-03 Thread Jerome Alet
On Wed, 3 Oct 2001, Toby Dickenson wrote: On Mon, 1 Oct 2001 20:53:00 +0200, Jerome Alet [EMAIL PROTECTED] wrote: It may prove to be useful when you want to do remote logging: you send all to the local syslog which in fact forwards it to a remote syslog server. I understand

Re: [Zope-dev] syslog

2001-10-01 Thread Jerome Alet
want to do remote logging: you send all to the local syslog which in fact forwards it to a remote syslog server. hth. Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] Vulnerability in Zope

2001-09-23 Thread Jerome Alet
, while this is not a vulnerability in itself, allows everybody to remotely know were Data.fs is. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] Weird message from Python Scripts

2001-07-04 Thread Jerome Alet
in context.ZopeFind(spec=['Python Script']): s.edit() ...or something? I think ZShell could do that, probably with its call command. get it from: http://cortex.unice.fr/~jerome/zshell and remember: the man command is your best friend. bye, Jerome Alet

Re: [Zope-dev] ZPL and GPL

2001-06-25 Thread Jerome Alet
supporters if they were GPLed. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce

[Zope-dev] Re: command-line zope.org product upload ?

2001-06-24 Thread Jerome Alet
, then adding zope-apt-get to ZShell (or why not directly to Zope) will be trivial. bye, Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

[Zope] Problem with Cut and Paste

2001-01-30 Thread Jerome Alet
e but not from a PythonScript: I receive a "No clipboard data found" error. Please could someone explain me what the problem is ? (I want it to work both from the management interface and from Python) Thanks in advance. Jerome Alet ___ Zope maillist

Re: [Zope] Problem with Cut and Paste

2001-01-30 Thread Jerome Alet
ime to see a message saying "500: Internal Server Error" but then it disappears and the message about the cookie length appears. Please could you test my method and see if it works for you because I sincerely don't know why it doesn't work here ? Thanks in advance for you

[Zope] BUG? was Re: [Zope] Problem with Cut and Paste

2001-01-30 Thread Jerome Alet
Good evening again, On Tue, Jan 30, 2001 at 08:45:06PM +0100, Jerome Alet wrote: On Tue, Jan 30, 2001 at 02:24:50PM -0500, Brian Lloyd wrote: This is your problem - Netscape allows a maximum of 4k of cookie data for a given site (and silently truncates the rest). I'm sorry

Re: [Zope] License

2001-01-29 Thread Jerome Alet
at a minimal fee covering the reproduction costs (a CDR probably) The point is you should sell your service instead of your code. hoping this will help your better undersstand what the GPL is all about. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Jerome Alet
On Mon, 29 Jan 2001, Andreas Heckel wrote: BTW: Why I'm not surprised the trouble starts with Win ;-) Oh, please !!! Please don't start a new flamewar here ;-)) bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

[Zope] BUG: Typo in CopySupport.py in 2.3.0 final

2001-01-27 Thread Jerome Alet
. hoping this will help. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http

[Zope] BUG with a patch

2001-01-27 Thread Jerome Alet
it to the colector but I don't know if it succeeded. hoping this will help Jerome Alet --- CopySupport.py.2.3.0-final Sat Jan 27 10:04:42 2001 +++ CopySupport.py Sat Jan 27 10:10:48 2001 @@ -280,9 +280,20 @@ """Rename several sub-objects"""

Re: [Zope] Add this and possible bug, was Re: [Zope] Add this to Wish list

2001-01-25 Thread Jerome Alet
On Thu, 25 Jan 2001, Jerome Alet wrote: [PARENT] = which moves the selected objects up to the parent folder. Of course this is just a convenience for Cut Paste, but saves some clicks. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Add this to Wish list

2001-01-24 Thread Jerome Alet
hon Script edition form ? Thanks in advance. Jerome Alet - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex

Re: [Zope] PythonScripts editable through FTP?

2001-01-24 Thread Jerome Alet
On Wed, 24 Jan 2001, Chris Withers wrote: Jerome Alet wrote: Maybe I've not seen the easy way to do it, if so tell me I'm stupid, but one thing would be very nice in the future version of Zope: A way to download Python Script's sources Now I cut and paste but it's horrible

Re: [Zope] PythonScripts editable through FTP?

2001-01-24 Thread Jerome Alet
On Wed, 24 Jan 2001, Chris Withers wrote: Jerome Alet wrote: I sincerely don't know because I've disabled FTP here. How come? What about WebDAV? don't use it either. I want to use my own text editor (JERED), not because it's the best to develop (far from that in fact) but because

[Zope] Add this and possible bug, was Re: [Zope] Add this to Wish list

2001-01-24 Thread Jerome Alet
On Wed, 24 Jan 2001, Evan Simpson wrote: From: Jerome Alet [EMAIL PROTECTED] Please could you include a button "Download Source" to the Python Script edition form ? Already done; There's a link in the paragraph below the text area, and above the upload form (in CVS). Th

[Zope] exchanging ids in a single transaction

2001-01-23 Thread Jerome Alet
MBytes large, but rarely) ? Any tip will be appreciated. Jerome Alet - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

Re: [zope] : Postgre installation problem

2001-01-23 Thread Jerome Alet
oPy module is not installed This is very clear. You don't have installed the PoPy module PoPy is needed by ZPoPyDA PoPy is the layer between PostgreSQL and ZPoPyDA: PostgreSQL -- PoPy -- ZPoPyDA -- Zope hoping this will help bye, Jerome Alet ___ Zop

Re: [Zope] ZWiki -- MS Word

2001-01-16 Thread Jerome Alet
character). Your boss will then be able to read it from Word directly. I bet your boss won't see anything, and it's very easy to do (at least I suppose) hoping this will help. bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp

Re: [Zope] Downloading All Zope products

2001-01-12 Thread Jerome Alet
On Thu, 11 Jan 2001, ethan mindlace fremen wrote: Jerome Alet wrote: You can find it at http://www.zope.org/Members/jerome/ZCPL This is not a dreadful thing, but how is it different from: http://www.zope.org/Products/all_products?batch_size%3Aint%3Arequired=265 It is VERY different

Re: [Zope] Downloading All Zope products

2001-01-12 Thread Jerome Alet
on zope.org do - and annotated with recent change date and required zope version). I've done it. Look at the new version at http://www.zope.org/Members/jerome/ZCPL Comments are welcome. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Downloading All Zope products

2001-01-11 Thread Jerome Alet
ent should be destroyed now then just do it, I don't want to put your servers on their knees. Hoping this will help someone else. Any comment is very welcome. bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Jerome Alet
someone else thought the same before ;-) Perhaps putting a link to your own page on the "All Products" page at zope.org would be useful ? Anyway thanks for all. Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.o

[Zope] permissions problem upgrading to 2.3.0a1 from 2.1.6

2001-01-10 Thread Jerome Alet
use 2.2.5 instead of 2.3.0a1 (I'd like to be able to use PythonScripts) ? Thanks in advance. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107

Re: [Zope] permissions problem upgrading to 2.3.0a1 from 2.1.6

2001-01-10 Thread Jerome Alet
On Wed, Jan 10, 2001 at 09:49:53PM +0100, Dieter Maurer wrote: Jerome Alet writes: ... permission problem upgrading ZClasses from 2.1.6 to 2.3a1 ... Are your ZClasses pure Zope ZClasses or do they contain Python based products? They contain some PythonMethods (not Scripts !), external

Re: [Zope] Creating product with Python

2000-12-20 Thread Jerome Alet
ns. What that Error message means? This is self explanatory: each of your methods needs a docstring, e.g.: def mymethod(self, ...) : """My doc string""" ... otherwise Zope don't like them hoping this will help Jerome Alet

RE: [Zope] Best Zope way to split a textfield on 2000 char increments

2000-12-15 Thread Jerome Alet
hich are the first 3 characters from a. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce h

[Zope-dev] Re: [Zope] IE5 / Medusa bug?

2000-12-14 Thread Jerome Alet
! base href is exactly 11 bytes long. Couldn't it be that the content-length is computed by Zope before you automatically add this tag ? just my 0.02 euros Jerome Alet ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope] How to debug access denials?

2000-12-14 Thread Jerome Alet
ibly unreadable and hardly understandable format." ? What Stephane asks for would be very nice, IMHO. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] IE5 / Medusa bug?

2000-12-14 Thread Jerome Alet
! base href is exactly 11 bytes long. Couldn't it be that the content-length is computed by Zope before you automatically add this tag ? just my 0.02 euros Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

Re: [Zope] adding roles to Zope in Product.initialize()

2000-11-29 Thread Jerome Alet
rAdd() method # of you base class # e.g.: Folder.manage_afterAdd(self, item, container) ---CUT--- So the role will be created in your instance during its creation, but only if doesn't exist yet (or can't be acquired from the above level). hopin

[Zope] seeking zope success stories in higher education

2000-11-24 Thread Jerome Alet
also interested in testimonials about the use of WebCT or similar products. Thank you very much. PS: As always this is urgent :-( Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53

Re: [Zope] The Calendar Tag

2000-11-20 Thread Jerome Alet
lse has got a better idea. bye, and good luck. Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo

Re: [Zope] Re: DateTime

2000-11-10 Thread Jerome Alet
On Fri, 10 Nov 2000, Chris Withers wrote: mxDateTime is _not_ the DateTime in Zope. If only it was It's voting season, so I vote +10 for this one. bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Fac de Medecine de Nicehttp://wwwmed.unice.fr Tel: (+33) 4 93

Re: [Zope] Single html checkbox as list?

2000-09-25 Thread Jerome Alet
just do something like: input type="checkbox" name="yourname:list" good luck Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

Re: [Zope] Should I use ZODB or not ?

2000-09-20 Thread Jerome Alet
...) permissions under Zope, and do all the presentation in Zope, while not being attached to Zope if we want to easily dump our datas somewhere else. Thanks to all. Now all I have to do is just kill these PHP guys there ;-)) bye, Jerome Alet ___ Zope maillist

Re: [Zope] How best to restart Zope?

2000-09-19 Thread Jerome Alet
script tries to detect this situation because in this case -Z would be inefficient, and tries to restart Zope after a timeout. Sorry if it didn't answered your question. bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope] Zope and the GPL poison pill

2000-09-13 Thread Jerome Alet
clarify the situation for all of us if DC and the FSF could get in touch, talk about all this, and give us a final explanation, agreed by both, explaining exactly what we can and can't do regarding this licensing problem. bye, Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte

Re: [Zope] Zope and the GPL poison pill

2000-09-13 Thread Jerome Alet
napalm, I've found this discussion very calm and interesting, now IMHO all we have to do is to wait for something from DC and the FSF. Jerome ALET - GPL Fanatic, and proud of it. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-26 Thread Jerome Alet
my vote is: +1 Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE ___ Zope maillist - [EMAIL PROTECTED

[Zope] Re: Probably Zope Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-26 Thread Jerome Alet
On Wed, 26 Jul 2000, Dieter Maurer wrote: I analysed this strange behavior in Zope 2.1.6 and have a partial explanation. Hi, thank you very much for your time, your explanations and your workaround. I'll test this ASAP and tell you the result. thanks again. bye, Jerome ALET - [EMAIL

[Zope] problem with manage_permission

2000-07-26 Thread Jerome Alet
MyClass (it works), then try to manually modify the permissions using the MyClass instance's security tab, then it works flawlessly. Does anyone have got an idea about where the problem may come from ? thanks in advance. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte d

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-24 Thread Jerome Alet
Hi, now I'm at work I've tested your solution, read below. On Sun, 23 Jul 2000, Dieter Maurer wrote: Jerome ALET writes: I want to do the following loop in Zope 2.1.6: dtml-in "ZopeFind(this(), obj_metatypes=['Folder'], search_sub=1, obj_expr=XXX" where XXX is "n

Re: [Zope] looping through objectValues, how to get methods?

2000-07-19 Thread Jerome Alet
lar fashion? For example: if hasattr(i, 'djname'): #get djname variable if hasattr(i, 'mixing_for()'): #try to get mixing_for() method did you try removing the parenthesis, like: if hasattr(i, 'mixing_for') good luck Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.

Re: [Zope] hard dtml syntax problem

2000-07-13 Thread Jerome Alet
On Wed, 12 Jul 2000, ethan mindlace fremen wrote: Jerome Alet wrote: Hi want to call ZopeFind to find all folders in the current folder which doesn't have got any subfolder. the following query works but returns all folders, even those which have got subfolders: dtml-let

Re: [Zope] hard dtml syntax problem

2000-07-13 Thread Jerome Alet
On Thu, 13 Jul 2000, Bill Anderson wrote: Jerome Alet wrote: Hi want to call ZopeFind to find all folders in the current folder which doesn't have got any subfolder. Sorry, I should have added : recursively !!! I'm confused. You said you only were concerned about the _current_

[Zope] hard dtml syntax problem

2000-07-11 Thread Jerome Alet
the exact result length and I don't want to rebuild a list of matching results since the Zope Search Interface can do it. thanks in advance for any answer. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Ave

Re: [Zope] Stupid Question Time

2000-07-11 Thread Jerome ALET
ings) bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )

[Zope] a product with external methods

2000-07-10 Thread Jerome Alet
estarted Zope but with no luck. please could someone help me ? thanks in advance. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE __

[Zope] questions on creating a ZClass

2000-07-06 Thread Jerome Alet
to the instance, then it works fine ! Please could someone explain me ? thanks in advance. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

Re: [Zope] problem with ZopeFind and objectValues

2000-07-04 Thread Jerome Alet
I can now answer in part: On Mon, 3 Jul 2000, Jerome Alet wrote: dtml-in "ZopeFind(this(), obj_metatypes=['Folder'])" dtml-var id - dtml-var title /dtml-in gives me the following error: """Unauthorized You are not authorized to access id.""&q

Re: [Zope] Question from ZopeNewbies poster. . .

2000-06-30 Thread Jerome ALET
m-data" Filename: input type="file" name="myfile" /form then in your_dtml_method REQUEST['file'] should contain your file contents IIRC. good luck Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org

[Zope] Is there a bug in Zope ? (was Re: [Zope] problem testing permissions)

2000-06-28 Thread Jerome Alet
On Tue, 27 Jun 2000, Jerome Alet wrote: If I log in as a user I've created in one of the subfolders then my test seems to be wrong (see below). here's my code which should create an html link to the add form if the logged in user is a manager for the subfolder (e.g. jerome for Courses

Re: [Zope] Wrong mime type sent by Zope on every page

2000-06-09 Thread Jerome Alet
On Thu, 8 Jun 2000, Andrew Diller wrote: Server: Zope/Zope 2.1.6 (source release, python 1.5.2, linux2) ZServer/1.1b1 Why does Server: return linux2? This is an Compaq Alpha running Tru64!?! No. That's what you are told it is. In fact it's an i386 under GNU/Linux ;-)) bye, Jerome ALET

[Zope] ZClass question

2000-06-05 Thread Jerome Alet
with the different permissions I need ? thanks in advance for any hint. Jerome ALET - [EMAIL PROTECTED] - http://cortex.unice.fr/~jerome Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

[Zope] a patch for the calendar tag 0.9.10

2000-06-04 Thread Jerome ALET
, Jerome Alet --- CalendarTag.py.orig Sun Jun 4 11:09:54 2000 +++ CalendarTag.py Sun Jun 4 11:08:43 2000 @@ -114,6 +114,22 @@ self.week_sday = int(weekdays[0]) self.week_ndays = int(weekdays[1]) +def __cutmonthname(self, name, length) : +"""Cuts

Re: [Zope] a patch for the calendar tag 0.9.10

2000-06-04 Thread Jerome ALET
, Jerome Alet On Sun, Jun 04, 2000 at 11:20:34AM +0200, Jerome ALET wrote: here's a patch for the Calendar 0.9.10 product. ... The Calendar product doesn't cut the month names correctly in regard to these entities, especially in week mode when a week was between two months