[Zope-Checkins] SVN: Zope/branches/2.10/ - updated deprecation warnings

2006-06-22 Thread Yvo Schubbe
Log message for revision 68788: - updated deprecation warnings Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/OFS/Application.py -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === ---

Re: [Zope-dev] Re: default view

2006-06-22 Thread Philipp von Weitershausen
Dieter Maurer wrote: Florent Guillaume wrote at 2006-6-18 02:05 +0200: ... if hasattr(object,'__bobo_traverse__'): subobject=object.__bobo_traverse__(request, name) If you are working on it, then you should implement a means that __bobo_traverse__ can tell the

Re: [Zope-dev] Re: default view

2006-06-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philipp von Weitershausen wrote: Dieter Maurer wrote: Florent Guillaume wrote at 2006-6-18 02:05 +0200: ... if hasattr(object,'__bobo_traverse__'): subobject=object.__bobo_traverse__(request, name) If you are working

[Zope-dev] Re: Proposal: Scrap zpkg for Zope2 releases

2006-06-22 Thread Philipp von Weitershausen
Tres Seaver wrote: I believe that the extra flexibility which zpkg is intended to provide (dependency-based subset distributions, primarily) would be better served by moving Zope to use eggs, and that we should thus retire zpkg as the means for building Zope2 releases. +1

Re: [Zope-dev] Proposal: Scrap zpkg for Zope2 releases

2006-06-22 Thread Andreas Jung
--On 22. Juni 2006 11:01:21 -0400 Fred Drake [EMAIL PROTECTED] wrote: On 6/22/06, Tres Seaver [EMAIL PROTECTED] wrote: I believe that the extra flexibility which zpkg is intended to provide (dependency-based subset distributions, primarily) would be better served by moving Zope to use eggs,

Re: [Zope-dev] Proposal: Scrap zpkg for Zope2 releases

2006-06-22 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Jun 2006, at 16:35, Tres Seaver wrote: I believe that the extra flexibility which zpkg is intended to provide (dependency-based subset distributions, primarily) would be better served by moving Zope to use eggs, and that we should thus retire

Re: [Zope-dev] Proposal: Scrap zpkg for Zope2 releases

2006-06-22 Thread Chris McDonough
+1, back to the future... I'll note that when I was getting this stuff done in 2.7, it was incredibly useful to try to package Zope as an RPM (or deb, etc) while doing itbecause you find out where all the pointy edges are. Some of the functionality of the install routine (copyzopeskel in

Re: [Zope-dev] Proposal: Scrap zpkg for Zope2 releases

2006-06-22 Thread Dieter Maurer
Tres Seaver wrote at 2006-6-22 10:35 -0400: ... I believe that the extra flexibility which zpkg is intended to provide (dependency-based subset distributions, primarily) would be better served by moving Zope to use eggs, and that we should thus retire zpkg as the means for building Zope2

Re: [Zope-dev] Re: default view

2006-06-22 Thread Dieter Maurer
Florent Guillaume wrote at 2006-6-22 14:50 +0200: ... Fixing this incompatibility without breaking applications which may be unknowingling dependent on it is going to be hard. Which is one of the reasons why abandoning it and moving on to Zope 3 traversal is the only sane way to proceed :)

Re: [Zope-dev] Re: default view

2006-06-22 Thread Dieter Maurer
Philipp von Weitershausen wrote at 2006-6-22 09:03 +0200: Dieter Maurer wrote: ... If you are working on it, then you should implement a means that __bobo_traverse__ can tell the caller that it should use the normal default. ... In our private Zope version, I have used an exception

Re: [Zope-PAS] Domainauth

2006-06-22 Thread Zachery Bir
On Jun 22, 2006, at 3:25 AM, Janko Hauser wrote: Hello, I'm trying to setup a domain based authentication. The situation is, that there is already a cookie-based authentication. Additionally we want to enable a direct login for some specific domains. Is this at all possible? I added a

Re: [Zope-PAS] Domainauth

2006-06-22 Thread Janko Hauser
Am 22.06.2006 um 13:48 schrieb Zachery Bir: Woops. Like I said, too long since I played in it. It runs request.getClientAddr(), which does take HTTP_X_FORWARDED_FOR, but only if the default REMOTE_ADDR is in an attribute called `trusted_proxies`. From lib/python/ZPublisher/HTTPRequest.py

Re: [Zope-PAS] Re: Domainauth

2006-06-22 Thread Janko Hauser
Am 22.06.2006 um 15:39 schrieb Tres Seaver: The sequence which creates a user object is defined in the PAS.validate method: ... Very good documentation snipped I followed this path and found the culprit. The cookie_auth_helper extends the credentials with the remote_addr only if it

[Zope] Need prof. tool for conversion html-pdf

2006-06-22 Thread Tomasz Bielecki
Greetings to all, my company is searching for a tool capable of producing good quality pdf's from page templates or documents on the fly. This tool should somehow integrate with Zope. It could be Zope/Plone product, python script or even shell script invoked by Zope. It can be commercial (and

[Zope] Re: Need prof. tool for conversion html-pdf

