[Zope] [ANN] Zope 2.9.4 released

2006-07-20 Thread Andreas Jung
Hi all, on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.9.4. This bugfix release corrects the information exposure vulnerability addressed in the 2007/07/05 Hotfix., http://www.zope.org/Products/Zope/Hotfix-2006-07-05 You may remove that

Re: [Zope] Catalog aware

2006-07-20 Thread Garito
Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: ... Sure, but I can't create a new product for every product I'll use only to do it catalog aware, isn't it? Yes you can. Why not? I mean you are using them - so you can

Re: [Zope] Announcing the release of Zope version 2.8.8

2006-07-20 Thread kit BLAKE
Hi Tres, - Extension Classes were rewritten as Python new-style classes making all features of Python new-style classes available in Zope objects. This includes support for cyclic garbage collection. Does this mean that the following is fixed? Quoting from the Zope 2.9.4

Re: [Zope] Catalog aware

2006-07-20 Thread Tino Wildenhain
Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: ... Sure, but I can't create a new product for every product I'll use only to do it catalog aware, isn't it? Yes you can. Why not? I mean you are using them

Re: [Zope] Reading and parsing a text file object

2006-07-20 Thread Eric Fernandez
Roberto Benitez wrote: The following worked for me: with a file object containing the following text: line one of test file line two of test file line three of test file I was table to parse lines w/ following code: file=%s % context.textfile num=1 for line in file.split(\n): print

Re: [Zope] Catalog aware

2006-07-20 Thread Garito
Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: ... Sure, but I can't create a new product for every product I'll use only to do it catalog aware, isn't it? Yes you can. Why not? I

Re: [Zope] Catalog aware

2006-07-20 Thread Martijn Pieters
On 7/20/06, Garito [EMAIL PROTECTED] wrote: Please read the catalog section again: there isnt the object in the catalog! Again: The object is _not_ in the catalog. Its all about usefull indexes and maybe object metadata. So again: _what_ actually do you expect to find? When I talk about was

Re: [Zope] Catalog aware

2006-07-20 Thread Tino Wildenhain
Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: ... Sure, but I can't create a new product for every product I'll use only to do it catalog aware, isn't it? Yes you

Re: [Zope] Catalog aware

2006-07-20 Thread Sascha Welter
(Wed, Jul 19, 2006 at 12:00:09PM -0400) [EMAIL PROTECTED] wrote/schrieb/egrapse: Subject: Re: [Zope] Catalog aware Andreas Jung wrote: It makes little sense to index the contents of PTs. PTs are used to present a view on a particular instance of your class but not for providing content

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Garito
Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: Tino Wildenhain escribió: Garito wrote: ... Sure, but I can't create a new product for every product I'll use only to do it catalog aware, isn't it?

Re: [Zope] Reading and parsing a text file object

2006-07-20 Thread blists
Roberto Benitez wrote: file=%s % context.textfile Huh? Isn't that just a weird and probably inefficient way of writing file=str(context.textfile)? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] Catalog aware

