[Zope-Checkins] SVN: Zope/branches/efge-five-events-work/lib/python/OFS/subscribers.py Move code around a bit.

2005-11-10 Thread Florent Guillaume
Log message for revision 40024: Move code around a bit. Changed: U Zope/branches/efge-five-events-work/lib/python/OFS/subscribers.py -=- Modified: Zope/branches/efge-five-events-work/lib/python/OFS/subscribers.py === ---

[Zope-Checkins] SVN: Zope/branches/efge-five-events-work/ Banch has been merged.

2005-11-10 Thread Florent Guillaume
Log message for revision 40031: Banch has been merged. Changed: D Zope/branches/efge-five-events-work/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/trunk/ Use a better __repr__ for User objects.

2005-11-09 Thread Florent Guillaume
Log message for revision 40006: Use a better __repr__ for User objects. (NullUnrestrictedUser had a non-string repr that made it impossible to debug properly.) Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/AccessControl/User.py U

[Zope-Checkins] SVN: Zope/branches/efge-five-events-work/ Branch to fix events with Five.

2005-11-09 Thread Florent Guillaume
Log message for revision 40012: Branch to fix events with Five. Changed: A Zope/branches/efge-five-events-work/ -=- Copied: Zope/branches/efge-five-events-work (from rev 40011, Zope/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-dev] Re: moment when zope was started.

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

[Zope-dev] Re: moment when zope was started.

2005-11-09 Thread Florent Guillaume
to True, because Zope2.Startup.start_zope was never called, instead of that called Zope2.Startup.run.run function. What do you suggest? If you feel the attribute 'started' should be removed from Zope, because it's unused, please file a new ticket in the Zope collector. Florent -- Florent

[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-dev] Re: Memory Leak Question

2005-11-07 Thread Florent Guillaume
this as an actual bug report (I'd like to test more rigorously with a script to verify a leak), but after reading the note on Changes for 2.8.x in the to do section, I was curious: Is this a known issue? If so, has there been any headway, and can I be of any assistance in resolving it? -- Florent

[Zope-dev] Re: Get rid of configure/make? (was Re: Re: SVN: Zope/trunk/ Merge philikon-zope32-integration branch. Basically, this branch entails:)

2005-11-06 Thread Florent Guillaume
./configure and the Makefile. It's expected by all sysadmins. And if setup.py works, then the Makefile should be just a few lines invoking it, so it's no real burden. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-dev] Re: differences in PropertyManager._setPropValue

2005-11-03 Thread Florent Guillaume
Victor Safronovich wrote: Hello Florent Guillaume, Monday, October 31, 2005, 6:25:20 PM, you wrote: FG This was changed because have mutable objects stored as properties can lead FG to unexpected behavior. Do you mean you have a custom proprty type called FG list? yes, my own property

[Zope-dev] Re: SVN: Zope/trunk/ Merge philikon-zope32-integration branch. Basically, this branch entails:

2005-11-03 Thread Florent Guillaume
than half of the times. So I could just call python setup.py install with whatever Python I want in the first place. Thanks for clarifying. Cheers, Yuppie -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Work correctly with event dispatching:

2005-11-02 Thread Florent Guillaume
Log message for revision 39820: Work correctly with event dispatching: - mark a test class as deprecated, - use a container class that implements IItem. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py Move code inside try/except.

2005-11-02 Thread Florent Guillaume
Log message for revision 39829: Move code inside try/except. Changed: U Zope/branches/philikon-zope32-integration/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py Don't recurse explicitely, and shut up deprecation warnings.

2005-11-02 Thread Florent Guillaume
Log message for revision 39835: Don't recurse explicitely, and shut up deprecation warnings. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/branches/philikon-zope32-integration/lib/python/OFS/tests/testObjectManager.py

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ Moved more stuff from Five into Zope itself.

2005-11-02 Thread Florent Guillaume
Log message for revision 39846: Moved more stuff from Five into Zope itself. Event interfaces are now in OFS.interfaces. IFiveObjectClonedEvent has been renamed into IObjectClonedEvent. Changed: U Zope/branches/philikon-zope32-integration/lib/python/OFS/CopySupport.py U

[Zope-Coders] Re: SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ transaction.commit(1) is deprecated in favor of transaction.savepoint().

2005-11-02 Thread Florent Guillaume
() # This time the abort nukes the _v_foo attribute... self.failIf(hasattr(self.folder, '_v_foo')) ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins -- Florent Guillaume, Nuxeo

[Zope-dev] Re: differences in PropertyManager._setPropValue

2005-10-31 Thread Florent Guillaume
to unexpected behavior. Do you mean you have a custom proprty type called list? What's your use case for it, and why can't tuple fit the bill ? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-dev] Re: Mountpoints

