[Zope-dev] Management interface tree menu

2001-01-11 Thread richard
Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] 2.3 beta

2001-01-16 Thread richard
... and what's the chance of getting my minor (but incredibly nice) change to the management menus in? I'd rather not have to ship a modified version of Zope... Richard ps. for those who missed the first post, I'm advocating that the ordering of the management menu tree

[Zope-dev] HTTPRequest change to allow images as submit methods

2001-01-17 Thread richard
yped information from imagemap submissions (integer or float values, for example). Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope

[Zope-dev] CSS file serving

2001-01-18 Thread richard
I've ended up hacking a version of special_dtml / ClassicHTMLFile that serves up CSS. Has anyone got a better way of doing it (that detects changes in the file and serves it up with the correct Content-Type)? Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer,

Re: [Zope-dev] CSS file serving

2001-01-21 Thread richard
Type)? > > Check out: > > http://www.zope.org/Members/haqa/ZStyleSheet Hrm - that's a little heavy for what I want - which is just an analog of HTMLFile but for CSS files. That is, something I can add to my Python product as an attribute. Definitely no management or o

[Zope-dev] dtml-in batching

2001-01-21 Thread richard
de so that there's no try/except clause any more. I'm not sure what exception it's trying to catch, but could it perhaps be made a little more picky? Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software

Re: [Zope-dev] dtml-in batching

2001-01-21 Thread richard
he previous and next blocks. I've hacked my code so that > there's no try/except clause any more. I'm not sure what exception it's > trying to catch, but could it perhaps be made a little more picky? Re-glancing at the code shows me that this is only the case for the ne

Re: [Zope-dev] dtml-in batching

2001-01-21 Thread richard
if self.elses: result=render(self.elses, md) - else: result='' else: result = [] append=result.append --- 572,577 -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Softwar

Re: [Zope-dev] CSS file serving

2001-01-22 Thread richard
ent_type" > such that it recognizes the ".css" extension. That (or rather Image.File) was where I started. I decided to go with HTMLFile as a basis so we could have some DTML in the CSS file - but overrode it so we weren't forced to have the .dtml extension (much happier web d

Re: [Zope-dev] dtml-in batching

2001-01-23 Thread richard
; That way we don't lose your fix in the list traffic (losing it > along with our marbles is another problem :) Someone else responded to the list saying that he'd already done it. There was no match to my search of dtml-in though, so I've submitted a new bug report. Ric

Re: [Zope-dev] dtml-in batching

2001-01-23 Thread richard
ches. A search for "renderwb" (which is in the title) works. Looks like it doesn't search the description after all. Boo to the search engine. Just curious: why specify the browser/platform/python version stuff when the problem is independant of those things? Richard ps. Brad,

Re: [Zope-dev] CSS file serving

2001-01-23 Thread richard
m not sure if this implementation is entirely "correct" - I have no idea what the func_code stuff is for (though if it's not commented out, the class breaks) or the __need_name__... but it works well for us :) Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) CSSFile.py

[Zope-dev] 2.3.0 release badness

2001-01-28 Thread richard
this is not an option for us. Again, this was not a problem pre 2.3.0 b3 / release... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) CSSFile.py

Re: [Zope-dev] 2.3.0 release badness

2001-01-29 Thread richard
and replaces the CSS with the CSS source for the Mozilla/4 clients. Richard ps. sorry for besmirching the good name of 2.3.0 :) pps. my original comment about the extremely short b3 release still stands though... -- Richard Jones [EMAIL PROTECTED] Senior S

[Zope-dev] SearchIndex / Lexicon bug

2001-02-06 Thread richard
ginal purpose of the try/except clause is. As I mentioned in the bug report, I'm pretty sure it wasn't supposed to catch AttributeErrors. It's no longer in our code at all, and I'll let you know if that causes problems... Richard -- Rich

Re: [Zope-dev] Python products

2001-02-07 Thread richard
hen set the all_meta_types attribute on the class. Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/list

Re: [Zope-dev] Python products

