[Zope-dev] Debugging help wanted for really weird ZClass problem

2001-11-08 Thread Matt Behrens
als-ing could get me this far before, but somehow backing up and restoring Data.fs did...?) I'm really stumped here. Anyone have a clue or three? I'm willing to do some debug legwork if I can catch it again... -- Matt Behrens <[EMAIL PROTECTED]

Re: [Zope-dev] Debugging help wanted for really weird ZClass problem

2001-11-09 Thread Matt Behrens
In this case, DevRequest is my ZClass. DevRequest_addForm Id Title Text DevRequest_add I have a complete backup of my Zope install now that has the nonfunctional ZClass. Can anyone help, suggest some steps to take, etc.? --

DCWorkflow (was Re: [Zope-dev] Another open letter. :-))

2001-12-03 Thread Matt Behrens
Lennart Regebro wrote: > From: "Dieter Maurer" <[EMAIL PROTECTED]> >> > Here are some things that I feel should be introduced into Zope: >> > - Workflow support. (Because everybody needs it) >>You know DCWorkflow? > Yes. I think it should be moved off CMF and into Zope proper. I am actuall

Re: DCWorkflow (was Re: [Zope-dev] Another open letter. :-))

2001-12-03 Thread Matt Behrens
Stephan Richter wrote: >> I am actually working on such an animal, but I have no idea when/if I >> will be able to release the code. My request to the powers that be to >> be able to release my code is moving very slowly. >> >> In the meantime you can use it with a minimalist >> portal_action

Re: [Zope-dev] Open Letters and Zope 3

2001-12-04 Thread Matt Behrens
Shane Hathaway wrote: > Q: Will Zope 3X be compatible with Zope 2 products? > A: No. What's up with the ZopeLegacy stuff in the co I'm getting now? Yes I am grabbing the branch... > To check out Zope 3X from CVS: > > cvs -d :pserver:cvs.zope.org:/cvs-repository co -r Zope-3x-branch Zope3

[Zope-dev] Testers needed for z2.py security patch

2002-01-07 Thread Matt Behrens
I've made a security patch for Zope 2.5.0b3 that addresses the setuid startup issues on UNIX and plan to backport it to 2.4.4 (?) and 2.3.3 once I get some positive reports. Only UNIX users need apply this patch. Windows may well have similar issues but I have no clue how to fix them. Please

[Zope-dev] Re: Testers needed for z2.py security patch

2002-01-07 Thread Matt Behrens
Matt Behrens wrote: > I've made a security patch for Zope 2.5.0b3 that addresses the setuid > startup issues on UNIX and plan to backport it to 2.4.4 (?) and 2.3.3 > once I get some positive reports. > > Only UNIX users need apply this patch. Windows may well have sim

Re: [Zope-dev] Re: Python 2.1.2 does not fix the signal 11 crashing problem !!!!!!!!!!!

2002-01-21 Thread Matt Behrens
Anthony Baxter wrote: > In that case, how about cutting a version which is 2.4.3 + the compiler > fixes? Crashes are bad, and it would be very nice to Make Them Go Away. :) You already have that. Check out the Zope-2_4-branch from CVS (see http://dev.zope.org/CVS for info). Now leave poor Mat

[Zope-dev] Very, very strange problem with 2_4-branch

2002-01-25 Thread Matt Behrens
After upgrading to 2_4-branch, I started having some problems with authentication, or so I thought. I have a standard user folder in the root and an XUF in a top-level folder. After much wailing and gnashing of teeth, I dug into _check_context, and added a debug statement, now I have: d

Re: [Zope-dev] Python 2.1.2 causes Error code 6?

2002-01-28 Thread Matt Behrens
stefan holek wrote: > At 28.01.2002 13:55 +, Chris Withers wrote: > >> 1. What does Error Code 6 mean? > > > #define ENXIO6 /* No such device or address */ Bzzt. The error code comes from waitpid(), which the Python library doco says has the same return code as wait().

Python 2.2 and Makefile.pre.in (was Re: [Zope-dev] Zope under cygwin)

2002-02-04 Thread Matt Behrens
Tony Goodwin wrote: > It appears to be trying to rebuild the python within Zope? There is a > makefile.pre.in > within Zope..src/lib/python, but poiting to it just gives error of form > no target boot in MAkefile Python 2.2 doesn't come with a Makefile.pre.in, which Zope depends on to build the

Re: [Zope-dev] Zope builds (new Intel C++ compiler)

2002-02-12 Thread Matt Behrens
Matthew T. Kromer wrote: > OK, but be warned -- gcc cvs isnt guaranteed stable, so often I have to > hand tweak things (rebuilding certain modules with different options, etc.) In my experience, *any* gcc can produce crap code if you feed it the wrong options. It may be fun to play with optio

Re: [Zope-dev] how can i add index_html

2002-02-18 Thread Matt Behrens
sushant wrote: > hi, > i just wanted to know how can i publish my product in zope.org. > > as i have put it there(in software product) but i am unable to add > index_html, can you pls > suggest. how to add index_html into it. You really shouldn't be putting index_html into software product

[Zope-dev] sre and import_class

2002-02-26 Thread Matt Behrens
re seems to prefer sre over pre these days, so the following bit of Products/PythonScripts/module_access_examples.py no longer works: # from re import RegexObject, MatchObject # allow_class(RegexObject) # allow_class(MatchObject) The reason seems to be that sre doesn't define RegexObject and M

Re: [Zope-dev] Zope 2.6 project updated

2002-03-05 Thread Matt Behrens
Christian Theune wrote: > Well I saw the cookie crumbler wish has been added to the list already, > and (as i tested it out this moment) don't see what exactly needs to > be done than adding it by default to the root userfolder. > Well, probably some facelifting to the default login, thats not

Re: [Zope-dev] Cookie Crumbler and similar products (Re: Zope 2.6 project updated)

2002-03-05 Thread Matt Behrens
Christian Theune wrote: > Hmm. I didn't get an answer right now (well i don't find the question again too) > if the cookie crumbler would interfere subfolders (distor through acquisition) > or would only be active on a "sibling" userfolder, which he is "watching". I'm really not sure. I imagin

