RE: [Zope-dev] another validation problem

2000-05-25 Thread Brian Lloyd
254, change: class namespace_: pass to: class namespace_: __allow_access_to_unprotected_subobjects__=1 Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist

RE: [Zope-dev] Zope 2.1.6 ZCatalog: minor bug, missing find import -- with patch

2000-05-30 Thread Brian Lloyd
I just found a minor bug in Zope 2.1.6's ZCatalog (distribution). "ZCatalog.py" does not import "find". If the "containing" field contains a value, a NameError exception is raised. Patch appended. Dieter Thanks for the report - it looks like this was

RE: [Zope-dev] Ending up with a wrapped object through the web?

2000-05-30 Thread Brian Lloyd
ons module. That should fix the problem... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

RE: [Zope-dev] Ending up with a wrapped object through the web?

2000-05-30 Thread Brian Lloyd
object to see if it can be added). Update AccessControl/User.py to get the fix. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED

RE: [Zope-dev] CVS empty Extensions directory

2000-06-13 Thread Brian Lloyd
I keep getting complaints about a missing CVS directory inside Extensions (a directory recently added). Can we either add the null CVS dir or remove Extensions from the CVS tree? -- Robin Becker It was added on purpose - did you do a cvs update -d ? Brian Lloyd[EMAIL PROTECTED

RE: [Zope-dev] Problem with XML in Zope 220b1

2000-06-13 Thread Brian Lloyd
the HTML was not quoted at all :( I'm not quite sure what the right answer is here. How are you using the html_quote format in your application? Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.di

[Zope-dev] RE: [Zope] Zope 2.2 beta 1 released

2000-06-13 Thread Brian Lloyd
he win installer thinks that empty files are not worth preserving :( Note that I've tweaked this and re-uploaded the win32 beta. If you've already downloaded it, the above solution is fine (just create an empty file named __init__.py in your ZServer/medusa directory). Brian Lloyd[EMAIL PR

[Zope-dev] Re: Zope 2.1.5/6/7 upgrading issues

2000-06-16 Thread Brian Lloyd
all fixes to date (and which will fix SQLMethod problems and support the SiteAccess release that Evan is making today). I can have the new "hotfix" product ready by 12:00pm EST today. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Dig

[Zope-dev] Updated security alert

2000-06-16 Thread Brian Lloyd
While we know of no instances of this issue being used to exploit a site, we *highly* recommend that any Zope site that is accessible by untrusted clients install the 06/16/2000 hotfix product immediately. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital

RE: [Zope-dev] Unpickleable Error

2000-06-19 Thread Brian Lloyd
? If not, it would be best to trace this in the debugger to see what is trying to pickle a StringO... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist

RE: [Zope-dev] Unpickleable Error

2000-06-20 Thread Brian Lloyd
() - also to know what database adapter/version you are using... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http

RE: [Zope-dev] SOAP?

2000-06-20 Thread Brian Lloyd
this is expected in the future. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

RE: [Zope-dev] Another bug in DA.py?

2000-06-22 Thread Brian Lloyd
tring Very simple. Thank you in advance. Juan - This is due to a missing declaration in the Results and Record objects returned by SQL Methods. It is fixed in beta 2 (which I hope to release by tomorrow at the latest). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

RE: [Zope-dev] Another bug in DA.py?

2000-06-23 Thread Brian Lloyd
doing this works fine for me, both trying it anonymously and as a manager. I'm assuming that you did a fresh, from-scratch 2.2beta2 install and that if you are using source release you rebuild your binaries when you upgraded? Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

[Zope-dev] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-21 Thread Brian Lloyd
to make sure this issue is resolved first. Make a backup of the file: lib/python/Shared/DC/ZRDB/DA.py in your current (beta 1) installation and replace it with the DA.py attached to this email, restart and let me know if the problem goes away. Thanks! Brian Lloyd[EMAIL PROTECTED

[Zope-dev] RE: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-23 Thread Brian Lloyd
ying *hard* to make Zope harder to fool :^) Try adding the following to your class statement, for example: class MyClass: __allow_access_to_unprotected_subobjects__=1 def __init(self, foo): ... ...You'll need to restart Zope for this to take effect. Hope this helps! Brian Lloyd

[Zope-dev] RE: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-25 Thread Brian Lloyd
and what product objects need to do to play nicely within it. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org

RE: [Zope-dev] Re: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-26 Thread Brian Lloyd
SQL stuff is based on Gadfly or MySQL connections if possible... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://list

RE: [Zope-dev] No feedback for SOAP patch ?

2000-06-26 Thread Brian Lloyd
am definitely interested. SOAP support is one of the things on the (soon to be published) development roadmap for the Zope core - but it looks like we might get there a lot sooner than I originally thought :^) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

RE: [Zope-dev] adding attributes to a python product

2000-06-29 Thread Brian Lloyd
# to make sure the changes to the dictionary are saved! self.flavors=dict Hope this helps! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [

RE: [Zope-dev] Request for amplification on new Product permissions API.

2000-07-07 Thread Brian Lloyd
in __ac_permissions__ to be correctly initialized. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

RE: [Zope-dev] _delObject Method

2000-07-10 Thread Brian Lloyd
-paste and a rename operation the Objects are not really deleted, they are just temporarily taken out of the object-tree and then inserted again. Are there any problems with that? Gregor - I think that what you are talking about is already implemented for 2.2... Brian Lloyd[EMAIL

RE: [Zope-dev] NASTY error. Why?

2000-07-10 Thread Brian Lloyd
d compatability reasons. Maybe we should fix this in Zope 3.0.""" This is one of the things on my List Of Evil Things that should be changed one day in Zope3K :) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Crea

RE: [Zope-dev] Question: circumventing the full fishbowl for small changes...?

2000-07-17 Thread Brian Lloyd
ns (voting, etc. on the dev list). Hopefully that will be good enough to hold us for a little while - I'm open to feedback on how we might improve this (though for the immediate near term I prefer to focus the bulk of effort on working out kinks in the process for larger projects). B

RE: [Zope-dev] Request for amplification on new Product permissions API.

2000-07-24 Thread Brian Lloyd
that defines *or inherits from a class that defines* permissions should do this to make sure that the permissions along the inheritance heirarchy are cobbled together correctly at class initialization time. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

RE: [Zope-dev] Stuff hanging off user not in cookies

2000-07-25 Thread Brian Lloyd
are asking for is a well-defined interface for hanging extended attrs on users that can work reliably (or fail in a well-defined way) for whatever flavor of user source you are using. http://dev.zope.org/Wikis/DevSite/Proposals/BetterUserManagement Brian Lloyd[EMAIL PROTECTED] Software Engineer 54

RE: [Zope-dev] PATCH: Expanded access file

2000-07-25 Thread Brian Lloyd
ted as a result? All of those things are available in one place once a project is complete. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maill

[Zope-dev] RE: [Zope] Re: Probably ZopeFind Bug

2000-07-26 Thread Brian Lloyd
By now, I know why we get this strange "objectValues__roles__" result inside ZopeFind. In "FindSupport:145", "ZopeFind" strips away the acquisition context of an object. Thanks Dieter, I've checked in a fix for this. Brian Lloyd[EMAIL PROTECTED] S

RE: [Zope-dev] [Zope] App isolation

2000-08-01 Thread Brian Lloyd
a resource issue - the best way to give this priority is for those interested and motivated is to get together and start this as a project on dev.zope.org. I'll be happy to help out in any way I can as well. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

RE: [Zope-dev] Re: Replaceable Property question

2000-08-07 Thread Brian Lloyd
So, how long before this becomes a project and gets finished? 2.2.1 would be great :-)) thanke for the great work, Chris Note that third-dot releases are bug-fix only. New features go into second-dot releases. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909

RE: [Zope-dev] Cache-bug in handling of files

2000-08-11 Thread Brian Lloyd
ngs set to: "Check for newer versions of stored pages: x Every visit to the page ...and I cannot reproduce the problem that you are describing :( Are these your cache settings? Are you accessing the server through any kind of proxy? Thanks Brian Lloyd[EMAIL PROTECTED] Softwa

RE: [Zope-dev] Cache-bug in handling of files

2000-08-11 Thread Brian Lloyd
the only way to get the updated content is to explicitly press "refresh" or open a new window, even though the resource returned no caching information one way or the other. I'm going to close that bug report and include this report for those who may find it useful in the

[Zope-dev] Re: Zope security alert and hotfix product...

2000-08-14 Thread Brian Lloyd
e secure environment. That would probably mean that API code would have to make some sort of security assertions about mutables they returned. Exactly how that would work I don't know... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations htt

RE: [Zope-dev] zope221b1 - zclass zexp import into clean database error

2000-08-14 Thread Brian Lloyd
Shane has tracked this down to a mis-bugfix in the beta - the fix will be in the 2.2.1 final. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com -Original Message- From: Dr. Ross Lazarus [mailto:[EMAIL

RE: [Zope-dev] attribute protection question

2000-08-21 Thread Brian Lloyd
) associate the name of the attribute with a permission. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org

RE: [Zope-dev] attribute protection question

2000-08-21 Thread Brian Lloyd
o most if not all of the Zope core will be using the new assertion style, which will help the product authors along with the "guide" to making security assertions that will be a deliverable of that dev.zope.org project o we'll be one more step closer to where we want

RE: [Zope-dev] Logs stamped with wrong time

2000-08-24 Thread Brian Lloyd
to bug submitters...) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

RE: [Zope-dev] Re: Better encapsulation is good...

2000-08-25 Thread Brian Lloyd
e object in the context of its container # to preserve the acquisition chain (and security # depends on an intact acquisition chain) item=Article(id) # this is the wrapping! return item.__of__(self) Hope this helps... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.69

RE: [Zope-dev] Re: ANNOUNCE: Zope 2.2.1 released - breaks my zclass instances too.

2000-08-29 Thread Brian Lloyd
ass needed by a piece of cruft didn't get moved to the new install). A Data.fs from an earlier version should always work with a later version so long as all add-ons are replicated in the new installation. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creat

RE: [Zope-dev] Re: ANNOUNCE: Zope 2.2.1 released - breaks my zclass instances too.

2000-08-31 Thread Brian Lloyd
) products are installed in the affected installation would help greatly in being able to reproduce the problem... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-De

RE: [Zope-dev] Acquisiton, wrapping and persistence...

2000-09-01 Thread Brian Lloyd
t cases) you are using acquired settings then the object will have to be wrapped and have an intact acquisition chain at the time permissions are checked in order to get the result you expect. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Di

RE: [Zope-dev] REPOST: Cut down on the Available Objects list.

2000-09-07 Thread Brian Lloyd
with 'D' as an example. for item in types: if item['name'][0] != 'D': result.append(item) return result Hope this helps! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations www.digicool.com ___ Zope

[Zope-dev] RFC: Zope Security for Developers

2000-09-08 Thread Brian Lloyd
is/DevSite/Projects/DeclarativeSecurity/ZopeSecur ityForDevelopers PLEASE take a few minutes to review this - it will become the official documentation for how Python developers use security very soon! Thanks! Brian Lloyd[EMAIL PROTECTED] Software Engineer 54

[Zope-dev] FYI: preliminary Zope 2.3 plan online...

2000-09-18 Thread Brian Lloyd
be on there (AND you are willing to volunteer to lead it!), please let me know. Thanks! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED

RE: [Zope-dev] acl_users

2000-09-21 Thread Brian Lloyd
ike object or to have a 'validate' method. In theory, it still supports the old dict behavior today. Maybe not insight, but a little history at least... 8^) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.di

RE: [Zope-dev] FYI: preliminary Zope 2.3 plan online...

2000-09-21 Thread Brian Lloyd
that it looks like you're planning on moving forward with a proposal with serious unaddressed issues in a (now inaccessible) discussion! Ugh - they weren't actually "broken", but some of my urls were bad :( Should be fixed now (though I noticed I had to clear my NS cache first). B

RE: [Zope-dev] RFClarification: Security on Product Attributes

2000-10-04 Thread Brian Lloyd
h method calls (which can play in the permissions scheme). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/

RE: [Zope-dev] Reference to a user

2000-10-23 Thread Brian Lloyd
on the user object itself (it probably was done this way initially to avoid forcing authors of other user sources to implement a new method or be broken). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] WriteLocking RiskFactors updated

2000-10-25 Thread Brian Lloyd
://dev.zope.org/Wikis/DevSite/Projects/WriteLocking/ProjectDi scussion I added a few comments on this... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL

RE: [Zope-dev] Unit testing, ZUnit - It is in the fishbowl, please comment

2000-10-27 Thread Brian Lloyd
release of ZUnit next week or in the other. In the meanwhile, please comment in the proposal's discussion page :-) (or here) I added some comments on this to: http://dev.zope.org/Wikis/DevSite/Proposals/UnitTestingProductsDiscussion Brian Lloyd[EMAIL PROTECTED] Software Engineer

[Zope-dev] RE: [Support] Sybase 11.9.2 with Zope 2.2.0

2000-11-03 Thread Brian Lloyd
connection_string into a real string. Commenting out these lines makes everything work. But: IS THIS SAFE? connection_string is of type ZPublisher.HTTPRequest.record before the str() conversion. Thanks for the report - I've checked in a fix for this for the next release. Brian Lloyd[EMAIL

RE: [Zope-dev] Exceptions

2000-11-10 Thread Brian Lloyd
/DevSite/Proposals/FrontPage Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

[Zope-dev] FIX for the infamous __call__ bug - testers needed!

2000-11-13 Thread Brian Lloyd
gone. I'd really like to hear from some folks on this so I can get the 2.2.3 release wrapped up - thanks! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com cDocumentTemplate.c

RE: [Zope-dev] CVS bug

2000-11-27 Thread Brian Lloyd
there been any progress on this? Hi Bill - this should be fixed if you update your CVS checkout... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist

[Zope-dev] Zope 2.3 plan updated...

2000-12-05 Thread Brian Lloyd
for updating ZDOM to DOM level 2 has been dropped (until there is a clearer justification for it). I hope to make an alpha 1 release on Monday the 11th with the new Python Scripts and fixed user bootstrapping, among other things (see the plan for details). Brian Lloyd[EMAIL PROTECTED

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-08 Thread Brian Lloyd
the Record extension class (as SQLAliases don't leak if you access them from a plain ExtensionClass.Base-derived class). Hopefully I'll have a patch or workaround for you today. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.di

RE: [Zope-dev] Re: [Zope] ANNOUNCE: Zope 2.3.0 alpha 1 released...

2000-12-13 Thread Brian Lloyd
Found a bug, I think... when I try to add a property to a PropertyManager (but not a PropertySheet?) I get: Error Type: ImportError Error Value: cannot import name checkValidId Thanks - the fix should be checked in shortly... Brian Lloyd[EMAIL PROTECTED] Software Engineer

RE: [Zope-dev] python 2.0, windows and zope

2000-12-13 Thread Brian Lloyd
it for Windows? Hi Andy - We have a little python script that creates NMAKE compatible makefiles out of the Setup files. I've attached it + the .bat file we use to run it. Hope this helps! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http

[Zope-dev] RE: objectIds accessiblilty and a proposal

2000-12-18 Thread Brian Lloyd
hing about it for 2.3. I propose that objectIds (and objectValues) will not be directly accessible via the Web in 2.3. For xml-rpc applications, it should be a simple enough task to create a Python Script (or even a DTML Method) that *is* Web accessible to relay that information if it is needed. Though

[Zope-dev] RE: [Zope] [BUG] Background processes interfere with Zope's HTTP responses

2000-12-19 Thread Brian Lloyd
e spawning an external process that inherited the filehandles of the zope process. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTE

[Zope-dev] RE: SQL Alias leak....

2000-12-27 Thread Brian Lloyd
for each record (thinking that the aliased names are distinct fields). In any case, Jim tracked this down to a subtle bug in ExtensionClass that is fixed for 2.2.5 b1 (which I'm uploading the zope.org now). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital

RE: [Zope-dev] RE: objectIds accessiblilty and a proposal

2001-01-04 Thread Brian Lloyd
snip wishlist I did have a proposal for just this on dev.zope.org, but I see someone has deleted it :-( cheers, Chris Are you talking about 'ProtocolAccessibility'? It's still there (though Jim has done some rearranging of things there lately)... Brian Lloyd[EMAIL PROTECTED

[Zope-dev] ANNOUNCE: Zope 2.3.0 alpha 2 released

2001-01-10 Thread Brian Lloyd
not build binary distributions for alpha releases - the alpha is available as a source release only. When we move into the beta period for 2.3, we will build and distribute binary releases. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations

RE: [Zope-dev] New UI for 2.3

2001-01-11 Thread Brian Lloyd
to do "browser preferences" via cookies to control things like default text area sizes. That could also have a "hide top frame" option for those who really can't spare the 32px. :^) Brian Lloyd[EMAIL PROTECTED] Softwar

[Zope-dev] ANNOUNCE: Zope 2.3.0 beta 2 released

2001-01-19 Thread Brian Lloyd
://www.zope.org/Products/Zope/2.3.0b2/HISTORY.txt Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

RE: [Zope-dev] Membership and the 2.3 beta2 ... bug in the latter!

2001-01-23 Thread Brian Lloyd
instead of 2). I haven't had time to dig into it yet, so I thought I would toss it up here so anyone with visibility to this issue can look at it. Hi Bill - this was due to a problem that is fixed in CVS and will be in beta 3 (out late today or tomorrow). Brian Lloyd[EMAIL PROTECTED

RE: [Zope-dev] Old to new registerClass

2001-01-24 Thread Brian Lloyd
dtml as: dtml-var BASEPATH1/misc_/imagef dtml-var BASEPATH1/misc_/imageg etc. I don't know what 'lang_' does, so I'm not sure what to advise you there... Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] ZCatalog FieldIndex bug in Zope 2.3.0b3

2001-01-26 Thread Brian Lloyd
at the tabular report dtml, which is pretty straightforward). You are seeing this on b3 with a totally freshly generated ZSearch interface that you have not altered (and looking at the generated dtml directly, not through a site-specific page that includes it)? Brian Lloyd[EMAIL PROTECTED

[Zope-dev] ANNOUNCE: Zope 2.3.0 final released

2001-01-26 Thread Brian Lloyd
g/Products/Zope/2.3.0/CHANGES.txt - http://www.zope.org/Products/Zope/2.3.0/HISTORY.txt Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL

RE: [Zope-dev] Unable to clear proxy roles in Zope 2.3.0

2001-01-29 Thread Brian Lloyd
that turns out to actually be a bug itself :^) It is fixed in CVS for the next release. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL

[Zope-dev] REMINDER: Zope track at Python 9!

2001-01-31 Thread Brian Lloyd
fellow Zopistas, learn about Perl for Zope, the future of ZPatterns and what's in store for Zope in 2001. Note that "early bird" registration for Python 9 ends February 2nd - for more information about Python 9 or the Zope Track see http://www.python9.org/. Brian Lloyd[EMAIL

RE: [Zope-dev] Broken FTP ZClass PUT 2.3.0

2001-02-02 Thread Brian Lloyd
wonder if a better way to go might be to provide a mixin that people can use when defining a ZClass that adds the default FTP/DAV support? Then I suppose that people with existing ZClasses would then be mad (because there would be no easy way to add that support to existing ZC). Brian Lloyd

RE: [Zope-dev] manage_options in 2.3

2001-02-08 Thread Brian Lloyd
, unless it was being consumed somehow). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

RE: [Zope-dev] Import Libraries into Python Script

2001-02-15 Thread Brian Lloyd
('base64') # Allow access to imaplib allow_module('imaplib') o Restart Zope Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations www.digicool.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Withers

[Zope-dev] ANNOUNCE: Zope 2.3.1 beta 1 released...

2001-02-15 Thread Brian Lloyd
tdown your Zope process - copy the .tgz to your Zope directory and extract it - run w_pcgi or wo_pcgi *if you are not using a binary release* - restart your process Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.di

RE: [Zope-dev] Import Libraries into Python Script

2001-02-16 Thread Brian Lloyd
a minimal example in the standard.py module in the PythonScripts package (though there is no helper shortcut for that method yet - there probably should be). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] Unindex_Object, bug (Again)

2001-02-20 Thread Brian Lloyd
to be 2.3.1). Looks like someone fixed this in the trunk but forgot to merge the fix to the release branch :( It's fixed for 2.3.1 final. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

[Zope-dev] SECURITY alert and hotfix release...

2001-02-23 Thread Brian Lloyd
scripting privileges. - http://www.zope.org/Products/Zope/Hotfix_2001-02-23/README.txt - http://www.zope.org/Products/Zope/Hotfix_2001-02-23/Hotfix_2001-02-23.tgz Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] Search Features and Zope Directions Road Map

2001-02-27 Thread Brian Lloyd
- we do not want to provide the best search engine for every task. We want to make it easy for you to build or integrate the "right" search solution for your task. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com _

[Zope-dev] RE: [Zope] Zope Good/Bad News Article

2001-02-27 Thread Brian Lloyd
n provide some +1 -1 type feedback that is incorporated into the way that components are listed on the site. This would let the most popular / best components appear at the top of listings etc. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Dig

RE: [Zope-dev] Class attr hotfix

2001-03-05 Thread Brian Lloyd
ly expect to be able to do. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev **

[Zope-dev] SECURITY ALERT and Zope hotfix release [2001-03-08]

2001-03-09 Thread Brian Lloyd
a fix for the issue, at which time the hotfix can be removed. Zope versions prior to 2.3.0 are not affected by this issue. - http://www.zope.org/Products/Zope/Hotfix_2001-03-08/README.txt - http://www.zope.org/Products/Zope/Hotfix_2001-03-08/Hotfix_2001-03-08.tgz Brian Lloyd[EMAIL

RE: [Zope-dev] manage_main select ... / don't work with Mozilla

2001-03-15 Thread Brian Lloyd
elect' tag problem in the Zope UI has since been fixed and the fix will be in 2.3.1 b2 (out today). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist

[Zope-dev] ANNOUNCE: Zope 2.3.1 beta 2 released

2001-03-15 Thread Brian Lloyd
gi *if you are not using a binary release* - restart your process Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.o

RE: [Zope-dev] getPhysicalPath?

2001-03-16 Thread Brian Lloyd
tip-o-the-day: you can use: print object.aq_chain The aq_chain attribute (computed at time of access) provides a list (in reverse order) of the objects in the acquisition path. Hope this helps! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital

RE: [Zope-dev] Playing with DateTime

2001-03-16 Thread Brian Lloyd
t people who prefer it can use it easily. Time and de facto usage would then tell whether we (DC) should consider some sort of transition - and we can learn whether that would be a good idea without inconveniencing those who prefer to continue using the built-in DateTime in the meantime. Brian

RE: [Zope-dev] getPhysicalPath?

2001-03-16 Thread Brian Lloyd
= true_parent return result Hope this helps! Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope-dev] Status of aq_chain (was: RE: getPhysicalPath?)

2001-03-19 Thread Brian Lloyd
also be a doc bug report. Before anyone asks, note that 'aq_uncle' is _not_ part of the public interface, and is only an exercise in Jim having fun :^) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] Python 2

2001-03-21 Thread Brian Lloyd
to Python 2. Note that you can make a binary release use an existing python by just changing the start script to point to your chosen Python executable instead of the bundled one. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http

RE: [Zope-dev] Python 2

2001-03-21 Thread Brian Lloyd
extensions to match your Python version). Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope-dev] ANNOUNCE: Zope 2.3.1 beta 3 released

2001-03-21 Thread Brian Lloyd
ry release* - restart your process Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

RE: [Zope-dev] Compiling Zope from source on Windows

2001-03-26 Thread Brian Lloyd
FYI: I've finally had time to finish my present :) http://www.zope.org/Members/Brian/Misc/ExtensionBuilder/ Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com -Original Message- From: Andy McKay [mailto:[EMAIL

RE: [Zope-dev] Problem with Hotfix 2000-10-11 on 2.1.6

2001-03-30 Thread Brian Lloyd
According to the README, those versions are still vulnerable. Could somebody give me a hint if and how it's possible to backport the Hotfix to Zope 2.1.6 ? You could add this to the hotfix module: def aq_base(object): return getattr(object, 'aq_base', object) ...and use that instead of importing i

[Zope-dev] ANNOUNCE: Zope 2.3.1 final released

2001-03-30 Thread Brian Lloyd
- copy the .tgz to your Zope directory and extract it - SEE THE NOTE ABOVE!! - run w_pcgi or wo_pcgi *if you are not using a binary release* - restart your process Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Crea

RE: [Zope-dev] Trouble with ZODB when switching between Zope-releases with Python 1.5 and Python2.0

2001-04-05 Thread Brian Lloyd
t; objects, or not work correctly when you visit them. Once you identify the culprits, you could load the db under Python 2 again and either get rid of those objects or change them to get rid of the unicode data in them. Brian Lloyd[EMAIL PROTECTED] Software Engineer 54

RE: [Zope-dev] ActiveState / DC Collaboration

2001-04-11 Thread Brian Lloyd
Python 2.1. So AFAIK, you should be able to take advantage of ActivePython2.1 with Zope 2.4. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com ___ Zope-Dev maillist

RE: [Zope-dev] ActiveState / DC Collaboration

2001-04-12 Thread Brian Lloyd
to work magically with any Python that happens to be around. We should also make it easier for win32 to compile the extensions if they want to do something fancier than our installer supports. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations

[Zope-dev] **Important Notice** for Zope public CVS users

2001-04-12 Thread Brian Lloyd
, you should either avoid doing any CVS updates until you're ready to migrate or move off of CVS to a current (2.3.1) release. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com

RE: [Zope-dev] **Important Notice** for Zope public CVS users

2001-04-12 Thread Brian Lloyd
nk. If you are running the release branch you will continue to get bug fixes and will not need to upgrade to Python 2.1, as the changes in preparation for 2.1 will only go into the trunk. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.di

[Zope-dev] RE: [Zope] REQUIRING Python 2.1??

2001-04-13 Thread Brian Lloyd
t this objection to make any difference in what DC does, but I needed to express it anyway. You may find that making your objections in a less inflammatory way will give them more impact. We are all for public debate - that is why we are doing this in the open, in a public project area on dev.zope.or

  1   2   3   >