2001-02-07 Thread richard
ch allows to contain the 2 above classes (probably > > easy if I've an example of the 2de class) and set all_meta_types = ['My ZClass', 'My Folder'] on My Folder Richard -- Richard Jones [EMAIL PROTECTED] Senior Sof

[Zope-dev] Greedy except clauses

2001-02-08 Thread richard
n't possibly do 102 of them (I have a product dealine coming up :) Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.

Re: [Zope-dev] Greedy except clauses

2001-02-11 Thread richard
of the except: contains a 'raise' > statement. Great work Anthony :) Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] Calling Catalog from python script

2001-02-14 Thread richard
> catent.getobject() > > That would seem to be a lot more OOish. I agree - I'm working with Catalog at the moment, and the whole brain thing confuses the hell out of me :) Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizar

[Zope-dev] FTP error messages

2001-02-20 Thread richard
e of any exception raised in the PUT method. Of course, if there's a "better" way to do this, please tell me. Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) xx

Re: [Zope-dev] FTP error messages

2001-02-21 Thread richard
the collector. It's likely to get lost on the mailing list. Sorry, I wanted to get the reaction of zope-dev lurkers before firing it off to the Collector. If I get no responses soon, I will submit the patch to the Collector. Richard -- Richard Jones [EMAIL PROTECTED] Se

[Zope-dev] Acquisition muddleness!

2001-02-21 Thread richard
he behaviour in DTML is as I'd expect - I mean, standard_html_header still reports the correct title_or_id for me, so it must be working correctly. But using the same codebase to do the above interactive test, I run into problems... Please, how did I get m

Re: [Zope-dev] FTP error messages

2001-02-22 Thread richard
he 2.3.1. > > Please, please, please put this in the collector :-) > > I'd always assumed those messages couldn't be changed on the client side, but if > your patch works, it'd make FTP _SO_ much more usuable... Yeah, we've already found it invaluable. Will

Re: [Zope-dev] Acquisition muddleness solved!

2001-02-22 Thread richard
d method types and to C methods defined in pure mix-in > classes. > ''' OK, I figured it out. The method foo requires an instance of A to work, and a.b isn't one, but a is. Makes life a little more difficult, but at least we know how it works now. Richard -

[Zope-dev] CopySupport issues

2001-02-27 Thread richard
catalog itself with our (Z)Catalog. Interestingly, a call to absolute_url() on the object breaks because self.REQUEST is '' (yes, a string). Buggered if I know where that came from (actually, I know it originates in Acquisition.c, but that's a scary, scary place :) Ric

Re: [Zope-dev] REQUEST.steps

2001-02-28 Thread richard
o be a list of object ids that have been traversed to get you to > where you are, starting with the object id of the first object off the ZODB > root. So it's the same as REQUEST.PARENTS? > And, to answer my own question, It doesn't appear to be affected by Virtual > Host

Re: [Zope-dev] CopySupport issues

2001-03-01 Thread richard
RL and > catalog itself with our (Z)Catalog. Oddly enough, a call to getPhysicalPath() on the object works, so I can work around this problem. Well, mostly. I'd still like to have access to the parents - so if anyone has any hints, I'd love to hear 'em. Richard -- Ric

[Zope-dev] (Z)Catalog searches

2001-03-14 Thread richard
the fields to searchResults() as some sort of argument, but I'm really not sure how. Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] (Z)Catalog searches

2001-03-15 Thread richard
lly not sure > > how. > > Globbing support is part of the Vocabulary object which must be turned > on when it is instanciated AFAIK. Are you passing the Catalog an > existing Vocabulary when you create it or are you having it create one > for you? I tried both my_catalog

Re: [Zope-dev] (Z)Catalog searches

2001-03-15 Thread richard
Casey Duncan wrote: > [EMAIL PROTECTED] wrote: > > > > I tried both > > > >my_catalog = Catalog(GlobbingLexicon()) > > > > and > > > >my_catalog = Catalog(Vocabulary(globbing=1)) > > > > and neither resulted in

Re: [Zope-dev] getPhysicalPath?

2001-03-18 Thread richard
seful attribute. I have numerous places in my source where I loop through aq_parent attributes. It'd be nice to have even a mention in the acquisition documentation. Poking around the Acquisition C source tells me that there's another attribute, aq_inner

[Zope-dev] Very minor management style sheet change?

2001-03-22 Thread richard
#x27;s the style "defined" by the Zope heading up above the management tree view. We'll make do if we have to with this one. .strong-header { font-family: Verdana, Helvetica, sans-serif; background-color: #00; color: #ff; font-size: 12pt; font-weight: bold; } R

[Zope-dev] Determining Acquired Permissions?

2001-03-25 Thread richard
which walks aq_chain (yay for aq_chain :) looking for _View_Permission ('View' being the permission I'm interested in). What are the chances this will break in the future - the attribute has a leading underscore and therefore is private as far as I'm concerned. Naughty Richa

Re: [Zope-dev] Objects, Roles and Permissions

2001-04-09 Thread richard
''' chain = self.aq_chain if acquired: chain = chain[1:] for self in chain: if hasattr(self.aq_base, '_View_Permission'): return self._View_Permission return ['Manager'] As I stated in my last emai

