Re: [Zope3-Users] Publisher events on response

2005-05-03 Thread Jim Fulton
to the response. (Or maybe this step should be done by the response when it is given the result of the call.) I think this last step would allow you to hook something up. I'd love to get suggestions if people have any ideas of how this might work. Jim -- Jim Fulton mailto:[EMAIL PR

Re: [Zope3-Users] z3 frustration

2005-05-16 Thread Jim Fulton
on :-) In particular, he needs to provide a traceback, either from the program output or log or from the error reporting utility. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation

Re: [Zope3-Users] Catalog questions

2005-06-06 Thread Jim Fulton
. :) Later this week, I'll toss a tar file up with this packaged catalog for others to play around with. Cool. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Co

Re: [Zope3-Users] Catalog questions

2005-06-07 Thread Jim Fulton
Kevin Dangoor wrote: On 6/6/05, Jim Fulton <[EMAIL PROTECTED]> wrote: Kevin Dangoor wrote: 1) the intid utility is used to maintain an object<->integer ID mapping for use as a document ID in catalog indexes. Given that the objects already have an integer ID, _p_oid, _p_o

Re: [Zope3-Users] Catalog questions

2005-06-08 Thread Jim Fulton
is probably the right choice. Sorry, I missed the second part of your answer. You should not store meta data on the reference objects. You should use the reference objects (or intids) as keys into data structures storing meta data. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Pyt

Re: [Zope3-Users] migrating data between different zope3 releases

2005-06-08 Thread Jim Fulton
also depends on the version of ZODB. My assumption is I would have to write some sort of a migration script. Zope 3.1 should be able to read Zope X3.0 databases without any special conversion. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540

Re: [Zope3-Users] utf-8/latin-1 content in page templates

2005-06-15 Thread Jim Fulton
guess we just haven't needed non-ascii character sets in page template sources up to now. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com

Re: [Zope3-Users] pluggable authentication utility

2005-06-16 Thread Jim Fulton
for others, we should require a name. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope

Re: [Zope3-Users] ZDaemonTests testUmask error

2005-06-21 Thread Jim Fulton
tective work is needed first. This isn't failing for me. I imagine that this isn't failing for most people. Alan, What specific OS are you running. What is your umask setting? Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540)

Re: [Zope3-Users] zsync

2005-06-21 Thread Jim Fulton
loped for some time, which is really a shame. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zop

[Zope3-Users] Need testing of 3.1, especially for backward compatibility

2005-06-21 Thread Jim Fulton
important. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope3-users mailing list Z

Re: [Zope3-Users] Output the template of a view class

2005-06-21 Thread Jim Fulton
defines via ViewPageTemplateFile, then: return self.template() Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org

Re: [Zope3-Users] woah... zcml O.D.

2005-06-23 Thread Jim Fulton
ticular security policy. If a site uses a differeny security policy, they will have to actually rewrite the zwiki zcml file. The buddydemo application has *very* little application logic, which tends to inflate the configuration/code ratio. For 3.1, both of these packages zcml files could be shortened

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
normal way to do it yes. When my content interface *inherits* from an interface, this seems to work... but when my class *implements* an interface, this appears not to. I don't know what you mean. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
likely. If you can reproduce this problem in a simple/contained test, please add an issue for it. What is the correct way to do what I'm trying to do? The simplest way would be to comment it out. That doesn't work if the configuration is not yours. Jim -- Jim Fulton

Re: [Zope3-Users] suppress menu item with zcml?

2005-06-23 Thread Jim Fulton
Dylan Reinhardt wrote: On 6/23/05, Jim Fulton <[EMAIL PROTECTED]> wrote: Dylan Reinhardt wrote: When my content interface *inherits* from an interface, this seems to work... but when my class *implements* an interface, this appears not to. I don't know what you mean. Perh

