Re: [Zope-dev] Stripogram or similar in core

2001-10-29 Thread Martijn Faassen
Andy wrote: > > You seem to be aware of the fact, but I'd like to point it out > > explicitely: from a security point of view, this is completely useless. > > As HTML stripping is often done for security reasons, I fail to see the > > interest in such a feature. > > That depends where you do the

Re: [Zope-dev] Stripogram or similar in core

2001-10-29 Thread Ivan Raikov
So, in this validation framework, do you envision having a parameter-validating routine being invoked whenever a publicly-exposed method is called by DTML methods, or did you want to focus on mere HTML form validation/stripping? I'm asking because I've had situations when I've neede

[Zope-dev] DateTime: ISO date range limited

2001-10-29 Thread Jens Quade
Hi, I'd expect the following shouldn't raise an exception: [current Zope CVS] >>> x=DateTime(1000,1,1) >>> y=DateTime(x.HTML4()) Traceback (most recent call last): File "", line 1, in ? File "/home/jens/work/NGServer/dcCVS/Zope/lib/python/DateTime/DateTime.py", line 716, in __init__ yr

[Zope-dev] ParsedXML in Zclass methods loses permissions on Zope restart

2001-10-29 Thread Brad Clements
I'm still casting around for a suggestion on where I can go to fix this. I have a ParsedXML object in the methods list of a ZClass Product. The "Access Contents Information" Permission Mapping always get's reset to "blank" in the ParsedXML object when Zope restarts. Is this a problem with ZCla

Re: [Zope-dev] DateTime: ISO date range limited

2001-10-29 Thread Jens Quade
"Andreas Jung" <[EMAIL PROTECTED]> writes: > This is a limitation of time.mktime() in Python but not of Zope. > The ValueError seems not to be documented in the Python docs. Yes, but it's the only call to 'mktime' in 'DateTime.py' and it seems that calling it is unnecessary. jens __

Re: [Zope-dev] validate() trouble in Zope-2.5.0a1

2001-10-29 Thread Matthew T. Kromer
Jens Vagelpohl wrote: > steve, > > unfortunately 2.5.0a1 had some serious issues alpha2 should come > out really soon and fix them. in a nutshell, alpha1 is unusable. you > can stop playing ;) > > jens > > > On Sunday, October 28, 2001, at 04:20 , Steve Spicklemire wrote: > >> [...] >> ) >>

[Zope-dev] CollectorReplacment online

2001-10-29 Thread Ken Manheimer
We finally have a new version of the Zope bug collector in place, at: http://new.zope.org/Collector Note that it's *new*.zope.org not the main www.zope.org site. This is because the new collector is built on the CMF, which is part what will be the new site (once it's commissioned). I realize

[Zope-dev] fsrecover error

2001-10-29 Thread Scott Burton
I have a corrupted Data.fs and I am attempting to use fsrecover.py to fix it. Here is the error I am getting on the startup: 2001-10-29T18:57:18 PANIC(300) ZODB FS FS21 ERROR: /home/zopesite/Zope-2.3.0-src/var/Data.fs data record exceeds transaction record at 246204937L -- 2001-10-29T18:57

Re: [Zope-dev] fsrecover error

2001-10-29 Thread Jens Vagelpohl
from where are you running it? i believe you must change into /lib/python and run it from that location so that all the imports can be found. jens On Monday, October 29, 2001, at 03:20 , Scott Burton wrote: > I have a corrupted Data.fs and I am attempting to use fsrecover.py to fix > it. He

Re: [Zope-dev] fsrecover error

2001-10-29 Thread Scott Burton
Thanks, that worked. I got the message: Nothing to recover... So, I used Tranalyzer and followed the instructions from here: http://www.zope.org/Members/itamar/CorruptedZODB Now I get an entirely different error: 2001-10-29T20:49:25 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\00

[Zope-dev] Suggestion: Blocking out Localroles?

2001-10-29 Thread Lennart Regebro
I was going to put this up as a proposal, but I can't figure out how to add a new proposal... :-) Then I checked out the new collector, and there is a possibility to add a "feature" there too, so maybe this fits better there? Anyway, heres the suggestion: When developing a CM system in Zope a cu