Re: [Zope-dev] Objects, Roles and Permissions

2001-04-10 Thread richard
ontrol.PermissionRole import rolesFromPermissionOn > > roles = rolesFromPermissionOn('View', ob) Whoah! Yet another hidden Zope gem. Sometimes this is s frustrating!!! And it's roles_For_PermissionOn, not From... it does the job though... Richard -- Richard Jones [EM

Re: [Zope-dev] [ANNOUNCE] Zope Developer's Guide Preview

2001-04-10 Thread richard
Amos Latteier wrote: > I'm proud to announce the first preview release of the Zope Developer's > Guide. > > http://www.zope.org/Documentation/ZDG woot! Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (ww

Re: [Zope-dev] [ANNOUNCE] Zope Developer's Guide Preview

2001-04-11 Thread richard
Andy McKay wrote: > > Amos Latteier wrote: > > > I'm proud to announce the first preview release of the Zope Developer's > > > Guide. > > > > > > http://www.zope.org/Documentation/ZDG > > > > woot! > > woot? Sorry, HURRAH!

[Zope-dev] WebDAV locking module?

2001-04-18 Thread richard
doesn't seem to have the module either... Can someone clue me in please? Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zop

Re: [Zope-dev] WebDAV locking module?

2001-04-19 Thread richard
the > WebDAV locks feature. Are you sure your CVS checkout is a branch checkout? I checkout the source using the command on the zope web site: % cvs -d :pserver:[EMAIL PROTECTED]:/cvs-repository login % cvs -z7 -d :pserver:[EMAIL PROTECTED]:/cvs-repository checkout Zope2 What's this branch

Re: [Zope-dev] Heads up -- big changes on trunk

2001-04-30 Thread richard
st to run our product! I think it's bad enough that we're forcing them to use a "bleeding edge" 2.3.2 release... What say DC? Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) _

[Zope-dev] zope.org Product Release

2001-05-08 Thread richard
I'm trying to upload a .zexp to a product release ("Add Product Release") and it's not working. The export is only 57k, but all I get is zope.org not responding... Any hints? Should I upload something other than a zexp? Richard -- Richard Jones [EMAIL PROTECTED] Senio

[Zope-dev] xmlrpc "500 Internal Server Error"

2001-05-09 Thread richard
Any clues as to how I trace the source of this error? I get it trying to make an xmlrpc call on my Zope server. I have other xmlrpc calls that work fine. It's not hitting my Product code, that I'm sure of... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Develo

Re: [Zope-dev] xmlrpc "500 Internal Server Error"

2001-05-09 Thread richard
ding it just about anything. Would it be possible though to have Zope handle this sort of error rather than throw a "500 Internal Server Error"? Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___

Re: [Zope-dev] xmlrpc "500 Internal Server Error"

2001-05-10 Thread richard
nt > > side - so I'm happy to blame it for generating invalid XML. > Maybe a charset mismatch between client and server? Same machine, zope instance talking to itself. Eventually, it won't be, but at the moment it is. Richard -- Richard Jones [EMAIL PROTECTED] Senio

Re: [Zope-dev] xmlrpc: Syntax error at line 34: illegal character in content

