Re: [Zope] WebDAV BUGS and access to /tmp directory

2005-03-31 Thread Florent Guillaume
so I can further my investigation into the bug/malfuction of zope on OS X. -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

Re: [Zope] User changing their own password via External Method with Cookie Crumbler

2005-03-31 Thread Florent Guillaume
: aclu.userFolderEditUser(username, password, user.getRoles(), user.getDomains()) Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope

Re: [Zope] role, user defined roles, and inclusion

2005-04-01 Thread Florent Guillaume
as Tres said more clearly than me, every user can do what the Anonymous role can, so it's just being consistent to express that in user.getRoles(). IMHO. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope] role, user defined roles, and inclusion

2005-04-04 Thread Florent Guillaume
Chris Withers wrote: Florent Guillaume wrote: When doing user.getRoles(). Because as Tres said more clearly than me, every user can do what the Anonymous role can, so it's just being consistent to express that in user.getRoles(). IMHO. Well yours is the only userfolder implementation that does

Re: [Zope] Software Patents and Content Management Systems

2005-04-05 Thread Florent Guillaume
infringing on them. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] ClockServer 0.1 released

2005-04-06 Thread Florent Guillaume
by posing as a medusa server, and injects things that look like http requests into the publisher every so often. Very nice. I'm confused about the need for an external module for timeslice. What's wrong with: def timeslice(period, when=0): return when - (when % period) Florent -- Florent

Re: [Zope] Re: Does anyone care whether we deprecate ZClasses?

2005-04-07 Thread Florent Guillaume
... DTML is very nice for some things. And for beginners. Only the magic namespaces of DTML are bad, and those are gone in Zope 3. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope] getting body text of object

2005-04-10 Thread Florent Guillaume
script. I've tried the CookedBody() method, but it doesn't seem to work. Any clues? You can use yourtemplate.document_src() to get the source. If you want the interpreted version, just call yourtemplate(). Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33

Re: [Zope] non-undoable storage

2005-04-18 Thread Florent Guillaume
Zope from saving the entire Article object when that one attribute changes. You'd still get some bloat from all the historical revisions of the attribute, but it would be MUCH less. A better candidate, rather than PersistentList, would be a BTrees.Length. Florent -- Florent Guillaume

Re: [Zope] non-undoable storage

2005-04-18 Thread Florent Guillaume
. It was mentionned a number of times in the past on the zope and zodb-dev lists. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

Re: [Zope] high loads, more threads, spinning wheels

2005-04-25 Thread Florent Guillaume
Tim Middleton zope@zope.org wrote: I'm wondering if someone who knows the internals more might have some idea what's going on here. Or any tips on how to debug what zope is doing when it gets into this state. You can use DeadlockDebugger. Florent -- Florent Guillaume, Nuxeo (Paris

Re: [Zope] Zope stops responding on hpux

2005-05-08 Thread Florent Guillaume
want to try DeadlockDebugger. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] Hiding HTML URL

2005-05-19 Thread Florent Guillaume
or jailing. It *is* hostile to the user. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] newbie question

2005-05-25 Thread Florent Guillaume
somewhere incorrectly managing local roles, and passing them as tuples instead of lists. All the internals of Zope (and here, CMF) assume that __ac_local_roles__ is a dict of string-list. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com

Re: [Zope] Finding an object in a folder

2005-05-27 Thread Florent Guillaume
no reason to mutate the marker. The whole point of a marker is that it is unique, so cannot be confused with a legitimate value of the object examined. And all empty tuples are equal. In python 2.3, the idiom most commonly found is to use marker = object(). Florent -- Florent Guillaume, Nuxeo

Re: [Zope] Re: undo many things

2005-06-15 Thread Florent Guillaume
. Is there any tips to start? Change the occurences of 20 in lib/python/App/Undo.py into something bigger. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope

Re: [Zope] Getting information about current method

2005-06-20 Thread Florent Guillaume
module for details. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] automagic reindexing of objects

2005-06-20 Thread Florent Guillaume
ZODB 3.4 (which is used for Zope 2.8/3.1) has hooks that makes it possible. -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

Re: [Zope] automagic reindexing of objects

2005-06-22 Thread Florent Guillaume
in if not called as self.method() - are there any (simple) rules? regards, juergen herrmann [ Florent Guillaume wrote:] Dieter Maurer [EMAIL PROTECTED] wrote: Jürgen Herrmann wrote at 2005-6-17 14:19 +0200: i make heavy use of indexes in my extension classes. these all inherit from catalogpathaware

