From gintas at pov.lt Thu May 11 21:03:21 2006 From: gintas at pov.lt (Gintautas Miliauskas) Date: Thu May 11 21:04:02 2006 Subject: [z3] Project inclusion request: z3reload Message-ID: <20060511220321.0cb57d06@localhost.localdomain> Hi, I just wondered if anyone would mind if I checked a small project of mine, z3reload, into the Zope 3 base? It's a hack for Zope 3 that allows you to reload changed view code without restarting the Zope server. Occasionally it causes very weird breakage, but when it works, it's a useful time saver. At the moment z3reload lives at http://gintas.pov.lt/z3reload/, but I thought that it might get some more visibility at the Zope 3 base. Maybe someone else would show interest in improving it. -- Gintautas Miliauskas http://gintasm.blogspot.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: not available Url : http://codespeak.net/pipermail/z3/attachments/20060511/7e83a0b5/signature.pgp From philipp at weitershausen.de Thu May 11 23:34:13 2006 From: philipp at weitershausen.de (Philipp von Weitershausen) Date: Thu May 11 23:31:53 2006 Subject: [z3] Re: Project inclusion request: z3reload In-Reply-To: <20060511220321.0cb57d06@localhost.localdomain> References: <20060511220321.0cb57d06@localhost.localdomain> Message-ID: <4463ADD5.8000202@weitershausen.de> Gintautas Miliauskas wrote: > Hi, > > I just wondered if anyone would mind if I checked a small project of > mine, z3reload, into the Zope 3 base? It's a hack for Zope 3 that > allows you to reload changed view code without restarting the Zope > server. Occasionally it causes very weird breakage, but when it works, > it's a useful time saver. > > At the moment z3reload lives at http://gintas.pov.lt/z3reload/, but I > thought that it might get some more visibility at the Zope 3 base. > Maybe someone else would show interest in improving it. +1 from me. I just looked at this today incidentally and thought it was a pretty cool thing. Philipp From ree at ree.hu Fri May 12 08:06:38 2006 From: ree at ree.hu (Balazs Ree) Date: Fri May 12 08:17:08 2006 Subject: [z3] Re: Project inclusion request: z3reload References: <20060511220321.0cb57d06@localhost.localdomain> <4463ADD5.8000202@weitershausen.de> Message-ID: On Thu, 11 May 2006 23:34:13 +0200, Philipp von Weitershausen wrote: > Gintautas Miliauskas wrote: >> I just wondered if anyone would mind if I checked a small project of >> mine, z3reload, into the Zope 3 base? It's a hack for Zope 3 that >> allows you to reload changed view code without restarting the Zope >> server. Occasionally it causes very weird breakage, but when it works, >> it's a useful time saver. >> > +1 from me. I just looked at this today incidentally and thought it was a > pretty cool thing. > > Philipp Is there an intention to make this implicit for all views, say, when running in debug mode? Just interested. -- Balazs Ree jabber + email: ree@ree.hu ICQ: 75955071 AIM + skype: reebalazs From faassen at infrae.com Fri May 12 10:36:19 2006 From: faassen at infrae.com (Martijn Faassen) Date: Fri May 12 10:37:21 2006 Subject: [z3] Project inclusion request: z3reload In-Reply-To: <20060511220321.0cb57d06@localhost.localdomain> References: <20060511220321.0cb57d06@localhost.localdomain> Message-ID: <44644903.2040707@infrae.com> Gintautas Miliauskas wrote: > Hi, > > I just wondered if anyone would mind if I checked a small project of > mine, z3reload, into the Zope 3 base? It's a hack for Zope 3 that > allows you to reload changed view code without restarting the Zope > server. Occasionally it causes very weird breakage, but when it works, > it's a useful time saver. > > At the moment z3reload lives at http://gintas.pov.lt/z3reload/, but I > thought that it might get some more visibility at the Zope 3 base. > Maybe someone else would show interest in improving it. +1 Regards, Martijn From rocky at serverzen.com Fri May 12 13:04:59 2006 From: rocky at serverzen.com (Rocky Burt) Date: Fri May 12 13:10:42 2006 Subject: [z3] Re: Project inclusion request: z3reload In-Reply-To: <20060511220321.0cb57d06@localhost.localdomain> References: <20060511220321.0cb57d06@localhost.localdomain> Message-ID: <1147431891.24061.16.camel@localhost> On Thu, 2006-11-05 at 22:03 +0300, Gintautas Miliauskas wrote: > I just wondered if anyone would mind if I checked a small project of > mine, z3reload, into the Zope 3 base? It's a hack for Zope 3 that > allows you to reload changed view code without restarting the Zope > server. Occasionally it causes very weird breakage, but when it works, > it's a useful time saver. > > At the moment z3reload lives at http://gintas.pov.lt/z3reload/, but I > thought that it might get some more visibility at the Zope 3 base. > Maybe someone else would show interest in improving it. +1 for the functionality. I've not had a chance to look at the implementation at this point. - Rocky -- Rocky Burt ServerZen Software -- http://www.serverzen.com News About The Server (blog) -- http://www.serverzen.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://codespeak.net/pipermail/z3/attachments/20060512/299e4fb6/attachment.pgp From regebro at gmail.com Mon May 15 18:51:51 2006 From: regebro at gmail.com (Lennart Regebro) Date: Mon May 15 18:52:28 2006 Subject: [z3] Publishing site failure. Message-ID: <319e029f0605150951k184e5739wc2f359416a14a84b@mail.gmail.com> Because I release CMFonFive 1.3.3 today I thought I should update the website. (Actually, I released it today, because the website needed updating. ;) CMFonFive doesn't run on Zope 2.9.0). But, I only get this error: AssertionError: input encoding is "unicode" but input is not a unicode object Anybody know why? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/ From gintas at pov.lt Mon May 15 23:09:22 2006 From: gintas at pov.lt (Gintautas Miliauskas) Date: Mon May 15 23:10:04 2006 Subject: [z3] Re: Project inclusion request: z3reload In-Reply-To: References: <20060511220321.0cb57d06@localhost.localdomain> <4463ADD5.8000202@weitershausen.de> Message-ID: <20060516000922.4800e42a@localhost.localdomain> Hello, > Is there an intention to make this implicit for all views, say, when > running in debug mode? Just interested. At first this didn't look like a good idea to me, since z3reload is a small hack (the key word being "hack") which could break random stuff, so I wanted it to have minimal effect on reliability. I have been considering what you suggest though. I guess I should find some time to run the Zope 3 functional tests with z3reload fully enabled and if that does not break (which is highly unlikely), such a default might be quite a good idea. Best regards, -- Gintautas Miliauskas http://gintasm.blogspot.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: not available Url : http://codespeak.net/pipermail/z3/attachments/20060516/15a65936/signature.pgp From regebro at gmail.com Wed May 17 14:40:00 2006 From: regebro at gmail.com (Lennart Regebro) Date: Wed, 17 May 2006 14:40:00 +0200 Subject: [z3] Publishing site failure. In-Reply-To: <319e029f0605150951k184e5739wc2f359416a14a84b@mail.gmail.com> References: <319e029f0605150951k184e5739wc2f359416a14a84b@mail.gmail.com> Message-ID: <319e029f0605170540s575cf627ve4df153f65111dbe@mail.gmail.com> On 5/15/06, Lennart Regebro wrote: > Because I release CMFonFive 1.3.3 today I thought I should update the website. > (Actually, I released it today, because the website needed updating. > ;) CMFonFive doesn't run on Zope 2.9.0). > > But, I only get this error: > AssertionError: input encoding is "unicode" but input is not a unicode object > > Anybody know why? Probably incompatible versions of docutils or something. I added the possibility to set the encoding per RstFile, which seems to have done the trick.