Re: [Zope] Zope Debugger lets WingDbg fail to connect toclient

2006-03-27 Thread Chris Withers
sdeibel wrote: Sorry to hear that, maybe you could recommend zdb to people in the meantime ;-) That won't help people debugging wxPython, of course... ;-) Silly people, they should be developing for a browser instead 0.5 wink I should have said in CMF -- with the addition of FSObject it

[Zope] change objects id

2006-03-27 Thread George
How can I change an objects id from a python script? Sorry if it's sth obvious, can't figute it out... ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] change objects id

2006-03-27 Thread Andreas Jung
--On 27. März 2006 16:46:47 +0300 George [EMAIL PROTECTED] wrote: How can I change an objects id from a python script? Sorry if it's sth obvious, can't figute it out... you mean renaming an object inside an object container? look at manage_renameObjects(old_ids, new_ids). -aj

Re: [Zope] change objects id

2006-03-27 Thread George
Thx for the prompt responses! manage_renameObject was exactly what I needed!On 3/27/06, Patrick Decat [EMAIL PROTECTED] wrote:container.manage_renameObject(old_id, new_id)On 3/27/06, George [EMAIL PROTECTED] wrote: How can I change an objects id from a python script? Sorry if it's sth obvious,

Re: [Zope] change objects id

2006-03-27 Thread Patrick Decat
container.manage_renameObject(old_id, new_id) On 3/27/06, George [EMAIL PROTECTED] wrote: How can I change an objects id from a python script? Sorry if it's sth obvious, can't figute it out... ___ Zope maillist - Zope@zope.org

[Zope] Permission denied running Zope 2.8.5 configure

2006-03-27 Thread Glenn Gillis
Hello, list. I am attempting to install the following components under FreeBSD 4.11: - Python 2.3.5 - Zope 2.8.5 - Plone 2.1.2 under a directory structure like: /usr/local/zope /software-home /python /zope /plone /... /instance-home /www.climatelaw.org

Re: [Zope] Permission denied running Zope 2.8.5 configure

2006-03-27 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When attempting to configure Zope 2.8.5, however, I receive the following error from configure: [EMAIL PROTECTED]:www.climatelaw.org]$ /usr/local/zope/software-home/zope/configure

[Zope] How to do this trick..

2006-03-27 Thread Jason C. Leach
Hi,I'm wondering how I can do this little trick (sp_info is a globaly devide var, it's a dictionary obj): option tal:repeat=group groups/existing/high tal:content=group tal:attributes=onmouseover string:doTooltip(event, '${sp_info/${group}/common_name}') > /option So based on my the value of

Re: [Zope] How to do this trick..

2006-03-27 Thread Ross Patterson
tal:repeat repeat=group groups/existing/high option tal:define=js_arg python:sp_info[group]; tal:content=group tal:attributes=onmouseover string:doTooltip(event, '${js_arg}/common_name}') onmouseout=hideTip() /option /tal:repeat The

Re: [Zope] How to do this trick..