Re: [Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-29 Thread Jim Fulton
using an adapter. Some people feel very strongly that you should never test for an interface -- I don't. It seems silly to add an adapter just to avoid using a test (for religious reasons iow). In particular, providing adapters to handle cases where an object doesn't provide some service and

Re: [Zope3-Users] missing_value for Text fields

2005-06-29 Thread Jim Fulton
put in the textarea field for boom when I try to add a foo object. This is a bug. Please submit it to the collector: http://www.zope.org/Collectors/Zope3-dev Thanks. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714

Re: [Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-07-01 Thread Jim Fulton
Jean-Marc Orliaguet wrote: Jim Fulton wrote: Florent Guillaume wrote: ... + + +def renderItems(content, start='', repeat='%s', separator='', end='', **kw): +if IMenuItems.pr

Re: [Zope3-Users] Zope3 Product directory Problem

2005-07-15 Thread Jim Fulton
Chris Withers wrote: And I'm pretty sure that Zope 3 needs Python 2.4 ;-) No, Zope 3 works with Python 2.3. Some add-ons might require 2.4. Of course, Plone doesn't work with Zope 3. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-Users] Sending object modified event on FTP upload - best practice?

2005-07-28 Thread Jim Fulton
Yes. > Or is this something that should be in the FTPView's implementation? No. The FTPView isn't actually modifying the object, the IWriteFile viw is. It's possible that the write-file adapter could be modifying a different object than the one it adapts. Jim -- Jim Fulton

[Zope3-Users] SECURITY WARNING: Don't use the Zope 3 sendmail mailer

2005-07-29 Thread Jim Fulton
e 3.1, and 3.0.2 (if there is a 3.0.2). If you gave questions about this, please send them to the Zope 3 users list, [EMAIL PROTECTED] Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporatio

[Zope3-Users] Re: [Zope3-dev] Zope 3 Bug Day Summary

2005-07-30 Thread Jim Fulton
e 3.1 finally nearing completon. Jim P.S. I'd like to remind everyone that there are just 3 months left before the feature freeze for 3.2. :) -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope C

Re: [Zope3-Users] svn problem

2005-07-31 Thread Jim Fulton
301 Moved Permanently ( http://svn.zope.org) That is not an svn repository. It is a viewcvs view of the svn repo. Use: svn://svn.zope.org/repos/main/Zope3/branches/ZopeX3-3.0/src/zwiki Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540

Re: [Zope3-Users] svn problem

2005-08-01 Thread Jim Fulton
ve an idea about why get this error? Nope, sorry. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org _

Re: [Zope3-Users] PythonScripts

2005-09-07 Thread Jim Fulton
27;ll be able to blend classic Zope 2 facilities, like Python Scripts, with Zpe 3 facilities. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.z

Re: [Zope3-Users] BrowserResponse, write()

2005-09-16 Thread Jim Fulton
, that's not much of an explanation. Andreas, we didn't think response.write was being used. What are you trying to do? Stephan, we may have to provide backward compatibility. since it's in Philipps book. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Pyth

Re: [Zope3-Users] Users and the Ownership of Objects

2005-09-28 Thread Jim Fulton
, as we've discussed. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope3-users

Re: [Zope3-Users] addview name not form

2005-09-30 Thread Jim Fulton
pe/etc/package-includes/securitypolicy-meta.zcml", line 1.0-1.62 ZopeXMLConfigurationError: File "/home/florian/Zope3/src/zope/app/securitypolicy/meta.zcml", line 4.2-7.51 SyntaxError: invalid syntax (constraints.py, line 240) You are still using Python 2.3. Jim -- Jim Fulton ma

Re: [Zope3-Users] addview name not form

2005-09-30 Thread Jim Fulton
Florian Lindner wrote: Am Freitag, 30. September 2005 20:08 schrieb Jim Fulton: Florian Lindner wrote: Am Freitag, 30. September 2005 18:55 schrieb Julien Anguenot: Florian Lindner wrote: Am Donnerstag, 29. September 2005 20:25 schrieb Julien Anguenot: First have a look at this : http

Re: [Zope3-Users] querying the catalog

2005-10-03 Thread Jim Fulton
roblem. BTW, you should not pass the "context" argument to the component-lookup functions *unless* you want to find a component in a different site. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.pyth

Re: [Zope3-Users] object has no attribute '_SampleContainer__data'

2005-10-04 Thread Jim Fulton
created in Zope. A tell tale sign is you can no longer delete the broken instance(s) This sounds like a bug. Could you report this with a specific example? Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.py

Re: [Zope3-Users] Advanced usage of Z3 schemas...

2005-10-04 Thread Jim Fulton
tead inside the ZODB? By introducing a new RDBMSFieldProperty that handles the set/get methods in the same way as the FieldProperty implementation? Possibly. It depends on the RDBMS integration strategy. If you were using Ape, you'd probably use the existing field storage. Jim -- Jim Ful

Re: [Zope3-Users] event subscribers

2005-10-05 Thread Jim Fulton
vents based on the object and event. You expect something similar to be going on for workflow events, but I suspect there isn't. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporat

Re: [Zope3-Users] object has no attribute '_SampleContainer__data'

2005-10-05 Thread Jim Fulton
Tom Dossis wrote: Jim Fulton wrote: Tom Dossis wrote: Leticia Larrosa wrote: I get the following error: """ 'Service' object has no attribute '_SampleContainer__data' """ I implementend a simple subclass of SampleContainer, then changed

Re: [Zope3-Users] Interface tests: NotImplemented or NotImplementedError

2005-10-18 Thread Jim Fulton
Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zop

Re: [Zope3-Users] make check

2005-10-26 Thread Jim Fulton
t;) File "/usr/lib/python2.4/unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError: spawned process failed to start in a minute Is this serious? How could I get this test to pass? Don't run the tests as root. Jim -- Jim Fulton

Re: [Zope3-Users] make check

2005-10-26 Thread Jim Fulton
Stephan Richter wrote: On Wednesday 26 October 2005 16:26, Jim Fulton wrote: AssertionError: spawned process failed to start in a minute Is this serious? How could I get this test to pass? Don't run the tests as root. I see this error sporatically using a non-root user as well. I

Re: [Zope3-Users] make check

2005-10-26 Thread Jim Fulton
Jim Fulton wrote: Stephan Richter wrote: On Wednesday 26 October 2005 16:26, Jim Fulton wrote: AssertionError: spawned process failed to start in a minute Is this serious? How could I get this test to pass? Don't run the tests as root. I see this error sporatically using a non

Re: [Zope3-Users] make check

2005-10-27 Thread Jim Fulton
major problem, since Steve is safely ignoring the error. Thanks for the quick replies! I read some posts from August that mentioned that it may just be an issue of a slower machine (my machine has a few other processes running on it). Increasing the error threshold to something higher may be what

Re: [Zope3-Users] Re: [Zope3-dev] Freeze approaching quickly

2005-10-27 Thread Jim Fulton
e known that the change will be included in 3.3 unless people discover serious client-compatibility problems created by the change. You could use this release or the trunk for your xmlforms experiments. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-Users] make check