2005-10-29 Thread Florent Guillaume
iteratively. Jim merged his new testrunner some time ago. Syntax has changed slightly, see the help (zopectl test -h). You should do for instance: zopectl test -s you.product.name zopectl test -s you.product.name -m module-regexp -t test-regexp Florent -- Florent Guillaume, Nuxeo (Paris

[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-dev] Re: Why is test.py silent by default

2005-10-24 Thread Florent Guillaume
want quiet mode can always pass '-q'. +1 Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo

[Zope-dev] Re: [Proposal] RFC2396 compatible traversal parameters

2005-10-24 Thread Florent Guillaume
some open questions with respect to virtual hosting. I prefer that the URL parts corresponding to the virtual host cannot be modified by traversal parameters during URL construction. -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL

[Zope-dev] Re: Mountpoints

2005-10-21 Thread Florent Guillaume
a filestorage path $DATADIR/A.fs /filestorage /zodb Yes, please. There is already confusion for cache-size, let's not repeat that with another key. Note that database-name is more expressive, I think (the multi seems like an implementation detail to me). Florent -- Florent Guillaume

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Collector #1926: fixed a typo in _doAddUser when password encryption is

2005-10-20 Thread Florent Guillaume
Log message for revision 39540: Collector #1926: fixed a typo in _doAddUser when password encryption is enabled. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/AccessControl/User.py -=- Modified:

[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: 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: 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-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

[Zope-dev] Zope 2 trunk OFS tests failing

2005-10-04 Thread Florent Guillaume
raise self.failureException, excName AssertionError: EmergencyUserCannotOwn -- Ran 19 tests in 0.077s Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-dev] Re: Zope 2 trunk OFS tests failing

2005-10-04 Thread Florent Guillaume
Correction: it works on the 2.8 branch, but not the trunk. Florent On 4 Oct 2005, at 12:38, Florent Guillaume wrote: The OFS.testObjectManager tests are failing when run in isolation on the Zope 2 trunk (also on the 2.8 branch). Any idea? I'll look at it anyway, but if someone's seen

[Zope-dev] Re: Allowing @ in object ids

2005-10-04 Thread Florent Guillaume
Checked in for 2.8 and trunk: http://svn.zope.org/Zope/?view=revrev=38738 Florent Florent Guillaume wrote: Today @ is forbidden in object ids. That's controlled by the bad_id regexp in OFS.ObjectManager, which tries to ensure that ids will be useable as URL components. However, there's

[Zope-dev] log levels

2005-10-04 Thread Florent Guillaume
not very satisfying. And if zLOG is deprecated I'd rather avoid it. Any idea? Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http

[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-dev] Re: Strange security issue with Zope 2.8.1

2005-09-29 Thread Florent Guillaume
) then later on: security = ClassSecurityInfo() C.security = security security.declareProtected(...) C.newmethod = something InitializeClass(C) Anyway that's what I do. I never relied on a preexisting C.security. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71

[Zope-dev] inheritedAttribute - super

2005-09-27 Thread Florent Guillaume
Is there any problem if I change current Zope 2 trunk uses of inheritedAttribute into calls to super ? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev

[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-dev] Re: SVN: Zope/branches/Zope-2_8-branch/ - Collector #1879: applied patch by Dieter Maurer to fix a bug in

2005-09-26 Thread Florent Guillaume
= defalt; +} + } + return result; +# endif } + static PyObject * Wrapper_inContextOf(Wrapper *self, PyObject *args) { -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

[Zope-dev] Allowing @ in object ids

2005-09-15 Thread Florent Guillaume
uses. Unless there's opposition, I'll change the code to allow it. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http

[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: 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: 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: 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: 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-dev] Re: Catalog and Unicode

2005-08-11 Thread Florent Guillaume
Dieter Maurer wrote: Florent Guillaume wrote at 2005-8-9 17:18 +0200: We're seeing problems in one application here due to the catalog and interactions with Unicode. Here's what happens: - an object is indexed with a Unicode title, so in the catalog the metadata tuple has for instance

[Zope-dev] Catalog and Unicode

2005-08-09 Thread Florent Guillaume
if changed: data[index] = newDataRecord Objections ? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http

[Zope-dev] Re: CopySupport, hooks, events

2005-08-08 Thread Florent Guillaume
an implementation to discuss this. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

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-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/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 === ---

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

[Zope-Coders] Checkin messages

2005-07-22 Thread Florent Guillaume
much filtering work because of spam, could the generated checkin message come from a fixed [EMAIL PROTECTED] email that would be subscribed to the list (but receive no mail)? Thanks, Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http

Re: [Zope-Coders] Checkin messages

2005-07-22 Thread Florent Guillaume
On 22 Jul 2005, at 17:09, Tim Peters wrote: In contrast, the zope-checkins list admin is still listed as Ken Mannheimer, and I doubt he pays attention to that duty anymore. Someone else should volunteer to take it over. Ok I can do that. I'm used to mailman. Florent -- Florent Guillaume

