Re: [Zope-dev] http access to svn repos?

2006-03-08 Thread Chris Withers
Jim Fulton wrote: Not in principle. In fact, I would find it convenient for a particular project. I doubt that anyone with access to that machine has time, \ although I can only speak for myself. If I could get access, I'd make time ;-) I think I used to have it, and I may well still do, but

Re: [Zope-dev] Re: http access to svn repos?

2006-03-08 Thread Chris Withers
Jim Fulton wrote: At one point, enabling the 'http:' checkout gateway was a sure-fire recipe for getting SVN's knickers in a twist, which is why we disabled it. Or maybe that was ViewCSV. Actually, it was BekeleyDB. :) And Jens has fixed that now, iirc? The main obstical was that it

RE: [Zope-dev] Re: http access to svn repos?

2006-03-08 Thread Mark Hammond
Chris quoting Jim: lame program for uploading keys, I find the ssh-based access mechanism to be far more usable and secure. Secure, maybe, but is it really worth it? Usable? Don't agree, especially if you're trying to develop on Windows... As a data-point, for the last year or 2, I've

Re: [Zope-dev] Re: http access to svn repos?

2006-03-08 Thread Tino Wildenhain
Mark Hammond schrieb: Chris quoting Jim: ... I would support HTTP anonymous checkouts. I'm really against writable HTTP checkouts because I consider the credentials mechanism for HTTP access to be extremely lame. whether SVN or not, I'm guessing any use of HTTP basic authentication

[Zope-dev] [Zope2] ZODB load optimization ineffective due to ExtensionClass flaw

2006-03-08 Thread Dieter Maurer
The ZODB allows to include the class (a reference to it) into persistent references in order to avoid loading the object state when a ghost object needs to be created for the persistent reference. For this to work, the class must not require arguments to __new__. The ZODB checks whether the class

Re: [Zope-dev] Re: http access to svn repos?

2006-03-08 Thread Jim Fulton
Mark Hammond wrote: Chris quoting Jim: ... whether SVN or not, I'm guessing any use of HTTP basic authentication mechanism qualifies as extremely lame! I've no idea if this is what Jim meant though :) OK, for those not familiar with svn/HTTP authentication, as I understand it you have to

[Zope-dev] Re: [Zope2] ZODB load optimization ineffective due to ExtensionClass flaw

2006-03-08 Thread Jim Fulton
Dieter Maurer wrote: The ZODB allows to include the class (a reference to it) into persistent references in order to avoid loading the object state when a ghost object needs to be created for the persistent reference. For this to work, the class must not require arguments to __new__. The ZODB

Re: [ZWeb] testimonials

2006-03-08 Thread Brad Allen
For the middle content well of version 3 i thought it would be nice to have some catchy testimonials somewhere. I remember seeing somewhere Zope is what Cold Fusion wants to be. In a marketing sense, these quick little blurbs can be very effective. Can anyone else think of testimonials like

Re: [Zope] TAL tutorial

2006-03-08 Thread Sascha Welter
(Tue, Mar 07, 2006 at 12:00:05PM -0500) [EMAIL PROTECTED] wrote/schrieb/egrapse: From: John Poltorak [EMAIL PROTECTED] Subject: [Zope] TAL tutorial Can anyone point me to a good TAL tutorial for people who have difficulty getting to grips with it? Assuming you have read and practiced the 2

[Zope] Re: Need Urgent Help

2006-03-08 Thread Max M
Andrew Milton wrote: +---[ Andreas Jung ]-- | | But learn to post before posting again. | Subjects like need urgent help + cross-postings are the first step | for a consultant to throw such a posting into the trashcan. Actually we rub our hands together and triple our

Re: [Zope] Help needed to simplify some code

2006-03-08 Thread Chris Withers
John Poltorak wrote: Several months ago someone provided me with me with some sample code which did exactly what I wanted, but looking at it again it looks a little unwieldy and could do with tidying up. It consists of:- span tal:define=opts

Re: [Zope] repozo.py

2006-03-08 Thread Chris Withers
Dennis Allison wrote: I assume that the they are backward compatible and that the repozo.py shipped with Zope 2.9.0 is compatible with all variations of the Data.fs format. I would play it safe and use the repozo.py appropriate for each version of Zope you're using to drive each ZEO

Re: [Zope] Need Urgent Help

2006-03-08 Thread Chris Withers
Andrew Milton wrote: | haha...do you have the need to accept any customer? :-) No, but, you can't just turn them away either d8) Yeah, but I'm sure we'd all need customers like him about as much as a hole in the head made with a rusty cork-screw ;-) Chris -- Simplistix - Content

[Zope] searching free hosting

2006-03-08 Thread Fabio
Hi! I'm looking for a free hosting service to publish my homepage. Freezope.org seems to be unavailable (registration form does not load). Anyone knows another site/service like freezope? Thanks, Fabio -- Dott. Fabio Marcone 2T srl Telefono +39 - 0871- 540154