2005-10-27 Thread Jim Fulton
hich is an intermediate thing. :/ The bottom line is that this test needs to be rewritten. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://ww

Re: [Zope3-Users] Generations - a missed use case? (Evolving an application for the first time)

2005-11-20 Thread Jim Fulton
rsion, rather than taking intermediate steps. Assuming that the best way to catch up is by running all evolution scripts from (before) the beggining is guessing too much. In summary, I think that the installation script is the right way to handle this situation.

Re: [Zope3-Users] Adapting a builtin?

2005-12-07 Thread Jim Fulton
___________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http

Re: [Zope3-Users] Adapting a builtin?

2005-12-08 Thread Jim Fulton
Martijn Faassen wrote: Jim Fulton wrote: It is valid both to: - Declare an interface for a built-in type and register adapters for that interface, and to - Register adapters for builtin types directly. I can't promise that this works now, but it ought to work. I'm 90% sure that

Re: [Zope3-Users] Re: What's the rationale of @@ ? Was: index.html

2005-12-13 Thread Jim Fulton
em as unobtrusive as possible. (If you work hard, you can avoid them altogether, but I don't expect most people to work that hard.) Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporatio

Re: [Zope3-Users] Re: What's the rationale of @@ ? Was: index.html

2005-12-13 Thread Jim Fulton
might be nice to have easily-configured alternate policies. For example: - require @@, as you suggest - log a warning, or possible raise an error in development mode, if, when you get an item, you also find a view with the same name. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]

