[Zope] Migrated from Zope 2.7.8 to 2.10; how to fix "Unauthorized: You are not allowed to access 'standard_html_header' in this context" error?

2009-03-28 Thread Aleksey Tsalolikhin
Hi. I recently migrated from Zope 2.7.8 to 2.10 and am now seeing this error in my event.log: 2009-03-28T21:15:52 ERROR root Exception while rendering an error message Traceback (most recent call last): File "/usr/lib/zope/lib/python/OFS/SimpleItem.py", line 225, in raise_standardErrorMessage

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Andrew Milton
+---[ Tim Nash ]-- | Andrew, | If you are going to ignore my arguments about Plone being well tested, easy | to install and having a better upgrade path than a customized solution like | patching localFS, then this is just a waste of everybody's time. translation: If you

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Tim Nash
Andrew, If you are going to ignore my arguments about Plone being well tested, easy to install and having a better upgrade path than a customized solution like patching localFS, then this is just a waste of everybody's time. On Sat, Mar 28, 2009 at 1:33 PM, Andrew Milton wrote: > +---[ Tim

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Andrew Milton
+---[ Tim Nash ]-- | No your response and Jens response are totally inappropriate. We will never | rebuild this community if all our posts are greeted with personal attacks. You're not going to "rebuild" any community if given a choice of two items, they're told to install

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Tim Nash
No your response and Jens response are totally inappropriate. We will never rebuild this community if all our posts are greeted with personal attacks. Using plone for the said usecase is not inappropriate especially since using a directory view does not require using all of plone. Please keep your

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28.03.2009 14:32 Uhr, Tim Nash wrote: >> Installing Plone in such a case is only the solution if one has no > better idea about doing things > > *sigh* ...and people wonder why the zope community is dying. > > I have my very reasonable way of usin

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Tim Nash
> Installing Plone in such a case is only the solution if one has no better idea about doing things *sigh* ...and people wonder why the zope community is dying. I have my very reasonable way of using zope/plone and personal attacks are not going to change my mind. On Sat, Mar 28, 2009 at 12:13

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Andreas Jung
2009/3/28 Tim Nash > I get your point, I just don't agree with it. It is often easier to just > install plone than it is to: > 1. search and discover LocalFS > 2. decide if it is too old or if it can be satisfactorily patched. > 3. patch it (thank you Robert) > 4. test, test and test it. > 5. Hop

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Tim Nash
I get your point, I just don't agree with it. It is often easier to just install plone than it is to: 1. search and discover LocalFS 2. decide if it is too old or if it can be satisfactorily patched. 3. patch it (thank you Robert) 4. test, test and test it. 5. Hope that it still works in the next v

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread robert rottermann
thedag...@gmail.com schrieb: > make that: LocalFS hasn't been updated since 2006. it still works fine, there is only a line you have to change in its code where it pulls in security from cmf to some other cmf module. when starting up cmf tells you what is wrong. so its really easy to fix. robert >

[Zope] unittest a component that is using zope.dublincore

2009-03-28 Thread Jean-Michel FRANCOIS
Hi, I m trying to make my first content type with zope3. The code is available there: http://github.com/toutpt/z3weblog.entry/tree I m following the second edition of the book "web component developement with zope3", i know this is not the last edition. So, i m making a ISized component for my s

Re: [Zope] How to add existing folder in Zope

2009-03-28 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 28, 2009, at 01:16 , thedag...@gmail.com wrote: >> Telling someone to install all of Plone just to make filesystem >> content available seems insane, sorry. There are several products out >> there which can do the job, like LocalFS. > > LocalF