... Hash: SHA1 On behalf of the Zope community, I am pleased to announce the creation of the "Zope 4.0" project. After extensive discussion with the Zope ...
Tres Seaver
tseaver@...
Apr 1, 2009 11:53 am
182089
... Hash: SHA1 On behalf of the Zope community, I am pleased to announce the creation of the "Zope 4.0" project. After extensive discussion with the Zope ...
Tres Seaver
tseaver@...
Apr 1, 2009 11:55 am
182090
... Er? Little more context and explanation please... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Apr 1, 2009 11:59 am
182091
... Er? Little more context and explanation please... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Apr 1, 2009 12:00 pm
182092
*looks at the date* *sigh* I'll go back to my cave now... Chris ... -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Apr 1, 2009 12:01 pm
182093
... Context is the dateline. Explanation I'll leave to your imagination. -- Mark Barratt Text Matters Information design: we help explain things using language...
Mark Barratt
markb@...
Apr 1, 2009 12:01 pm
182094
*looks at the date* *sigh* I'll go back to my cave now... Chris ... -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Apr 1, 2009 12:01 pm
182095
... Ah, best one yet. :) Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See...
Martin Aspeli
optilude+lists@...
Apr 1, 2009 12:20 pm
182096
... This is a nice one. ;-) On the other hand I tried how far you might draw the effort noticed that there is not even "The Zope 3.0 Book". I guess Zope 4...
Andreas Tille
tillea@...
Apr 1, 2009 12:40 pm
182097
Hi, I'd like to add support for the following: 1) Provider decorator: @provider(IFoo) def some_function(context) pass This is an alternative to doing a...
... Hash: SHA1 ... You should probably add a "class decorator" 'interfaceProvider', as well, because the "in-suite" versions are problematic for 2to3 ...
Tres Seaver
tseaver@...
Apr 1, 2009 2:34 pm
182100
Cartier Watches
ximeness@...
Apr 1, 2009 2:40 pm
182101
... I'm not sure I understand what you mean by that. Can you show an example? Martin -- Author of `Professional Plone Development`, a book for developers who ...
Martin Aspeli
optilude+lists@...
Apr 1, 2009 2:58 pm
182102
... It's a Python 2.6/3.0 feature: from zope.component import adapter from zope.interface import implementer @adapter(IFoo) @implementer(IBar) class...
Marius Gedminas
marius@...
Apr 1, 2009 4:55 pm
182103
Hi Marius, ... Oh... sniff... I so want that. ;) ... Great. ... I would hope so, or it'd be really confusing. :) Martin -- Author of `Professional Plone...
Martin Aspeli
optilude+lists@...
Apr 1, 2009 5:10 pm
182104
Additionally, if I was grokking Lennart correctly yesterday, __metaclass__ is going away, so the current metaclass implementation is going to need some...
Chris Rossi
chris@...
Apr 1, 2009 5:26 pm
182105
... As someone modified "zopectl" to run under Windows without "zdaemon" (in newer Zope versions), it should be possible to change "plonectl" in a similar way....
Dieter Maurer
dieter@...
Apr 1, 2009 6:27 pm
182106
... __metaclass__ is being replaced by a metaclass kwarg to class definition in 3.0, I believe. Matt _______________________________________________ Zope-Dev...
Matthew Wilkes
matthew@...
Apr 1, 2009 6:39 pm
182107
... I have already searched for this several times -- and was disappointed about my failure :-) -- Dieter _______________________________________________ ...
Dieter Maurer
dieter@...
Apr 1, 2009 7:23 pm
182108
Hi Baiju If this whitespace fix is based on the current style guide, I think the guide needs to be fixed. I find the fixed version much less readable. A ...
Jacob Holm
jh@...
Apr 1, 2009 9:44 pm
182109
Hi, I have a variable called "checkGroup" where its values are the record ids that the user selected to be deleted. I have a deleteRecord method that takes two...
Bobby
cybercruiserz@...
Apr 2, 2009 3:25 am
182110
... Hash: SHA1 ... Trible check that your form parameters use the ':list' directive within the NAME attributes (check with the Zope Book (docs.zope.org). -...
Andreas Jung
lists@...
Apr 2, 2009 4:56 am
182111
Hi Alex ... This looks good to me. Can you add a test for the new logging part? Or let me know if I can do it for you. Regards Roger Ineichen ... ...
Roger Ineichen
dev@...
Apr 2, 2009 6:28 am
182112
... What about defining the version number in front of the setup call as a variable and using it in the call like: version = '3.5.0dev' setup( ...
Michael Howitz
mh@...
Apr 2, 2009 7:29 am
182113
... I like the idea of putting the version string up front like that, but that was not what I meant. I was not complaining about the "version" keyword...
Jacob Holm
jh@...
Apr 2, 2009 8:28 am
182114
Hi, if tests spawn non-daemon threads, then the test runner can get stuck. The easiest way that I see is to always --exit-with-status and to make ...
Christian Theune
ct@...
Apr 2, 2009 11:31 am
182115
... I forgot an alternative solution: Make the test runner patch the Thread class to turn all threads into daemons during testing. -- Christian Theune ·...
Christian Theune
ct@...
Apr 2, 2009 11:44 am
182116
Does anybody have a recent-ish copy of Znolk wizard product or know where I could get hold of a copy. The original source no longer has it and the one on the...
garry@...
Apr 2, 2009 1:04 pm
182117
... -1 The PEP-8 and Zope style for keyword arguments work here just fine. Readability is improved by putting arguments on separate lines, not by adding space...