2001-05-10 Thread richard
s know :-) Unfortunately, I have no time to go chasing around the xmlrpc specs :( Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

Re: [Zope-dev] xmlrpc: Syntax error at line 34: illegal character in content

2001-05-10 Thread richard
e moment, and I really don't have time to check the validity of third-party xmlrpc code. I honestly don't know if it's valid to send arbitrary binary data in an xmlrpc transaction. Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Develope

Re: [Zope-dev] xmlrpc: Syntax error at line 34: illegal character in content

2001-05-10 Thread richard
> in Python 2.1. It should speed it up dramatically. I wish we had the luxury of moving to python 2.1 :( Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist

Re: [Zope-dev] xmlrpc: Syntax error at line 34: illegal characterin content

2001-05-10 Thread richard
C++ hell trying to get freetype2 and the python ft2_interface compiled for windows. Argh. Oh yeah, another thing I noticed is that the Zope profiling seems to break if an xmlrpc call is invoked. Just hangs when it hits the call. Any clues? Richard -- Richard Jones [EMAIL PROTECTED] Sen

[Zope-dev] Zope 2.3.2 and win32 python 2.1

2001-05-20 Thread richard
Are there plans for building a python 2.1 compatible Zope 2.3.2 binary release for windows? If not, could someone please let me know what the magic is for building it? I did a search on zope.org, but found little of use... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software

Re: [Zope-dev] Zope 2.3.2 and win32 python 2.1

2001-05-21 Thread richard
Phil Harris wrote: > > Richard, > > Try search for extensionbuilder.py, this is the magic. > > If you can't find it let me know and I'll send it to you. > > Be warned though that there are some things it doesn't cope with, the new > btree stuff spri

Re: [Zope-dev] Zope 2.3.2 and win32 python 2.1

2001-05-24 Thread richard
pletely failed to build anything using extensionbuilder :( Has anyone had any luck? We're going to try to build the Components directory by hand tomorrow. Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) _

Re: [Zope-dev] memory eating Zope..

2001-06-04 Thread richard
We're currently using python 2.1 to run zope 2.3.2 with no ill effects. We have written our own product that uses some OFS stuff, Catalog and ZPT. Not much else... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___

Re: [Zope-dev] Zope Server hanging :-(

2001-06-05 Thread richard
ception is. > I seem to remeber some ExessiveRecursion or some such error that popped up > on me a year or two ago, has that left for happier hunting fields? Again - try that code in an interactive interpreter if you really want to find out what's going on... Richard -- Richard Jones [

Re: [Zope-dev] Zope Server hanging :-(

2001-06-05 Thread richard
ore limited >than the Python stack limit. When the thread's stack overflew, >the process was killed by Solaris. >Python did not have any chance to raise an exception >as the death was immediate. > > We may need to ask the Python maintainers to increase the >

Re: [Zope-dev] Searching a relational database

2000-06-29 Thread Richard Taylor
at returns > > all rows in a database, can ZCatalog index this? > > This would negate the benefits of having an SQL database (eg. indexing, > etc). Just write an sql method that does the search. > > > > > What I`m looking for is similar to full-text searching on

[Zope-dev] Problem acquiring via a newly created object

2000-07-21 Thread Richard Barrett
hat's a good solution to the problem. I'm working with Zope 2.1.6 running under Suse 6.4 Linux on an x86 processor. -- Richard Barrett, PostPoint 27, e-mail:[EMAIL PROTECTED] Fujitsu Telecommunications Europe Ltd, tel: (44) 121 717 6337 Solihull Parkway, Birmi

[Zope-dev] Using other than NullResource to handle HTTP PUT

2000-08-01 Thread Richard Barrett
rstand the python classes underlying Zope's operation and how these classes work/ineract? I've read a lot of source code but still feel I have only the vaguest grasp of the theory of operation of the whole thing. Ho hum. -----

[Zope-dev] MailHost, 2.2.0, and qmail mailserver

2000-09-04 Thread Richard Taylor
fix to smtplib would seem in order. Richard ___ 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 h

Re: [Zope-dev] Zope Server hanging :-(

2001-06-06 Thread Richard Jones
//www.zope.org/Members/anthony/BarewordExcepts Feel free to find the bad except: and submit a patch... Richard -- Richard Jones [EMAIL PROTECTED] Senior Software Developer, Bizar Software (www.bizarsoftware.com.au) ___ Zope-Dev maillist - [

Re: [Zope-dev] ZPL and GPL

2001-06-25 Thread Richard Jones
open-source components of our product. We cannot distribute the source code of our product - that would be sheer foolishness. We've invested about 2 man-years in the code, and we're not about to just give that away. Our investors would string

Re: [Zope-dev] Re: TALES idea: tuple unpacking

2003-07-29 Thread Richard Jones
so I can't really comment on how it works in practise... Richard pgp0.pgp Description: signature

[Zope-dev] 2.7.0-b2 - Critical ZPT TAL bug when using content-type text/xml

2003-09-19 Thread Richard Waid
t should work when you test it. 4. Set to content-type text/xml -- you will get a security violation when you test it (Unauthorized: You are not allowed to access 'id' in this context). - Any help tracking down this problem would be very greatly appreciated. Many thanks, Ri

Re: [Zope-dev] Re: 2.7.0-b2 - Critical ZPT TAL bug when using content-type text/xml

2003-09-22 Thread Richard Waid
viously be bad places for things to go wrong :) Best regards, Richard Waid Network/Software Engineer http://iopen.net ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Re

[Zope-dev] Very fast requests beating ZODB commits...

2003-10-13 Thread Richard Jones
hts? Is there some way to hold the redirect off until after the transaction is committed normally? Richard pgp0.pgp Description: signature ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cro

Re: [Zope-dev] Very fast requests beating ZODB commits...

2003-10-14 Thread Richard Jones
On Tue, 14 Oct 2003 02:25 pm, Richard Jones wrote: > 1. request comes in which modifies ZODB > 2. code handling request replies with REQUEST.RESPONSE.redirect() > 3. redirected page uses data input at step 1 (specifically, it's auth info) >but that info hasn't been co

Re: [Zope-dev] New-style ExtensionClasses (Zope 2.8) -- MRO issue

2003-11-01 Thread Richard Waid
hen Zope is first started, and thus increase the chances that product authors will modify their products (or be coerced to do so :)), without actually breaking them? --Richard ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/

Re: [Zope-dev] RE: Resolved security-related collector issues forthepublic?

2004-01-22 Thread Richard Waid
hat _all_ the available security holes are available to a user who cracks the Zope collector site? --Richard ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope-dev] RE: Resolved security-related collector issues forthepublic?

2004-01-22 Thread Richard Waid
Paul Winkler wrote: On Fri, Jan 23, 2004 at 09:45:43AM +1300, Richard Waid wrote: How about something along the lines of: - Development team only disclosure for the first x days (2 to 7 days is the maximum here I would think), in order to develop a workaround/patch. - Full disclosure after that

Re: [Zope-dev] How to make Zope fail nicely under high load?

2004-02-11 Thread Richard Jones
king Zope go faster - it might help. http://zope.org/Members/richard/docs/zope_optimisation.html Richard pgp0.pgp Description: signature ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts o

[Zope-dev] Zope 2.7 and objects turning into None

2004-02-19 Thread Richard Jones
rors. So I blame some mechanism failing under load. I also often see ReadConflictErrors, but I understand they're going away soon :) Richard pgp0.pgp Description: signature ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/ma

Re: [Zope-dev] Re: Zope 2.7 and objects turning into None

2004-02-22 Thread Richard Jones
y". I could be wrong though :) > For Zope 2.8 it might be reasonable to consider also making the case > where accessing objects that have been removed without uncataloging is > also an exception. I think this is a good policy. Richard pgp0.pgp Description: signature

Re: [Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Richard Jones
hasn't already come up with a good system that templates SQL, CSS, email, etc nicely. There's an awful lot of templating systems there... Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAbTr0rGisBEHG6TARApGiAJ4z7ZTRh/hsg87UnUP1yaoePpil0ACfTtrH t

Re: [Zope-dev] How should an ideal Zope IDE look like?

2004-04-24 Thread Richard Jones
is certainly more, but this is a start... ;-) That's quite a list. > One could start from Eclipse/PyDev (http://pydev.sourceforge.net/) and > add features. Or start with IDLE which already has a lot of Python support (duh :) Richard -BEGIN P

[Zope-dev] zope (with cmf) instance being frequently restarted by signal SIGSEGV(11)

2004-05-28 Thread Richard Ettema
your help on this as I am lost at what steps to take next. Thanks, Richard. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/ma

[Zope-dev] Re: [Zope] zope (with cmf) instance being frequently restarted by signal SIGSEGV(11)

2004-06-02 Thread Richard Ettema
ian stable ...why aren't you running on Python 2.3? Currently running zope 2.6.2 but in the middle of upgrading dev server to zope 2.7 and python 2.3 to see if this helps. Thanks for your help with this. Richard. ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] [Zope Enhancement Proposal] Sanitizing local roles

2004-07-22 Thread Richard Jones
ll you what would be or is currently acquired. The code is attached. We mix it in with every object. A sample output is also attached. I have found it invaluable when debugging permissions problems. Would this be a useful thing to add to 2.8? Richard -BEGIN PGP SI

[Zope-dev] More POSKeyErrors than I know what to do with

2004-08-03 Thread Richard Jones
'm not sure it'll tell me any more than fsrefs.py though. - From my reading of the fsrefs.py output, it looks like the corruption is the result of a single transaction. I'm more than happy to look into this further, and also to supply the Data.fs (200Mb unpacked, 20Mb packed) to

[Zope-dev] 2.7 branch: attribute permission problems

2004-09-14 Thread Richard Jones
t to filter acquired-but-not-aceessible results from 'guarded_getattr'." and I'm not sure what that means :) Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBR5hnrGisBEHG6TARAuucAJ42D8pU6kuPQ+mBwadqJq8uQbG12gCggN2u AzBBhs5eCekTdl6bYtyBrCk= =

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-14 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Sep 2004 12:15 pm, Chris McDonough wrote: > On Tue, 2004-09-14 at 21:18, Richard Jones wrote: > > On the "proposals" object though, we don't have any delaration for the > > "secure_url&quo

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-14 Thread Richard Jones
or the patch to have this effect. > I'm not even sure why it does have this effect; the "validate" function > is just too byzantine to understand without taking it through the > debugger. You can say that again. My head hurts every time I need to look into validate() and friend

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-14 Thread Richard Jones
oken. I'll be testing for the rest of today, and if all goes well I'll get the 2.7 branch installed tomorrow. Thanks for all your help and support, Chris! Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBR7vhrGisBEHG6TARAi59AKCAXYGiOWm5vVek8YJrWeKls0Uhd

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-20 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/09/2004, at 1:00 PM, Chris McDonough wrote: I'd just stick the code back in there for now and we'll see what Tres says. No word from Tres, 2.7 branch release coming up... Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-22 Thread Richard Jones
allout, I have a huge backlog of work to catch up on ;) Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBUVJorGisBEHG6TARAkPXAJ9ZPiTqzqwWT9ziPsobk0PzMm1eRACbB6ah gHxjiD/alPSmQiTzENXJCeA= =Ly80 -END PGP SIGNATURE- _

Re: [Zope-dev] 2.7 branch: attribute permission problems

2004-09-22 Thread Richard Jones
olks using the beta Yep, fair enough. Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBUffArGisBEHG6TARAni2AJ91sSfjNfzMQcEoG4U6zeiAc7GJ9wCeMzY4 10Ol8uSnIojUvCWbl4c9Mqg= =cWQn -END PGP SIGNATURE- __

Re: [Zope-dev] 2.7.3 beta attribute permission problems

2004-10-18 Thread Richard Jones
is that my code does that invokes the DWIM'y code. Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBdLffrGisBEHG6TARAlEZAJ46betsryQklXpFxPFK1EuxozGZxwCghtGG +XdZTjWsgdahMh6qqGrwPL4= =v/LZ -END PGP SIGNATURE- ___ Zope-

Re: [Zope-dev] session error

2004-10-19 Thread Richard Jones
f this sort. Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBdcksrGisBEHG6TARAvDvAJ4oHmYvLcZG+ltfW7+CIyemzVHimACfc3lP 0g5TiJFRGSB5LFEn2qK27hM= =KedN -END PGP SIGNATURE- ___ Zope-Dev maillist - [EMAIL PROTECTED

Re: [Zope-dev] Re: Was: Re: 2.7.3 beta attribute permission problems

2004-10-23 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 24 Oct 2004 08:03 am, Tres Seaver wrote: > Richard Jones reported an issue with the patch, but couldn't give us a > simple case. Users who *have* such weird applications can reverse the > patch, find workarounds, or whatever,

Re: [Zope-dev] Re: Was: Re: 2.7.3 beta attribute permission problems

2004-10-24 Thread Richard Jones
code... Actually, this is a point I wanted to make a long time ago. I believe there would have been less confusion all around (and some still lingers) if there had have been more information in the checkin message than "DWIMy code". DWIM only really has meaning to certain sets of

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-14 Thread Richard Jones
e work - but note I know practically nothing about SOAP - I just want to be able to use it. Richard -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBv2oRrGisBEHG6TARAgCuAJ0fVQoVsme1ShzPYT3rpw6mE6etXgCfb6Uf sp8baNmBJP1rV7yF/

Re: [Zope-dev] More on [Removal of aq_acquire from guarded_getattr]

2005-02-06 Thread Richard Jones
url. This then gave the value a valid acquisition chain and everything "works" now. I'm really sorry I can't be more helpful and produce a useful test case, but I've a bazillion deadlines falling on the floor. Maybe in a few months. For now I just needed a work-around

Re: [Zope-dev] More on [Removal of aq_acquire from guarded_getattr]

2005-02-06 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Feb 2005 05:26 pm, Richard Jones wrote: > That is, there's no acquisition context on the simple string. To "fix" the > problem, I changed secure_url to be a ComputedAttribute which looked up the > instance attribut

Re: [Zope-dev] I want Zope 2.9 to use Zope 3's security architecture.

2005-04-06 Thread Richard Jones
ose only exposure to Zope 3 has been through two sprints. I've not actually tried to develop any sort of application using it. My day job is very firmly fixed in Zope 2, and isn't likely to change for a long time. So I'm definitely speaking from ignorance of real-world application

[Zope-dev] Puzzling change to guarded_getitem in Zope 2.8

2005-08-25 Thread Richard Jones
0 security.setDefaultAccess(_checkAccess) which obviously doesn't work any more, since "name" is never a item name, it's always None. Richard pgpj6UDo2aBsA.pgp Description: PGP signature ___ Zope-Dev maillist - Zope-

Re: [Zope-dev] Puzzling change to guarded_getitem in Zope 2.8

2005-08-25 Thread Richard Jones
On Fri, 26 Aug 2005 10:00 am, Richard Jones wrote: > I'm migrating our 2.7-developed Product to 2.8. The following change has me > puzzled. In 2.7, AccessControl.ZopeGuards guarded_getitem has the > following code: OK, Tres made the change, with the relevant bit of the log

[Zope-dev] Zope on Windows: enhancements proposed

2001-09-24 Thread Richard Jones
well-known in the windows community originally from O'Reilly: http://www.oreilly.com/software/index.html ... and since Zope is a fairly distinctive name ... Richard ps. happy to put this up as a project if required. ___ Zope-Dev maillist -

Re: [Zope-dev] Zope on Windows: enhancements proposed

2001-09-24 Thread Richard Jones
e all things we've addressed, but it'd be good to note them somewhere. We've tried to make the process of using Zope (and hence our product) as painless to the average Windows user (and Mac user) as possible. Richard ___ Zope-Dev mail

Re: [Zope-dev] Zope on Windows: enhancements proposed

2001-09-24 Thread Richard Jones
useful. So does that mean they have different names in the service manager? How do you configure the instances? Richard ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding!

Re: [Zope-dev] Zope on Windows: enhancements proposed

2001-09-24 Thread Richard Jones
stuff is targetted at. I'd say that adding a multi-instance ability would be possible - we'd just have to be able to handle multiple config files. We're just not sure how it should be handled in the UI :) Richard ___ Zope-Dev maillist

Re: [Zope-dev] Distributing Zope & one of our products

2001-09-26 Thread Richard Jones
the idea's still very young :) Fishbowl proposal has been created - I'm announcing it in another thread. Richard ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encodin

  1   2   >