Re: [Zope-dev] User Folders

2002-03-11 Thread Matt Behrens
Chris Withers wrote: > Right now, I'd like to see the scope kept _tight_, just dealing with > authentication, no user metadata, that can wait for later. There is XUF, but I'm > not sure about the code quality and I think it tries to do too much. > > Of course, I could be wrong... Speaking as so

Re: [Zope-dev] Bug days

2002-03-14 Thread Matt Behrens
Brian Lloyd wrote: > In an effort to better keep up with the collector, I'd like > to throw out the idea of doing periodic "bug days" (a la > the mozilla bug days), where Zope geeks and committers would > get together on IRC and spend a few hours knocking out issues. Yes, this would be *very*

Python 2.2 (was Re: [Zope-dev] Zope 2.6 planning - call for contributors!)

2002-03-18 Thread Matt Behrens
Lennart Regebro wrote: > Are you planning to up the python version to 2.2? Because in that case I'd > be happy to put in Authentication support in MailHost. Smtplib.py in 2.1.2 > doesn't support authentication. I don't know how people are currently using Zope with 2.2. There is probably some r

Re: [Zope-dev] Umask? On Windows 98? Ha!

2002-03-18 Thread Matt Behrens
Lennart Regebro wrote: > I get this message when starting Zope 2.5.1b1 on Windows 98: No you didn't, you got it on the trunk. I just double-checked. My big security patch was never checked in on the 2.5 branch. > 2002-03-18T19:32:15 INFO(0) z2 Your umask of 000 may be too permissive; for > t

Re: [Zope-dev] Asia To USA Shipping Rates

2002-03-18 Thread Matt Behrens
[EMAIL PROTECTED] wrote: > We have a full collection of wholesale freight rate calculators at > > http://www.apx-air-cargo.com > > Our new calculator is here and it will calculate rates from Asia to over 30 US >cities including customs clearance and delivery. Great! Is it available as a Pro

Re: [Zope-dev] Moving forward on Zope 2.6

2002-03-19 Thread Matt Behrens
Florent Guillaume wrote: > Okay, I'm a bit late but I'd like to integrate what's currently in > NuxUserGroups, a bit updated maybe. > > http://www.zope.org/Members/nuxeo/Products/NuxUserGroups > > There will be a merge conflit with Lennart's Local roles blacklists, > it it's chosen for 2.6, but

Re: [Zope-dev] Next steps on Zope 2.6 plan

2002-03-21 Thread Matt Behrens
Brian Lloyd wrote: > One suggestion Casey had was to start to codify a set of rules > that features have to abide by to be considered for inclusion. Hmm, these rules seem to have several thinly veiled references to my pet project. :-) I do firmly agree with the rules in spirit, but I think a

Re: [Zope-dev] ZClass Constructor Cleanup for 2.6

2002-03-27 Thread Matt Behrens
Casey Duncan wrote: > Does anyone see a problem with changing the default generated > constructor method for ZClasses to a python script in Zope 2.6? > > I think we are encouraging really bad style by keeping this in DTML, > since it is purely business logic. > > Thoughts? I will, of course,

ZCatalogPathAware (was Re: [Zope-dev] ZClass Constructor Cleanup for 2.6)