Re: [Zope] Re: Re: zopectl debug, 2.8.0 local zeo, Data.fs.lock file locking error

2005-07-05 Thread Florent Guillaume
, that doesn't change the second zeo connection problem, either. -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] About Zope 2.7.7

2005-07-05 Thread Florent Guillaume
). If you notice a bug fixed in 2.7.* but not in 2.8.* then it's an oversight by the bug fixer, or a regression. Please report it to this list or in the collector. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope] getSecurityManager() vs. AUTHENTICATED_USER

2005-07-09 Thread Florent Guillaume
. But third-party code can use it too. CPS does, for instance. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Versioned connectors from ZODB

2005-07-11 Thread Florent Guillaume
get_transaction().commit() conn.close() Are the changes now in a version? How do I get those changes rolled into the trunk version of the ZODB? I guess all objects changed in the version will now be locked to that version until I apply the version changes to the trunk? -- Florent

Re: [Zope] Versioned connectors from ZODB

2005-07-11 Thread Florent Guillaume
Please stay on the list. On 11 Jul 2005, at 16:19, Mark Barratt wrote: Florent Guillaume wrote: ZODB versions are deprecated, unsupported, buggy and hard to use. Don't use them. Understood. Alternative mechanisms which achieve the same object? Well that depends on your objective, and you

Re: [Zope] Reg Zope Installation Problem

2005-07-19 Thread Florent Guillaume
praba kar [EMAIL PROTECTED] wrote: I try to install zope 2.7.0. Stop right here. Zope 2.7.0 is hopelessly outdated. Use Zope 2.7.6. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope] Re: Zope Foundation Update

2005-07-20 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] should stream iterator be used for ZODB-generated string file?

2005-07-20 Thread Florent Guillaume
are worth the extra step. If you do it properly you end up handing off the file to the asyncore machinery which frees your Zope threads to do other more intersting things than serving bytes. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http

Re: [Zope] Exception in Zope 2.8.0

2005-07-25 Thread Florent Guillaume
be corrupted, but this is not the point : looking at the source code, I think it should be h.prev and not prev (in the if statement). Tim has already fixed this in the trunk. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Florent Guillaume
server puke. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Traceback Lines for Send Mail Error

2005-07-25 Thread Florent Guillaume
Please stay on the list. I meant a real tcp trace, like ethereal. On 25 Jul 2005, at 16:22, Asad Habib wrote: Hello. I used traceroute and it did not return any errors. - Asad On Mon, 25 Jul 2005, Florent Guillaume wrote: Asad Habib [EMAIL PROTECTED] wrote: Maurer, I am certain

Re: [Zope] manage_beforeDelete, BeforeDeleteException and Redirect

2005-08-02 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: upgrade 2.5.1 to 2.7.5 causes error in product code

2005-08-31 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: Zope scalabilty and problems

2005-09-05 Thread Florent Guillaume
now fixed this. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Re: Defining and creating a temporary storage for each user

2005-09-05 Thread Florent Guillaume
connection to the database. That means, by another thread, in the most common case. Except if you're very sure about what you're doing, the only kinds of references to persistent objects you should have in memory are their paths. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO

[Zope] Re: Defining and creating a temporary storage for each user

2005-09-06 Thread Florent Guillaume
directly point to ZODB documentaiton? It's definitely for the ZODB mailing-list, yes. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org

[Zope] Re: Images too (StructuredDocument size limit reduced after 2.5.1 to 2.7.5 upgrade)

2005-09-07 Thread Florent Guillaume
. -- This error is *not* showing up in the error log viewable from the root of the zope instance. thanks, John S. -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: Using Structured Text and HTML-quote together for RSS 2.0

2005-09-09 Thread Florent Guillaume
. Which is not really true, you still have to find a way to deal with your string if it contains ']]' which is the end marker for CDATA. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: ERROR(200) KeywordIndex unindex_object could not remove documentId -702398584 from index workitems_from. This should not happen.

