[Zope3-dev] Introduced a master check box to the ZMI

2007-02-01 Thread Florian Lindner
Hello, Log message for revision 72287: Introduce a master checkbox to the ZMI that toggles all other check boxes from a folder listing. I have checked in the change. I think the change itself is no problem and I hope it's done correctly. If not please improve me. If it's entirely unapprecate

[Zope3-dev] Utility registration vanished after restart?

2007-01-07 Thread Florian Lindner
Hello, I have two object that are registed in content space. The first one with the ZMI the other one programmatically with: getSiteManager().registerUtility(self, INewsfeed, self.__name__) both registration show up fine in the ZMI registration tab. But after a restart of Zope both object are u

[Zope3-dev] Do not serialize one attribute

2006-12-14 Thread Florian Lindner
Hello, I have a object, derived from Persistent when contain one attribute which is not serializable and that's not a problem for me, but Zope complains about that. Can I mark this attribute somehow as "not to serialize" and make Zope call a member function when it has unserialized this object s

Re: [Zope3-dev] Re: expected string or Unicode object

2006-12-05 Thread Florian Lindner
string values everytime the JabberClient object is deserialized. How can I do that? Which function will be called when the object will be deserialized? Thanks, Florian > > If connectOnStartup is True your code creates these objects. > > Jürgen > > Florian Lindner wrote: > &

[Zope3-dev] expected string or Unicode object

2006-12-04 Thread Florian Lindner
Hello, everytime I add my utility I get: 2006-12-04T22:44:26 ERROR SiteError http://horus.local:8080/++etc++site/default/+/AddJabberClient.html%3D Traceback (most recent call last): File "/home/florian/Zope3/src/zope/publisher/publish.py", line 138, in publish publication.afterCall(request

[Zope3-dev] Re: [Zope3-Users] How does the static-apidoc script works?

2006-09-07 Thread Florian Lindner
Am Mittwoch, 6. September 2006 12:25 schrieb Stephan Richter: > On Monday 14 August 2006 17:46, Florian Lindner wrote: > > ow does that script works? Executing gives an error: > > > > [EMAIL PROTECTED] ~/Zope3 $ python utilities/static-apidoc > > /home/florian/z3-doc/

Re: [Zope3-dev] Static apidoc

2006-09-03 Thread Florian Lindner
Am Sonntag, 3. September 2006 18:29 schrieb Stephan Richter: > On Sunday 03 September 2006 12:23, Florian Lindner wrote: > > AttributeError: > > instance has no attribute _links_factory (perhaps you forgot to > > .select_form()?) > > It would take me as long as it

[Zope3-dev] Static apidoc

2006-09-03 Thread Florian Lindner
Hello, I've already asked that a while ago on zope-user but got not reply How does that script works? Executing gives an error: [EMAIL PROTECTED] ~/Zope3 $ python utilities/static-apidoc /home/florian/z3-doc/ Traceback (most recent call last): File "utilities/static-apidoc", line 37, in ?

Re: [Zope3-dev] Zope 2 clock server for Zope 3