Re: [Zope3-Users] Re: What's the rationale of @@ ? Was: index.html

2005-12-14 Thread Jim Fulton
Chris Withers wrote: Jim Fulton wrote: This is a matter of policy. It is straightforward to change. Many people hate @@ and the ++view++name syntax. They will often arrange their item and view names so that they don't overlap. How hard is it to plug in different url parsing? It&#x

Re: [Zope3-Users] Re: What's the rationale of @@ ? Was: index.html

2005-12-14 Thread Jim Fulton
Andreas Elvers wrote: Chris Withers wrote: Jim Fulton wrote: This is a matter of policy. It is straightforward to change. Many people hate @@ and the ++view++name syntax. They will often arrange their item and view names so that they don't overlap. How hard is it to plug in diff

Re: [Zope3-Users] Zope3 Glossary on zope.org

2005-12-14 Thread Jim Fulton
Andreas Elvers wrote: Hi, I really think the service stuff should be moved to a place like "deprecated terms". Is it possible to get editing rights for this wiki page ? Yup. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540

Re: [Zope3-Users] Get to ZODB root from global utility

2005-12-14 Thread Jim Fulton
as a ZODB.interfaces.IDatabase with the name given in zope.conf. If you you have only one database and it doesn't have a name, then you should be able to look up the utility without supplying a name. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540

Re: [Zope3-Users] Get to ZODB root from global utility

2005-12-14 Thread Jim Fulton
? ;) Any thoughts? I'm guessing that you are using Zope 3.0. The registration of databases as utilities wasn't added until 3.1. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope C

[Zope3-Users] URGENT RFC: Is anyone using response.write in Zope 3?

2005-12-19 Thread Jim Fulton
ore clearly document how to return long output and I'm going to add a method that generates a hopefully helpful error. Note that we may add this method (or something like it) back in the future to support chunked streaming output, Jim -- Jim Fulton mailto:[EMAIL PROTECTED]

[Zope3-Users] Re: [Zope3-dev] Re: URGENT RFC: Is anyone using response.write in Zope 3?

2005-12-19 Thread Jim Fulton
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: When we refactored the Zope 3 pubisher to work more closely with WSGI, we decided to remove the response.write method. We should have written a proposal for this, but we failed to do so. Over the last few

Re: [Zope3-Users] Re: ZCML, practicality, purity (was "Excellent perspective...")

2005-12-22 Thread Jim Fulton
e too. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope3-users mailing list Zope3-

Re: [Zope3-Users] Re: ZCML, practicality, purity (was "Excellent perspective...")

2005-12-22 Thread Jim Fulton
ion in the form of a "starter package" could help here? Yes. I'm hoping that the ArchGenXML project will produce that for Zope 3. I wonder how that work is progressing ... Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-17

Re: [Zope3-Users] Re: ZCML, practicality, purity (was "Excellent perspective...")

2005-12-22 Thread Jim Fulton
however, is that its > greatest value is being able to *query* the configuration. It lets you > answer questions like "where are all the views named update.html?". > That's valuable independently of the format of ZCML. This would be a good feature to add to apidoc. Jim -

Re: [Zope3-Users] Get classes implementing Interface

2005-12-28 Thread Jim Fulton
Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope3-users mailing list Zope3-users@zop

[Zope3-Users] Re: URGENT RFC: Is anyone using response.write in Zope 3?

2005-12-30 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: When we refactored the Zope 3 pubisher to work more closely with WSGI, we decided to remove the response.write method. We should have written a proposal for this, but we failed to do so. Over the last few weeks there has been much discussion

Re: [Zope3-Users] Re: Get classes implementing Interface