Re: [Zope] repozo.py

2006-03-08 Thread Tim Peters
[Dennis Allison] We are (finally) moving to repozo for our backups. We are running a mixed collection of Zopes -- mostly Zope 2.7.6, Zope 2.8.X and Zope 2.9.0. For the near term we cannot move to a single release. There are differences between the versions of repozo distributed with the

[Zope] question: upload files to folder AND database

2006-03-08 Thread Olivier Wambacq
hello, is it possible to upload files in plone, using a form (like the form in plonelocalfolderNG) AND sending a url to that file + additional information to a database using popy connection? I can upload files using plonelocalfolderNG, but I can't send any more info with it. + I need to sort

Re: [Zope] question: upload files to folder AND database

2006-03-08 Thread Andrew Milton
+---[ Olivier Wambacq ]-- | hello, | | is it possible to upload files in plone, using a form (like the form in | plonelocalfolderNG) AND sending a url to that file + additional information | to a database using popy connection? | | I can upload files using

Re: [Zope] Zope Managed Server

2006-03-08 Thread Jonathan
If you want your own 'dedicated' server it would probably be cheaper to get your own machine, load configure zope to your specifications and then use a standard co-location ISP. This will be easier/cheaper to set-up/operate than trying to find a zope ISP who will rent you a dedicated box.

[Zope] How to search doc about acl permissions Zope?

2006-03-08 Thread José Carlos Senciales
Hi, I´m trying to develop a product to control my own folders, users , roles and then i need to known how to interact with acl permissions of zope. I´ve looked the Zope API and i think have to use BasicUserFolder and UserFolder but i don´t found a document to explain this. The zope book

[Zope] Re: Redirect Exception and Five

2006-03-08 Thread Santi Camps
Hi again, I reply to myself, just for the case that this can help somebody in the future Finally I've found the problem was the directive five:defaultViewable, that enters in conflict with the Redirect exception raised from PluggableAuthFolder in its before_publishing_traverse_hook. Removing

Re: [Zope] searching free hosting

2006-03-08 Thread Maciej Wisniowski
I'm looking for a free hosting service to publish my homepage. Freezope.org seems to be unavailable (registration form does not load). Anyone knows another site/service like freezope? Check http://objectis.net/ -- Maciej Wisniowski ___ Zope

[Zope] DTML-In with filter

2006-03-08 Thread Martin Koekenberg
Hello, Is it possible to use a DTML-In to display all DTML Documents in a folder exept the one's with a centain value in a property ? Example. DTML Documentone with property a=bc DTML Document two with property a=de DTML Documentthree with property a=bc Now I want to use DTML-IN

Re: [Zope] DTML-In with filter

2006-03-08 Thread Tino Wildenhain
Martin Koekenberg schrieb: Hello, Is it possible to use a DTML-In to display all DTML Documents in a folder exept the one's with a centain value in a property ? Example. DTML Document one with property a=bc DTML Document two with property a=de DTML Document three with property a=bc Now

Re: [Zope] DTML-In with filter

2006-03-08 Thread Andrew Milton
+---[ Martin Koekenberg ]-- | Hello, | | Is it possible to use a DTML-In to display all DTML Documents in a folder exept | the one's with a centain value in a property ? | | Example. | | DTML Document one with property a=bc | DTML Document two with property a=de |

[Zope] dtml result in href

2006-03-08 Thread Olivier Wambacq
another question. when I create a link with a filename and url from a database. I do it like this: a href=span tal:conent=result/urlurl goes here/span span tal:conent=result/filenamefilename goes here/span /a this results in a link named as the true filename for ex: filename.txt but the link

Re: [Zope] dtml result in href

2006-03-08 Thread Andrew Milton
+---[ Olivier Wambacq ]-- | another question. | | when I create a link with a filename and url from a database. | I do it like this: | | a href=span tal:conent=result/urlurl goes here/span | span tal:conent=result/filenamefilename goes here/span | /a This is DTML or a

[Zope] Foundation list reminder

2006-03-08 Thread Rob Page
Hello everyone! We intend to post news about the Zope Foundation and some process mechanics in the very near future. This note is to remind people of the mailing list [1] for foundation-related topics. Thanks. Regards, Rob [1] http://mail.zope.org/mailman/admin/foundation/ -- Rob Page

[Zope] Upgrading to Zope 2.9.1