2006-03-27 Thread J Cameron Cooper
Jason C. Leach wrote: I'm wondering how I can do this little trick (sp_info is a globaly devide var, it's a dictionary obj): option tal:repeat=group groups/existing/high tal:content=group tal:attributes=onmouseover string:doTooltip(event,

[Zope] kupu drawers

2006-03-27 Thread Garito
Hi! I try to create a image library for the image drawer but when I click on the drawer button an error is raise: this.shared.xmldata.setProperty is not a function I supouse that the error is raised because the xml is incorrect but I can't see where Can you help me? This is the XML: ?xml

[Zope] OWASP Top Ten Most Critical Web Application Security Vulnerabilities

2006-03-27 Thread Stacy . Ladnier
The Web Development Group at our office is currently trying to compose a white paper addressing the steps Zope, Plone and Python take to ensure secure web applications, as well as additional steps developers should take to keep it that way. Current documentation existing on the web does not seem

[Zope] Re: How to do this trick..

2006-03-27 Thread Michael Haubenwallner
Jason C. Leach wrote: Hi, I'm wondering how I can do this little trick (sp_info is a globaly devide var, it's a dictionary obj): option tal:repeat=group groups/existing/high tal:content=group tal:attributes=onmouseover string:doTooltip(event,

[Zope] Keyerror removing ZStylesheet

2006-03-27 Thread John Huttley
I've shot my self in the foot removing ZStylesheet from my app. When ever I try and view it, i get a key error. I've tried reloading ZStylesheet and various imports and exports but its sticking with me. Is there any easy way of fixing this sort of thing? --john

[Zope] ZStylesheet, Whoops, hold that problem!

2006-03-27 Thread John Huttley
I've just realised it was a bit of TAL that ZSS had put in there. sorry about that-- ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/ Move registration of traversing adapters out to its own file, along with the inclusion

2006-03-27 Thread Philipp von Weitershausen
Log message for revision 66229: Move registration of traversing adapters out to its own file, along with the inclusion of zope.app.traversing. Move the inclusion of zope.app.event out to event.zcml. Changed: U Products.Five/branches/philikon-local-components/configure.zcml U

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/site/ Convert some uses of ISiteManager to IComponentLookup.

2006-03-27 Thread Philipp von Weitershausen
Log message for revision 66230: Convert some uses of ISiteManager to IComponentLookup. Get rid of some deprecated stuff that is to go away for Five 1.5. Changed: U Products.Five/branches/philikon-local-components/site/interfaces.py U

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py Remove unnecessary rebind magic.

2006-03-27 Thread Philipp von Weitershausen
Log message for revision 66231: Remove unnecessary rebind magic. Tighten the screws on a test whether 'view' is None or not. Changed: U Products.Five/branches/philikon-local-components/browser/pagetemplatefile.py -=- Modified:

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/component/ template - zpt

2006-03-27 Thread Philipp von Weitershausen
Log message for revision 66232: template - zpt Changed: U Products.Five/branches/philikon-local-components/component/configure.zcml D Products.Five/branches/philikon-local-components/component/customizetemplate.pt A

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ Link in released tag of ZODB 3.6.1.

2006-03-27 Thread Tres Seaver
Log message for revision 66235: Link in released tag of ZODB 3.6.1. Changed: _U Zope/branches/2.9/lib/python/ -=- Property changes on: Zope/branches/2.9/lib/python ___ Name: svn:externals - ZConfig

[Zope-Checkins] SVN: zdaemon/trunk/ Add some release management artifacts.

2006-03-27 Thread Tres Seaver
Log message for revision 66236: Add some release management artifacts. Changed: A zdaemon/trunk/CHANGES.txt A zdaemon/trunk/README.txt -=- Added: zdaemon/trunk/CHANGES.txt === --- zdaemon/trunk/CHANGES.txt 2006-03-27

[Zope-Checkins] SVN: zdaemon/branches/tseaver-eggification/ Make zdaemon distributable as an egg.

2006-03-27 Thread Tres Seaver
Log message for revision 66237: Make zdaemon distributable as an egg. Changed: A zdaemon/branches/tseaver-eggification/ A zdaemon/branches/tseaver-eggification/INSTALL.txt A zdaemon/branches/tseaver-eggification/develop.py A zdaemon/branches/tseaver-eggification/setup.cfg.in

[Zope-Checkins] SVN: zdaemon/branches/tseaver-eggification/CHANGES.txt Changelog.

2006-03-27 Thread Tres Seaver
Log message for revision 66238: Changelog. Changed: U zdaemon/branches/tseaver-eggification/CHANGES.txt -=- Modified: zdaemon/branches/tseaver-eggification/CHANGES.txt === --- zdaemon/branches/tseaver-eggification/CHANGES.txt

[Zope-Checkins] SVN: zdaemon/branches/tseaver-eggification/ Adjust svn:ignore for new world order.

2006-03-27 Thread Tres Seaver
Log message for revision 66241: Adjust svn:ignore for new world order. Changed: _U zdaemon/branches/tseaver-eggification/ -=- Property changes on: zdaemon/branches/tseaver-eggification ___ Name: svn:ignore - *so *.pyc build

[Zope-dev] RE: pywin32 - Can not install signal handlers

2006-03-27 Thread Mark Hammond
Hi Chris, Sorry, do you mean the box where the Zope 2.9.1 distro was built or the one where I was installing it? The latter. If the latter, how dowe fix Zope so it doesn't get tripped up by other pywin32 distros on the same box? If this is the problem, it will probably only happen when

[Zope-dev] Re: pywin32 - Can not install signal handlers

2006-03-27 Thread Chris Withers
Mark Hammond wrote: If this is the problem, it will probably only happen when using runzope.bat - running as a service probably works fine. Ah, okay, yeah, I only use runzope... In that case, the problem is the order that Windows uses to search for DLLs. The short answer is that things

[Zope-dev] RE: pywin32 - Can not install signal handlers

2006-03-27 Thread Mark Hammond
* that directory is on your PATH before the Windows SYSTEM32 directory (which is where pywin32 sticks its copy of these files, for various reasons) Do both this and the above have to be true, or will things work if either of them are true? Either one has the end result of locating the

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Philipp von Weitershausen
Andreas Jung wrote: Zope 2.8 ships/shipped with Five 1.0 which is very old and no longer actively maintained. Most ppl doing currently development with Zope 2.8 are using Five 1.2. Should we upgrade the Five version in Zope 2.8 to Five 1.2 to make their lives a bit easier? There is possibly

Re: [Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Mar 2006, at 11:55, Philipp von Weitershausen wrote: Andreas Jung wrote: Zope 2.8 ships/shipped with Five 1.0 which is very old and no longer actively maintained. Most ppl doing currently development with Zope 2.8 are using Five 1.2. Should

[Zope-dev] Re: Wishlist Item

2006-03-27 Thread suresh
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Andreas Jung wrote: CMF or not - if one need such a functionality one can download CMF or a related product. If such functionality should belong into the core than it should be implemented in a reusable

Re: [Zope-dev] [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Stefan H. Holek
+1 On 27. Mär 2006, at 07:35, Andreas Jung wrote: Zope 2.8 ships/shipped with Five 1.0 which is very old and no longer actively maintained. Most ppl doing currently development with Zope 2.8 are using Five 1.2. Should we upgrade the Five version in Zope 2.8 to Five 1.2 to make their lives

[Zope-dev] Patch that makes the 'MS-Author-Via' header configurable in zope.conf

2006-03-27 Thread Patrick Decat
Hi all, two weeks ago, I submitted a patch against Zope-2.9.1 that makes the 'MS-Author-Via' header configurable in zope.conf ( http://www.zope.org/Collectors/Zope/1441 ) but I did not hear a single comment about it, so I'm guessing nobody noticed it. As the original collector entry referred to

Re: [Zope-dev] Patch that makes the 'MS-Author-Via' header configurable in zope.conf

2006-03-27 Thread Andreas Jung
--On 27. März 2006 16:16:11 +0200 Patrick Decat [EMAIL PROTECTED] wrote: Hi all, two weeks ago, I submitted a patch against Zope-2.9.1 that makes the 'MS-Author-Via' header configurable in zope.conf ( http://www.zope.org/Collectors/Zope/1441 ) but I did not hear a single comment about it, so

[Zope-dev] Re: Patch that makes the 'MS-Author-Via' header configurable in zope.conf

2006-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Decat wrote: two weeks ago, I submitted a patch against Zope-2.9.1 that makes the 'MS-Author-Via' header configurable in zope.conf ( http://www.zope.org/Collectors/Zope/1441 ) but I did not hear a single comment about it, so I'm guessing

Re: [Zope-dev] Re: Wishlist Item

2006-03-27 Thread jpenny
OK, sorry about raising an issue that I was not around to comment on. First, there seems to be a good deal of confusion on what FileSystemSite or the DirectoryView portions of CMF are. They are simply a way to have Zope2 programmatic content stored directly on the filesystem, including dtml,

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Rocky Burt
On Mon, 2006-27-03 at 07:35 +0200, Andreas Jung wrote: Zope 2.8 ships/shipped with Five 1.0 which is very old and no longer actively maintained. Most ppl doing currently development with Zope 2.8 are using Five 1.2. Should we upgrade the Five version in Zope 2.8 to Five 1.2 to make their

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Rob Miller
Jens Vagelpohl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Mar 2006, at 11:55, Philipp von Weitershausen wrote: Andreas Jung wrote: Zope 2.8 ships/shipped with Five 1.0 which is very old and no longer actively maintained. Most ppl doing currently development with Zope 2.8 are

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Alec Mitchell
Andreas Jung lists at zopyx.com writes: ... Should we upgrade the Five version in Zope 2.8 to Five 1.2 to make their lives a bit easier? +1 on a 2.8.7 with a viable Five. Alec Mitchell ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Re: Wishlist Item

2006-03-27 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2006-3-27 11:10 -0500: ... CMF is a lot of overhead Overhead of what kind? to pull in just to get DirectoryView, and exactly what to install to get DirectoryView and as little else as possible installed is not documented. You install Products/CMFCore and register

Re: [Zope-dev] [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Chris McDonough
-1... Five 1.2 has quite a few differences from Five 1.0 that would stop products written for Five 1.0 from working properly. I've not gone to 2.9 on a few projects for this reason (sticking with 2.8). 2.9 is where the new version belongs, IMO. - C On Mar 27, 2006, at 12:35 AM, Andreas

Re: [Zope-dev] TCP CLOSE_WAIT leaks

2006-03-27 Thread Alan Milligan
Dieter Maurer wrote: I've been noticing a situation for some time that my 2.8.5 Z2 is running out of threads. When doing an lsof on it, I see a large number of TCP handles in CLOSE_WAIT state. It seems something's not properly clearing down the connection to release the thread. I doubt

Re: [Zope-dev] Re: Wishlist Item

2006-03-27 Thread Chris Withers
Tres Seaver wrote: I don't get what you mean: FilesystemSite *is* a separate packaging of the DirectoryView /FS{DTMLMethod/PythonScript/PageTemplate/SQLMethod} stuff, without any CMF dependencies. Yes, exactly, there are several of them. Usually forked off from CMF's DirectoryView at some

[Zope-dev] Re: [Zope2.8.7] with Five 1.0 or Five 1.2

2006-03-27 Thread Philipp von Weitershausen
Chris McDonough wrote: -1... Five 1.2 has quite a few differences from Five 1.0 that would stop products written for Five 1.0 from working properly. I've not gone to 2.9 on a few projects for this reason (sticking with 2.8). 2.9 is where the new version belongs, IMO. Out of curiosity, what

Re: [ZWeb] V3 Updated

2006-03-27 Thread Chris Withers
Tom Von Lahndorff wrote: Its not. Its a lot easier to find answers to my questions though at the Apple's support discussion boards, when I have an Apple issue, rather than searching Google because I'm searching through very specific content, not the web in general and therefore get more

Re: [ZWeb] V3 Updated

2006-03-27 Thread Chris Withers
Tom Von Lahndorff wrote: Damn. This really is very good. Would there be any problem with just replacing the main_template and Products page on Zope.rog with this design? I already proposed to setup his design as an alternative skin in zope.org for *testing* with the current content to

Re: [ZWeb] V3 Updated

2006-03-27 Thread Michael Haubenwallner
Chris Withers wrote: Tom Von Lahndorff wrote: Damn. This really is very good. Would there be any problem with just replacing the main_template and Products page on Zope.rog with this design? I already proposed to setup his design as an alternative skin in zope.org for *testing* with the

Re: [ZWeb] V3 Updated

2006-03-27 Thread Andrew Sawyers
On Mon, 2006-03-27 at 08:26 +0100, Chris Withers wrote: Tom Von Lahndorff wrote: Why should it be on zope.org? Um, because it's useful information about Zope, which is sort of what Zope.org is about? Well, I don't know if that _is_ what zope.org is about anymore. It's been so poor