Re: [Zope-dev] Core Dump (Zope 2.7, Python 2.3.3, FreeBSD 4.5)

2004-02-19 Thread Jeffrey P Shell
that it was patched in the Python core by now as I thought I heard something along those lines a while back, but I may have been hearing about the patch being applied to the BSD 'ports' collection. -- Jeffrey P Shell [EMAIL PROTECTED] ___ Zope-Dev maillist

[Zope-dev] Core Dump (Zope 2.7, Python 2.3.3, FreeBSD 4.5)

2004-02-18 Thread Jeffrey P Shell
I've been experiencing the most peculiar core dump under Zope 2.7. It's on a web application we only decided to revive late last week, so it was never tested under earlier beta/RC conditions. The core dump occurs when visiting manage_main on a particular folder. The contents of this folder

Re: [Zope-dev] how can I prevent undo?

2003-10-27 Thread Jeffrey P Shell
Actually, this should be doable by removing access to the ``Undo changes`` permission. -- Jeffrey P Shell [EMAIL PROTECTED] On Oct 26, 2003, at 1:49 PM, Andreas Jung wrote: By removing the Undo tab or by removing Un doSupport from the baseclasses of your objects? -aj --On Sonntag, 26

Re: [Zope-dev] [CRITICAL] Conflict Errors, Transactions, Retries, Oh My....

2003-05-30 Thread Jeffrey P Shell
On Thursday, May 29, 2003, at 07:32 AM, Chris McDonough wrote: On Thu, 2003-05-29 at 01:08, Jeffrey P Shell wrote: Thanks for the information. Is it safe at all to try to catch a ConflictError during the critical part of the code, log some information, and then reraise the error to let

[Zope-dev] [CRITICAL] Conflict Errors, Transactions, Retries, Oh My....

2003-05-29 Thread Jeffrey P Shell
to put extra protections around this code regardless of what may be coming in the future. Thanks in advance, Jeffrey P Shell [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] [CRITICAL] Conflict Errors, Transactions, Retries, Oh My....

2003-05-29 Thread Jeffrey P Shell
On Wednesday, May 28, 2003, at 10:19 PM, Chris McDonough wrote: This doesn't happen often, but (as stated), this is a critical operation that needs to be better protected. All other exceptions and bits and pieces in the block of code in question has been tested thoroughly and we have not had

Re: [Zope-dev] 2.6.1b2?

2003-01-27 Thread Jeffrey P Shell
I updated the Zope 2.6 project page to reflect this, figuring that it should at least be *somewhere* on the web :). http://dev.zope.org/Wikis/DevSite/Projects/Zope2.6/FrontPage It's nothing fancy, I just included the note and took out some of the older Status notes that reflected the

Re: [Zope-dev] zope and python compatibility

2003-01-09 Thread Jeffrey P Shell
, but not requiring any Python 2.2 features. 2.6.1 is supposed to have its second beta soon. I suppose I should give the first beta a test against Python 2.2 to see how it goes. 2.6.1b1's been solid under Python 2.1.3, at least on our development box. Jeffrey P Shell, [EMAIL PROTECTED

Re: [Zope] Re: [Zope-dev] Zope Book call for assistance

2002-12-09 Thread Jeffrey P Shell
On Saturday, December 7, 2002, at 04:11 AM, Tino Wildenhain wrote: Hi Chris, --On Freitag, 6. Dezember 2002 21:27 -0500 Chris McDonough [EMAIL PROTECTED] wrote: On Fri, 2002-12-06 at 19:13, Tino Wildenhain wrote: These are exactly the things you shouldn't neither do in DTML nor in ZPT :-)

Re: [Zope-dev] KeywordIndex and PersistentList (Bug?)

2002-11-20 Thread Jeffrey P Shell
What about ``if callable(aq_base(newKeywords)):`` to remove potential acquisition wrappers? On Wednesday, November 20, 2002, at 12:41 PM, Casey Duncan wrote: Just a note that this can't be put in Zope 2.6 since functions and methods don't have a __call__ in Python 2.1. -Casey On Wednesday

Re: [Zope-dev] Proposed Additional reStructuredText Deliverables

2002-11-12 Thread Jeffrey P Shell
I'll volunteer for (1). I think implementing it will be easy, but writing tests for it could be tricky... On Monday, November 11, 2002, at 10:44 PM, Andreas Jung wrote: 3) is a *must-have feature*, 1) and 2) are *can-have features* (especially 2) ). At least for 1) I need a volunteer ;-)