2005-09-09 Thread Florent Guillaume
). This spurious error message has been fixed in Zope 2.7.7 last July (http://www.zope.org/Collectors/Zope/1832). Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist

[Zope] Re: Parse a XML file in Zope, zopeXMLmethods Product not working in Zope 2.8.1

2005-09-27 Thread Florent Guillaume
* [c]ElementTree * SAX * pyexpat * sgmlop * libxml2 Also, lxml (pythonic bindings based on ElementTree API for libxml2), which is quickly becoming the reference for Zope work. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71

[Zope] Re: Aquisition, UserFolder and security

2005-09-30 Thread Florent Guillaume
Policy. Can you reproduce it within a blank CPS instance using standard CPS products? If yes, could you explain the steps to reproduce it, and the versions of CPS, CMF, Zope and python you use? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http

[Zope] Re: Testing products: Testing all in one batch

2005-10-05 Thread Florent Guillaume
those to the CMF list and follow up there, if there are not already issues filed for these. CMF 1.4 tests were not designed to be run through bin/zopectl test. This was changed in CMF 1.5. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http

[Zope] Re: inheriting from SimpleUserFolder's User

2005-10-19 Thread Florent Guillaume
-party userfolders I know of reimplement allowed() in terms of calling getRolesInContext(). Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope

[Zope] Re: inheriting from SimpleUserFolder's User

2005-10-20 Thread Florent Guillaume
into zope's security machinery, does anybody know where to look at (in the source) f.ex. to find the place where the owner role is assigned to a user? That's done by OFS.ObjectManager._setObject. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com

[Zope] Re: implicit vs. explicit ownership?

2005-10-20 Thread Florent Guillaume
that the _owner is acquired from the parent or explicitely set on the object. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

[Zope] Re: Zope hangs with 'idle in transaction'

2005-10-28 Thread Florent Guillaume
and why the connection are locked up? You can use DeadlockDebugger for that. Florent Any clue and direction pointing are heartily appreciated. Regards, -- Hong Yuan -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread Florent Guillaume
or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: Zope-Documentation: Args

2005-11-13 Thread Florent Guillaume
') or manage_changeProperties(**somemapping) I've been meaning to fix Zope for years but... Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Re: Zope-Documentation: Args

2005-11-13 Thread Florent Guillaume
might pick them up on next bugday? There's already one actually: http://www.zope.org/Collectors/Zope/878 It's really the code that should be changed, the patch in the collector (modernized a bit) would be enough. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33

[Zope] Re: Non-responsive objects reprise

2005-11-13 Thread Florent Guillaume
. = Apologies for the long email but I have no idea what's going on... if ANYONE has ANY suggestions or ideas on what else I could investigate it would be GREATLY appreciated! Thank you! Garth -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http

[Zope] Re: session variables in the presence of conflicts

2005-11-19 Thread Florent Guillaume
for Products.ZMySQLDA.db.DB instance at 0x41487acc at 1190774252 Same here, the traceback is important. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist

[Zope] Re: session variables in the presence of conflicts

2005-11-20 Thread Florent Guillaume
/src/zope/Zope2.8/lib/python/Shared/DC/ZRDB/TM.py, line 64, in abort try: self._abort() File /opt/zope/zproducts/standard/ZMySQLDA/db.py, line 389, in _abort self._tlock.release() error: release unlocked lock Well undoubtedly the bug is in ZMySQLDA... Florent -- Florent Guillaume

[Zope] Re: DateTime mess

2005-11-21 Thread Florent Guillaume
then be used to test DateTime or to test another potential implementation. That would go a long way to help actually write a new implementation. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: Zope 2.8.4 strange behavior

2005-11-27 Thread Florent Guillaume
threads are blocked at. From the description I'd wager that you'll find your threads stuck in a corner of the MySQL DA. In which case you'd have to find why it deadlocks and find a fix. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com

[Zope] Re: DateTime mess

2005-11-29 Thread Florent Guillaume
to isolate the modification time change in its own persistent subobject. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

[Zope] Re: Zope 2.8.4 strange behavior

2005-11-29 Thread Florent Guillaume
() else: LOG(CustomZODB,PROBLEM,Connection is down) start_new_thread(keepAlive,()) Why not use the max-disconnect-poll option of the zeoclient section in zope.conf ? Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL

[Zope] Re: Python Classes and Zope.

2005-12-02 Thread Florent Guillaume
().__of__(context) Then in restricted code you'll be able to do: ... ob = getStuff(context) v = ob.viewit() Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope

[Zope] Re: Adding TextIndexNG 3.1.1 error

2005-12-07 Thread Florent Guillaume
with broken ZCML configuration. (Don't know why - Zope is seriously broken in that case and you don't see any useful error messages.) I fixed this in recent zope.configuration. Should be in 2.8.5b1. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59

[Zope] Re: states in _p_resolveConflicts

2005-12-07 Thread Florent Guillaume
. The second element is a dictionary with items for each of the assigned slots. Other classes can specialise the methods, see for instance BTrees.Length. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: _v_func_code

2005-12-13 Thread Florent Guillaume
no more messages. What could I do? I must update that CPS site... Add a self.getFunction() before the 'if' at line 229. Please report if it works, I'll add it in the Zope code. rantAnother stupid use of _v_ attributes.../rant Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director

[Zope] Re: Programmatically flushing entries from RAM cache?

2005-12-15 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: Zope Persistence (was: XML-RPC within ZOPE)

2005-12-18 Thread Florent Guillaume
the Persistent base class. PersistentList and PersistentMapping are examples. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

[Zope] Re: Zope Persistence (was: XML-RPC within ZOPE)

2005-12-18 Thread Florent Guillaume
system as when using XML-RPC. It gets more complicated with XML-RPC though! The successive XML-RPC call you describe provoke new transactions, surely you're aware of that? Whereas just calling a function of course doesn't. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD

[Zope] Re: Can't pickle objects in acquisition wrappers

2005-12-19 Thread Florent Guillaume
() there if you know how to use PDB. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: What's limiting my file uploads?

2005-12-29 Thread Florent Guillaume
this same code? Otherwise no clue, I'd do a network trace to know what's really posted. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

[Zope] Re: Zope LDAP connection

2005-12-30 Thread Florent Guillaume
that uses LDAP as a storage for quite a while. It's not plone compatible though, it uses an entirely different framework. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: ZServer threads and pool-size question

2006-01-04 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: Zope freeze issue

2006-01-10 Thread Florent Guillaume
out of ideas to investigate this issue. Does any of you have an idea of why could this happen ? Or an idea of what I could try to undersatnd what's happening ? Any idea is dearly welcomed. Thanks a lot ! -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59

[Zope] Re: Handling login failures

2006-01-12 Thread Florent Guillaume
failed authentication attempts? Neither event.log or Z2.log shows anything. As Z2.log is the access log, I would have guessed that such things should be logged there. If not, where and how? -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com

[Zope] Re: Class instances changing address?

2006-01-20 Thread Florent Guillaume
class to refer to a persistent instance unless it knows that they can be thread-specific. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope

[Zope] Re: Security class attribute

2006-01-27 Thread Florent Guillaume
, at a time where metaclasses didn't exist. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: Product refreshing in Zope 2.9

2006-01-31 Thread Florent Guillaume
and doctests about code they've not yet written. In most cases when I develop, I don't go to the ZMI until quite late in the process. Going to the ZMI is not productive. That's why I, like others in this thread, don't care about refresh. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO

[Zope] Re: Product refreshing in Zope 2.9

2006-01-31 Thread Florent Guillaume
the server causing downtime and lost sessions. Then use ZEO. And on a development server you can have the sessions in a shared ZEO filestorage. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: zserver-threads

2006-01-31 Thread Florent Guillaume
= n/2+0.5 - Case 2: 4((n/2)(n/2+1)/2)/n = n/2+1 Which are equivalent to n/2 when n grows. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org

[Zope] Re: raw trace log format

2006-02-03 Thread Florent Guillaume
for reporting against that log file. -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Re: ZEO disconnects, Zope auto restarts (via zopectl)

2006-02-03 Thread Florent Guillaume
between ZEO server and Zope should be totally stable. I'd investigate network or firewall problems, and I'd start by using a network trace to find out what's happening at the TCP and IP levels. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http

[Zope] Re: major problems placing authentication on an extranet site-security flaw?

2006-02-14 Thread Florent Guillaume
-- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Re: Method to return the properties of an object

2006-02-14 Thread Florent Guillaume
- http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope

[Zope] Re: restricting permissions for direct access only

2006-02-14 Thread Florent Guillaume
works, or is supposed to work, in Zope, or that if this is something I need to do I am designing my site incorrectly from the point of view of Zope security (and if so, what is the correct way to design it?). Thanks!! Mike -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71

[Zope] Re: CMFExternalFile and huge ZODB pickles

2006-02-22 Thread Florent Guillaume
in recent Zopes though, I doubt 2.7 has that detail. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope] Re: zope unresponsive