2005-12-30 Thread Jim Fulton
the use case is also directly addressed through containment constraints. You can say that a container should only contain objects of some given types and you will get just those types in the add list. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-Users] Re: Get classes implementing Interface

2005-12-30 Thread Jim Fulton
Florian Lindner wrote: Am Freitag, 30. Dezember 2005 17:45 schrieb Jim Fulton: Philipp von Weitershausen wrote: Florian Lindner wrote: my first use case is that I want to enhance the HomefolderManager to make it possible to select something else than a Folder to be created automatically

[Zope3-Users] Zope 3.2.0b3 released

2006-01-02 Thread Jim Fulton
The release can be downloaded at: http://www.zope.org/Products/Zope3/3.2.0b3 I plan to make a final 3.2.0 release on Thursday or Friday. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corpor

[Zope3-Users] Re: [Zope3-dev] Zope 3.2.0b3 released

2006-01-02 Thread Jim Fulton
Tim Peters wrote: [Jim Fulton] I've made a source release of Zope 3.2.0 beta 3. I plan to make a Windows release tomorrow, when I have access to a windows machine with a compiler, unless someone beats me to it. I gave it a try, but it dies near the start of the process: $ \pyt

Re: [Zope3-Users] Problems with Zope 3.2.0b3 on Linux

2006-01-04 Thread Jim Fulton
file or directory: '/home/marco/zope3.2/bin/ftesting.zcml' +++ This is very odd. I can't reproduce this. I have installed Zope 3.2 b3 on Windows also and I haven't noticed any problem so far. Maybe you should try the linux installation process again. Is anyone else seeing

Re: [Zope3-Users] Problems with Zope 3.2.0b3 on Linux

2006-01-04 Thread Jim Fulton
know what's going on? For some reason, a database connection wasn't closed properly. Is there anything special about your setup? Is this a plain Zope install? Are you using ZEO? Are you using a single database? Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python

Re: [Zope3-Users] Re: Problems with Zope 3.2.0b3 on Linux

2006-01-04 Thread Jim Fulton
database (mountpoints in Zope 2) isn't always joined correctly to the set of connections of the multidatabase, and thus not closed correctly when the main connection is closed. I'm still waiting for feedback about this on zodb-dev. Yeah, I know I need to get to this. Jim -- Jim Fulton

Re: [Zope3-Users] Problems with Zope 3.2.0b3 on Linux

2006-01-05 Thread Jim Fulton
Marco Groppo wrote: Il giorno mer, 04/01/2006 alle 19.07 -0500, Jim Fulton ha scritto: Did you have the problem with beta 2? Sorry, I'm an idiot. Yesterday I didn't read the access log, so I didn't notice that the problem was Firefox... The problem was due to a Firefox exten

Re: [Zope3-Users] Problems with Zope 3.2.0b3 on Linux

2006-01-05 Thread Jim Fulton
Marco Groppo wrote: Il giorno gio, 05/01/2006 alle 09.01 -0500, Jim Fulton ha scritto: Of course, this doesn't explain the test failures or the "Shouldn't load state for ... when the connection is closed" errors. I've reinstalled Zope and now the functiona

Re: [Zope3-Users] Zope 3 Ready for Production? Really?

2006-01-14 Thread Jim Fulton
n. I doubt that you can change the developers' minds about that. To be fair, "ready for producton" is not exactly crisp. People with sufficient knowledge are running it in production, and therefore it's fair to say it is ready. It is still a new and somewhat immatu

Re: [Zope3-Users] Zope 3 Capacities

2006-01-20 Thread Jim Fulton
them much less. Of course that was a long time ago. Does anyone know of more recent data? Of course, if you can segregate your data, you can get higher transaction rates by employing multiple database servers, ZODB or otherwise. I've faily confident that this is what you'll need t

Re: [Zope3-Users] Re: Zope 3 Capacities

2006-01-22 Thread Jim Fulton
ng like the Berkeley database that we could build on. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___

Re: [Zope3-Users] Re: Please Guido, pick me, pick me!