2006-06-22 Thread Max M
Tomasz Bielecki wrote: Greetings to all, my company is searching for a tool capable of producing good quality pdf's from page templates or documents on the fly. This tool should somehow integrate with Zope. It could be Zope/Plone product, python script or even shell script invoked by Zope. It

[Zope] ExternalMethod for exporting un-pickled Office files to the filesystem etc

2006-06-22 Thread michael nt milne
HiJust wondering if anyone has written or attempted to write a script which would read through a site built using Zope and write all attached/uploaded files (Word, PDF, Excel) etc to a filesystem location in an un-pickled format. Therefore the files would be usable by their native application and

Re: [Zope] ExternalMethod for exporting un-pickled Office files to the filesystem etc

2006-06-22 Thread Tino Wildenhain
michael nt milne schrieb: Hi Just wondering if anyone has written or attempted to write a script which would read through a site built using Zope and write all attached/uploaded files (Word, PDF, Excel) etc to a filesystem location in an un-pickled format. Therefore the files would be usable

Re: [Zope] ExternalMethod for exporting un-pickled Office files to the filesystem etc

2006-06-22 Thread michael nt milne
Cheers, thanks a lot for that. I'll give it a go. I still may be interested in sponsoring a version with the improvements you mention etc and possibly more. Would that code be compatible for Unix and also for Windows NTFS? ThanksOn 6/22/06, Tino Wildenhain [EMAIL PROTECTED] wrote: michael nt milne

Re: [Zope] ExternalMethod for exporting un-pickled Office files to the filesystem etc

2006-06-22 Thread Tino Wildenhain
michael nt milne schrieb: Cheers, thanks a lot for that. I'll give it a go. I still may be interested in sponsoring a version with the improvements you mention etc and possibly more. Would that code be compatible for Unix and also for Windows NTFS? at the moment, yes ( using os.path.join()

RE: [Zope] ExternalMethod for exporting un-pickled Office files tothe filesystem etc

2006-06-22 Thread Krishna Shukla
How we can read the plone file File from zodb in one file object. Regards Krishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tino Wildenhain Sent: Thursday, June 22, 2006 5:04 PM To: michael nt milne Cc: zope list user Subject: Re: [Zope]

Re: [Zope] ExternalMethod for exporting un-pickled Office files tothe filesystem etc

2006-06-22 Thread Tino Wildenhain
Krishna Shukla schrieb: How we can read the plone file File from zodb in one file object. Regards Krishna should work similar - but check the API docs. The meta-type is probably a bit different so you need to extend it in the Zopefind() call. Also for ultra performance, Zope file objects

Re: [Zope] ExternalMethod for exporting un-pickled Office files tothe filesyste

2006-06-22 Thread Martin Aspeli
Tino Wildenhain wrote: Krishna Shukla schrieb: How we can read the plone file File from zodb in one file object. Regards Krishna should work similar - but check the API docs. The meta-type is probably a bit different so you need to extend it in the Zopefind() call. Also for ultra

[Zope] ZWiki with Zope 2.7, OS X Server 10.4.x

2006-06-22 Thread baiewola
I installed ZWiki by unpacking and putting the folder into my Zope Products directory. I restarted Zope and ZWiki shows up as a valid product. However, when I actually try to add a ZWiki from the select type to add... pulldown menu, I get this error: Time2006/06/22 09:05:41.911 GMT-4 User

Re: [Zope] ZWiki with Zope 2.7, OS X Server 10.4.x

2006-06-22 Thread Alexis Roda
En/na baiewola ha escrit: I didn't find anything on zwiki.org about this issue, and I tried Googling with no success. If you have experienced this issue, would you please tell me how you fixed it? http://zwiki.org/1269AddingA054ZwikiThroughTheZMIFailsBecauseOfACaseMismatch HTH

Re: [Zope] Problem with constructTransientObjectContainer - Resolved

2006-06-22 Thread Jean Jordaan
Hi Jonathan user once, then it is discarded. In order to eliminate many writes to the zodb (disk), I have decided to put the customized images into a temporary folder (RAM). Can't you just put the images in the TOC and let them expire by themselves? -- jean

Re: [Zope] Problem with constructTransientObjectContainer - Resolved

2006-06-22 Thread Jonathan
- Original Message - From: Jean Jordaan [EMAIL PROTECTED] To: zope@zope.org Sent: Thursday, June 22, 2006 11:32 AM Subject: Re: [Zope] Problem with constructTransientObjectContainer - Resolved Hi Jonathan user once, then it is discarded. In order to eliminate many writes to the

[Zope] ANN (Screencast): Installing Zope at WebFaction

2006-06-22 Thread Remi Delon
Hello everyone, WebFaction (formerly Python-Hosting.com) have just released a screencast demo of their control panel. The 6 minute demo shows how you can setup a Rails, WordPress, Django and TurboGears application in a few clicks, and then mount these applications on various domain(s)/URL(s).

[Zope] Re: ExternalMethod for exporting un-pickled Office files tothe filesyste

2006-06-22 Thread michael nt milne
Of course-I hadn't thought of that. A small WebDav or Ftp script could be written to do that in a batch. I guess possibly not ultimately the most elegant as it would involve the server connecting to itself using a remote connection to transfer files internally? Still worth a try. Would be nice to