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. LocalFS has

[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

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

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

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

2009-03-28 Thread Andreas Jung
2009/3/28 Tim Nash thedag...@gmail.com 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

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
-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 using

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

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
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

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

[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-dev] trying out the buildout-based Zope 2.12...

2009-03-28 Thread Yoshinori Okuji
On Saturday 28 March 2009 06:11:30 Chris Withers wrote: Andreas Jung wrote: Stop with your approach right now until we have understood what's going wrong. Working with a SVN checkout from the trunk works (as said). I'm interested in actually solving what's wrong ;-) This feels like

[Zope-dev] Zope Tests: 4 OK, 2 Unknown

2009-03-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Mar 27 12:00:00 2009 UTC to Sat Mar 28 12:00:00 2009 UTC. There were 6 messages: 6 from Zope Tests. Unknown --- Subject: UNKNOWN : Zope-trunk-alltests Python-2.4.6 : Linux From: Zope Tests Date: Fri Mar 27 21:15:55 EDT 2009 URL:

Re: [Zope-dev] trying out the buildout-based Zope 2.12...

2009-03-28 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.03.2009 15:47 Uhr, Chris Withers wrote: Hey All, I'm trying to get Zope 2.12 working with buildout, in the absence of docs, I thought I'd try: [buildout] parts = zopetest [zopetest] recipe = zc.recipe.egg interpreter = py eggs =

Re: [Zope-dev] trying out the buildout-based Zope 2.12...

2009-03-28 Thread Wichert Akkerman
Previously Chris Withers wrote: Paul Winkler wrote: Well, yeah. The point of the suggestion was specifically to help you get more info about the dependency chain, since pip is more verbose about that than easy_install is. Well, running buildout -v gives some good clues, a piece of

[Zope-dev] setuptools dependency for zope.interface (was Re: [Checkins] SVN: zope.interface/trunk/src/zope/__init__.py 'setuptools' is not a dependency, reverting r97875)

2009-03-28 Thread Baiju M
Hi, I am sorry, I made a mistake in the beginning of this month by removing the fall-back import of 'pkgutil' from zope.interface And this is made into 3.5.1 release, so it will a break for those who don't have 'setuptools' installed. I have reverted that change now. Can anyone give me access