X-scream | I'm trying to create an edit view in ZMI and I get this error: http://paste.uni.cc/16666 | 00:00 |
---|---|---|
X-scream | configurefile and the module where i use formlib: http://paste.uni.cc/16667 | 00:01 |
benji | There's no input widget registered for List fields. | 00:01 |
benji | I don't know that a general purpose one exists. | 00:02 |
X-scream | I'm following the example in philipps book, and he has a simple edit form when he does this | 00:03 |
benji | <shrug> | 00:03 |
benji | Perhaps your configuration differs from his. | 00:03 |
benji | Did he load some ZCML that you don't have? | 00:03 |
X-scream | they're identical, but I used mytest instead of his worldcookery because I have a mytest package :) | 00:05 |
benji | hmm, why is the None in the list of adapted objects? | 00:06 |
X-scream | what does the error message really say? Pretty cryptic for a newbie.. does getMultiAdapter want (obj, iface, name) but it gets (..., None, ...) ? | 00:06 |
X-scream | benji: yeah, dunno :) | 00:07 |
benji | the message just says that it tried to (multi-) adapt a List field, None, and a request to IInputWidget and nothing is registered that can do that | 00:08 |
benji | I suspect you want that None to be a list (possibly empty) instead | 00:08 |
X-scream | I looked in introspect for my object, there are no None values in any field | 00:09 |
X-scream | *confused* | 00:10 |
X-scream | or did i say something stupid now | 00:11 |
*** srichter has quit IRC | 00:15 | |
*** theuni has joined #zope3-dev | 00:16 | |
*** Aiste has quit IRC | 00:32 | |
X-scream | :( | 00:34 |
dennis__ | X-Scream read the book example more closely, he is setting .custom_widget for the List fields | 00:35 |
X-scream | that's a lot more pages after where I am | 00:38 |
X-scream | I'm at 116-117 | 00:38 |
X-scream | and in fig. 8.1 he gets it working | 00:38 |
dennis__ | X-scream can you paste also your interfaces.py and where you implement the object (Recipe i guess) | 00:46 |
*** dobee has joined #zope3-dev | 00:46 | |
X-scream | sure | 00:48 |
X-scream | interfaces.py: http://paste.uni.cc/16668 | 00:49 |
*** theuni has quit IRC | 00:49 | |
X-scream | recipe.py: http://paste.uni.cc/16669 | 00:50 |
X-scream | hehe, the captcha read "BUGX" | 00:50 |
*** jodok_ has joined #zope3-dev | 00:52 | |
dennis__ | X-scream I don't think the FieldProperty creates an empty list, the book is using the recipe from page 92 at this point; can you check in a debug shell that sandwhich.tools and sandwich.ingredients are [] and not None or non-existent | 00:57 |
X-scream | >>> root['sandwich'].tools | 00:58 |
X-scream | [u'Knife', u'Plate'] | 00:58 |
X-scream | ingredients is also a non-empty list | 00:58 |
dennis__ | type(root['sandwich']) | 00:59 |
dennis__ | oops, type(root['sandwich'].tools) | 00:59 |
X-scream | >>> type(root['sandwich'].tools) | 01:00 |
X-scream | <type 'list'> | 01:00 |
X-scream | maybe I should just use his recipe.py from page 92 and create a new object.. | 01:00 |
dennis__ | just to see if it makes a difference | 01:01 |
X-scream | yeah, but it's a little late for that now.. do it tomorrow. | 01:02 |
X-scream | anyway thanks alot for your time! | 01:02 |
dennis__ | goodluck tomorrow :) | 01:02 |
X-scream | thx :) | 01:04 |
*** timte has quit IRC | 01:05 | |
*** srichter has joined #zope3-dev | 01:09 | |
*** dobee has quit IRC | 01:10 | |
*** jodok_ has quit IRC | 01:10 | |
*** ChanServ sets mode: +o srichter | 01:23 | |
*** eldar has joined #zope3-dev | 01:24 | |
*** philiKON has joined #zope3-dev | 01:26 | |
*** natea|boston has joined #zope3-dev | 01:26 | |
*** natea|boston_ has quit IRC | 01:34 | |
*** philiKON has quit IRC | 01:39 | |
*** norro has quit IRC | 01:45 | |
*** johnlr has joined #zope3-dev | 02:00 | |
*** twcook has joined #zope3-dev | 02:08 | |
*** andrew_m has quit IRC | 02:09 | |
*** pcardune has joined #zope3-dev | 02:11 | |
*** dunny has quit IRC | 02:39 | |
*** twcook has quit IRC | 02:57 | |
*** natea|boston_ has joined #zope3-dev | 02:57 | |
*** greenman has joined #zope3-dev | 03:03 | |
*** natea|boston has quit IRC | 03:06 | |
*** lmiller has joined #zope3-dev | 03:07 | |
*** huajie has joined #zope3-dev | 03:13 | |
*** dunny has joined #zope3-dev | 03:24 | |
*** natea|boston has joined #zope3-dev | 03:28 | |
*** greenman_ has joined #zope3-dev | 03:34 | |
*** natea|boston_ has quit IRC | 03:37 | |
*** natea|boston_ has joined #zope3-dev | 03:45 | |
*** alecm_ has quit IRC | 03:48 | |
*** greenman has quit IRC | 03:48 | |
*** natea|boston_ has quit IRC | 03:49 | |
*** natea|boston has quit IRC | 03:51 | |
*** natea|away has joined #zope3-dev | 03:59 | |
*** hazmat has joined #zope3-dev | 04:10 | |
*** ChanServ sets mode: +o hazmat | 04:10 | |
*** greenman_ has quit IRC | 04:39 | |
*** natea|away_ has joined #zope3-dev | 04:43 | |
*** alecm has joined #zope3-dev | 04:49 | |
*** redir has quit IRC | 04:53 | |
*** natea|away has quit IRC | 04:55 | |
*** alecm has quit IRC | 05:05 | |
*** alecm has joined #zope3-dev | 05:07 | |
*** alecm has quit IRC | 05:15 | |
*** redir has joined #zope3-dev | 05:26 | |
*** rlo has joined #zope3-dev | 05:40 | |
*** redir has quit IRC | 05:49 | |
*** Ariel_Calzada has joined #zope3-dev | 06:07 | |
*** Ariel_Calzada has quit IRC | 06:08 | |
*** Ariel_Calzada has joined #zope3-dev | 06:08 | |
*** dunny has quit IRC | 06:09 | |
*** hazmat has quit IRC | 06:16 | |
*** Ariel_Calzada has quit IRC | 06:16 | |
*** hazmat has joined #zope3-dev | 06:16 | |
*** ChanServ sets mode: +o hazmat | 06:16 | |
*** eldar has quit IRC | 06:23 | |
*** srichter has quit IRC | 06:26 | |
*** Aiste has joined #zope3-dev | 06:43 | |
*** natea|away has joined #zope3-dev | 06:44 | |
*** cursor has joined #zope3-dev | 06:49 | |
*** pcardune has quit IRC | 06:51 | |
*** natea|away_ has quit IRC | 06:52 | |
*** chacha_chaudhry has joined #zope3-dev | 06:54 | |
*** natea|away_ has joined #zope3-dev | 07:01 | |
*** dunny has joined #zope3-dev | 07:08 | |
*** natea|away has quit IRC | 07:08 | |
*** cursor has quit IRC | 07:12 | |
*** cursor has joined #zope3-dev | 07:12 | |
*** natea|away has joined #zope3-dev | 07:14 | |
*** pcardune has joined #zope3-dev | 07:20 | |
*** natea|away_ has quit IRC | 07:23 | |
*** jfroche has joined #zope3-dev | 07:28 | |
*** reco has joined #zope3-dev | 07:41 | |
*** natea|away_ has joined #zope3-dev | 07:45 | |
*** natea|away has quit IRC | 07:54 | |
*** pcardune_ has joined #zope3-dev | 07:59 | |
*** hazmat has quit IRC | 08:00 | |
*** rlo has quit IRC | 08:00 | |
*** romanofski has quit IRC | 08:00 | |
*** BjornT has quit IRC | 08:00 | |
*** tarek has quit IRC | 08:00 | |
*** benji has quit IRC | 08:00 | |
*** lisppaste6 has quit IRC | 08:00 | |
*** dennis__ has quit IRC | 08:00 | |
*** pcardune has quit IRC | 08:01 | |
*** hazmat has joined #zope3-dev | 08:03 | |
*** BjornT has joined #zope3-dev | 08:03 | |
*** rlo has joined #zope3-dev | 08:03 | |
*** romanofski has joined #zope3-dev | 08:03 | |
*** tarek has joined #zope3-dev | 08:03 | |
*** benji has joined #zope3-dev | 08:03 | |
*** lisppaste6 has joined #zope3-dev | 08:03 | |
*** dennis__ has joined #zope3-dev | 08:03 | |
*** irc.freenode.net sets mode: +o hazmat | 08:03 | |
*** d2m has joined #zope3-dev | 08:08 | |
*** theuni has joined #zope3-dev | 08:10 | |
*** jfroche has quit IRC | 08:16 | |
*** dobee has joined #zope3-dev | 08:19 | |
*** sorin_ has joined #zope3-dev | 08:24 | |
*** sorin_ is now known as sorindregan | 08:25 | |
*** reco has quit IRC | 08:29 | |
*** dobee has quit IRC | 08:30 | |
*** baijum has joined #zope3-dev | 08:30 | |
*** rlo has quit IRC | 08:31 | |
*** dunny has quit IRC | 08:39 | |
*** niemeyer has joined #zope3-dev | 08:42 | |
*** natea|away has joined #zope3-dev | 08:45 | |
*** theuni has quit IRC | 08:45 | |
*** natea|away_ has quit IRC | 08:53 | |
*** hazmat has quit IRC | 08:58 | |
*** natea|away_ has joined #zope3-dev | 09:00 | |
*** philiKON has joined #zope3-dev | 09:00 | |
*** jodok has joined #zope3-dev | 09:02 | |
*** andrew_m has joined #zope3-dev | 09:03 | |
*** natea|away has quit IRC | 09:08 | |
*** lmiller has quit IRC | 09:09 | |
*** ignas has joined #zope3-dev | 09:13 | |
*** jfroche has joined #zope3-dev | 09:13 | |
*** dunny has joined #zope3-dev | 09:15 | |
*** hazmat has joined #zope3-dev | 09:17 | |
*** ChanServ sets mode: +o hazmat | 09:17 | |
*** alecm has joined #zope3-dev | 09:19 | |
*** jodok_ has joined #zope3-dev | 09:21 | |
*** schwendinger has joined #zope3-dev | 09:32 | |
*** jodok has quit IRC | 09:32 | |
*** jodok has joined #zope3-dev | 09:33 | |
*** xenru has joined #zope3-dev | 09:35 | |
*** romanofs1i has joined #zope3-dev | 09:37 | |
romanofs1i | moin :) | 09:38 |
*** natea|away has joined #zope3-dev | 09:47 | |
*** natea|away_ has quit IRC | 09:53 | |
*** xenru has quit IRC | 10:00 | |
*** natea|away_ has joined #zope3-dev | 10:02 | |
*** xenru has joined #zope3-dev | 10:02 | |
*** jodok_ has quit IRC | 10:04 | |
*** jodok_ has joined #zope3-dev | 10:04 | |
*** hazmat has quit IRC | 10:05 | |
*** alecm has quit IRC | 10:08 | |
*** natea|away has quit IRC | 10:09 | |
*** theuni has joined #zope3-dev | 10:10 | |
*** naro has joined #zope3-dev | 10:11 | |
*** jodok has quit IRC | 10:19 | |
*** jfroche has quit IRC | 10:31 | |
*** xenru has quit IRC | 10:37 | |
*** niemeyer has quit IRC | 10:41 | |
*** jodok_ has quit IRC | 10:44 | |
*** jodok has joined #zope3-dev | 10:49 | |
*** ghendi has joined #zope3-dev | 10:52 | |
*** ghendi has quit IRC | 10:52 | |
*** ghendi has joined #zope3-dev | 10:52 | |
*** theuni has quit IRC | 10:55 | |
*** philiKON_ has joined #zope3-dev | 10:56 | |
*** ignas has quit IRC | 10:58 | |
*** philiKON has quit IRC | 11:00 | |
*** dobee_ has joined #zope3-dev | 11:01 | |
*** jfroche has joined #zope3-dev | 11:04 | |
*** xenru has joined #zope3-dev | 11:09 | |
*** bigkevmcd has joined #zope3-dev | 11:10 | |
bigkevmcd | mornin' all | 11:10 |
*** jodok has quit IRC | 11:10 | |
*** pelle_ has joined #zope3-dev | 11:14 | |
*** jhauser has joined #zope3-dev | 11:16 | |
*** twcook has joined #zope3-dev | 11:24 | |
*** dobee has joined #zope3-dev | 11:25 | |
*** theuni has joined #zope3-dev | 11:25 | |
*** b52laptop has quit IRC | 11:29 | |
*** dobee has quit IRC | 11:33 | |
*** stub has joined #zope3-dev | 11:37 | |
*** jfroche has quit IRC | 11:38 | |
*** xenru has quit IRC | 11:39 | |
*** philiKON_ has quit IRC | 11:43 | |
*** dobee_ has quit IRC | 11:49 | |
*** dobee has joined #zope3-dev | 12:14 | |
*** theuni has quit IRC | 12:14 | |
*** jodok has joined #zope3-dev | 12:16 | |
*** dobee has quit IRC | 12:17 | |
*** xenru has joined #zope3-dev | 12:28 | |
*** pcardune_ has quit IRC | 12:30 | |
*** huajie has quit IRC | 12:32 | |
*** xenru has quit IRC | 12:40 | |
*** philiKON has joined #zope3-dev | 12:40 | |
*** b52laptop has joined #zope3-dev | 12:42 | |
*** philiKON has quit IRC | 12:42 | |
*** dunny has quit IRC | 12:59 | |
*** norro has joined #zope3-dev | 13:03 | |
*** oferw has joined #zope3-dev | 13:03 | |
*** niemeyer has joined #zope3-dev | 13:14 | |
*** b52laptop has quit IRC | 13:18 | |
*** b52laptop has joined #zope3-dev | 13:19 | |
*** xenru has joined #zope3-dev | 13:23 | |
*** xenru has joined #zope3-dev | 13:24 | |
*** jodok_ has joined #zope3-dev | 13:26 | |
*** xenru has quit IRC | 13:26 | |
*** theuni has joined #zope3-dev | 13:28 | |
*** xenru has joined #zope3-dev | 13:31 | |
*** jodok has quit IRC | 13:39 | |
*** niemeyer has quit IRC | 13:42 | |
*** xenru has quit IRC | 13:45 | |
*** norro has quit IRC | 13:46 | |
*** projekt01 has joined #zope3-dev | 13:47 | |
*** jsadjohnson has quit IRC | 13:51 | |
*** pbugni has quit IRC | 13:51 | |
*** jsadjohnson has joined #zope3-dev | 13:52 | |
*** pbugni has joined #zope3-dev | 13:52 | |
*** pcardune_ has joined #zope3-dev | 13:54 | |
*** niemeyer has joined #zope3-dev | 13:59 | |
*** ignas has joined #zope3-dev | 13:59 | |
*** xenru has joined #zope3-dev | 13:59 | |
*** jodok_ is now known as jodok | 14:02 | |
*** timte has joined #zope3-dev | 14:04 | |
*** theuni has quit IRC | 14:04 | |
*** benji has quit IRC | 14:12 | |
*** stub has quit IRC | 14:15 | |
*** romanofski has quit IRC | 14:17 | |
*** jodok has quit IRC | 14:26 | |
*** theuni has joined #zope3-dev | 14:27 | |
*** jfroche has joined #zope3-dev | 14:33 | |
*** jodok has joined #zope3-dev | 14:43 | |
*** goschtl has joined #zope3-dev | 14:44 | |
*** oferw has quit IRC | 14:45 | |
*** jodok_ has joined #zope3-dev | 14:52 | |
*** benji has joined #zope3-dev | 14:59 | |
*** Ariel_Calzada has joined #zope3-dev | 15:00 | |
*** jodok has quit IRC | 15:07 | |
*** xenru has quit IRC | 15:07 | |
*** jodok has joined #zope3-dev | 15:07 | |
*** niemeyer has quit IRC | 15:08 | |
*** pcardune_ has quit IRC | 15:09 | |
*** twcook has quit IRC | 15:12 | |
*** torkel_ has joined #zope3-dev | 15:13 | |
*** philiKON has joined #zope3-dev | 15:13 | |
*** theuni has quit IRC | 15:17 | |
*** xenru has joined #zope3-dev | 15:18 | |
*** jodok_ has quit IRC | 15:23 | |
*** chacha_chaudhry has quit IRC | 15:26 | |
*** xenru has quit IRC | 15:39 | |
*** philiKON has quit IRC | 15:39 | |
*** pcardune_ has joined #zope3-dev | 15:40 | |
*** jfroche has quit IRC | 15:40 | |
*** xenru has joined #zope3-dev | 15:50 | |
*** ignas has quit IRC | 15:57 | |
*** philiKON has joined #zope3-dev | 15:59 | |
*** rcrafton has joined #zope3-dev | 16:00 | |
*** srichter has joined #zope3-dev | 16:12 | |
*** dobee has joined #zope3-dev | 16:14 | |
*** baijum has quit IRC | 16:16 | |
*** torkel_ has quit IRC | 16:18 | |
*** ignas has joined #zope3-dev | 16:20 | |
*** dobee_ has joined #zope3-dev | 16:24 | |
*** cursor has joined #zope3-dev | 16:27 | |
*** dobee_ has quit IRC | 16:29 | |
*** xenru has quit IRC | 16:30 | |
*** J1m has joined #zope3-dev | 16:38 | |
*** ktwilight has quit IRC | 16:41 | |
*** cursor has quit IRC | 16:43 | |
*** hazmat has joined #zope3-dev | 16:46 | |
*** ChanServ sets mode: +o hazmat | 16:46 | |
*** ktwilight has joined #zope3-dev | 16:47 | |
*** dobee has quit IRC | 16:48 | |
*** philiKON has quit IRC | 16:51 | |
*** xenru has joined #zope3-dev | 16:53 | |
*** pcardune_ has quit IRC | 16:53 | |
*** ktwilight has quit IRC | 16:54 | |
*** ktwilight has joined #zope3-dev | 16:56 | |
*** dunny has joined #zope3-dev | 16:57 | |
*** sorindregan has quit IRC | 16:58 | |
*** xenru has quit IRC | 17:00 | |
*** meatballhat has joined #zope3-dev | 17:00 | |
*** meatballhat has left #zope3-dev | 17:01 | |
*** ChanServ sets mode: +o srichter | 17:04 | |
*** jodok_ has joined #zope3-dev | 17:09 | |
*** dobee has joined #zope3-dev | 17:10 | |
*** pcardune_ has joined #zope3-dev | 17:10 | |
*** jukart has joined #zope3-dev | 17:13 | |
*** whit has joined #zope3-dev | 17:16 | |
*** xenru has joined #zope3-dev | 17:19 | |
*** philiKON has joined #zope3-dev | 17:20 | |
*** philiKON has quit IRC | 17:25 | |
*** philiKON has joined #zope3-dev | 17:26 | |
*** jodok has quit IRC | 17:26 | |
*** xenru has quit IRC | 17:36 | |
*** xenru has joined #zope3-dev | 17:37 | |
*** jodok_ has quit IRC | 17:44 | |
*** philiKON has quit IRC | 17:44 | |
*** dobee has quit IRC | 17:45 | |
*** alecm has joined #zope3-dev | 17:45 | |
*** philiKON has joined #zope3-dev | 17:47 | |
*** dobee has joined #zope3-dev | 17:51 | |
*** jfroche has joined #zope3-dev | 17:53 | |
*** lisppaste6 has quit IRC | 17:54 | |
*** xenru has quit IRC | 17:55 | |
*** niemeyer has joined #zope3-dev | 17:58 | |
*** lisppaste6 has joined #zope3-dev | 17:59 | |
*** ignas has quit IRC | 18:00 | |
*** pcardune_ has quit IRC | 18:00 | |
*** torkel_ has joined #zope3-dev | 18:01 | |
*** dobee has quit IRC | 18:03 | |
*** twcook has joined #zope3-dev | 18:09 | |
*** dobee has joined #zope3-dev | 18:10 | |
*** cursor_ has joined #zope3-dev | 18:20 | |
*** whitmo has joined #zope3-dev | 18:25 | |
*** whit has quit IRC | 18:26 | |
*** dobee has quit IRC | 18:27 | |
*** pelle_ has quit IRC | 18:28 | |
*** goschtl has quit IRC | 18:32 | |
*** Ariel_Calzada has joined #zope3-dev | 18:32 | |
*** dobee has joined #zope3-dev | 18:36 | |
*** jinty has joined #zope3-dev | 18:37 | |
*** alecm has quit IRC | 18:38 | |
*** lucielejard has joined #zope3-dev | 18:40 | |
*** ghendi has quit IRC | 18:41 | |
*** nerdalert has joined #zope3-dev | 18:44 | |
*** pelle_ has joined #zope3-dev | 18:44 | |
*** natea|away_ is now known as natea|boston | 18:45 | |
*** jinty has quit IRC | 18:46 | |
*** dobee has quit IRC | 18:55 | |
*** philiKON has quit IRC | 18:55 | |
dennis__ | hohum, if I have a user-signup site (principal signup folder), and am using principal annotations, when I delete a user from the signup folder (and all permissions defined anywhere to do with that principal), do the annotations disappear as well, or what should I do to properly remove a user ? | 18:56 |
*** g_n_o_s_i_s has joined #zope3-dev | 18:57 | |
*** philiKON has joined #zope3-dev | 18:57 | |
*** whitmo is now known as whit | 18:58 | |
*** philiKON has quit IRC | 18:59 | |
*** jinty has joined #zope3-dev | 19:01 | |
*** pcardune_ has joined #zope3-dev | 19:01 | |
*** pcardune_ is now known as pcardune | 19:02 | |
*** pelle_ has quit IRC | 19:04 | |
*** natea|boston is now known as natea|away | 19:06 | |
*** niemeyer has quit IRC | 19:07 | |
*** Lumiere has joined #zope3-dev | 19:08 | |
Lumiere | anyone with access to download.zope.org around? | 19:08 |
Lumiere | error: Can't download http://download.zope.org/distribution/zope.minmax-1.0b2-py2.4.egg: 403 Forbidden | 19:08 |
CSWookie | Aye. | 19:08 |
*** romanofs1i has quit IRC | 19:09 | |
*** alecm has joined #zope3-dev | 19:09 | |
*** alecm has quit IRC | 19:10 | |
pcardune | Lumiere: looks like someone uploaded that egg with the wrong permissions on it. and the commit for that was 28 minutes ago | 19:11 |
pcardune | Lumiere: so if you had tried to get that egg ~29 minutes ago, it would have worked | 19:11 |
*** jukart has quit IRC | 19:12 | |
Lumiere | fun | 19:15 |
CSWookie | Lumiere: Should be good. | 19:16 |
* Lumiere force builds on buildbot | 19:16 | |
*** xenru has joined #zope3-dev | 19:16 | |
CSWookie | I think sorted might also take a flage to revers sort... | 19:17 |
*** xenru has quit IRC | 19:20 | |
*** srichter has quit IRC | 19:20 | |
*** jinty has quit IRC | 19:25 | |
*** b52laptop has quit IRC | 19:30 | |
*** alecm has joined #zope3-dev | 19:30 | |
*** richardkan has joined #zope3-dev | 19:33 | |
*** projekt01 has quit IRC | 19:35 | |
*** natea|away_ has joined #zope3-dev | 19:37 | |
*** jfroche has quit IRC | 19:40 | |
*** pcardune has quit IRC | 19:42 | |
*** natea|away has quit IRC | 19:43 | |
*** natea|away has joined #zope3-dev | 19:48 | |
*** jfroche has joined #zope3-dev | 19:48 | |
richardkan | hi | 19:50 |
richardkan | Does anybody know how to set the permissions so that the user can access the add form but not the content of the container? | 19:50 |
*** Ariel_Calzada has quit IRC | 19:50 | |
richardkan | unauthenticated user should access location [top]/mycontainer/+/ | 19:50 |
richardkan | however, location [top]/mycontainer/ should not be accessible | 19:51 |
*** Aiste has quit IRC | 19:53 | |
*** natea|away_ has quit IRC | 19:55 | |
*** torkel_ has quit IRC | 19:57 | |
*** schwendinger has quit IRC | 19:58 | |
*** Ariel_Calzada has joined #zope3-dev | 19:59 | |
*** lucielejard has quit IRC | 20:05 | |
*** cursor_ has quit IRC | 20:11 | |
*** natea|away has quit IRC | 20:12 | |
*** RaFromBRC has joined #zope3-dev | 20:23 | |
*** natea|away has joined #zope3-dev | 20:30 | |
*** srichter has joined #zope3-dev | 20:36 | |
*** philiKON has joined #zope3-dev | 20:39 | |
*** philiKON has quit IRC | 20:40 | |
*** xenru has joined #zope3-dev | 20:42 | |
*** smas1 has joined #Zope3-dev | 20:44 | |
*** smas1 has left #Zope3-dev | 20:45 | |
*** smas1 has joined #Zope3-dev | 20:46 | |
*** smas1 has left #Zope3-dev | 20:46 | |
*** nathany has joined #zope3-dev | 20:47 | |
*** whit has quit IRC | 20:47 | |
*** smas1 has joined #Zope3-dev | 20:47 | |
*** smas1 has left #Zope3-dev | 20:48 | |
*** whit has joined #zope3-dev | 20:53 | |
*** richardkan has quit IRC | 21:05 | |
*** romanofski has joined #zope3-dev | 21:11 | |
*** schwendinger has joined #zope3-dev | 21:18 | |
*** natea|away has quit IRC | 21:24 | |
*** afd_ has joined #zope3-dev | 21:31 | |
*** tarek has quit IRC | 21:46 | |
*** jfroche has quit IRC | 21:49 | |
*** natea|away has joined #zope3-dev | 21:55 | |
*** jfroche has joined #zope3-dev | 21:58 | |
*** natea|away is now known as natea|boston | 21:58 | |
*** jfroche has quit IRC | 21:58 | |
*** jfroche has joined #zope3-dev | 21:59 | |
*** dunny_ has joined #zope3-dev | 22:04 | |
*** dunny has quit IRC | 22:12 | |
*** jsadjohnson_ has joined #zope3-dev | 22:19 | |
*** jsadjohnson has quit IRC | 22:19 | |
*** niemeyer has joined #zope3-dev | 22:30 | |
*** alecm has quit IRC | 22:35 | |
*** ChanServ sets mode: +o srichter | 22:46 | |
*** naro has quit IRC | 23:04 | |
*** romanofski is now known as rom | 23:04 | |
*** rom is now known as rom|zzZZZ | 23:05 | |
*** pcardune has joined #zope3-dev | 23:05 | |
*** schwendinger has quit IRC | 23:06 | |
*** d2m has quit IRC | 23:07 | |
*** afd_ has quit IRC | 23:15 | |
*** tarek has joined #zope3-dev | 23:25 | |
*** ccomb has quit IRC | 23:25 | |
*** nathany has quit IRC | 23:45 | |
*** RaFromBRC is now known as RaFromBRC|lunch | 23:48 | |
*** xenru has quit IRC | 23:50 | |
*** natea|boston is now known as natea|food | 23:54 | |
*** norro has joined #zope3-dev | 23:56 | |
*** jinty has joined #zope3-dev | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!