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

2006-03-09 Thread Chris Withers
Tino Wildenhain wrote: 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 mechanism qualifies as

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

2006-03-09 Thread Chris Withers
Jim Fulton wrote: OK, for those not familiar with svn/HTTP authentication, as I understand it you have to authenticate for each session and your credentials are cached in clear text in your home directory. Well, you _either_ have to authenticate once per session _or_ your credentials are

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

2006-03-09 Thread Martijn Pieters
On 3/8/06, Jim Fulton [EMAIL PROTECTED] wrote: OK, for those not familiar with svn/HTTP authentication, as I understand it you have to authenticate for each session and your credentials are cached in clear text in your home directory. The storage of clear-text credentials is obviously lame,

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

2006-03-09 Thread Dieter Maurer
Jim Fulton wrote at 2006-3-8 10:46 -0500: 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. ... Unfortunately,

Re: [ZWeb] Zope 3 Website

2006-03-09 Thread Chris Withers
Lennart Regebro wrote: Of course not, you are a total thinker, and not affected positively about people bragging. But most other people are. It's all about hype. I'll take that as a compliment ;-) Do we really want people that are attracted? How are they going to benefit our community?

Re: [Zope] Help needed to simplify some code

2006-03-09 Thread Chris Withers
Paul Winkler wrote: span tal:define=opts python:here.lib.parse_file(file=here.news,sepr=',',clone=1) li repeat=opt opts a tal:content=python:opt/label ^^^ Leave out the python: there. Whoops, yep, sorry about that... Chris -- Simplistix - Content

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Chris Withers
Patrick Decat wrote: I had the same problem : Windows CR/LF line endings are not supported anymore for PythonScripts. According to Dieter Maurer, it has to do with Python 2.4 rather than Zope 2.9. Really? I find that pretty suprising. Python has never cared about line endings before and I'd

[Zope] i18nfolder installation attribute error navigation_properties

2006-03-09 Thread thomas desvenain
hello, when i try to install i18nfolder on plone (with quickinstaller or manually), i get this error : = 2006-03-08 17:55:43 failed: Traceback (most recent call last): File /zope/bioinfo/Products/CMFQuickInstallerTool/QuickInstallerTool.py, line 320, in installProduct

RE: [Zope] call htmlformuploadfile from dtml method

2006-03-09 Thread Olivier Wambacq
maybe my question is not that understandable. I tried with a normal testform and a testaction (form with some fields like name, firstname, ... and an action that returns the values in a little hello firstname, ...) now I changed the form action to testmethod and made a testmethod that calls

[Zope] i18nLayer error

2006-03-09 Thread thomas desvenain
hello, i have a question about I18NLayer 0.6.0, this time i have installed PloneLanguageTool and, then, I18NLayer when i create a i18nlayer content, and then a translation, i got this error : Site error This site encountered an error trying to fulfill your request. The errors were: Error

[Zope] dtml methods and namespace

2006-03-09 Thread Luca Dall'Olio
Hi to everybody, I have a simple dtml-method assignment-action that is called upon a form post. Depending on the form request data, a dtml-if chooses between one of two dtml-documents : assigment-success and assignment-failure : dtml-if iscorrect() dtml-var assignment-success dtml-else

[Zope] getView/getMultiAdapter and 'global name 'view' is not defined'

2006-03-09 Thread Maciej Wisniowski
Hello I have a view defined for my content class that uses both view template and view class. In zcml it looks like: browser:page for=.xyz.IXyz class=.browser.xyz_view.XyzView template=xyz_body.pt name=render permission=zope2.View / in 'xyz_body.pt' I have

RE: [Zope] manage_pasteObjects question

2006-03-09 Thread Palermo, Tom
Hi David, I reviewed OFS.CopySupport.py which is how I knew that eInvalid exception is being raised. I also called manage_cutObjects with the REQUEST as you mention. That's what is weird about this whole thing. I know that I had clipboard data and the __cp cookie is set. Everytime I tried

Re: [Zope] dtml methods and namespace

2006-03-09 Thread David
Luca Dall'Olio wrote: Hi to everybody, I have a simple dtml-method assignment-action that is called upon a form post. Depending on the form request data, a dtml-if chooses between one of two dtml-documents : assigment-success and assignment-failure : dtml-if iscorrect() dtml-var

Re: [Zope] dtml methods and namespace

2006-03-09 Thread Dieter Maurer
Luca Dall'Olio wrote at 2006-3-9 11:47 +0100: I have a simple dtml-method assignment-action that is called upon a form post. Depending on the form request data, a dtml-if chooses between one of two dtml-documents : assigment-success and assignment-failure : dtml-if iscorrect() dtml-var

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Dieter Maurer
Chris Withers wrote at 2006-3-9 08:10 +: ... Really? I find that pretty suprising. Python has never cared about line endings before and I'd be pretty mortified if it started now :-( Dieter? It does now -- at least for FSPythonScripts when you are on a *nix platform and your files contain

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Brian Sullivan
On 3/9/06, Dieter Maurer [EMAIL PROTECTED] wrote: Chris Withers wrote at 2006-3-9 08:10 +: ... Really? I find that pretty suprising. Python has never cared about line endings before and I'd be pretty mortified if it started now :-( Dieter? It does now -- at least for FSPythonScripts

Re: [Zope] How do I do this using Zope?

2006-03-09 Thread Thomas Bennett
We use COREBlog, http://coreblog.org/ , for our news page since July 2004. It works great for a news page. See http://www.library.appstate.edu/blog/news/ . The Recent Entries, Categories, and Archives links in the right column are automatically updated by the product. You can customize the

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Brian Sullivan
On 3/9/06, Einar Næss Jensen [EMAIL PROTECTED] wrote: On 3/9/06, Brian Sullivan [EMAIL PROTECTED] wrote: On 3/9/06, Dieter Maurer [EMAIL PROTECTED] wrote: Chris Withers wrote at 2006-3-9 08:10 +: ... Really? I find that pretty suprising. Python has never cared about line

Re: [Zope] Upgrading to Zope 2.9.1

2006-03-09 Thread Patrick Decat
Attached is is screenshot of the error message. There is no error in the event log. Steps to reproduce : - Create a Python Script on the file system with Windows style line-endings - Go to http://localhost:8080/manage - Click the drop down list to add a Python Script - Enter test_eol in the id