[Zope-dev] Proposed Additional reStructuredText Deliverables

2002-11-11 Thread Jeffrey P Shell
it in 'Products.PythonScripts.standard' where all of the other DTML formatters are exposed, or out of its own namespace (ie: tal:content=structure python:modules['reStructuredText'].HTML(foo)). Or both ways. -- Jeffrey P Shell [EMAIL PROTECTED

Re: [Zope-dev] 2.6.1 Plan?

2002-10-30 Thread Jeffrey P Shell
On Wednesday, October 30, 2002, at 04:22 AM, Chris Withers wrote: Ross J. Reedstrom wrote: It what world do you live, and can I move there? You miss the point ;-) The flurry to get features into a 'stable' release is what I was on about. If you flurry, the release won't be stable. I like

Re: [Zope-dev] My 2.6.0 feature patch didn't make it!?

2002-10-30 Thread Jeffrey P Shell
On Wednesday, October 30, 2002, at 07:07 AM, Andreas Jung wrote: Better put the patches at a public place (member area on zope.org). Or a collector issue, since they do allow file attachments. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] __getattr__ and Acquisition

2002-09-23 Thread Jeffrey P Shell
On Monday, September 23, 2002, at 09:14 AM, Andreas Kostyrka wrote: Am Mon, 2002-09-23 um 11.12 schrieb Florent Guillaume: Anoter way to do that is to play games with __of__. Look at the implementation of the skins tool in CMF for an example. Doesn't help, as I do NOT know my container :(

Re: [Zope-dev] Speaking of Structured Annoyances

2002-09-05 Thread Jeffrey P Shell
On 9/4/02 9:14 PM, R. David Murray [EMAIL PROTECTED] wrote: On Wed, 4 Sep 2002, Jeffrey P Shell wrote: Um, how does one escape * in STX-NG? As in - what if one is entering an equation inline like 2 * 2 * 3 = 12? Or, does one just fall back on using x? How about '2 * 2 * 3 = 12

Re: [Zope-dev] Re: Future of StructuredText

2002-09-04 Thread Jeffrey P Shell
if it's a few sublevels in. I still have to find the right level, mix of colons and spacing, etc..., after all these years. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope-dev] Speaking of Structured Annoyances

2002-09-04 Thread Jeffrey P Shell
Um, how does one escape * in STX-NG? As in - what if one is entering an equation inline like 2 * 2 * 3 = 12? Or, does one just fall back on using x? -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] Fix broken python on Mac OS X version 10.2

2002-08-26 Thread Jeffrey P Shell
On 8/26/02 11:49 AM, Jens Vagelpohl [EMAIL PROTECTED] wrote: well, the basic cause is worse than that: they moved symbols around between system libraries. jens But nicely, they include Python (2.2, not even 2.2.1) on the Developer Tools CD. Finally. -- Jeffrey P Shell www.cuemedia.com

Re: [Zope-dev] DTML and REQUEST data changes about to be checkedin

2002-08-09 Thread Jeffrey P Shell
the ZOPE_DTML_REQUEST_AUTOQUOTE change has been put in, I've reserved future judgments until I get a chance to actually do some testing. I know that if I do run into any issues in the future that I don't have time to deal with, I can just flip that switch off. -- Jeffrey P Shell www.cuemedia.com

[Zope-dev] 2.6 / 2.7? (was: DTML and REQUEST data changes about to bechecked in)

2002-08-08 Thread Jeffrey P Shell
. Is there a roadmap / schedule for the two releases that's up to date? -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Re: DTML and REQUEST data changes about to bechecked in

2002-08-01 Thread Jeffrey P Shell
have to digest the changes in more depth that I've had (or currently have) time for, but that's the thought that crossed my mind earlier. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope-dev] Restricted Compiler issues on FreeBSD? (Core Dumps...waaa!)

2002-07-16 Thread Jeffrey P Shell
the move to Zope 2.5.x/Python 2.1.x/FreeBSD. FWIW, the Python 2.1.2 used was from the BSD Ports, while the 2.1.3 was compiled by hand. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo

[Zope-dev] Temp Folders and Transient Object Containers

2002-06-20 Thread Jeffrey P Shell
'. Of course, when I restarted Zope, the 'tix_sessions' object itself was gone. So, why is the default Transient Object Container put in a Temporary Folder? If I want to use an application specific one that doesn't get lost on restart, is it OK to put it into a normal persistent folder? -- Jeffrey P Shell