2006-04-24 Thread Florent Guillaume
/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: ftp server deadlocking zope with DeadlockDebugger

2006-05-07 Thread Florent Guillaume
://mail.zope.org/mailman/listinfo/zope-dev ) -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Re: filter messages at startup

2006-06-13 Thread Florent Guillaume
for nonexistent method 'manage_FTPget' 2006-06-13 13:48:34 WARNING Init Class Products.CMFCore.PortalContent.PortalContent has a security declaration for nonexistent method 'manage_FTPget' -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: Performance hit for DeadlockDebugger?

2006-06-20 Thread Florent Guillaume
enabled in production, which is why I added this whole secret password stuff. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http

[Zope] Re: How to commit a piece of data in a transaction when the transaction is being aborted later

2006-06-21 Thread Florent Guillaume
that if the second part of your transaction provokes a ConflictError (which may happen in the normal course of events), your whole request will be retried, including reinterpreting the POSTed data (which the request always saves anyway) and writing to your OOBTree etc. Florent -- Florent

[Zope] Re: Issue 1896: manage_changeProperties() vs manage_addProperty()

2006-06-23 Thread Florent Guillaume
can't think of one. Either of the following diffs (of course not both!) fixes the problem for me: I've reopened the bug. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope] Re: Import Modules

2006-06-23 Thread Florent Guillaume
're'). See Products/PythonScripts/README.txt for a description of how to enable regexps in python scripts. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope

