*** ferrafox has quit IRC | 00:04 | |
*** fcorrea has joined #zope3-dev | 00:23 | |
*** ferrafox__ has joined #zope3-dev | 00:25 | |
fcorrea | Hello there, I don't know who is playing with zope.lifecycleevent but Its seems to be bugy. While trying to install the tarball, because there's not egg, it gives me an error while trying to read CHANGES.txt | 00:28 |
---|---|---|
fcorrea | And I just noticed that it was just uploaded to cheeseshop. Not sure if this is correct in ppix | 00:30 |
philiKON | fcorrea: read the mailinglist | 00:32 |
philiKON | this is a known problem | 00:32 |
*** pbugni has joined #zope3-dev | 00:32 | |
fcorrea | ok. Just read that. That happened while creating a new grok project. Thanks | 00:34 |
*** ferrafox_ has quit IRC | 00:41 | |
*** spython has quit IRC | 01:05 | |
*** fcorrea has quit IRC | 01:26 | |
*** ferrafox__ has quit IRC | 01:38 | |
*** norro has quit IRC | 02:01 | |
*** b52Centos has joined #zope3-dev | 02:11 | |
*** b52GM has quit IRC | 02:12 | |
*** faassen has joined #zope3-dev | 02:33 | |
*** faassen has left #zope3-dev | 02:44 | |
*** timte has quit IRC | 03:36 | |
*** malthe has quit IRC | 04:17 | |
*** b52Centos has quit IRC | 04:42 | |
*** b52laptop has quit IRC | 04:50 | |
*** Ariel_Calzada has joined #zope3-dev | 05:53 | |
*** brandon_rhodes has joined #zope3-dev | 06:26 | |
brandon_rhodes | My attempts at buildout are being halted by an inability to install 'zope.lifecycleevent'; is that happening to anyone else? | 06:26 |
*** strichter has joined #zope3-dev | 06:53 | |
*** srichter has quit IRC | 07:09 | |
*** philiKON_ has joined #zope3-dev | 07:18 | |
*** philiKON has quit IRC | 07:25 | |
*** kleist has joined #zope3-dev | 07:44 | |
*** twcook has joined #zope3-dev | 07:50 | |
*** baijum has joined #zope3-dev | 08:02 | |
*** cursor has joined #zope3-dev | 08:38 | |
*** naro has joined #zope3-dev | 09:23 | |
*** naro has left #zope3-dev | 09:29 | |
*** agroszer has joined #zope3-dev | 09:44 | |
*** afd has joined #zope3-dev | 09:46 | |
*** yvl has joined #zope3-dev | 10:12 | |
*** naro has joined #zope3-dev | 10:19 | |
*** afd has quit IRC | 11:51 | |
*** afd has joined #zope3-dev | 11:54 | |
*** ktwilight has quit IRC | 12:09 | |
*** b52laptop has joined #zope3-dev | 12:09 | |
*** cursor has quit IRC | 12:32 | |
*** yvl has quit IRC | 12:47 | |
*** norro has joined #zope3-dev | 13:06 | |
*** baijum has quit IRC | 13:10 | |
*** yvl has joined #zope3-dev | 13:53 | |
*** Nederhoed has joined #zope3-dev | 14:01 | |
*** timte has joined #zope3-dev | 14:29 | |
*** afd has quit IRC | 14:45 | |
*** afd has joined #zope3-dev | 14:45 | |
*** dunny has quit IRC | 15:00 | |
*** dunny has joined #zope3-dev | 15:00 | |
*** ignas has joined #zope3-dev | 15:05 | |
*** twcook has quit IRC | 15:06 | |
*** rocky has joined #zope3-dev | 15:32 | |
*** twcook has joined #zope3-dev | 15:34 | |
*** dobee has joined #zope3-dev | 16:07 | |
*** Ariel_Calzada has quit IRC | 16:17 | |
Nederhoed | I'm adding a contact form to my z3 web app, could use some help, anyone around? | 16:18 |
*** Ariel_Calzada has joined #zope3-dev | 16:18 | |
wiggy | ask specific questions, not meta-questions | 16:19 |
wiggy | noone answers those generally | 16:19 |
Nederhoed | Okay, thanks. I succeeded in adding a static page 'contact.html', but now I need to catch the result of the form submit and send of an e-mail | 16:21 |
Nederhoed | don't know how to do that | 16:21 |
wiggy | why not use an edit form? | 16:21 |
Nederhoed | on a persistent contact object? | 16:22 |
wiggy | an edit form is just an edit form | 16:22 |
wiggy | it doesn't need to have anything persistent | 16:22 |
Nederhoed | preferably :) | 16:22 |
Nederhoed | I'll dive into that, thanks | 16:22 |
wiggy | just override it's action handler to send mail instead of apply changes to the context | 16:23 |
wiggy | and you can use a schema for the contact form, so you no longer need to hand-edit html | 16:23 |
Nederhoed | So I define a component (non-persistent) and show the edit form by default? | 16:24 |
wiggy | you don't need to define a component | 16:24 |
wiggy | just create the form and traverse to it | 16:24 |
wiggy | plone 3 has lots of examples for the pattern | 16:25 |
Nederhoed | okay | 16:25 |
Nederhoed | do you have a link? | 16:26 |
wiggy | svn.plone.org/svn/plone/plone.app.controlpanel/trunk/plone/app/controlpanel/ or so | 16:26 |
wiggy | there's a lot of formlib based stuff in there | 16:26 |
Nederhoed | thanks | 16:27 |
*** spython has joined #zope3-dev | 16:35 | |
*** ignas has quit IRC | 16:36 | |
*** cursor has joined #zope3-dev | 16:40 | |
*** yvl has quit IRC | 16:41 | |
*** dobee has quit IRC | 16:46 | |
*** ktwilight has joined #zope3-dev | 17:06 | |
*** cursor has quit IRC | 17:13 | |
*** dobee has joined #zope3-dev | 17:39 | |
*** dobee has quit IRC | 17:53 | |
*** Ariel_Calzada has quit IRC | 18:01 | |
kleist | am i crazy, or does the .zcml parser not respect xml comments? | 18:10 |
kleist | <kleist> i have wrapped a viewlet definition in <!-- --> but the viewlet is still created | 18:10 |
naro | you are crazy :) | 18:16 |
kleist | i'd prefer that to such a blatant bug in z3 | 18:17 |
kleist | i'll triple check, it could be that the viewlet definition is cached somehow | 18:17 |
kleist | or stored outside the --- ähum.... Plone --- site | 18:18 |
naro | and what happens if you remove the declaration ? | 18:18 |
kleist | will do that too | 18:18 |
kleist | such a bug is unlikely of course | 18:18 |
*** nathany has joined #zope3-dev | 18:19 | |
*** twcook has quit IRC | 18:23 | |
Nederhoed | I use comments in zcml all the time | 18:25 |
*** dobee has joined #zope3-dev | 18:32 | |
*** b52GM has joined #zope3-dev | 18:43 | |
*** dobee has quit IRC | 18:57 | |
*** nathany has quit IRC | 19:05 | |
*** rocky is now known as rocky|away | 19:06 | |
*** dobee has joined #zope3-dev | 19:33 | |
*** afd has quit IRC | 19:35 | |
*** dobee has quit IRC | 19:43 | |
*** foxmjay has joined #zope3-dev | 20:01 | |
*** agroszer has quit IRC | 20:16 | |
*** cursor has joined #zope3-dev | 20:28 | |
*** ignas has joined #zope3-dev | 21:34 | |
*** Ariel_Calzada has joined #zope3-dev | 21:59 | |
*** cursor has quit IRC | 22:03 | |
*** regebro has joined #zope3-dev | 22:24 | |
*** regebro has left #zope3-dev | 22:24 | |
*** kleist has quit IRC | 22:37 | |
*** naro has left #zope3-dev | 23:04 | |
*** greenman has joined #zope3-dev | 23:10 | |
*** Ariel_Calzada has quit IRC | 23:13 | |
*** Nederhoed has quit IRC | 23:15 | |
*** edgordon has quit IRC | 23:23 | |
*** dunny has quit IRC | 23:24 | |
*** ignas has quit IRC | 23:39 | |
*** ousado has joined #zope3-dev | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!