Re: [Zope-dev] Temp Folders and Transient Object Containers

2002-06-20 Thread Jeffrey P Shell
with different Session requirements. Fortunately for the project I'm on, I think it will have a dedicated Zope instance. No one's working on a Kinda Sorta Temporary Folder are they? ;) Or, as Jim might put it Temporary, except for when I don't want it to be. -- Jeffrey P Shell www.cuemedia.com

Re: [Zope-dev] Re: [ZPT] Order of attribute execution FeatureRequest

2002-05-13 Thread Jeffrey P Shell
in the classic HTML way when a page template is in HTML mode (content type equals 'text/html'), which I presume is the default. -- Jeffrey P Shell www.cuemedia.com Industrie Toulouse on Zope http://radio.weblogs.com/0106123/categories/zope/ ___ Zope

Re: [Zope-dev] Re: [ZPT] Order of attribute execution FeatureRequest

2002-05-10 Thread Jeffrey P Shell
what I'd like it to ;-) Evan Simpson explained this to me once in a way that made sense, but I can't remember what it is right now. [SNIP!] -- Jeffrey P Shell www.cuemedia.com Industrie Toulouse on Zope http://radio.weblogs.com/0106123/categories/zope

Re: [Zope-dev] ZPT and 'else'

2002-05-10 Thread Jeffrey P Shell
On 5/10/02 9:25 AM, Marc Lindahl [EMAIL PROTECTED] wrote: on 5/10/02 12:47 AM, Jeffrey P Shell at [EMAIL PROTECTED] scrivened: You would need something to close off the 'if' statement, otherwise, a document full of 'if' statements and no 'else' ones could fill up a stack needlessly

[Zope-dev] ZPT and 'else'

2002-05-09 Thread Jeffrey P Shell
available /div /div This is something I did a lot in DTML too, setting a search result to either a global variable, or inside of a large dtml-let namescape -- Jeffrey P Shell www.cuemedia.com Industrie Toulouse on Zope http://radio.weblogs.com/0106123/categories/zope

Re: [Zope-dev] ZPT and 'else'

2002-05-09 Thread Jeffrey P Shell
TALES take on the lifting of how to write those conditions. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] updateObjectList for objectManagers?

2002-04-30 Thread Jeffrey P Shell
methods to store subobjects in a different fashion, you'd have to take this into account. Basically, if you don't trust _objects, how do you get the list of actual subobjects? -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] updateObjectList for objectManagers?

2002-04-30 Thread Jeffrey P Shell
On 4/30/02 10:59 AM, Lennart Regebro [EMAIL PROTECTED] wrote: From: Jeffrey P Shell [EMAIL PROTECTED] Basically, if you don't trust _objects, how do you get the list of actual subobjects? abel deuring suggested that I would check for a meta_tag attribute on the attributes. That might work

Re: [Zope-dev] Need to instantiate zclass in location other thancurrent

2002-04-19 Thread Jeffrey P Shell
to a persistent object in Zope is still a scary proposition. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] Speaking of 2.6...

2002-04-17 Thread Jeffrey P Shell
of a sort of expansion pack of other good products that was well maintained alongside each core release. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] Re: death to index_html; ObjectManager?

2002-04-16 Thread Jeffrey P Shell
be some advantage I suppose. +1 for the separate mix-in. I use ObjectManager as a base class frequently for non-folderish objects, for which the whole 'death to index_html' notion is moot. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist

Re: [Zope-dev] [RFClet]: What about the request method and theclient side trojan?

2002-04-12 Thread Jeffrey P Shell
On 4/12/02 2:49 AM, Toby Dickenson [EMAIL PROTECTED] wrote: On Thursday 11 April 2002 6:37 pm, Jeffrey P Shell wrote: On 4/11/02 7:55 AM, Toby Dickenson [EMAIL PROTECTED] Then you're lucky. Usually, any time I see dtml-var someNonIdempotentMethod(), I immediately change it to the name

Re: [Zope-dev] Re: ZMI / JavaScript brainstorm

2002-04-08 Thread Jeffrey P Shell
for an Applet to reload/refresh every time I hit something with a rich text area. On the other hand, Radio Userland http://radio.userland.com/ has a WYSIWYG editor built in for its web based editor, with a preference to disable it. The editor, I believe, is for Windows IE only. -- Jeffrey P Shell

Catalogs, Imports, and Path Awareness (was Re: [Zope-dev] ZClassConstructor Cleanup for 2.6)