2006-03-08 Thread Brian Sullivan
I am in the process of testing an upgrade from a Zope 2.8.4 system to a Zope 2.9.1 system. The process I used: 1) Install 2.9.1 on a Win2003 system (it happens to be the same one that the 2.8.4 system is running but I changed the config so the ports don't conflict). The installation is

[Zope] Bad foundation mailing list pointer

2006-03-08 Thread Rob Page
Apologies!! I sent the admin URL. For your convenience the real URL (while not hard to figure out :^) is below: http://mail.zope.org/mailman/listinfo/foundation -- Rob Page V: 540 361 1710 Zope Corporation F: 703 995 0412 ___

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-08 Thread Patrick Decat
Hi, On 3/8/06, Brian Sullivan [EMAIL PROTECTED] wrote: I am in the process of testing an upgrade from a Zope 2.8.4 system to a Zope 2.9.1 system. The process I used: 1) Install 2.9.1 on a Win2003 system (it happens to be the same one that the 2.8.4 system is running but I changed the

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-08 Thread Brian Sullivan
On 3/8/06, Patrick Decat [EMAIL PROTECTED] wrote: Hi, On 3/8/06, Brian Sullivan [EMAIL PROTECTED] wrote: I am in the process of testing an upgrade from a Zope 2.8.4 system to a Zope 2.9.1 system. The process I used: 1) Install 2.9.1 on a Win2003 system (it happens to be the same

Re: [Zope] Help needed to simplify some code

2006-03-08 Thread Paul Winkler
On Wed, Mar 08, 2006 at 09:35:55AM +, Chris Withers wrote: John Poltorak wrote: Several months ago someone provided me with me with some sample code which did exactly what I wanted, but looking at it again it looks a little unwieldy and could do with tidying up. It consists of:- (snip)

Re: [Zope] How to search doc about acl permissions Zope?

2006-03-08 Thread Dieter Maurer
José Carlos Senciales wrote at 2006-3-8 13:30 +0100: ... I´m trying to develop a product to control my own folders, users , roles and then i need to known how to interact with acl permissions of zope. Please read the Zope Book (2.7 edition, online) and the Zope Developper Guide (online on

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread Dieter Maurer
Palermo, Tom wrote at 2006-3-7 16:13 -0500: I am trying to do a manage_cutObjects in one script and then a manage_pasteObjects. Usually, this looks like: obj_info = XXX.manage_cutObjects(...) YYY.manage_pasteObjects(obj_info) When I execute this line from my pasteObjects

[Zope] Upgrading best practices

2006-03-08 Thread Brian Sullivan
Is there somewhere a general guide to upgrading existing Zope systems to newer versions? I realize that there are special cases but I am looking for a general best practices guide. It seems that there is lots of information with each release on installation from scratch but very little solid

RE: [Zope] manage_pasteObjects question

2006-03-08 Thread Palermo, Tom
I'm trying to do the cut in one script and the paste in another script. It's my understanding that REQUEST is an optional parameter to manage_cutObjects(). Passing REQUEST will set a cookie, __cp. __cp is the clipboard data. Later when I try to do manage_pasteObjects() from another script, I

Re: [Zope] Upgrading best practices

2006-03-08 Thread Lennart Regebro
On 3/8/06, Brian Sullivan [EMAIL PROTECTED] wrote: Is there somewhere a general guide to upgrading existing Zope systems to newer versions? I realize that there are special cases but I am looking for a general best practices guide. 1. Install the new version in a new directory together with

Re: [Zope] Upgrading best practices

2006-03-08 Thread Einar Næss Jensen
When I do this ( with my very simple zope systems), I always do a test-migration before THE migration. Basically: If all looks well, we are Go for Migration. In short, I do it like this (not using zeo): check with google, bugcollectors mailinglists if your new zope version may expose you to

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
Palermo, Tom wrote: I'm trying to do the cut in one script and the paste in another script. It's my understanding that REQUEST is an optional parameter to manage_cutObjects(). Passing REQUEST will set a cookie, __cp. __cp is the clipboard data. Later when I try to do manage_pasteObjects()

RE: [Zope] manage_pasteObjects question

2006-03-08 Thread Palermo, Tom
Hi David, In my last post, I wrote that I tried calling manage_pasteObjects a variety of ways: context.manage_pasteObjects(context.REQUEST) context.manage_pasteObjects(context.cb_dataItems()) as well as the original:

Re: [Zope] Upgrading best practices

2006-03-08 Thread Brian Sullivan
On 3/8/06, Lennart Regebro [EMAIL PROTECTED] wrote: On 3/8/06, Brian Sullivan [EMAIL PROTECTED] wrote: Is there somewhere a general guide to upgrading existing Zope systems to newer versions? I realize that there are special cases but I am looking for a general best practices guide. 1.

Re: [Zope] manage_pasteObjects question

2006-03-08 Thread David
Palermo, Tom wrote: Hi David, In my last post, I wrote that I tried calling manage_pasteObjects a variety of ways: context.manage_pasteObjects(context.REQUEST) context.manage_pasteObjects(context.cb_dataItems()) as well as the original:

[Zope] call htmlformuploadfile from dtml method

2006-03-08 Thread Olivier Wambacq
hello, in plonelocalfolderNG you have the htmlformuploadfile method, that is called in the form action. but I needed to save everything in a db also, so I called a dtml method in the form action. whitch first calls the db-store scripting, and then the htmlformuploadfile. everything is stored well