2006-02-03 Thread Jim Fulton
speaking like yourself) Yeah, it's a plot to keep me from talking about releases. ;) Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com h

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-21 Thread Jim Fulton
rst database defined is used as the root database. Zope 3 doesn't support mounting, but the same functionality is mostly trivially obtained using the ZODB multi-database APIs. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714ht

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-21 Thread Jim Fulton
Philipp von Weitershausen wrote: Jim Fulton wrote: Zope 3 doesn't support mounting, but the same functionality is mostly trivially obtained using the ZODB multi-database APIs. Well, ok, then mounting support could a nice sprint topic :) Maybe, I'm not really sure it is necessary

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-22 Thread Jim Fulton
On Jun 22, 2006, at 2:35 AM, Chris Withers wrote: Jim Fulton wrote: Much of the value of the Zope 3 mounting code was in getting around the limitation that cross-database object references weren't supported. Does Zope 3 still have the idea of "one big tree" of object with p

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-26 Thread Jim Fulton
On Jun 26, 2006, at 6:17 AM, Chris Withers wrote: Jim Fulton wrote: The default Zope 3 configurations still organizes objects into a tree. Path identifiers are no longer used. How do you now uniquely identify an object? First, you usually don't need an independent unique id f

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-26 Thread Jim Fulton
6:59 AM, David Pratt wrote: Hi Jim. Where should this be done (separate identifier). I was thinking of a UUID of some sort when I read this which could be helpful for other things. Regards, David Jim Fulton wrote: If you do need a separate identifier of some kind, you can use a key

[Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-08 Thread Jim Fulton
-configure.zcml bugtracker-configure.zcml Removing these files will also avoid problems when you update your checkout later, as these will refer to non-existent packages. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]Python Powered! CTO

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-08 Thread Jim Fulton
On Jul 8, 2006, at 11:49 AM, David Pratt wrote: Jim Fulton wrote: Recently, a serious security flaw was found in Zope 2 due to it's improper support for allowing reStructuredText to be edited through-the-web. reStructuredText has directives that allow inclusion of any file a

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-18 Thread Jim Fulton
t least in the short run. I don't think it's a good long-ter solution. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-19 Thread Jim Fulton
s already provides such a document. It's there documenation. Whoever made reST available TTW didn't read it. Providing another document that people won't read won't help the situation. Whenever we reuse 3rd-party code or write, we need be aware of security issues. J

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-19 Thread Jim Fulton
re in the furture that shouldn't be exposed through the web. Whenever we integrate a new version, we need to review it to make sure there aren't new security issues. This is especially true of anything that is exposed TTW. Jim -- Jim Fulton mailto:[

Re: [Zope3-Users] Re: Editing a Page on zope.org

2006-08-17 Thread Jim Fulton
zope.org, I logged in but I don't know how to edit this page. Is this a permission problem? Yes. This wiki isn't open to everyone with a zope.org account, due to spam problems in the past I believe. Yes, but access is pretty easy to get. Just ask me. :) Jim --

Re: [Zope3-Users] "So you've just downloaded Zope 3.3...."

2006-09-28 Thread Jim Fulton
Jeff Shell wrote: ... now what? I just tried moving some work over to Zope 3.3. Already things are blowing up. What do you mean by blowing up? We certainly tried to make 3.3 backward compatible. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO

Re: [Zope3-Users] make check [OSX v3.3.0]

2006-10-10 Thread Jim Fulton
t: http://www.zope.org/Collectors/Zope3-dev Please include information about whether this was a PPC or intel mac and the OS version. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://w

Re: [Zope3-Users] Problem with Python 2.4.4

2006-10-24 Thread Jim Fulton
collector, http://www.zope.org/Collectors/Zope3-dev. It looks like Zope's file stream object that it passes to the CGI module needs to grow a maximum size. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope

Re: [Zope3-Users] Problem with Python 2.4.4

2006-10-24 Thread Jim Fulton
Marius Gedminas wrote: On Tue, Oct 24, 2006 at 02:00:05PM +0200, Thierry Florac wrote: Le mardi 24 octobre 2006 à 07:51 -0400, Jim Fulton a écrit : Torvald Bringsvor wrote: I have set up Zope 3.3.0 with Python 2.4.4, and it didn't quite work. Some operations such as adding a content o