2002-03-27 Thread Matt Behrens
Leonardo Rochael Almeida wrote: > ZClasses have been overlooked enough. Nobody has even bothered putting a > ZCatalogPathAware available for them... I tried do to this quickly for someone on IRC once. The problem is that the mixin is identically named for CatalogAwareness and CatalogPathAware

Re: [Zope-dev] can't put in dtml

2002-04-11 Thread Matt Behrens
[For future reference, questions like this one should go to [EMAIL PROTECTED] [EMAIL PROTECTED] is for discussion of development of Zope. Replies/followups directed there.] Yuan-Chen Cheng wrote: > Can't put in dtml, but > is okay. The

[Zope-dev] Overriding HTTPResponse.unauthorized()

2002-04-15 Thread Matt Behrens
I've got some rather funky auth requirements where I need to stop Zope from challenging Basic authentication when Unauthorized is raised. I seem to be able to do this if I monkey-patch HTTPResponse.unauthorized(), but what I'd really like is to be able to hook into it to make a user folder-ove

Re: [Zope-dev] Re: 2.3.3 -> 2.5.1b2 upgrade problem

2002-04-17 Thread Matt Behrens
Simon Michael wrote: > "R. David Murray" <[EMAIL PROTECTED]> writes: >>Probably, but I naively imagined that I was sophisticated enough >>to be finding a "real" problem...but I'm obviously not smart enough >>to realize that a breakage this fundamental could be due to a package >>like ZDebug. >

Re: [Zope-dev] Zope crash & restart

2002-05-15 Thread Matt Behrens
Myroslav Opyr wrote: > System Platform > freebsd4 Are you running with the pthread stack size patches applied to Python? See https://sourceforge.net/tracker/?func=detail&aid=554841&group_id=5470&atid=305470 for the patch, and recompile Python with OPT="-g -O2 -DTHREAD_STACK_SIZE=0x2"

Re: [Zope-dev] Zope crash & restart

2002-05-15 Thread Matt Behrens
Myroslav Opyr wrote: > As far as I remember the issue was solved in Python 2.1.3, wasn't it? Or > it was GC patch? No. Try my patch, that solves the problem Jens is talking about. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mai

[Zope-dev] help system and .py files

2002-05-22 Thread Matt Behrens
Is it at all productive to have .py files in the help system byte-compiled? ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/ma

Re: [Zope-dev] ExternalEditor & Windows

2002-05-22 Thread Matt Behrens
brian.r.brinegar.1 wrote: > I've started a VB Script version for the Windows Scripting Host. Right now > I'm in the proof of concept stage. I've got something that opens a file, > spawns an editor, gets the process id, and can PUT a file to Zope. (works > with SSL too) Please pardon my Windows

Re: [Zope-dev] Python, Zope and pymalloc

2002-05-24 Thread Matt Behrens
Dario Lopez-Kästen wrote: > Is anyone using zope with a python that is not configured with > --without-pymalloc ? > > I understand that there is still a conflict with ExtensionClass unless > python is cfg'd --without-pymalloc? You are correct, sir. ExtensionClass is not pymalloc-safe, so sait

[Zope-dev] Bug Day for June?

2002-06-11 Thread Matt Behrens
Are we having a Bug Day on Friday? ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://list

Re: [Zope-dev] Crash & Burn with Zope 2.6.0a1 and ZEO 2.0a1

2002-06-18 Thread Matt Behrens
Stefan H. Holek wrote: > Z2.pid is created very late. I cannot ./stop a half-started Instance > (not even a ZEO client waiting for the server!). Could we create the pid > file earlier? Actually Z2.pid *is* now created earlier than with 2.5.1, the setuid stuff for root startups was moved aft

Re: [Zope-dev] Error by using libraries with an external method

2002-06-24 Thread Matt Behrens
Dario Lopez-Kästen wrote: > From: "Leonardo Rochael Almeida" <[EMAIL PROTECTED] >>Putting it in the Extesions directory, so that it can be imported by >>external methods, doesn't seem to work, even if you put Extensions in >>the PYTHONPATH, at least in my experience. > hm... Putting it in the

[Zope-dev] Bug Day 8/02 recap

2002-08-14 Thread Matt Behrens
, #61, #117, #127, #132, #134, #152, #268, #192, #13, #92, #179, #177, #518, AND #332.) -- Matt Behrens <[EMAIL PROTECTED]> ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HT

Re: [Zope-Coders] Re: [Zope-dev] Bug Day 8/02 recap

2002-08-16 Thread Matt Behrens
was checked in; most resolutions seemed to be bugs that had already disappeared for one reason or another. I consider this a good thing. :-) -- Matt Behrens <[EMAIL PROTECTED]> http://zigg.com/> msg5/pgp0.pgp Description: PGP signature