2006-07-20 Thread Martijn Pieters
Please don't email me personally; let's keep this discussion on the list. Garito wrote: Yes, the indexes depends on the entity (I don't know what indexes I use until I define the entity but I need to catalog every characteristic of the entity) For example if I have a entity with a container

Re: [Zope] Reading and parsing a text file object

2006-07-20 Thread Eric Fernandez
[EMAIL PROTECTED] wrote: Roberto Benitez wrote: file=%s % context.textfile Huh? Isn't that just a weird and probably inefficient way of writing file=str(context.textfile)? Sso I was mistaken when I said \n were removed... I can indeed split by '\n' the result of

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Garito
Martijn Pieters escribió: Please don't email me personally; let's keep this discussion on the list. Garito wrote: Yes, the indexes depends on the entity (I don't know what indexes I use until I define the entity but I need to catalog every characteristic of the entity) For example if I

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Tino Wildenhain
Garito wrote: Martijn Pieters escribió: Please don't email me personally; let's keep this discussion on the list. Garito wrote: Yes, the indexes depends on the entity (I don't know what indexes I use until I define the entity but I need to catalog every characteristic of the entity) For

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Martijn Pieters
On 7/20/06, Garito [EMAIL PROTECTED] wrote: No, we need a use-case. Otherwise you have what we call a YAGNI, a You aint gonna need it feature that noone will maintain because noone uses it. A vague notion that you'd like to see this for your application is not a use-case. I use these

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Garito
Martijn Pieters escribió: On 7/20/06, Garito [EMAIL PROTECTED] wrote: No, we need a use-case. Otherwise you have what we call a YAGNI, a You aint gonna need it feature that noone will maintain because noone uses it. A vague notion that you'd like to see this for your application is not a

Re: [Zope] (no subject)

2006-07-20 Thread José Henrique
I couldn't reproduce this behavior. When I try to make such assignement (myObject.title='The new title'), Zope returns this messageattribute-less object (assign or del) I'm using Zope 2.7.6-final, python 2.3.4. Jose Henrique2006/7/18, Martijn Pieters [EMAIL PROTECTED]: On 18 Jul 2006 19:12:54

Re: [***SPAM*** Score/Req: 04.00/04.00] Re: [Zope] Catalog aware

2006-07-20 Thread Martijn Pieters
On 7/20/06, Garito [EMAIL PROTECTED] wrote: What do you think? I realize this is probably because English isn't your first language, but I completely failed to understand there what your application does or tries to accomplish. I just cannot reconstruct what the application should do for your

[Zope] default webpage after External Method script executed

2006-07-20 Thread Alan
Hi! My simple webpage for submitting files is ok. It calls a External Method script to do all the dirty job. However, I am running out of ideas of how to get back to my default submitting web page after submitting a file (and thus execute the script). Any idea would be very welcome. Thanks in

Re: [Zope] default webpage after External Method script executed

2006-07-20 Thread Andreas Jung
--On 20. Juli 2006 19:25:11 +0100 Alan [EMAIL PROTECTED] wrote: Hi! My simple webpage for submitting files is ok. It calls a External Method script to do all the dirty job. However, I am running out of ideas of how to get back to my default submitting web page after submitting a file (and

Re: [Zope] default webpage after External Method script executed

2006-07-20 Thread Tino Wildenhain
Andreas Jung wrote: --On 20. Juli 2006 19:25:11 +0100 Alan [EMAIL PROTECTED] wrote: Hi! My simple webpage for submitting files is ok. It calls a External Method script to do all the dirty job. However, I am running out of ideas of how to get back to my default submitting web page after

Re: [Zope] default webpage after External Method script executed

2006-07-20 Thread Andreas Jung
--On 20. Juli 2006 20:48:16 +0200 Tino Wildenhain [EMAIL PROTECTED] wrote: return self.context.REQUEST.RESPONSE.redirect(some_url_plus_query_string) valid but very ugly. Why not just return the result of the call of a template? You might be interested have the original page under the

[Zope] Re: Announcing the release of Zope version 2.8.8

2006-07-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kit BLAKE wrote: Hi Tres, - Extension Classes were rewritten as Python new-style classes making all features of Python new-style classes available in Zope objects. This includes support for cyclic garbage collection. Does this mean

[Zope-Checkins] SVN: Zope/branches/2.9/ - Fixup usage of urljoin in webdav.davcmds

2006-07-20 Thread Sidnei da Silva
Log message for revision 69225: - Fixup usage of urljoin in webdav.davcmds (a shame I missed the deadline to Zope 2.9.4) Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/webdav/common.py U Zope/branches/2.9/lib/python/webdav/davcmds.py -=-

[Zope-Checkins] SVN: Products.Five/branches/1.4/CHANGES.txt Reorganized changelog entries to reflect bug fixes and restructuring for unreleased.

2006-07-20 Thread Rocky Burt
Log message for revision 69227: Reorganized changelog entries to reflect bug fixes and restructuring for unreleased. Changed: U Products.Five/branches/1.4/CHANGES.txt -=- Modified: Products.Five/branches/1.4/CHANGES.txt ===

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-07-20 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-bbwin6. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6712 Blamelist: andreasjung,baijum,benji,benji_york,jens,jim,jinty,poster,srichter,tseaver BUILD FAILED: failed compile

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2006-07-20 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6712 Blamelist: andreasjung,baijum,benji,benji_york,jens,jim,jinty,poster,srichter,tseaver BUILD FAILED: failed test sincerely, -The

[Zope-dev] Zope 2.9.4 broken ?

2006-07-20 Thread dummy
Hi, I've downloaded the latested tar ball fro Zope Zope-2.9.4-final.tgz, unpacked it and try to build/install it on SuSE Linux 9.2 with Python 2.4.3 /usr/src/packages/BUILD/Zope-2.9.4-final # ./configure Configuring Zope installation Testing for an acceptable Python interpreter... Python

Re: [Zope-dev] Zope 2.9.4 broken ?

2006-07-20 Thread Andreas Jung
--On 20. Juli 2006 13:09:37 +0200 [EMAIL PROTECTED] wrote: Hi, I've downloaded the latested tar ball fro Zope Zope-2.9.4-final.tgz, unpacked it and try to build/install it on SuSE Linux 9.2 with Python 2.4.3 /usr/src/packages/BUILD/Zope-2.9.4-final # ./configure Configuring Zope

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-07-20 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-bbwin6. Buildbot URL: http://buildbot.zope.org/ Build Reason: The web-page 'force build' button was pressed by '': Build Source Stamp: None Blamelist: BUILD FAILED: failed compile sincerely, -The Buildbot

[Zope-dev] Re: Zope 2.9.4 broken ? (solved)

2006-07-20 Thread dummy
Hi, I found the solution for my problem: There was a build folder under lib/python called build/lib/lib-i686-2.4/... Don't know where it comes from. Maybe a wrong setup before current install process. Removing lib/python/build solved my problem. Regards, Dirk -- Feel free – 10 GB Mailbox,

RE: [Zope-PAS] groups/roles and PAS

2006-07-20 Thread Mrozkowski, Andy
Title: RE: [Zope-PAS] groups/roles and PAS PERFECT!Ben, you are awesome - I really struggled with this!Thanks!One thing to note, after following your directions I got an error afterthe new role-type tried to add content, even though permissions seemedhigh enough in the folderish object, I