2002-04-01 Thread Jeffrey P Shell
on the CatalogPathAware part, documenting how Paths and SiteRoots and VirtualHostMonsters are all supposed to work together would be nice. I still haven't figured it all out, which is currently leaving me with a few VHM's scattered precariously about a couple of sites. (:/ ** 2). -- Jeffrey P Shell

[Zope-dev] FW: Catalogs, Imports, and Path Awareness (was Re: [Zope-dev]ZClass Constructor Cleanup for 2.6)

2002-04-01 Thread Jeffrey P Shell
On 4/1/02 5:59 PM, R. David Murray [EMAIL PROTECTED] wrote: On Mon, 1 Apr 2002, Jeffrey P Shell wrote: If other people have come across this, I think finding a resolution to this would be a more-than-worthy 2.6 project. If I'm just smoking crack and it's only a ZPatterns/TransactionAgents

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jeffrey P Shell
have seen the same problem ? FYI Zope 2.5.0 + Python 2.1.2 both up-to-date Debian Woody packages. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] improved logging

2002-03-01 Thread Jeffrey P Shell
by something else afterwards input appreciated. Sloot. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] Zope 2.6 planning - call for contributors!

2002-03-01 Thread Jeffrey P Shell
compiler to use, etc. Can't the distutils framework be used? It's got all of the utilities to deal with various platform issues already. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope-dev] Dynpersist.so and makefile.pre.in

2002-01-31 Thread Jeffrey P Shell
system that might work for you if it still works. Much easier than anything ZPatterns based - especially given that ZPatterns has gone relatively unmaintained for so long. -- Jeffrey P Shell www.cuemedia.com ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Defining Interfaces

2002-01-28 Thread Jeffrey P Shell
On 1/28/02 8:17 AM, Chris Withers [EMAIL PROTECTED] wrote: Jeffrey P Shell wrote: On 1/27/02 11:25 AM, Steve Alexander [EMAIL PROTECTED] wrote: Hi folks, When I define an Interface, are the methods of the interface supposed to have self as the first argument? No. Can you expand

Re: [Zope-dev] Defining Interfaces

2002-01-27 Thread Jeffrey P Shell
that way from the Interface Interface. However, many of the interfaces in Zope3 omit the self argument. -- Jeffrey P Shell www.cuemedia.com Sent using the Entourage X Test Drive. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org

Re: [Zope-dev] Defining Interfaces

2002-01-27 Thread Jeffrey P Shell
to reflect where interfaces are going for Zope 3. First, the interface should be named IHello, and there should be no 'self' in the signature for the 'hello()' method. -- Jeffrey P Shell www.cuemedia.com Sent using the Entourage X Test Drive

Re: [Zope-dev] FYI: Sprint schedule online

