[Zope-dev] Re: zope.app stitching

2005-11-04 Thread Philipp von Weitershausen
Jim Fulton wrote: > We need to stitch zope.app into Zope 2 more carefully than we > are now. Much of what we are stitching is unreleased in Zope3 > and depends on things not stitched nto Zope 2. > > Among other things, this means that we can't use > > python2.4 test.py -m. > > to run all test

[Zope-dev] Re: RFC: product initialization cleanup and improvements

2005-11-04 Thread yuppie
Hi! Some things turned out a bit different than proposed, so I want to report back: 1.) 'action' key: - I'd like to give empty 'action' values a special meaning: The meta_type is not visible in the add drop down in the ZMI. The five:registerClass directive allows to set e

[Zope-dev] isDavCollection vs. isAnObjectManager

2005-11-04 Thread yuppie
Hi! Is there any good reason why a true 'isAnObjectManager' makes an object a DAV collection? I'd like to check in this small patch on the trunk: Index: PropertySheets.py === --- PropertySheets.py (revision 39879) +++ Property

[Zope-dev] Re: zope.app stitching

2005-11-04 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: We need to stitch zope.app into Zope 2 more carefully than we are now. Much of what we are stitching is unreleased in Zope3 and depends on things not stitched nto Zope 2. Among other things, this means that we can't use python2.4 test.py -m

Get rid of configure/make? (was Re: [Zope-dev] Re: SVN: Zope/trunk/ Merge philikon-zope32-integration branch. Basically, this branch entails:)

2005-11-04 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: What changes are those? A fresh Zope trunk checkout works for me. Here's what I did: $ svn co svn+ssh://[EMAIL PROTECTED]/repos/main/Zope/trunk Zope-trunk $ cd Zope-trunk $ ./configure $ make That worked for me (though I usually don't do

Re: [Zope-dev] File uploading with Zope

2005-11-04 Thread Jens Vagelpohl
On 4 Nov 2005, at 02:42, Thanh Hải, Hà wrote: 2005/11/3, Jens Vagelpohl <[EMAIL PROTECTED]>: No it is not. And doing that opens up security risks. You need to write a Python product or external method. jens Is there an example of how to implement it in external method or python product?

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

2005-11-04 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-buildbot. 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] buildbot failure in Zope trunk 2.4 Windows 2000 fred-win

2005-11-04 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 fred-win. 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 test sincerely, -The Buildbot _

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 fred-win

2005-11-04 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 fred-win. 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 failed slave lost sincerely, -The Buildbot

Re: [Zope-dev] File uploading with Zope

2005-11-04 Thread Thanh Hải , Hà
2005/11/3, Jens Vagelpohl <[EMAIL PROTECTED]>: No it is not. And doing that opens up security risks. You need towrite a Python product or external method.jens    Is there an example of how to implement it in external method or python product?  ___ Zope-D