Re: [Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-22 Thread Florent Guillaume
a core scheduler regardless of a clock? Isn't running background tasks a common need amoungst many very different tools and therefore a interstructure issue? Myself I'm for having ClockServer in the core, if Chris and others agree. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO

[Zope-dev] Running unit tests, LOGging errors

2005-07-20 Thread Florent Guillaume
. There are no other differences in my setup. Anyone know why and where this behaviour is triggered ? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist

Re: [Zope-dev] SQL null to None patch

2005-07-20 Thread Florent Guillaume
Andrew Veitch [EMAIL PROTECTED] wrote: Is there any chance of getting Dieter Maurer's one line patch into the next bug fix release? http://www.zope.org/Collectors/Zope/556 It would be hugely helpful to us. It would need some kind of unit tests. Florent -- Florent Guillaume, Nuxeo

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] 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] 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] 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

[Zope-dev] Default ZODB cache size

2005-07-08 Thread Florent Guillaume
How about boosting the default ZODB cache_size to something less ridiculous than the default 4000 ? I propose changing etc/zope.conf.skel to have an explicit value of 2. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com

[Zope-dev] RAMCacheManager and object size

2005-07-08 Thread Florent Guillaume
help manage memory consumption better. Has anybody done something like that? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev

[Zope-dev] OT: These PHP guys are so funny

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

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-dev] 2.9 goals

2005-07-04 Thread Florent Guillaume
between security systems. Yeah this crossed my mind too. I'll look at it at some point, it doesn't strike me as overly complex. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope-dev] Weird proxy role behaviour

2005-07-04 Thread Florent Guillaume
to the restricted python machinery executing some Python Script or DTML. They don't propagate to the code called by them. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED

Re: [Zope-dev] 2.9 goals

2005-07-01 Thread Florent Guillaume
-zserver-connection-policies-branch Nice too. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

Re: [Zope-dev] 2.9 goals

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

Re: [Zope-dev] Problems with PageTemplates on Zope 2.8

2005-06-25 Thread Florent Guillaume
, or how I could debug it? Use DeadlockDebugger. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

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] 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-dev] Zope 2.9 goals

2005-06-17 Thread Florent Guillaume
compatibility are a big hurdle. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Verbose security for Zope 2.8 or 2.9

2005-06-16 Thread Florent Guillaume
Shane Hathaway [EMAIL PROTECTED] wrote: Florent Guillaume wrote: What is the dependency on the python implementation, is it just _embed_permission_in_roles ? Didn't you succeed in patching the C version too in some earlier versions of VerboseSecurity ? Currently, the C code makes

Re: [Zope-dev] Verbose security for Zope 2.8 or 2.9

2005-06-15 Thread Florent Guillaume
-policy-implementation python verbose-security on What is the dependency on the python implementation, is it just _embed_permission_in_roles ? Didn't you succeed in patching the C version too in some earlier versions of VerboseSecurity ? Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO

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-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-dev] 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

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

2005-06-13 Thread Florent Guillaume
Andreas Jung [EMAIL PROTECTED] wrote: --On 13. Juni 2005 17:15:40 +0200 Florent Guillaume [EMAIL PROTECTED] wrote: Not caused by this patch, but shouldn't this be '_v_' instead of '_v' ? ZODB/persistentclass.py has the same code, by the way... Likely you're right. Wanna fix

Re: [Zope-dev] proxydict problems in 2.8b2 with Localizer

2005-06-07 Thread Florent Guillaume
: manage_attributesForm = LocalDTMLFile Apparently, Zope thinks that this class attribute needs a name, but there isn't one. I fixed this for the upcoming 2.8.0: http://svn.zope.org/Zope/?rev=30675view=rev See the unit test for a minimal case. Florent -- Florent Guillaume, Nuxeo (Paris

[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 === ---

[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

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] 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] 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] 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

[Zope-dev] Re: [Zope-Coders] BTreeFolder2 for Zope 2.8?

2005-04-25 Thread Florent Guillaume
Andreas Jung [EMAIL PROTECTED] wrote: Any objections to move BTreeFolder2 into the Zope core for Zope 2.8? BTF is widely used in the Zope, CMF Plone world and it would not hurt to ship it with Zope. +1! Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of RD +33 1 40 33

Re: [Zope-dev] Windows Binaries for 2.8b1

2005-04-25 Thread Florent Guillaume
of permanent failure: PERM_FAILURE: SMTP Error (state 9): 553 5.3.0 Spam blocked see: http://spamcop.net/bl.shtml?64.233.184.203 Yeah this goes to show that you have to be extremely careful in choosing your RBL sources... And that spamcop is definitely not a good one. Florent -- Florent

<    1   2   3   4   5   6   >