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

2004-03-30 Thread Tres Seaver
agine *any* markup that would be transparent; it would pretty much have to be embedded in whatever "comment" syntax the underlying language defines. Tres. -- ======= Tres Seaver[EMAIL PROTECT

[Zope-dev] Re: Threads, Locks, Volatility, and Angst

2004-03-31 Thread Tres Seaver
n object called 'browser_id_manager' whose job it is to generate such IDs cheaply; I would recommend using it, instead. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Deal

[Zope-dev] Re: Threads, Locks, Volatility, and Angst

2004-04-01 Thread Tres Seaver
_bar = Bar() return result # Always use self._getBar() instead of self._v_bar. I don't think volatility is a good match for locks, which are tasked with ensuring consistency. Tres. -- === Tres Seaver

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

2004-04-02 Thread Tres Seaver
t put down people's ideas so quickly. Exactly. Chris, note that *most* users don't want or need dynamic CSS; this feature won't affect them. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zo

[Zope-dev] Re: manage_permission from script

2004-04-08 Thread Tres Seaver
> pr.aq_acquire >>> manage_permission("View", ["Owner"]) >>> The real fix would be to rip out the use *anywhere* of 'self.aq_acquire'; the 'aq_aquire' function from Acquisition will always do the Righ

[Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-12 Thread Tres Seaver
t random during a single session. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECT

[Zope-dev] Re: [patch] More secure cookie crumbler?

2004-04-12 Thread Tres Seaver
things thats the problem. Right, mostly for the same reasons you point out above: the perceived threat isn't enough to warrant the pain. -- === Tres Seaver[EMAIL PRO

[Zope-dev] Re: start_new_thread / user issue

2004-04-12 Thread Tres Seaver
code here . thread = Thread(TrustedSecurityTask(user_id)) thread.start() Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___

[Zope-dev] Re: start_new_thread / user issue

2004-04-13 Thread Tres Seaver
... brackets, and for typing code from memory after an all-day "planes, trains, and automobiles" trip. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Deal

[Zope-dev] Re: Zope and zope

2004-04-13 Thread Tres Seaver
third party code for Zope3 was built in the test-driven culture, and has at least some chance of migrating cleanly with confidence. Tres. -- === Tres Seaver[EMAIL P

[Zope-dev] Re: [Zope3-dev] Re: Zope and zope

2004-04-13 Thread Tres Seaver
Stephan Richter wrote: On Tuesday 13 April 2004 22:17, Tres Seaver wrote: Of course, having two packages with names differing only in case is a bit ugly. Do we want to consider renaming one or both of these packages to avoid the conflict? -1 to renaming 'Zope'; the amount of third-

[Zope-dev] Re: I want to fix App.Management.Tabs.manage_workspace

2004-04-20 Thread Tres Seaver
tilple users with the same login and password exist at different "depths" from the root, but with different roles, is not a good plan. Is that right? If so, how do I go about implementing it? Finally, what branches should I do this on? Definitely not the 2.6 br

[Zope-dev] Re: Zope 2.6 branch "closed for bugfixes"?

2004-04-21 Thread Tres Seaver
Chris Withers wrote: Tres Seaver wrote: Chris, I would call the 2.6 branch "closed except for serious security bugs"; please don't check in new features or minor bugfixes there. How come? and was this announced anywhere? See the last topic in: http://dev.zope.org/CVS/ZopeDev

[Zope-dev] Re: Proposal: Rename zope package

2004-04-21 Thread Tres Seaver
Jim Fulton wrote: Tres Seaver wrote: Jim Fulton wrote: Jim Fulton wrote: Based on recent discussions, I've created a proposal: http://dev.zope.org/Zope3/RenameTheZopePackage to rename the "zope" package to "z". Unless there are strong objections, we'll

[Zope-dev] Re: zLOG changes

2004-04-21 Thread Tres Seaver
-- -- 2004-04-21T15:37:10 INFO(0) Zope Ready to handle requests Why use the console, when you have zopectl? -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zo

[Zope-dev] Re: [ZODB-Dev] Re: BTrees strangeness (was Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-05-13 Thread Tres Seaver
s? +1 from me. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL P

[Zope-dev] Re: The bleak Future of Zope?

2004-04-26 Thread Tres Seaver
quot;MembershipTool" sometimes and most other tools not at all. Okay, point taken. :) How much do the tools listed interdepend on each other? See the attached file. Tres. -- ======= Tres Seaver[EM

[Zope-dev] Re: [Zope3-dev] What do we want to bring from CVS to Subversion

2004-04-26 Thread Tres Seaver
sting CVS repository in place *forever* (or until the 2.7 branch dies, whichever comes first ;). -1 on merging *any* history prior to the creation of the 2.7 branch to SVN; -0 on merging the mainline since then. Tres. -- ======= Tres S

[Zope-dev] Re: masimum number of mounted databases with APE?

2004-05-03 Thread Tres Seaver
ipped over it. WRT DBTab: as of Zope 2.7, that product is obsolete: its functionality has been folded into Zope.Startup's processing of the config file. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope C

[Zope-dev] Re: maximum number of mounted databases with APE?

2004-05-03 Thread Tres Seaver
Dario Lopez-Kästen wrote: Tres Seaver wrote: WRT DBTab: as of Zope 2.7, that product is obsolete: its functionality has been folded into Zope.Startup's processing of the config file. We have to use DBTab atm because we are still using 2.6.2 in production and we haven't tested 2

[Zope-dev] Re: Zope 2.X Session problems

2004-05-05 Thread Tres Seaver
t the value on the TemporaryStorage!) In Zope >= 2.7, zope.conf has a setting for this value. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers&

Re: [ZODB-Dev] RE: [Zope-Coders] RE: [Zope-dev] Re: ATTENTION! cvs tosubversion transitiontomorrow

2004-05-05 Thread Tres Seaver
certificates. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL

[Zope-dev] Re: Zope 2.X Session problems

2004-05-06 Thread Tres Seaver
ap). Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/z

[Zope-dev] Re: Getting Zope 2.7 trunk working

2004-05-17 Thread Tres Seaver
s.zope.org:/cvs-repository \ co -r Zope-2_7-branch -d Zope-2.7-branch Zope The 2.7 branch head works fine for me. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers"

[Zope-dev] Re: [ZODB-Dev] Re: BTrees strangeness (was Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-05-17 Thread Tres Seaver
the traceback be retrieved later from sys.exc_info()? +1; I don't want untrusted code handling tracebacks anyway. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers&

[Zope-dev] Re: Conflict errors on BDBMinimal storage

2004-05-18 Thread Tres Seaver
g the new PluginRegistry code released as part of the PluggableAuthService release; I am, however, pretty well booked up for the next few weeks. I would be glad to advise anybody who felt called to take on such an effort, however. Tres. -- ======

Re: [Zope-dev] Re: Conflict errors on BDBMinimal storage

2004-05-18 Thread Tres Seaver
robert rottermann wrote: On Tue, 2004-05-18 at 14:15, Tres Seaver wrote: I recently reworked Anthony Baxter's SQLSessions product for a consulting customer, essentially modernizing the code and making it compliant with the new Sessions interface (I dropped the bits which do the

[Zope-dev] Re: Conflict errors on BDBMinimal storage

2004-05-19 Thread Tres Seaver
Dario Lopez-KÃsten wrote: Tres Seaver wrote: I recently reworked Anthony Baxter's SQLSessions product for a consulting customer <...snip...> What I would like to do is revisit the effort, using the new PluginRegistry code released as part of the PluggableAuthService release; I

[Zope-dev] Re: [ZODB-Dev] Re: BTrees strangeness (was Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

2004-05-19 Thread Tres Seaver
and the CMF; likewise a 'bareexcept-geddon' (there might be a few places which are smart enough to do 'except:', but I doubt it). Tres. -- === Tres Seaver

[Zope-dev] Re: Preliminary findings: Zope 2.7 leakage caused by errors

2004-05-19 Thread Tres Seaver
this (I'm plannign to test that explicitely as well). Thoughts, suggestions, comments welcome ... I am CC'ing Juan-David, in case he may be able to offer any insights from the perspective of the Localizer product. Tres. -- === T

[Zope-dev] Re: tortoise v. hare

2004-05-19 Thread Tres Seaver
t" problem. - C On Wed, 2004-05-19 at 14:43, Jamie Heilman wrote: Tres Seaver wrote: We should have a 'hasattr-geddon' and remove every trace of that monstrosity from Zope and the CMF; likewise a 'bareexcept-geddon' (there might be a few places which are smart enough to

[Zope-dev] Re: Read-only root database doesn't work ... bug or feature?

2004-05-21 Thread Tres Seaver
em. The fact that the help system writes to the database is a wart the size of my foot. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com __

Re: [Zope-dev] Re: [Zope3-dev] Re: Re: RFC: TALES adapters and TAL/Tales variable namespaces

2004-05-27 Thread Tres Seaver
>' is legitimate:: [/home/tseaver] $ cat > test.xml [/home/tseaver] $ xmllint test.xml I would be reluctant to duel with Daniel using my XML language lawyer chops. Tres. -- ======= Tres Seaver

[Zope-dev] Re: cvs down ??

2004-05-27 Thread Tres Seaver
t is still changing pretty rapidly, that hurts more than most packages still in CVS. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers"

[Zope-dev] Re: Update Zope Site With Unix Python Scripts

2004-06-02 Thread Tres Seaver
er remains up. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope

[Zope-dev] Re: Arbitrary Arguments?

2004-06-06 Thread Tres Seaver
QUEST=None if REQUEST is not None: morestuf.update(REQUEST.form) # ... Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___

[Zope-dev] Re: zope-dev list policies

2004-06-24 Thread Tres Seaver
o me just now. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

[Zope-dev] Re: cStringIO strange errors

2004-07-09 Thread Tres Seaver
. If the intent is to have the image created in the 'thumbnails' subfolder of 'self', then I would spell your invocation as: dispatcher = self.thumbnails.manage_addProduct['OFSP'] dispatcher.manage_addImage( ) Tres. -- ==

[Zope-dev] Re: StringIO and Zope

2004-07-12 Thread Tres Seaver
ule, those > provided by this module are not able to accept Unicode strings that > cannot be encoded as plain ASCII strings. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Deale

[Zope-dev] Re: ERROR(200) ZODB Couldn't load state for... Memory problem?

2004-07-23 Thread Tres Seaver
elsewhere, per Client. (Untested): # zope.conf.appserver1 %include zope.conf.common clienthome /path/to/zope/var/appserver1 # zope.conf.appserver2 %include zope.conf.common clienthome /path/to/zope/var/appserver2 Tres. -- ====

[Zope-dev] Re: Are input streams seekable in Zope?

2004-07-30 Thread Tres Seaver
clone the cgi.FieldRequest set from the original request into the one used for the retry). Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www

[Zope-dev] Re: Possible Windows Service improvements.

2004-08-12 Thread Tres Seaver
'zdaemon' handler, which uses a Unix-domain socket between parent and child: we could either use a named pipe on Windows, or else a socket on localhost, to achieve the same ends. This would have the upside that 'zopectl' would work the same way on windows, as well, whic

[Zope-dev] Re: tal:on-error is a bare except...

2004-08-12 Thread Tres Seaver
Florent Guillaume wrote: tal:on-error is a bare except: !! Is there any opposition to adding an except ConflictError: raise in TALInterpreter::do_onError_tal ? +10. Tres. -- === Tres Seaver[EMAIL

[Zope-dev] Re: Debian and Zope

2004-08-23 Thread Tres Seaver
hough I might clean up the code a bit (the 'if not username or not password' bit). I am presuming that the package builder for Debian allows you to include this as a patch when packaging, and thus that you can move forward with packaging Zope 2.7.2? Tres.

[Zope-dev] Re: Developing plugins for PluggableAuthService

2004-08-27 Thread Tres Seaver
you? Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/list

[Zope-dev] Re: Developing plugins for PluggableAuthService

2004-08-27 Thread Tres Seaver
Lennart Regebro wrote: Tres Seaver wrote: The machinery won't be invoked for requests which don't need to validate (e.g., for resources viewable by Anonymous). Could that be the case for you? No. Closer inspection seems to show that I actually don't get PAS to do anything at al

Re: [Zope-dev] Re: Developing plugins for PluggableAuthService

2004-08-27 Thread Tres Seaver
Lennart Regebro wrote: Tres Seaver wrote: Here is what I just did: 1. Created a folder, 'pas_test' in the root of my Zope, with a minimal 'index_html'. 2. Changed its security settings, removing "acquire" from the "View" permission and gran

[Zope-dev] Re: Developing plugins for PluggableAuthService

2004-08-27 Thread Tres Seaver
. That wouldn't be a bad thing, at least when running in debug mode. I need to get myself new commit rights at Zope.org again. ;) Please do. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corpora

[Zope-dev] Re: Suggestion for small(?) change in BaseRequest.py. Security effects?

2004-09-03 Thread Tres Seaver
uot; content. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

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

2004-09-21 Thread Tres Seaver
s, with no connectivity for the last couple. I do want to review the patch -- maybe I can get together with ChrisM here in Vienna to look at it. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation

[Zope-dev] ZPT Optimization Opportunity

2004-09-25 Thread Tres Seaver
't benefit from the medusa / concurrency intent of the patch, it seems as though it might be a win (of *course* there aren't any tests for it!) I am attaching the patch I have so far for review and comment. Tres. -- === Tres

[Zope-dev] Re: serving BLOBs

2004-10-11 Thread Tres Seaver
/Members/infrae/news/railroad_products_0_2 Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maill

Re: [Zope-dev] Re: serving BLOBs

2004-10-11 Thread Tres Seaver
res. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/

Re: [Zope-dev] Re: serving BLOBs

2004-10-11 Thread Tres Seaver
Johan Carlsson wrote: Tres Seaver wrote: Johan Carlsson wrote: What exactly is the filestream_iterator that the FileCacheManager uses? As I understand it this is a new feature? For Zope >= 2.7.2, ZPublisher defines an interface, ZPublisher.Iterators.IStreamIterator. An application can return

Re: [Zope-dev] Re: Bad interaction between Zope 2.7.3 and CMF 1.4

2004-10-12 Thread Tres Seaver
Dieter Maurer wrote: Tres Seaver wrote at 2004-10-9 12:04 -0400: Stefan H. Holek wrote: While testing a large-ish customer project under Zope 2.7.3 we found that when an object with setDefaultAccess('deny') is used as the context for a PythonScript, the script can no longer aquire tool

[Zope-dev] Re: Bad interaction between Zope 2.7.3 and CMF 1.4

2004-10-12 Thread Tres Seaver
Tres Seaver wrote: Dieter Maurer wrote: Tres Seaver wrote at 2004-10-9 12:04 -0400: Stefan H. Holek wrote: While testing a large-ish customer project under Zope 2.7.3 we found that when an object with setDefaultAccess('deny') is used as the context for a PythonScript, the script can

[Zope-dev] Re: Bad interaction between Zope 2.7.3 and CMF 1.4

2004-10-13 Thread Tres Seaver
e my second patch applies). I have not yet bee able to write a good test there yet (one which either passes on the 2.7 head and fails for 2.7.2, or vice versa). Tres. -- ======= Tres Seaver[EMAIL PRO

[Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-09-30 Thread Tres Seaver
using the argument over the guessed value (so that the application can "fix" the problem). I agree that having different clients supply different types is painful, but I don't think that "fixing" it at the low level is reasonable (mechanism vs. policy). In summary, I

Re: [Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-09-30 Thread Tres Seaver
tomped on. "Guessing" should always be last in line, and used (at least by default) only in the absence of explicit information. Tres. -- === Tres Seaver

[Zope-dev] Heads up: cvs.zope.org downtime

2004-10-01 Thread Tres Seaver
Today, 11;00-12:00 EDT, for network topology shift in the data center. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://ww

Re: [Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-10-04 Thread Tres Seaver
table? I would guess that the medusa version is more neglected than the Python one; is your experience otherwise? Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers"

[Zope-dev] Re: Bad interaction between Zope 2.7.3 and CMF 1.4

2004-10-09 Thread Tres Seaver
ssue earlier, but couldn't cut it down to a simple case. I will work on adding tests to AccessControl which make the intent clear (we can still argue about whether to keep the change). Tres. -- === Tres Seaver

[Zope-dev] Re: Bad interaction between Zope 2.7.3 and CMF 1.4

2004-10-09 Thread Tres Seaver
Stefan H. Holek wrote: On 09.10.2004, at 18:04, Tres Seaver wrote: *By definition*, anybody who has declared 'setDefaultAccess('deny') *wants* the behavior you describe: that declaration says, "unless I give you explicit permission for using a name, refuse." If Plo

[Zope-dev] Re: Python2.4 and Zope 2.7

2004-10-17 Thread Tres Seaver
il/python-list/2003-February/148277.html Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailma

Re: [Zope-dev] RE: [Zope3-dev] Re: svn vs. cvs (some documentation)

2004-10-18 Thread Tres Seaver
t managing bugfixes across multiple releases. We also haven't had lots of "independent" feature work going on in the core. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation

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

2004-10-19 Thread Tres Seaver
it from a ZPT. Doing the same on Zope 2.7.2 works fine. To make this a useful test case, I need the product which implements the "AccessControl Test" objects. Even better would be able to reproduce the behviour using a minimal "dummy" class. Tres. -- ===

Re: [Zope-dev] RE: Re: svn vs. cvs (some documentation)

2004-10-19 Thread Tres Seaver
Jim Fulton wrote: Tres Seaver wrote: Jim Fulton wrote: 3. Up to this point, we haven't had to be careful about managing bugfixes across multiple releases. Sure we have. We've had a release branch for some time. Perhaps I should add: The complaint you made earlier today (about

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

2004-10-19 Thread Tres Seaver
ecurity.setDefaultAccess(1)'), the template which fails *should* fail; the fact that it used to succeed was merely a security hole. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers"

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

2004-10-22 Thread Tres Seaver
oday. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailm

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

2004-10-23 Thread Tres Seaver
Andreas Jung wrote: --On Freitag, 22. Oktober 2004 8:38 Uhr -0400 Tres Seaver <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: how severe is the problem that you have fixed? According to some rumors the fix seems to break applications. The question for Zope 2.7.3 final is: is the problem

[Zope-dev] Re: Announce: FSPerlScript

2004-11-01 Thread Tres Seaver
jected into the 'safe_builtins' mapping as '__import__'. - It depends on assertions registered in the ModuleSecurityInfo helper in $ZOPE_HOME/lib/python/AccessControl/SecurityInfo.py. Tres. -- === Tres Seaver

[Zope-dev] Re: URGENT: article on Zope

2004-11-09 Thread Tres Seaver
. - Phillip von Weitershausen is the author of a Zope3 book. CC'ing them. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http

[Zope-dev] Re: exception hiding in _delObject

2004-11-09 Thread Tres Seaver
hrow away your Data.fs" error scenarios. I am +0 on it if you can arrange for the new behavior to happen only when Zope is running in debug mode. +1 for the ConflictError exception. Tres. -- ======= Tres Seaver

[Zope-dev] Re: tests with CMF 1.4 and Zope 2.7.3

2004-11-18 Thread Tres Seaver
n skel/bin like the other bin stuff? No. 'skel' is the "skeleton instance" directory. 'test.py' is used for testing Zope in the software home itself, in the absence of any instance; it can't be pushed down into 'skel'. Tres. -- ===

[Zope-dev] Re: exception hiding in _delObject

2004-11-19 Thread Tres Seaver
Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http:

[Zope-dev] Re: Removing XML export from Zope 2.8

2004-11-26 Thread Tres Seaver
collector issue has patches for the three issues, and a bunch of recent traffic: http://zope.org/Collectors/Zope/1219 Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers"

[Zope-dev] Re: Why third_party/docutils?

2004-11-29 Thread Tres Seaver
to improving relative imports will bite us again, here. I expect "docutils" use is quite local. Outside the package itself, only zREST depends on it, I think. Tres. -- ======= Tres Seaver[EMAIL P

[Zope-dev] Re: Zope Service on Windows

2004-12-17 Thread Tres Seaver
for landing Mark's patch as a prerequisite to fixing *any* Windows-service related bug in the future. Tres. -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corpora

[Zope-dev] Re: Why third_party/docutils?

2004-12-17 Thread Tres Seaver
nonical" version of docutils - doesn't impose unneeded restrictions on how people configure the Python with which they run Zope. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation

[Zope-dev] Re: Why third_party/docutils?

2004-12-17 Thread Tres Seaver
Andreas Jung wrote: --On Freitag, 17. Dezember 2004 11:34 Uhr -0500 Tres Seaver <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: I don't get this. Why couldn't we just delete the *entire* stripped-down 'docutils' package and replace it with the *whole* package *in

[Zope-dev] Re: SOAP Support for ZOPE

2004-12-15 Thread Tres Seaver
thread) or else register a new kind of server, which could be configured (like the WebDAV source server) to listen on its own port. For an example of such a Product, see "ZServerSSL", http://sandbox.rulemaker.net/ngps/zope/zssl/ Tres. -- ====

[Zope-dev] Re: [Zope-Coders] Roundtrip-safe DAV

2004-12-15 Thread Tres Seaver
core? Is it implemented correctly?" After that discussion, then yes, the collector is the right place to post the (possibly amended) patch. Tres. -- === Tres Seaver[EMAIL PROTECTED] Zope C

[Zope-dev] Re: CookieCrumbler and User-Logging

2005-02-07 Thread Tres Seaver
er somewhat more cleanly. Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comm

Re: [Zope-dev] Re: CookieCrumbler and User-Logging

2005-02-08 Thread Tres Seaver
eir users. Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - h

[Zope-dev] Re: guarded_getattr

2005-02-11 Thread Tres Seaver
ion python' >> zope.conf ~ $ bin/zopectl restart This patch makes the CMF 1.4 tests pass for me. Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zo

[Zope-dev] Re: guarded_getattr

2005-02-11 Thread Tres Seaver
l port the change to C by Monday noon (GMT-5). Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.2

[Zope-dev] Re: guarded_getattr

2005-02-14 Thread Tres Seaver
ecking it in to your branch shortly, including modifying cAccessControl. Please test further. Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://ww

[Zope-dev] Re: doubt in starting Zope in debug mode on Windows

2005-02-15 Thread Tres Seaver
command prompt or not. It does affect what logging output goes to the console, however. If you don't switch it on, and start Zope in the foreground, you wont see much happen, at least until Zope hits a breakpoint. Tres. - -- ===

Re: [Zope-dev] Re: guarded_getattr

2005-02-17 Thread Tres Seaver
. This test is isomorphic to the fixed one in OFS.tests.testCopySupport. I will repair it. Tres. - -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.co

[Zope-dev] Re: Patch for attribute permisions problems in Zope 2.7.3

2005-02-17 Thread Tres Seaver
#x27;aq_acquire' to do the validation, precisely becuase *it* knows what the real container is (from guarded_getattr, you have to guess). Please verify that the head of the 2.7 branch resolves the issues you found. Thanks very much for your work on this issue. I'm sorry

[Zope-dev] Re: ZCatalog getObject broken

2005-02-25 Thread Tres Seaver
vinced him -- but |> apparently, he did not change the code accordingly :-( |> |> Maybe, a bug report to the collector will help? |> |><http://www.zope.org/Collectors/Zope> |> | | Best to include a patch as well :-) And a new test which fails under the current

[Zope-dev] Re: ZCatalog getObject broken

2005-03-10 Thread Tres Seaver
me' may lead to unexpected results (it tries to guess, but may not be clever enough, especially if there is any weird wrapping / unwrapping in play). This was essentially the issue which led to the "spurious Unauthorized error" problem in Zope 2.7.3 (this point is germane or issue #153

[Zope-dev] Re: ZCatalog getObject broken

2005-03-10 Thread Tres Seaver
t" emulation would probably be to call the user object's 'authorize' method, passing the proper values for accessed, container, name, value, and roles. Figuring out the proper values is left as an exercise for the reader ;). Oracular'ly, Tres. - -- =

[Zope-dev] Re: Zope on Windows - REQUEST for volunteers

2005-03-19 Thread Tres Seaver
something from Andy / Alan / Sidnei soon. I'd really like to see our "win32all" story cleaned up, per Mark Hammond's issues, too. Tres. - -- ======= Tres Seaver[EMAIL PROTECTED] Zope Co

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tres Seaver
there is no need to hurry with a release just > for the sake of making a release. Means: if you need more time you > weill get the time of course. Tres. - -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope D

Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Peters wrote: > [Tres Seaver] > ... > >>Most of that work has been done on the trunk. The 'five-integration' >>branch changes consist largely of: >> >>- Setting up an 'svn:external' link to

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8 -> svn usage

2005-03-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wolfgang Langner wrote: > Hello, > > Tres Seaver wrote: > > >>When you use 'svn:externals', the referenced package itself is *not* >>part of the containing checkout; it is managed separately by the svn >>

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-31 Thread Tres Seaver
zope >> I can spend time trying to shut up Zope X3 I guess, if that >> is the only option... Adding the required methods to the zope.app.mail.delivery thingy should take less than an hour, I think. Tres. - -- === Tres Se

Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: > Tres Seaver wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Jim Fulton wrote: >> >>> Martijn Faassen wrote: > > [snip] > >>>> Right, lib/p

[Zope-dev] Re: [Zope2.8a2] ...to be released by tomorrow....

2005-04-01 Thread Tres Seaver
e.org/Zope/?rev=29712&sortby=date&view=rev I will resolve the issue. Tres - -- === Tres Seaver[EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -BEGIN PGP SIGNATURE- Versio

<    2   3   4   5   6   7   8   9   10   11   >