2002-01-15 Thread Jeffrey P Shell
page and the sprint schedule. This page also answers the question, What is a sprint? You of all people better not be whining about Zope URLs! ;) Jeffrey P Shell, [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org

[Zope-dev] References, persistence, BTrees

2002-01-03 Thread Jeffrey P Shell
use the hash of the Subscription as a key, is there any advantages/disadvantages with using an IOBTree to hold Subscription objects instead of a PersistentMapping? Jeffrey P Shell, [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http

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

2001-12-04 Thread Jeffrey P Shell
On Tuesday, December 4, 2001, at 06:37 AM, Joseph Wayne Norton wrote: [SNIP[ p.s. It is my own personal taste but I don't really care for the tkgui interface for running the zope test suite. Any possibilites of making the test suite run in a fashion similar to the python installation test

Re: [Zope-dev] Open Letter to zope-dev

2001-11-30 Thread Jeffrey P Shell
for the great work that they do. They've given up more for the cause of keeping Zope Open Source than most people will ever truely realize. And, after I'm done dealing with my current situation, I'd be willing to head back east for them again if they'll have me. :) Jeffrey P Shell, [EMAIL

Re: [Zope-dev] Catalog improvements

2001-11-21 Thread Jeffrey P Shell
with PluginIndexes, which wouldn't require changing the Catalog at all. Just write a Query Index that indexes objects that match its pre-cooked Query. This would speed up searching tremendously, but you could take a big hit at indexing time if you have many of them. Jeffrey P Shell, [EMAIL PROTECTED

[Zope-dev] PathIndex query options

2001-11-19 Thread Jeffrey P Shell
) one changed parameter. http://www.zope.org/Members/michel/ZB/SearchingZCatalog.dtml http://www.zope.org//Wikis/DevSite/Proposals/PathIndexDocumentation Jeffrey P Shell, [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] WebDAV API

2001-11-01 Thread Jeffrey P Shell
these outside of that, primarily due to the importance of the 'locktoken' objects, which you need to understand in order to use wl_setLock() and other methods. Jeffrey P Shell, [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http

Re: [Zope-dev] WebDAV API

2001-11-01 Thread Jeffrey P Shell
Document class as an alternate approach. Jeffrey P Shell, [EMAIL PROTECTED] ___ 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

Re: [Zope-dev] _getOb or __getattr__?

2001-02-27 Thread Jeffrey P Shell
"Chris Withers" [EMAIL PROTECTED] wrote: Jeffrey P Shell wrote: _getOb and _setOb are for placing subobjects somewhere besides attributes (which is the default implementation). When would __getattr__ be used then? In what context? You could wire __getattr__ to call i

[Zope-dev] Re: [Geeks] Interface Meta Data proposal

2000-11-28 Thread Jeffrey P Shell
uot;, getting developers to fill in too much 'meta data' is hard). But if we can get some of the information in your proposal more integrated with the language, I think it would be beneficial. Jeffrey P Shell, [EMAIL PROTECTED] http://www.digicool.com/ | http://www.zope.org ___

Re: [Zope-dev] Tag DTML

2000-11-02 Thread Jeffrey P Shell
urrounding environment. render\__call__ is called at render time when the namespace becomes important. Jeffrey P Shell, [EMAIL PROTECTED] http://www.digicool.com/ | http://www.zope.org ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailma

[Zope-dev] WriteLocking RiskFactors updated

2000-10-24 Thread Jeffrey P Shell
://dev.zope.org/Wikis/DevSite/Projects/WriteLocking/ProjectDiscussion -- Jeffrey P Shell, [EMAIL PROTECTED] http://www.zope.org/ | http://www.digicool.com/ ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] Meaning :-S

2000-10-23 Thread Jeffrey P Shell
d they happen to be in Python. (or could be predicated by the language of choice). Jeffrey P Shell, [EMAIL PROTECTED] http://www.digicool.com/ | http://www.zope.org ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope

[Zope-dev] WriteLocking Project Initialized

2000-10-19 Thread Jeffrey P Shell
http://dev.zope.org/Wikis/DevSite/Projects/WriteLocking/FrontPage WriteLocking became a full fledged Fishbowl Project this week, and I've been spending the past couple of days getting the initial Artifacts and structure of the Project site together. The current structure should stand through

Re: [Zope-dev] Typo in Version.py

2000-10-18 Thread Jeffrey P Shell
the modified object on the ObjectManager, leaving the ownership info unchanged. (self._setObject). Jeffrey P Shell, [EMAIL PROTECTED] http://www.digicool.com/ | http://www.zope.org ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/m

Re: [Zope-dev] Typo in Version.py

2000-10-18 Thread Jeffrey P Shell
On 10/18/2000 9:27 AM, "Jeffrey P Shell" [EMAIL PROTECTED] wrote: On 10/18/2000 9:04 AM, "Greg Ward" [EMAIL PROTECTED] wrote: Now if only I could figure out why Zope is trying to raise that exception on me... (I'm not deleting a version, I'm just renaming someth

[Zope-dev] Writelocking Proposal rev 3.1

2000-10-16 Thread Jeffrey P Shell
http://dev.zope.org/Wikis/DevSite/Proposals/WriteLocking The proposal has been updated with a new deliverable discussing documentation as noted and requested by Brian. Jeffrey P Shell, [EMAIL PROTECTED] http://www.digicool.com/ | http://www.zope.org

[Zope-dev] WriteLocking Proposal Revisited. Again.

2000-10-13 Thread Jeffrey P Shell
WriteLocking http://dev.zope.org/Wikis/DevSite/Proposals/WriteLocking Revisited and rewritten again after some internal discussions and a decision to ensure that the proposed Write Locking for WebDAV behaves in a matter that the clients (particularly the more popular ones) expect. There's less

[Zope-dev] Locking (supercedes original writelocking proposal)

2000-10-06 Thread Jeffrey P Shell
This supercedes the original WriteLocking proposal which was initially just to cover WebDAV's current write locking ability. http://dev.zope.org/Wikis/DevSite/Proposals/WriteLocking -- Jeffrey P Shell, [EMAIL PROTECTED] http://www.zope.org