Re: [Zope3-Users] zope3, site-packages and easy_install

2006-10-27 Thread Jim Fulton
ce we don't know what patches may be been installed, or what might change in updates applied by a sysadmin. Lets not forget: or what might have been left out by the system packager. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540

Re: [Zope3-Users] Access to persistent Zope tables/classes in ZODB

2006-10-27 Thread Jim Fulton
the same "app" variable set and ready for use. Of course you can use the lower-level ZODB APIs to open the database yourself. Note that you'll want to use ZEO if you want to open the database while the web application is running. Jim -- Jim Fulton mailto:[EMAIL PROTECTE

Re: [Zope3-Users] Zope3 database activity

2006-10-27 Thread Jim Fulton
AFAIK. - is it possible with Zope3 to setup cache size ?? Of course, using the same option in the zope.conf file. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http

Re: [Zope3-Users] Access to persistent Zope tables/classes in ZODB

2006-10-28 Thread Jim Fulton
~/Projects/Zope/Zope3/One2One rob$ Any idea what causes this? No, I have no context to begin to understand it. I don't know what 121 and One2One are. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://w

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Jim Fulton
PIs haven't changed. It's really a question of best practice and that evolves over time. We created a formal API, getName, because we were queasy about exposing __name__. In practice, there is no other implementation and using __name__ is cleaner in a lot of ways, IMO. Jim -- Jim Fulton

Re: [Zope3-Users] zc.buildout with Zope 2

2007-01-12 Thread Jim Fulton
.buildout have been used for Zope 2 applications for several years at ZC. BTW, if you want to learn more about zc.buildout, then a good way would be to attend the minitutorial I'll be giving at PyCon nect month: http://us.pycon.org/TX2007/TutorialsAM#AM7 Jim -- Jim Fulton mailt

Re: [Zope3-Users] zc.buildout and unreleased eggs in svn

2007-01-28 Thread Jim Fulton
ify a project name after the #. Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org ___ Zope3-us

Re: [Zope3-Users] Re: zc.buildout and unreleased eggs in svn

2007-01-28 Thread Jim Fulton
Martin Aspeli wrote: Jim Fulton wrote: Martin Aspeli wrote: Hi, I'd rather discuss questions like this on the distutils-sig list. Okay? Is that a Zope list or a python one? Python: http://mail.python.org/mailman/listinfo/distutils-sig In Gmane? Probably. :) easy_install le

Re: [Zope3-Users] Logging level for transcript.log

2007-02-03 Thread Jim Fulton
standard output, it is the standard output logger that affects the transcript log. IMO, it is silly to log to two places. I would just log to standard output. (The only problem with this is that older versions os zdaemon don't support log rotation. I have fixed this in the latest version o

[Zope3-Users] Disabling the Zope 3 Collector today

2007-03-27 Thread Jim Fulton
Heads up! Assuming that I can figure out how to do so, I'm going to disable the Zope 3 collector today in preparation for switching to Launchpad. Jim -- Jim Fulton mailto:[EMAIL PROTECTED]Python Powered! CTO (540) 361

[Zope3-Users] The Zope3 Collector has been moved to launchpad.

2007-03-29 Thread Jim Fulton
for making this happen! Jim -- Jim Fulton mailto:[EMAIL PROTECTED]Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporationhttp://www.zope.com http://www.zope.org

[Zope3-Users] Re: [Zope3-dev] Known-good-sets problem

2007-10-06 Thread Jim Fulton
with the right semantics would be useful, but there isn't a way to do it in setuptools. We can achieve the same effect on the server. For example, with this software, you could chain several KGSs together. Jim -- Jim Fulton Zope Corporation ___

Re: [Zope3-Users] Re: Known-good-sets problem

2007-10-06 Thread Jim Fulton
ou can use the mirroring approach (maybe with some minor tweaking) to combine KGSs on the server. Jim -- Jim Fulton Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

  1   2   >