2006-08-20 Thread Florian Lindner
Am Sonntag, 20. August 2006 06:11 schrieb Christian Theune: > Hi, > > you might try a look at the recently released zc.async which allows you > to leverage twisted asynchronous handling together with persistent > objects (as far as I know right now, haven't looked at it personally yet). I've overf

[Zope3-dev] Zope 2 clock server for Zope 3

2006-08-19 Thread Florian Lindner
Hello, I've just read the release announcement for Zope 2.10b2 and there is a clock server mentioned: Added a "clock server" servertype which allows users to configure methods that should be called periodically as if they were being called by a remote user agent on one of Zope's HTTP ports. Thi

[Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/trunk/src/zope/dublincore/ Dublin Core property to use Dublin Core meta data as simple properties.

2006-08-14 Thread Florian Lindner
Am Montag, 14. August 2006 12:52 schrieb Jürgen Kartnaller: > Log message for revision 69463: > Dublin Core property to use Dublin Core meta data as simple properties. > > > Changed: > A Zope3/trunk/src/zope/dublincore/property.py > A Zope3/trunk/src/zope/dublincore/property.txt > A

Re: [Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Florian Lindner
Am Mittwoch, 19. Juli 2006 00:16 schrieb Christian Theune: > Fred Drake wrote: > > On 7/18/06, Christian Theune <[EMAIL PROTECTED]> wrote: > >> AFAICT they were removed already, I stumbled over this today as SVN > >> didn't remove them on their own. > > > > They get copied into zopeskel/etc/package

[Zope3-dev] Remove zwiki-configure and bugtracker-configure?

2006-07-18 Thread Florian Lindner
Hello, since these two packages have been moved out of the trunk is it ok to remove zwiki-configure.zcml and bugtracker-configure.zcml from zopeskel/etc/package-includes? Regards, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mai

[Zope3-dev] Usage of the order attribute

2006-07-05 Thread Florian Lindner
repost to zope3-dev since I think it could be a bug... Hello, how is the order attribute of the menuItem directive being used? Do elements with a lower order come first? What is the order of elements that have not defined one? Is is higher than of all others. I wonder because I have menuItem de

[Zope3-dev] Displaying ReStructered Text

2006-06-21 Thread Florian Lindner
Hello, I've written this question to zope3-users already, but I got only one replay which has not helped me I have a document written in ReStructered Text and I want to display it with Zope3 (of course converted to HTML). How can I do that? Thanks, Florian _

Re: [Zope3-dev] Re: [Checkins] SVN: zc.resourcelibrary/trunk/ A basic makefile, the ZPL and copyright headers.

2006-06-15 Thread Florian Lindner
Am Donnerstag, 15. Juni 2006 04:23 schrieb Benji York: > Brian Sutherland wrote: > > Log message for revision 68639: > > A basic makefile, the ZPL and copyright headers. > > Is there consensus about adding makefiles like this (diff below)? I > personally don't like the idea, but I wanted to brin

[Zope3-dev] Changing skins from ZMI

2006-06-12 Thread Florian Lindner
Hello, the ZMI has a preview tab which (if registered) shows the current object in an iframe. But the object is always shown in the default skin (the one the ZMI uses) and I doubt that a lot of object a designed to be used with the default skin. My idea: Add a selector to the ZMI which lists al

Re: [Zope3-dev] What's wrong with my configure.zcml?

2006-06-04 Thread Florian Lindner
ed to default = u"" Thanks a lot!! Florian > > Regards > Roger Ineichen > _ > END OF MESSAGE > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Florian Lin

[Zope3-dev] What's wrong with my configure.zcml?

2006-06-04 Thread Florian Lindner
Hello, sorry for the post to the dev list but on the users list no one was able to help me and I got no idea what I can try My Zope3 (most recent SVN version gives that error on startup): [...] File "/home/florian/Zope3/src/zope/schema/_bootstrapfields.py", line 263, in _validate super

Re: [Zope3-dev] Ok to change PAU session credentials plugin?

2006-04-21 Thread Florian Lindner
Am Donnerstag, 20. April 2006 19:17 schrieb Florian Lindner: > Hello, > I plan to change the PAU session credentials plugin to make it configurable > in which form fields it looks for the credentials. > > My use case is that I want to use formlib to create a login form. formlib &

[Zope3-dev] Ok to change PAU session credentials plugin?

2006-04-20 Thread Florian Lindner
Hello, I plan to change the PAU session credentials plugin to make it configurable in which form fields it looks for the credentials. My use case is that I want to use formlib to create a login form. formlib prepends "form." at all IDs of the form fields. Therefore it is impossible to use these

[Zope3-dev] Get nearest site from TALES

2006-04-04 Thread Florian Lindner
Hello, is there a TALES expression I can use in PageTemplates to get the nearest site? Thanks, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-27 Thread Florian Lindner
s and checkin later. Regards, Florian Am Montag, 20. März 2006 14:27 schrieb Stephan Richter: > On Wednesday 08 March 2006 08:57, Florian Lindner wrote: > > Hello, > > I'm currently playning with the functions from > > zope.app.appsetup.bootstrap and I'm wonderi

[Zope3-dev] Deprecate conditionally

2006-03-27 Thread Florian Lindner
Hello, I want show a deprecation warning only if a argument of a function is set to False. def foo(arg1, arg2, arg3 = False): if not arg3: arg3 = deprecation.deprecated(arg3, "arg3=False is deprecated.") But that does not show anything. How do it correctly? Thanks, Florian ___

Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-22 Thread Florian Lindner
Am Montag, 20. März 2006 14:27 schrieb Stephan Richter: > On Wednesday 08 March 2006 08:57, Florian Lindner wrote: > > Hello, > > I'm currently playning with the functions from > > zope.app.appsetup.bootstrap and I'm wondering why the functions that > > cr

Re: [Zope3-dev] New way of using skins

2006-03-11 Thread Florian Lindner
Am Freitag, 10. März 2006 13:50 schrieb Stephan Richter: > On Friday 10 March 2006 07:22, Florian Lindner wrote: > > Am Freitag, 10. März 2006 12:45 schrieb Stephan Richter: > > > On Friday 10 March 2006 05:55, Florian Lindner wrote: > > > > layer = centershock does

Re: [Zope3-dev] New way of using skins

2006-03-10 Thread Florian Lindner
Am Freitag, 10. März 2006 12:45 schrieb Stephan Richter: > On Friday 10 March 2006 05:55, Florian Lindner wrote: > > layer = centershock does not seem to work anymore (for what is name > > attribute of the interface directive?). > > > > layer="CS.skin.interfaces.

[Zope3-dev] New way of using skins

2006-03-10 Thread Florian Lindner
Hello, I have: class ICentershockSkin(zope.app.rotterdam.Rotterdam): What do I have to give for the layer or type (what is the difference?) attributes of view / pages / ... directives? layer = centershock does not seem to work anymore (for what is name attribute of the interface direc

[Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-08 Thread Florian Lindner
Hello, I'm currently playning with the functions from zope.app.appsetup.bootstrap and I'm wondering why the functions that create objects (addConfigureUtility, addUtility, configureUtility, ensureObject, ensureUtility) do return the name of the object added (or None) and not the object itself. W

Re: [Zope3-dev] Broken homefolder tests

2006-02-08 Thread Florian Lindner
Am Dienstag, 7. Februar 2006 23:48 schrieb Roger Ineichen: > Hi Stephan > > [...] > > > No, this is usually painful tracking down. You could check > > for test setup code > > that assigns AttributeAnnotatable to File. Also note that > > there is no good > > way for tearing down classImplements() st

Re: [Zope3-dev] Broken homefolder tests

2006-02-07 Thread Florian Lindner
Am Dienstag, 7. Februar 2006 10:31 schrieb Stephan Richter: > On Monday 06 February 2006 19:18, Roger Ineichen wrote: > > Does somebody know if there is a method for check if > > a teardown get called after a test? Some hints? > > No, this is usually painful tracking down. You could check for test

[Zope3-dev] Add HomeFolder enhancement to CHANGELOG

2006-02-05 Thread Florian Lindner
Hello, should I add the enhancement to the homefolder manager to the CHANGELOG or is it too unimportant to add? (revision 41424) Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-a

Re: [Zope3-dev] doctest: Get type of object

2006-01-24 Thread Florian Lindner
Am Dienstag, 24. Januar 2006 22:57 schrieb Tim Peters: > [Florian Lindner] > > > I've tried: > > > > Failed example: > > homeFolder #doctest: +ELLIPSIS > > Expected: > > > > Got nothing > > > > > > I've also tri

Re: [Zope3-dev] doctest: Get type of object

2006-01-24 Thread Florian Lindner
Am Dienstag, 24. Januar 2006 21:07 schrieb Florian Lindner: > Hello, > I'm currently writing a test in a README.txt and I want to make sure that > returned object a is of type zope.app.x. How can I test that? I've tried: Failed example: homeFolder #doctest: +ELLIPSIS

[Zope3-dev] doctest: Get type of object

2006-01-24 Thread Florian Lindner
Hello, I'm currently writing a test in a README.txt and I want to make sure that returned object a is of type zope.app.x. How can I test that? Thanks, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zop

Re: [Zope3-dev] Enhancement of HomeFolderManager: ok to checkin?

2006-01-22 Thread Florian Lindner
Am Donnerstag, 19. Januar 2006 18:49 schrieb Florian Lindner: > Hello, > I did a small enhancement to the HomeFolderManager. > > I've added a field containerObject that holds the object to be created as a > home folder. The type is string. The default is zope.app.folder.Fo

[Zope3-dev] Enhancement of HomeFolderManager: ok to checkin?

2006-01-19 Thread Florian Lindner
Hello, I did a small enhancement to the HomeFolderManager. I've added a field containerObject that holds the object to be created as a home folder. The type is string. The default is zope.app.folder.Folder. The field is validated with: def _toFieldValue(self, input): try: objectToCreate =

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

2006-01-04 Thread Florian Lindner
Am Samstag, 31. Dezember 2005 14:48 schrieb Florian Lindner: > Am Freitag, 30. Dezember 2005 20:57 schrieb Jeff Shell: > > On 12/30/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > > Am Freitag, 30. Dezember 2005 17:45 schrieb Jim Fulton: > > > > Philipp v

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

2005-12-31 Thread Florian Lindner
Does anyone got this mail? I've not received a copy from the mailinglists neither it shows up in the archives... Am Freitag, 30. Dezember 2005 20:57 schrieb Jeff Shell: > On 12/30/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > Am Freitag, 30. Dezember 2005 17:4

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

2005-12-31 Thread Florian Lindner
Am Freitag, 30. Dezember 2005 20:57 schrieb Jeff Shell: > On 12/30/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > > Am Freitag, 30. Dezember 2005 17:45 schrieb Jim Fulton: > > > Philipp von Weitershausen wrote: > > > > So, what you want is not a lis

Re: [Zope3-dev] Debugging Zope

2005-10-12 Thread Florian Lindner
Am Mittwoch, 12. Oktober 2005 16:00 schrieb Jim Fulton: > Florian Lindner wrote: > > Hello, > > what tools do you use for debugging your Zope applications and/or the > > Zope source? > > > > Is there something more comforable (more graphical) than pdb > >

[Zope3-dev] Debugging Zope

2005-10-08 Thread Florian Lindner
Hello, what tools do you use for debugging your Zope applications and/or the Zope source? Is there something more comforable (more graphical) than pdb available? I've tried eric3 but it does not work, probably due to Zope3 spawning processes. Thanks, Florian ___

Re: [Zope3-dev] collector issue 438: canWrite throwing forbidden attribute

2005-09-28 Thread Florian Lindner
Am Dienstag, 27. September 2005 16:29 schrieb Fred Drake: > On 9/27/05, Gary Poster <[EMAIL PROTECTED]> wrote: > > Hi. Kevin (cc'd, along with the person whom I believe filed the > > original bug) asked me to look at collector issue 438. Here are a > > few thoughts and observations. > > Ok, this

[Zope3-dev] Still problems with partialAnnotationsAdapter

2005-08-27 Thread Florian Lindner
I'm posting this to zope3-dev because I have not received any reply on zope3-users and I think it could be a bug... Hello, I'm still having problems with the partialAnnotationsAdapter. Refer to my posting: Subject: [Zope3-Users] Problems with PartialAnnotationsAdapter From: Flori

Re: [Zope3-dev] (no subject)

2005-07-09 Thread Florian Lindner
Am Samstag, 9. Juli 2005 02:20 schrieb aaron wang: > hi all, > I am a newcomer to python & zope, I read some materials, and want to know > wheather I could start on zope3 without experience on zope2. I want start > on my learning by constructing a small website, but I don't have right > book/tutor

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-30 Thread Florian Lindner
Am Freitag, 27. Mai 2005 16:33 schrieb Jim Fulton: > Fred Drake wrote: > > On 5/25/05, Ivo van der Wijk <[EMAIL PROTECTED]> wrote: > >>I'm trying something similar right now as well - "sharing" the title > >>field between DC and content. Everything works fine, until I try to > >>change the title th

[Zope3-dev] Re: __name__ in auto generated addforms

2005-05-30 Thread Florian Lindner
Hey! Sorry for mailing you again. Have you found any better solution where I can omit I name chooser? You said that I eventually don't it. Thanks a lot, Florian Am Montag, 23. Mai 2005 22:19 schrieb Ruslan Spivak: > В Пнд, 23/05/2005 в 22:02 +0200, Florian Lindner пишет: > >

[Zope3-dev] Re: __name__ in auto generated addforms

2005-05-23 Thread Florian Lindner
Am Montag, 23. Mai 2005 22:19 schrieb Ruslan Spivak: > В Пнд, 23/05/2005 в 22:02 +0200, Florian Lindner пишет: > > Am Sonntag, 22. Mai 2005 01:31 schrieb Ruslan Spivak: > > > В Сбт, 21/05/2005 в 19:33 +0200, Florian Lindner пишет: > > > > Hello, > > > >

Re: [Zope3-dev] Re: __name__ in auto generated addforms

2005-05-23 Thread Florian Lindner
Am Sonntag, 22. Mai 2005 01:31 schrieb Ruslan Spivak: > В Сбт, 21/05/2005 в 19:33 +0200, Florian Lindner пишет: > > Hello, > > is it possible to let the user enter the name of a object (the __name__ > > attribut) in forms that are auto generated from schema data (via the

[Zope3-dev] Re: __name__ in auto generated addforms

2005-05-22 Thread Florian Lindner
Am Sonntag, 22. Mai 2005 01:31 schrieben Sie: > В Сбт, 21/05/2005 в 19:33 +0200, Florian Lindner пишет: > > Hello, > > is it possible to let the user enter the name of a object (the __name__ > > attribut) in forms that are auto generated from schema data (via the

[Zope3-dev] __name__ in auto generated addforms

2005-05-21 Thread Florian Lindner
Hello, is it possible to let the user enter the name of a object (the __name__ attribut) in forms that are auto generated from schema data (via the addform directive)? Thanks, Florian ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zo

Re: [Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-19 Thread Florian Lindner
Am Donnerstag, 19. Mai 2005 19:07 schrieb Stephan Richter: > On Thursday 19 May 2005 13:02, Florian Lindner wrote: > > Â Â > Â Â Â Â for=".link.Link" > > Â Â Â Â provides="zope.app.dublincore.interfaces.IZopeDublinCore" > > Â Â Â Â factory=".link.

[Zope3-dev] Problem with partialAnnotatableAdapters

2005-05-19 Thread Florian Lindner
Hello, I try to connect a schema field with a dublin core metadata field using partialAnnotatableAdapterFactory. I'm logged in as zope.Manager. My configure.zcml: My link.py: [...] from zope.app.dublincore import annotatableadapter factory = annotatableadapter.partialAnnotatableAdapterFa

Re: [Zope3-dev] Question and maybe enhancement of the HomeFolderManager

2005-04-21 Thread Florian Lindner
Am Mittwoch, 20. April 2005 14:00 schrieben Sie: > On Wednesday 20 April 2005 07:01, Florian Lindner wrote: > > when I want to use my own Folder implementation as a homefolder I have > > two possibilities at the moment: > > > > 1) Disable autoCreate and create the homefo

[Zope3-dev] Question and maybe enhancement of the HomeFolderManager

2005-04-20 Thread Florian Lindner
Hello, when I want to use my own Folder implementation as a homefolder I have two possibilities at the moment: 1) Disable autoCreate and create the homefolder myself. 2) Write a completely own implementation of IHomeFolderManager, use the existing code, only change the line self.homeFolderBase[n

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-16 Thread Florian Lindner
Am Samstag, 16. April 2005 13:03 schrieb Roger Ineichen: > Hi Florian > > Behalf Of Florian Lindner > > > Sent: Saturday, April 16, 2005 12:34 PM > > To: [EMAIL PROTECTED] > > Cc: zope3-dev@zope.org > > Subject: Re: [Zope3-dev] RE: [Zope3-Users] page uses >

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-16 Thread Florian Lindner
Am Samstag, 16. April 2005 13:03 schrieb Roger Ineichen: > Hi Florian > > Behalf Of Florian Lindner > > > Sent: Saturday, April 16, 2005 12:34 PM > > To: [EMAIL PROTECTED] > > Cc: zope3-dev@zope.org > > Subject: Re: [Zope3-dev] RE: [Zope3-Users] page uses >

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-16 Thread Florian Lindner
Am Samstag, 16. April 2005 11:59 schrieb Roger Ineichen: > Hi Florian > > From: Florian Lindner [mailto:[EMAIL PROTECTED] > > > Sent: Saturday, April 16, 2005 10:28 AM > > To: [EMAIL PROTECTED] > > Cc: zope3-dev@zope.org > > Subject: Re: [Zo

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-16 Thread Florian Lindner
Am Samstag, 16. April 2005 01:55 schrieb Roger Ineichen: > > That works now, but I get a error with instruction: > > > > htmlcode += view.index["childInfo"] <-- > > > > traceback: > > > > File > > "/home/florian/Desktop/zope/lib/python/CS/centershock/browser/ > > skin/views.py", > > line 41, in g

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-15 Thread Florian Lindner
Am Freitag, 15. April 2005 22:18 schrieb Roger Ineichen: > Hi Florian > > Behalf Of Florian Lindner > > > Sent: Friday, April 15, 2005 6:43 PM > > To: [EMAIL PROTECTED] > > Cc: zope3-dev@zope.org > > Subject: Re: [Zope3-dev] RE: [Zope3-Users] page uses >

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreignview:contextchanged

2005-04-15 Thread Florian Lindner
Am Mittwoch, 13. April 2005 16:16 schrieb Roger Ineichen: > > One more question: How can I use only a specific macro of the view? > > try this: > > def __init__(self, context, request): > self.context = context > self.request = request > > def getMacro(self): > > macrocode = "" > # get the

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreign view:contextchanged

2005-04-12 Thread Florian Lindner
Am Samstag, 9. April 2005 02:21 schrieb Roger Ineichen: > Behalf Of Florian Lindner > > > Sent: Friday, April 08, 2005 8:18 PM > > To: zope3-dev@zope.org; [EMAIL PROTECTED] > > Subject: Re: [Zope3-dev] RE: [Zope3-Users] page uses foreign > > view:contextchanged >

Re: [Zope3-dev] Re: SVN: Zope3/trunk/ - Implemented a generic user preferences system.

2005-04-08 Thread Florian Lindner
Am Freitag, 8. April 2005 14:03 schrieb Stephan Richter: > On Friday 08 April 2005 14:00, Florian Lindner wrote: > > > BTW, you should really get checkin rights. :-):-) > > > > Are you serious about that? > > Yep, if you send (email/fax) Jim the contributor agreement

Re: [Zope3-dev] Enhancement proposal for the HomeFolderManager

2005-04-08 Thread Florian Lindner
Am Freitag, 8. April 2005 14:28 schrieb Stephan Richter: > On Friday 08 April 2005 14:23, Florian Lindner wrote: > > Ok, they seem to pass! > > > > Hurra!  :-):-) > > Now you just have to add tests for your new code. :-) The tests I've added in t

Re: [Zope3-dev] Enhancement proposal for the HomeFolderManager

2005-04-08 Thread Florian Lindner
Am Freitag, 8. April 2005 14:05 schrieb Stephan Richter: > On Friday 08 April 2005 14:03, Florian Lindner wrote: > > But I can't really imagine that you (Stephan) as the original auther > > wrote no tests (while propagating tests so strongly in his book), so I > > somehow

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreign view: contextchanged

2005-04-08 Thread Florian Lindner
Am Mittwoch, 6. April 2005 18:26 schrieb Roger Ineichen: > Hi Florian > > Behalf Of Florian Lindner > > > Sent: Wednesday, April 06, 2005 11:10 PM > > To: zope3-dev@zope.org; [EMAIL PROTECTED] > > Subject: Re: [Zope3-dev] RE: [Zope3-Users] page uses foreign >

Re: [Zope3-dev] Enhancement proposal for the HomeFolderManager

2005-04-08 Thread Florian Lindner
Am Mittwoch, 6. April 2005 20:21 schrieb Stephan Richter: > On Wednesday 06 April 2005 16:22, Florian Lindner wrote: > > I you think that is a good idea, I would like (to try) to make the > > modifications at the HomeFolderManager. (as a junior job, practice and as > > well a

Re: [Zope3-dev] Re: SVN: Zope3/trunk/ - Implemented a generic user preferences system.

2005-04-08 Thread Florian Lindner
Am Mittwoch, 6. April 2005 20:34 schrieb Stephan Richter: > On Monday 04 April 2005 14:57, Florian Lindner wrote: > > There is a small typo in the README.txt: > > > > [EMAIL PROTECTED] ~/Zope3/src/zope/app/preference $ svn diff README.txt > > Fixed in revision 29893. >

Re: [Zope3-dev] RE: [Zope3-Users] page uses foreign view: context changed

2005-04-06 Thread Florian Lindner
Am Mittwoch, 6. April 2005 17:01 schrieb Roger Ineichen: > Hi Florian > > Behalf Of Florian Lindner > > > Sent: Wednesday, April 06, 2005 10:22 PM > > To: zope3-users@zope.org > > Subject: [Zope3-Users] page uses foreign view: context changed > > > > Hell

[Zope3-dev] Enhancement proposal for the HomeFolderManager

2005-04-06 Thread Florian Lindner
Hello, I've just started playing with the HomeFolderManager and one idea for a small enhancement comes into my mind. I think it would be good to have the option to create homefolders and the respective assignment automatically upon the first call of getHomeFolder. (of course all of the followin

[Zope3-dev] Re: SVN: Zope3/trunk/ - Implemented a generic user preferences system.

2005-04-04 Thread Florian Lindner
There is a small typo in the README.txt: [EMAIL PROTECTED] ~/Zope3/src/zope/app/preference $ svn diff README.txt Index: README.txt === --- README.txt (revision 29876) +++ README.txt (working copy) @@ -365,7 +365,7 @@ >>> interfac