[Zope] Re: Import Modules

2006-06-23 Thread Florent Guillaume
're'). See Products/PythonScripts/README.txt for a description of how to enable regexps in python scripts. Sorry, I meant Products/PythonScripts/module_access_examples.py Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL

[Zope] Re: database conflict errors

2006-06-29 Thread Florent Guillaume
more buckets get written. But in multi-threaded mode, this very spreading leads to better conflict resolution behavior. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py Added test for strftime with unicode pattern.

2005-05-31 Thread Florent Guillaume
Log message for revision 30570: Added test for strftime with unicode pattern. Changed: U Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/tests/testDateTime.py Merged revision 30570 from Zope-2_8-branch:

2005-05-31 Thread Florent Guillaume
Log message for revision 30571: Merged revision 30570 from Zope-2_8-branch: Added test for strftime with unicode pattern. Changed: U Zope/trunk/lib/python/DateTime/tests/testDateTime.py -=- Modified: Zope/trunk/lib/python/DateTime/tests/testDateTime.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py Fixed unit test.

2005-06-01 Thread Florent Guillaume
Log message for revision 30588: Fixed unit test. Changed: U Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/DateTime/tests/testDateTime.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/DateTime/tests/testDateTime.py Fixed unit test.

2005-06-01 Thread Florent Guillaume
Log message for revision 30589: Fixed unit test. Changed: U Zope/trunk/lib/python/DateTime/tests/testDateTime.py -=- Modified: Zope/trunk/lib/python/DateTime/tests/testDateTime.py === ---

Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Collector #1792: applied patch for broken ZClasses

2005-06-13 Thread Florent Guillaume
) if not ((name.startswith('_p_') or name.startswith('_v'))): self._p_maybeupdate(name) -super(ZClassPersistentMetaClass, self).__delattr__(name) -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope.py Put warning on a single line.

2005-07-27 Thread Florent Guillaume
Log message for revision 37481: Put warning on a single line. Changed: U Zope/trunk/lib/python/Zope.py -=- Modified: Zope/trunk/lib/python/Zope.py === --- Zope/trunk/lib/python/Zope.py 2005-07-27 13:38:39 UTC (rev

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Zope.py Put warning on a single line.

2005-07-27 Thread Florent Guillaume
Log message for revision 37482: Put warning on a single line. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Zope.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Zope.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Additional test. CMF requires this behaviour.

2005-08-01 Thread Florent Guillaume
Log message for revision 37625: Additional test. CMF requires this behaviour. Changed: U Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/Owned.py Display offending line when warning about getOwner(1) deprecation.

2005-08-01 Thread Florent Guillaume
Log message for revision 37633: Display offending line when warning about getOwner(1) deprecation. Changed: U Zope/trunk/lib/python/AccessControl/Owned.py -=- Modified: Zope/trunk/lib/python/AccessControl/Owned.py === ---

[Zope-Checkins] CVS: Packages/AccessControl - Owned.py:1.19.46.5

2005-08-01 Thread Florent Guillaume
Update of /cvs-repository/Packages/AccessControl In directory cvs.zope.org:/tmp/cvs-serv8 Modified Files: Tag: Zope-2_7-branch Owned.py Log Message: Merge from 37633 on trunk: Display offending line when warning about getOwner(1) deprecation. ===

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Merge from 37625 on trunk:

2005-08-01 Thread Florent Guillaume
Log message for revision 37638: Merge from 37625 on trunk: Additional test. CMF requires this behaviour. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ The '@' character is now allowed in object ids (RFC 1738 allows it).

2005-10-04 Thread Florent Guillaume
Log message for revision 38738: The '@' character is now allowed in object ids (RFC 1738 allows it). Expanded tests for _checkId. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py U

  1   2   3   4   5   6   >