| *** kulik has left #zope3-dev | 00:05 | |
| *** MIkeB has quit IRC | 00:10 | |
| *** niemeyer has quit IRC | 00:20 | |
| *** MrTopf_ has joined #zope3-dev | 00:27 | |
| *** mgedmin has quit IRC | 00:33 | |
| *** natea has quit IRC | 00:34 | |
| *** philiKON_ is now known as philiKON | 00:42 | |
| philiKON | afd_: there's KSS (http://kukit.org) | 00:43 |
|---|---|---|
| philiKON | it's made for plone, but it works on zope 3 | 00:43 |
| philiKON | kss.core that is | 00:43 |
| philiKON | i've recently tried it | 00:43 |
| philiKON | not that it's ready made for forms | 00:43 |
| philiKON | though i plan some work in that direction | 00:43 |
| MrTopf_ | me, too ;-) | 00:44 |
| MrTopf_ | but not this century ;-) | 00:44 |
| *** natea has joined #zope3-dev | 00:45 | |
| *** b_52GM has quit IRC | 00:49 | |
| WebMaven | Hi philiKON | 00:49 |
| *** schwendinger_ has joined #zope3-dev | 00:49 | |
| philiKON | hi | 00:49 |
| *** b_52GM has joined #zope3-dev | 00:50 | |
| WebMaven | other than setting 'error' in the form view, is there a way to pass a message to the user based on the result of an action? | 00:51 |
| WebMaven | philiKON: also, someone told me today that they got a message about your book being delayed a month. | 00:51 |
| philiKON | eh? | 00:51 |
| philiKON | who? where? | 00:51 |
| WebMaven | from Amazon. | 00:52 |
| WebMaven | I've asked for a copy, but haven't received it yet. | 00:53 |
| philiKON | amazon sucks so bad | 00:53 |
| philiKON | WebMaven: springer NYC is shipping the book in the u.s. since this week | 00:54 |
| philiKON | WebMaven: perhaps you want to cancel your preorder with amazon and get it from springer directly | 00:55 |
| philiKON | a local bookstore might also order it by ISBN | 00:55 |
| WebMaven | not *my* preorder... | 00:55 |
| philiKON | ? | 00:55 |
| WebMaven | But, OK, I'll pass thta on. | 00:55 |
| philiKON | i should put that on the web page | 00:55 |
| WebMaven | someone *else* told me *they* got a message from amzn | 00:55 |
| benji | as another datapoint, we ordered from Amazon and haven't recieved them yet either | 00:56 |
| WebMaven | benji: but, did you get a message announcing a delay? | 00:57 |
| benji | don't know (I wasn't the orderer) | 00:58 |
| benji | ...er | 00:58 |
| WebMaven | ...er | 00:58 |
| *** jikanter has quit IRC | 00:58 | |
| WebMaven | philiKON: if I can get a copy of this rumored message, I'll send it to you. | 00:59 |
| *** ignas has quit IRC | 00:59 | |
| WebMaven | Meanwhile, does my form question make sense? | 00:59 |
| *** ignas has joined #zope3-dev | 00:59 | |
| philiKON | amazon annoys the heck out of me | 01:00 |
| philiKON | everybody buys books thru amazon | 01:00 |
| philiKON | why can't they get their sh*t together | 01:00 |
| *** schwendinger has joined #zope3-dev | 01:03 | |
| zez | sorry, where can I find documentation about BTrees? | 01:04 |
| philiKON | in general, or the ones in the zodb? | 01:05 |
| zez | zodb | 01:05 |
| philiKON | what do you want to know? | 01:05 |
| zez | I'm trying to read the zodb of an istance of zope | 01:06 |
| *** schwendinger_ has quit IRC | 01:06 | |
| *** benji has quit IRC | 01:06 | |
| zez | when I try to read the root of zodb I see: | 01:08 |
| zez | [('Application', <persistent broken OFS.Application.Application instance '\x00\x00\x00\x00\x00\x00\x00\x01'>), ('ZGlobals', <BTrees._OOBTree.OOBTree object at 0xb798fbb4>)] | 01:08 |
| philiKON | looks like you want to put the zope's lib/python path on the PYTHONPATH | 01:08 |
| ignas | zez: it's not the BTree that is broken | 01:08 |
| philiKON | it can't seem to find the OFS.Application.Application class | 01:09 |
| ignas | zodb wants all the classes stored in the Data.fs in the pythonpath | 01:09 |
| zez | ok | 01:09 |
| zez | but for the moment the interest is for ZGlobals | 01:10 |
| *** schwendinger has quit IRC | 01:11 | |
| *** natea has quit IRC | 01:11 | |
| *** jhauser has quit IRC | 01:12 | |
| *** ignas has quit IRC | 01:14 | |
| *** schwendinger has joined #zope3-dev | 01:14 | |
| *** RaFromBRC is now known as RaFromBRC|lunch | 01:17 | |
| *** pelle_ has quit IRC | 01:18 | |
| WebMaven | philiKON: dis my form question make sense? | 01:18 |
| philiKON | well, i mean, you can always customize the template to death | 01:19 |
| WebMaven | 'did' | 01:19 |
| WebMaven | Ah, yes, I am aware. | 01:19 |
| philiKON | and within the interaction of the view class and the template, there are no limites to the kinds of messages you can pass | 01:19 |
| philiKON | but the default templates i think support a 'status' property | 01:19 |
| philiKON | look at IFormBaseCustomization | 01:19 |
| WebMaven | I meant, do autogenerated forms have any facility for displaying a 'message' other than an error? | 01:19 |
| philiKON | as said, i think there's status | 01:20 |
| WebMaven | ststus, huh? OK. Thanks. | 01:20 |
| WebMaven | sorry, network + mental lag here | 01:20 |
| WebMaven | philiKON: thanks for the pointer! | 01:21 |
| philiKON | np, hth | 01:21 |
| *** MrTopf_ is now known as MrTopf | 01:24 | |
| *** schwendinger_ has joined #zope3-dev | 01:25 | |
| *** reco has quit IRC | 01:31 | |
| *** schwendinger_ has quit IRC | 01:32 | |
| *** J1m has quit IRC | 01:39 | |
| *** J1m has joined #zope3-dev | 01:42 | |
| *** schwendinger has quit IRC | 01:43 | |
| *** J1m has quit IRC | 01:43 | |
| *** jinty has quit IRC | 01:50 | |
| *** RaFromBRC|lunch is now known as RaFromBRC | 01:56 | |
| *** alga has quit IRC | 02:00 | |
| *** MrTopf has quit IRC | 02:15 | |
| *** tarek_ has quit IRC | 02:18 | |
| *** rocky is now known as rocky|Zzz | 02:33 | |
| *** yota has quit IRC | 02:53 | |
| WebMaven | philiKON: ayt? | 02:54 |
| philiKON | only for a short time | 02:54 |
| philiKON | goig to bed soon | 02:54 |
| philiKON | whatsup | 02:55 |
| WebMaven | I got the info | 02:55 |
| WebMaven | the 'message' was amzn changing the shipping date | 02:55 |
| WebMaven | from feb2 to april 9 | 02:55 |
| WebMaven | est. shipping date, I should say. | 02:56 |
| WebMaven | that is all. | 02:56 |
| philiKON | thx | 02:59 |
| *** zez has quit IRC | 03:02 | |
| *** tarek_ has joined #zope3-dev | 03:04 | |
| *** b_52GM has quit IRC | 03:16 | |
| *** b_52GM has joined #zope3-dev | 03:17 | |
| *** tarek_ has quit IRC | 03:19 | |
| *** ofer has joined #zope3-dev | 03:40 | |
| *** tarek_ has joined #zope3-dev | 03:58 | |
| *** ofer has quit IRC | 04:13 | |
| *** tarek_ has quit IRC | 04:20 | |
| *** J1m has joined #zope3-dev | 04:23 | |
| *** J1m has quit IRC | 04:28 | |
| *** b_52GM has quit IRC | 04:59 | |
| *** b_52GM has joined #zope3-dev | 05:00 | |
| *** alga has joined #zope3-dev | 05:07 | |
| *** RaFromBRC has quit IRC | 05:13 | |
| *** baijum has joined #zope3-dev | 05:22 | |
| *** dunny has quit IRC | 05:28 | |
| *** dunny has joined #zope3-dev | 05:28 | |
| *** stub has joined #zope3-dev | 05:39 | |
| *** Bhaskar has joined #zope3-dev | 05:50 | |
| *** alecm has quit IRC | 05:54 | |
| *** dunny has quit IRC | 05:57 | |
| *** J1m has joined #zope3-dev | 06:15 | |
| *** alecm has joined #zope3-dev | 06:21 | |
| *** alecm has quit IRC | 06:31 | |
| *** J1m has quit IRC | 06:33 | |
| *** philiKON_ has joined #zope3-dev | 06:48 | |
| *** philiKON has quit IRC | 06:56 | |
| *** alecm has joined #zope3-dev | 07:16 | |
| *** alecm has quit IRC | 07:36 | |
| *** eins has joined #zope3-dev | 08:15 | |
| *** natea has joined #zope3-dev | 08:22 | |
| *** yvl has joined #zope3-dev | 08:33 | |
| *** hazmat has joined #zope3-dev | 08:42 | |
| *** ChanServ sets mode: +o hazmat | 08:42 | |
| *** natea has quit IRC | 08:44 | |
| *** alga has quit IRC | 08:48 | |
| *** stu1 has joined #zope3-dev | 08:49 | |
| *** alga has joined #zope3-dev | 08:51 | |
| *** stub has quit IRC | 08:58 | |
| *** lzdych has joined #zope3-dev | 09:03 | |
| *** afd_ has quit IRC | 09:11 | |
| *** d2m has joined #zope3-dev | 09:13 | |
| *** Bhaskar has quit IRC | 09:13 | |
| *** dlk has joined #zope3-dev | 09:14 | |
| *** alga has quit IRC | 09:37 | |
| *** romanofski has quit IRC | 09:39 | |
| *** romanofski has joined #zope3-dev | 09:44 | |
| *** schwendinger has joined #zope3-dev | 09:48 | |
| *** opetznick has joined #zope3-dev | 09:55 | |
| *** pelle_ has joined #zope3-dev | 10:08 | |
| *** natea has joined #zope3-dev | 10:13 | |
| *** tarek has joined #zope3-dev | 10:16 | |
| *** Aiste has joined #zope3-dev | 10:19 | |
| *** naro has joined #zope3-dev | 10:28 | |
| *** opetznick has quit IRC | 10:36 | |
| *** Bhaskar has joined #zope3-dev | 10:38 | |
| *** schwendinger_ has joined #zope3-dev | 10:40 | |
| *** ofer has joined #zope3-dev | 10:41 | |
| *** ofer has quit IRC | 10:48 | |
| *** natea has quit IRC | 10:51 | |
| *** schwendinger has quit IRC | 10:58 | |
| *** borax has joined #zope3-dev | 11:01 | |
| *** timte has joined #zope3-dev | 11:03 | |
| *** borax has left #zope3-dev | 11:07 | |
| *** opetznick has joined #zope3-dev | 11:10 | |
| *** jfroche has joined #zope3-dev | 11:17 | |
| *** wrobel has joined #zope3-dev | 11:25 | |
| *** jfroche_ has joined #zope3-dev | 11:26 | |
| *** jfroche has quit IRC | 11:40 | |
| *** MrTopf has joined #zope3-dev | 11:46 | |
| MrTopf | Hi | 11:46 |
| *** jfroche__ has joined #zope3-dev | 11:47 | |
| *** jfroche_ has quit IRC | 11:48 | |
| philiKON_ | hi | 11:58 |
| *** Bhaskar has quit IRC | 12:08 | |
| *** jinty has joined #zope3-dev | 12:20 | |
| *** zotya has joined #zope3-dev | 12:23 | |
| *** J1m has joined #zope3-dev | 13:00 | |
| *** niemeyer has joined #zope3-dev | 13:01 | |
| *** bigkevmcd has joined #zope3-dev | 13:04 | |
| philiKON_ | WebMaven: ayt? | 13:09 |
| *** kobold has joined #zope3-dev | 13:30 | |
| *** mkerrin has joined #zope3-dev | 13:31 | |
| *** rocky|Zzz is now known as rocky | 13:34 | |
| *** ignas has joined #zope3-dev | 13:44 | |
| *** MrTopf is now known as mRtopF | 13:48 | |
| *** mRtopF is now known as mRtopF|lunch | 13:48 | |
| *** afd_ has joined #zope3-dev | 13:51 | |
| baijum | How to test whether a 'Manager' has permission to view 'jutst.html' here : http://zope.pastey.net/6154 | 13:54 |
| baijum | sorry wrong channel | 13:54 |
| *** schwendinger has joined #zope3-dev | 13:55 | |
| * baijum is doing Zope 2 now :) | 13:55 | |
| *** schwendinger_ has quit IRC | 14:00 | |
| *** grahal has joined #zope3-dev | 14:04 | |
| *** afd_ has quit IRC | 14:13 | |
| *** schwendinger_ has joined #zope3-dev | 14:18 | |
| *** mgedmin has joined #zope3-dev | 14:22 | |
| *** ivan has joined #zope3-dev | 14:26 | |
| *** schwendinger has quit IRC | 14:26 | |
| ivan | hi All! | 14:26 |
| ivan | i don't know wether this is the right channel for debugging zope3 in wing ide | 14:27 |
| naro | ivan: what's your problem ? | 14:31 |
| *** J1m has quit IRC | 14:35 | |
| ivan | i've changed some mail already with Martijn Pieters about this problem, but it is still not workin | 14:38 |
| ivan | i mean the system is doesn't stop at a breakpoint | 14:39 |
| ivan | know i try to follow the zope manual debugging externally launched code | 14:40 |
| ivan | copied wingdbstup.py and .wingdebugpw files to site-pacakges | 14:41 |
| ivan | the debugger seems to run, when i start my instance, because i don't receive any exception | 14:41 |
| ivan | but what to do to stop at breakpoint | 14:41 |
| ivan | ? | 14:42 |
| naro | hm | 14:42 |
| naro | it worked for me at the first try | 14:42 |
| ivan | sounds good :-) | 14:42 |
| ivan | hope you can help me | 14:43 |
| ivan | what should i check? | 14:43 |
| naro | debugger server is not started automatically even it is set in z3wingdbg settings, but all other features are working | 14:43 |
| naro | fisrt of all, I'm not using .wingdebugpw | 14:43 |
| naro | I'm using it on localhost only and without passwords | 14:44 |
| ivan | do i have to use z3wingdbg package also | 14:45 |
| ivan | wingdbstub isn't enough? | 14:45 |
| *** harobed has joined #zope3-dev | 14:46 | |
| naro | I'v downloaded full package and installed to lib/python | 14:46 |
| naro | there is a lot of files and configuration in z3wingdbg package. Why do you want to use one file only ? | 14:47 |
| ivan | ok | 14:50 |
| ivan | i have z3wingdb pacakge | 14:51 |
| naro | ok | 14:51 |
| ivan | installed in site-pacakges | 14:51 |
| naro | ok | 14:51 |
| ivan | http://localhost:8080/++wing++debugger/index.html | 14:51 |
| ivan | on this link, when i try to start debugger it says Another debugger is already active. Wing currently only supports one active debugger per process. | 14:52 |
| ivan | i assume this is the wingdbstub, isn't it? | 14:52 |
| naro | I don't know what is it, sorry. wait, I'l start it up | 14:53 |
| *** stu1 has quit IRC | 14:53 | |
| ivan | thanks | 14:57 |
| naro | ivan: did you checked http://127.0.0.1:8080/++etc++site/default/WingConfiguration/@@edit.html ? | 14:59 |
| ivan | yes, what values do you need? | 15:00 |
| naro | U had to change wing home only. Other values are default | 15:01 |
| naro | I | 15:01 |
| *** waa has joined #zope3-dev | 15:02 | |
| ivan | this is wing home: c:\Program Files\Wing IDE 2.1 | 15:02 |
| ivan | it is correct | 15:02 |
| ivan | wing is installed in this folder | 15:03 |
| ivan | or what does it mean? | 15:03 |
| naro | ivan: Another debugger is already active probably means, there is another process on port 50080 | 15:03 |
| naro | yes, it is ok. I have /usr/local/lib/wingide2.1 | 15:03 |
| ivan | i think this is wingdbstub.py | 15:03 |
| naro | I'v never touched this file | 15:04 |
| ivan | because i have imported this file in one of my sources | 15:04 |
| ivan | ok, i will delete | 15:04 |
| naro | ok | 15:04 |
| *** schwendinger has joined #zope3-dev | 15:05 | |
| ivan | now i could start the debugger | 15:11 |
| ivan | 2007-02-07T14:07:04 INFO root -- z3wingdbg.http:localhost:50080 Server started. | 15:11 |
| ivan | Hostname: localhost | 15:11 |
| ivan | Port: 50080 | 15:11 |
| ivan | connected to IDE | 15:12 |
| ivan | here i have the breakpoint | 15:13 |
| ivan | :-D | 15:13 |
| ivan | thank you | 15:13 |
| *** schwendinger_ has quit IRC | 15:13 | |
| *** benji has joined #zope3-dev | 15:16 | |
| naro | great | 15:21 |
| *** pelle_ has quit IRC | 15:21 | |
| *** pelle_ has joined #zope3-dev | 15:21 | |
| *** d2m has quit IRC | 15:23 | |
| *** mRtopF|lunch is now known as MrTopf | 15:28 | |
| *** zotya has quit IRC | 16:03 | |
| *** schwendinger_ has joined #zope3-dev | 16:03 | |
| *** baijum has quit IRC | 16:04 | |
| *** dobee|Hamburg has joined #zope3-dev | 16:04 | |
| *** dobee|Hamburg is now known as dobee|Dresden | 16:10 | |
| *** daepata has joined #zope3-dev | 16:10 | |
| *** alga has joined #zope3-dev | 16:14 | |
| *** whit has quit IRC | 16:18 | |
| *** schwendinger has quit IRC | 16:20 | |
| *** MrTopf has quit IRC | 16:29 | |
| *** pelle_ has quit IRC | 16:33 | |
| *** eins has quit IRC | 16:42 | |
| *** whit has joined #zope3-dev | 16:43 | |
| *** zagy has quit IRC | 16:46 | |
| *** J1m has joined #zope3-dev | 16:46 | |
| *** ofer has joined #zope3-dev | 16:46 | |
| *** dobee|Dresden has quit IRC | 16:48 | |
| *** dobee|Dresden has joined #zope3-dev | 16:49 | |
| *** dlk has left #zope3-dev | 16:53 | |
| *** ivan has left #zope3-dev | 16:55 | |
| *** ofer has quit IRC | 16:57 | |
| *** mgedmin has quit IRC | 16:59 | |
| *** projekt01 has joined #zope3-dev | 17:15 | |
| *** dobee_ has joined #zope3-dev | 17:19 | |
| *** dobee|Dresden has quit IRC | 17:19 | |
| *** tonico|away is now known as tonico | 17:23 | |
| *** deo has joined #zope3-dev | 17:35 | |
| *** alecm has joined #zope3-dev | 17:40 | |
| *** dobee|Dresden has joined #zope3-dev | 17:47 | |
| *** dobee_ has quit IRC | 17:47 | |
| *** projekt01 has quit IRC | 18:05 | |
| *** alecm has quit IRC | 18:19 | |
| *** dobee|Dresden has quit IRC | 18:23 | |
| *** ofer has joined #zope3-dev | 18:27 | |
| *** ignas has quit IRC | 18:38 | |
| *** rocky is now known as rocky|away | 18:38 | |
| *** zagy has joined #zope3-dev | 18:39 | |
| *** alecm has joined #zope3-dev | 18:47 | |
| *** mgedmin has joined #zope3-dev | 18:51 | |
| WebMaven | philiKON_: here | 18:51 |
| philiKON_ | WebMaven: can you get your friend to forward me that email he got from amazon? | 18:52 |
| WebMaven | apparently the email didn't contain the info, and the message on amazon.com is gone once viewed. | 18:55 |
| WebMaven | I forwarded the email he sent me which contains a copy of the current order status. | 18:55 |
| WebMaven | which has the estimated shipping date of april 9 | 18:56 |
| philiKON_ | yeah, that would be great | 18:57 |
| philiKON_ | springer is quite surprised by that | 18:57 |
| philiKON_ | so they'd like to see what that email looks like | 18:57 |
| philiKON_ | apparently something got seriously fubared, also with other book titles | 18:57 |
| philiKON_ | i sent an email to my springer contact last night, she's now on it | 18:58 |
| philiKON_ | thx, got it | 18:59 |
| *** harobed has quit IRC | 19:02 | |
| *** rocky|away is now known as rocky | 19:04 | |
| WebMaven | philiKON_: just realize that this is not a copy of an amazon email... | 19:04 |
| *** grahal_ has joined #zope3-dev | 19:04 | |
| philiKON_ | no, it's not | 19:04 |
| philiKON_ | but as he says, the actual info was in his amazon customer area, wasn't it? | 19:05 |
| WebMaven | yes, exactly. | 19:05 |
| *** grahal has quit IRC | 19:05 | |
| WebMaven | I suppose Springer could make their own order to see the same thing. | 19:06 |
| *** opetznick has quit IRC | 19:06 | |
| *** schwendinger has joined #zope3-dev | 19:09 | |
| *** alecm has quit IRC | 19:12 | |
| *** grahal_ has quit IRC | 19:13 | |
| hazmat | philiKON_, is it better to just order from springer online us? | 19:13 |
| *** grahal has joined #zope3-dev | 19:13 | |
| *** gumpa_afk has joined #zope3-dev | 19:14 | |
| *** gumpa_afk is now known as gumpa | 19:14 | |
| philiKON_ | hazmat: exactly | 19:14 |
| philiKON_ | amazon is being a bitch | 19:14 |
| *** daepata has left #zope3-dev | 19:17 | |
| *** schwendinger_ has quit IRC | 19:22 | |
| *** schwendinger_ has joined #zope3-dev | 19:35 | |
| *** hazmat has quit IRC | 19:38 | |
| *** norro has joined #zope3-dev | 19:51 | |
| *** schwendinger has quit IRC | 19:53 | |
| *** grahal_ has joined #zope3-dev | 19:54 | |
| *** grahal has quit IRC | 19:54 | |
| *** grahal__ has joined #zope3-dev | 19:55 | |
| *** grahal_ has quit IRC | 19:56 | |
| *** grahal__ is now known as grahal | 19:56 | |
| *** hazmat has joined #zope3-dev | 19:58 | |
| *** ChanServ sets mode: +o hazmat | 19:58 | |
| *** gumpa has quit IRC | 20:01 | |
| *** WebMaven has quit IRC | 20:03 | |
| *** zagy has quit IRC | 20:04 | |
| *** RaFromBRC has joined #zope3-dev | 20:08 | |
| *** alecm has joined #zope3-dev | 20:09 | |
| *** tarek has quit IRC | 20:14 | |
| *** jinty has quit IRC | 20:17 | |
| *** schwendinger has joined #zope3-dev | 20:17 | |
| *** schwendinger has quit IRC | 20:19 | |
| *** tarek has joined #zope3-dev | 20:33 | |
| *** pelle_ has joined #zope3-dev | 20:35 | |
| *** schwendinger_ has quit IRC | 20:35 | |
| *** zagy has joined #zope3-dev | 20:41 | |
| *** opetznick has joined #zope3-dev | 20:46 | |
| *** pelle_ has quit IRC | 20:47 | |
| *** grahal has quit IRC | 20:48 | |
| *** grahal has joined #zope3-dev | 20:49 | |
| *** pelle_ has joined #zope3-dev | 20:51 | |
| *** bigkevmcd has quit IRC | 20:56 | |
| *** ofer has quit IRC | 20:58 | |
| *** bigkevmcd has joined #zope3-dev | 21:02 | |
| *** zagy has quit IRC | 21:04 | |
| *** jkakar has joined #zope3-dev | 21:10 | |
| * bigkevmcd is away: I'm busy | 21:16 | |
| *** yvl has quit IRC | 21:19 | |
| *** WebMaven has joined #zope3-dev | 21:30 | |
| *** mkerrin has quit IRC | 21:32 | |
| *** replicant has joined #zope3-dev | 21:35 | |
| *** opetznick has quit IRC | 21:38 | |
| *** kobold has left #zope3-dev | 21:38 | |
| *** lzdych has quit IRC | 21:41 | |
| *** hazmat has quit IRC | 21:43 | |
| *** deo has quit IRC | 21:48 | |
| *** schwendinger has joined #zope3-dev | 21:50 | |
| *** deo has joined #zope3-dev | 21:50 | |
| *** yota has joined #zope3-dev | 21:51 | |
| *** naro has quit IRC | 21:53 | |
| *** bigkevmcd has quit IRC | 21:54 | |
| *** grahal has quit IRC | 21:58 | |
| *** tarek has quit IRC | 22:01 | |
| *** stub has joined #zope3-dev | 22:02 | |
| *** tarek has joined #zope3-dev | 22:02 | |
| *** ignas has joined #zope3-dev | 22:05 | |
| *** opetznick has joined #zope3-dev | 22:12 | |
| *** zagy has joined #zope3-dev | 22:16 | |
| *** zagy has quit IRC | 22:18 | |
| *** schwendinger has quit IRC | 22:29 | |
| *** pelle_ has joined #zope3-dev | 22:31 | |
| *** opetznick has quit IRC | 22:32 | |
| *** pelle_ has quit IRC | 22:32 | |
| *** lzdych has joined #zope3-dev | 22:41 | |
| *** mgedmin has quit IRC | 22:46 | |
| *** schwendinger has joined #zope3-dev | 22:52 | |
| *** opetznick has joined #zope3-dev | 22:53 | |
| *** bigkevmcd has joined #zope3-dev | 22:54 | |
| *** stub has quit IRC | 22:54 | |
| *** opetznick has quit IRC | 23:08 | |
| *** ofer has joined #zope3-dev | 23:13 | |
| *** schwendinger has quit IRC | 23:18 | |
| *** niemeyer has quit IRC | 23:19 | |
| *** philiKON_ is now known as philiKON | 23:22 | |
| *** ktwilight has joined #zope3-dev | 23:22 | |
| *** dunny has joined #zope3-dev | 23:28 | |
| *** ofer has quit IRC | 23:29 | |
| *** ktwilight_ has quit IRC | 23:38 | |
| *** norro has quit IRC | 23:43 | |
| *** rocky has quit IRC | 23:45 | |
| *** ktwilight has quit IRC | 23:56 | |
| *** ktwilight_ has joined #zope3-dev | 23:56 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!