mgedmin | wait, where's the recursive error? | 00:00 |
---|---|---|
mgedmin | I don't see a recursive validation problem in your code, what am I missing? | 00:01 |
mgedmin | if you set the 'parent' attr of an obj before adding it to children, it should just work, no? | 00:01 |
mgedmin | actually, I don't believe FieldProperty validates what happens to the list after the initial assignment | 00:02 |
mgedmin | (BTW you use a nonpersistent list there---this might hurt you sooner or later) | 00:02 |
supton | right, FieldProperty does not know about extend/append of mutable collection fields, but what happens is that FieldProperty attempts to validate Object field, it not only validates that the object contained meets an interface, but it does validation (ostensibly for required) on the contained object, which includes the current state of the List field value, so it isn't children.append() triggering this, but setting the parent | 00:08 |
supton | I'm punting and just not using FieldProperty for parent, writing my own property on the class | 00:09 |
* mgedmin never uses FieldProperty BTW | 00:10 | |
mgedmin | what's wrong with the list field value? | 00:10 |
mgedmin | I mean, if self.children = [] didn't barf, why would it suddenly start barfing when you set the parent on an unrelated object? | 00:11 |
mgedmin | do you have additional constraints somewhere, saying that self must be in self.parent.children? | 00:11 |
*** bigkevmcd has quit IRC | 00:16 | |
*** bigkevmcd has joined #zope3-dev | 00:16 | |
supton | no additional constraints, as pasted, I get the recursion and the monster traceback it entails... I'm not sure why | 00:19 |
mgedmin | can you pastebin the traceback? | 00:19 |
supton | FieldProperty's notion of validation for Object fields is too aggressive | 00:19 |
mgedmin | could be | 00:19 |
supton | in general, I think... it should only validate that the object (if required) provides an interface, not validate the fields of that object | 00:19 |
mgedmin | I never use Object fields? | 00:20 |
mgedmin | well, I lie | 00:20 |
*** aaronv has quit IRC | 00:20 | |
mgedmin | but I never use them for validation | 00:20 |
supton | but, it does not do shallow validation... it isn't really FieldProperty, but Object._validate() at fault | 00:20 |
mgedmin | I guess the rationale behind that was that you'd construct a form from a schema containing Object fields | 00:20 |
mgedmin | and when the user submits it, you want the fields of those objects to be validated too | 00:20 |
mgedmin | ah! | 00:21 |
mgedmin | wait | 00:21 |
mgedmin | no, I don't see it | 00:21 |
mgedmin | does List() imply min_length=1 by default? | 00:21 |
mgedmin | but then FieldProperty would be unhappy | 00:21 |
mgedmin | are there unrelated uninitialized fields? | 00:21 |
*** Theuni1 has quit IRC | 00:29 | |
*** Theuni2 has joined #zope3-dev | 00:29 | |
*** Theuni2 has quit IRC | 00:40 | |
*** Theuni1 has joined #zope3-dev | 00:40 | |
*** Theuni1 has quit IRC | 00:44 | |
*** benji has quit IRC | 00:45 | |
*** lucielejard has quit IRC | 00:45 | |
*** sp0cksbeard has joined #zope3-dev | 00:46 | |
*** sp0cksbeard has left #zope3-dev | 00:48 | |
*** J1m_ has joined #zope3-dev | 00:53 | |
*** redir_ has quit IRC | 00:58 | |
*** J1m has quit IRC | 01:01 | |
*** cshenton has quit IRC | 01:03 | |
*** jamur2 has quit IRC | 01:05 | |
*** regebro has quit IRC | 01:13 | |
*** J1m_ has quit IRC | 01:18 | |
*** iham has joined #zope3-dev | 01:24 | |
*** iham has quit IRC | 01:33 | |
*** lurkymclurkleton has quit IRC | 01:36 | |
*** greenman has quit IRC | 01:47 | |
*** harobed has quit IRC | 01:52 | |
*** junkafarian_ has joined #zope3-dev | 01:57 | |
*** mcdonc has quit IRC | 02:01 | |
*** junkafarian has quit IRC | 02:13 | |
*** junkafarian_ has quit IRC | 02:19 | |
*** JaRoel|4D has quit IRC | 02:20 | |
*** cbcunc has quit IRC | 02:43 | |
*** greenman has joined #zope3-dev | 02:48 | |
*** dunny_ has quit IRC | 03:00 | |
*** mgedmin has quit IRC | 03:01 | |
*** nathany has quit IRC | 03:03 | |
*** davisagli has left #zope3-dev | 03:11 | |
*** ignas has joined #zope3-dev | 03:19 | |
*** alga has quit IRC | 03:35 | |
*** romanofski has joined #zope3-dev | 03:38 | |
*** kaeru has quit IRC | 04:24 | |
*** kaeru has joined #zope3-dev | 04:28 | |
*** strichter has quit IRC | 04:45 | |
*** strichter has joined #zope3-dev | 04:48 | |
*** strichter has quit IRC | 04:55 | |
*** strichter has joined #zope3-dev | 04:55 | |
*** rocky has quit IRC | 05:11 | |
*** dunny has joined #zope3-dev | 05:13 | |
*** ignas has quit IRC | 05:14 | |
*** JaRoel|4D has joined #zope3-dev | 05:18 | |
*** greenman has quit IRC | 05:19 | |
*** alecm has quit IRC | 05:25 | |
*** greenman has joined #zope3-dev | 05:49 | |
*** baijum has joined #zope3-dev | 06:02 | |
*** baijum has quit IRC | 06:23 | |
*** andycat has joined #zope3-dev | 06:24 | |
*** afd_ has joined #zope3-dev | 06:58 | |
*** greenman has quit IRC | 07:24 | |
*** dunny has quit IRC | 07:25 | |
*** andycat2 has joined #zope3-dev | 07:26 | |
*** andycat has quit IRC | 07:26 | |
*** andycat2 is now known as andycat | 07:26 | |
*** _srichter has joined #zope3-dev | 07:31 | |
*** afd_ has quit IRC | 07:44 | |
*** brandon_rhodes has quit IRC | 07:45 | |
*** strichter has quit IRC | 07:53 | |
*** pcardune has joined #zope3-dev | 07:58 | |
*** stub has joined #zope3-dev | 08:00 | |
*** greenman has joined #zope3-dev | 08:05 | |
*** Theuni1 has joined #zope3-dev | 08:12 | |
*** kursor has joined #zope3-dev | 08:16 | |
*** jukart has joined #zope3-dev | 08:17 | |
*** _srichter is now known as srichter | 08:20 | |
*** ChanServ sets mode: +o srichter | 08:20 | |
*** zagy has quit IRC | 08:22 | |
*** greenman has quit IRC | 08:27 | |
*** basti__ has joined #zope3-dev | 08:28 | |
*** JaRoel|4D has quit IRC | 08:30 | |
*** redir has joined #zope3-dev | 08:40 | |
*** zagy has joined #zope3-dev | 08:42 | |
*** redir has quit IRC | 08:44 | |
*** jukart has quit IRC | 09:02 | |
*** markusleist has joined #zope3-dev | 09:07 | |
*** malthe has joined #zope3-dev | 09:11 | |
*** davisagli has joined #zope3-dev | 09:17 | |
*** stub has quit IRC | 09:29 | |
*** romanofski has quit IRC | 09:30 | |
*** JaRoel|4D has joined #zope3-dev | 09:30 | |
*** romanofski has joined #zope3-dev | 09:34 | |
*** goschtl has joined #zope3-dev | 09:43 | |
*** quodt has joined #zope3-dev | 09:44 | |
*** stub has joined #zope3-dev | 09:45 | |
*** jukart has joined #zope3-dev | 09:45 | |
*** quodt_ has joined #zope3-dev | 09:47 | |
*** andycat has quit IRC | 09:48 | |
*** goschtl_ has joined #zope3-dev | 09:49 | |
*** quodt_ has quit IRC | 09:50 | |
*** quodt_ has joined #zope3-dev | 09:50 | |
*** jukart_ has joined #zope3-dev | 09:50 | |
*** jukart has quit IRC | 09:51 | |
*** pcardune has quit IRC | 09:54 | |
*** quodt has quit IRC | 09:55 | |
*** davisagli has left #zope3-dev | 09:56 | |
*** goschtl__ has joined #zope3-dev | 09:56 | |
*** quodt has joined #zope3-dev | 09:57 | |
*** goschtl___ has joined #zope3-dev | 10:00 | |
*** mgedmin has joined #zope3-dev | 10:00 | |
*** goschtl has quit IRC | 10:03 | |
*** goschtl has joined #zope3-dev | 10:06 | |
*** quodt_ has quit IRC | 10:06 | |
*** dunny has joined #zope3-dev | 10:09 | |
*** harobed has joined #zope3-dev | 10:10 | |
*** goschtl_ has quit IRC | 10:10 | |
*** goschtl_ has joined #zope3-dev | 10:10 | |
*** goschtl__ has quit IRC | 10:17 | |
*** stub has quit IRC | 10:17 | |
*** goschtl___ has quit IRC | 10:22 | |
*** jpcw has joined #zope3-dev | 10:25 | |
*** goschtl has quit IRC | 10:27 | |
*** iham has joined #zope3-dev | 10:33 | |
*** MJ has joined #zope3-dev | 10:39 | |
*** goschtl has joined #zope3-dev | 10:43 | |
*** goschtl_ has quit IRC | 10:48 | |
*** pelle_ has joined #zope3-dev | 10:52 | |
*** junkafarian has joined #zope3-dev | 11:02 | |
*** goschtl_ has joined #zope3-dev | 11:13 | |
*** fRiSi has joined #zope3-dev | 11:13 | |
*** andycat has joined #zope3-dev | 11:16 | |
*** goschtl has quit IRC | 11:24 | |
*** bigkevmcd has quit IRC | 11:25 | |
*** bigkevmcd has joined #zope3-dev | 11:27 | |
*** goschtl has joined #zope3-dev | 11:29 | |
*** bigkevmcd has quit IRC | 11:30 | |
*** bigkevmcd has joined #zope3-dev | 11:33 | |
*** greenman has joined #zope3-dev | 11:36 | |
*** pelle__ has joined #zope3-dev | 11:43 | |
*** goschtl__ has joined #zope3-dev | 11:45 | |
*** goschtl_ has quit IRC | 11:45 | |
*** pelle_ has quit IRC | 11:48 | |
*** goschtl_ has joined #zope3-dev | 11:49 | |
*** pelle__ has quit IRC | 11:53 | |
*** goschtl___ has joined #zope3-dev | 11:54 | |
*** yotaff has joined #zope3-dev | 11:55 | |
*** goschtl has quit IRC | 12:00 | |
*** goschtl has joined #zope3-dev | 12:00 | |
*** __mac__ has joined #zope3-dev | 12:01 | |
*** romanofski has quit IRC | 12:04 | |
*** goschtl__ has quit IRC | 12:06 | |
*** goschtl__ has joined #zope3-dev | 12:08 | |
*** goschtl_ has quit IRC | 12:10 | |
*** goschtl_ has joined #zope3-dev | 12:15 | |
*** goschtl___ has quit IRC | 12:16 | |
*** goschtl has quit IRC | 12:21 | |
*** kaeru has quit IRC | 12:24 | |
*** kaeru has joined #zope3-dev | 12:24 | |
*** stub has joined #zope3-dev | 12:28 | |
*** goschtl__ has quit IRC | 12:31 | |
*** stub has joined #zope3-dev | 12:33 | |
*** pelle_ has joined #zope3-dev | 12:39 | |
*** tarek has joined #zope3-dev | 12:40 | |
*** jhauser has quit IRC | 12:58 | |
*** yvl has quit IRC | 13:08 | |
*** jayaraj has joined #zope3-dev | 13:27 | |
*** mkerrin has joined #zope3-dev | 13:40 | |
*** tarek has quit IRC | 13:52 | |
*** tarek has joined #zope3-dev | 14:01 | |
*** alga has joined #zope3-dev | 14:14 | |
*** brandon_rhodes has joined #zope3-dev | 14:18 | |
*** pelle_ has quit IRC | 14:23 | |
*** nyo has joined #zope3-dev | 14:31 | |
*** pelle_ has joined #zope3-dev | 14:31 | |
*** ignas has joined #zope3-dev | 14:35 | |
*** nyo has quit IRC | 14:38 | |
*** nyo has joined #zope3-dev | 14:39 | |
*** goschtl has joined #zope3-dev | 14:42 | |
*** sree_ has joined #zope3-dev | 14:44 | |
*** El_Rolando has joined #zope3-dev | 14:44 | |
sree_ | hi one of our zeo instance is freezing, the culprit seems to be the thread "File "/home/plone32/Plone/Zope-2.10.7-final-py2.4/lib/python/ZEO/zrpc/connection.py", line 63, in client_loop | 14:45 |
sree_ | r, w, e = select.select(r, w, e, client_timeout) | 14:45 |
sree_ | " | 14:45 |
sree_ | Unable to understand the reason though, please advise | 14:46 |
*** nyo has quit IRC | 14:47 | |
*** nyo has joined #zope3-dev | 14:51 | |
bigkevmcd | sree_: You probably want #plone | 14:51 |
*** regebro has joined #zope3-dev | 14:51 | |
bigkevmcd | but, it looks unlikely to be the culprit, something's causing the selects to hang | 14:51 |
*** goschtl_ has quit IRC | 14:58 | |
sree_ | bigkevmcd: thanks for the help, but for the last 20 minuts that thread is stuck in that line, also I posted it here as it looked linke a ZEO zrpc error | 15:01 |
*** acsr has joined #zope3-dev | 15:07 | |
*** acsr has joined #zope3-dev | 15:07 | |
*** MrTopf has joined #zope3-dev | 15:08 | |
*** MrTopf has quit IRC | 15:10 | |
*** MrTopf has joined #zope3-dev | 15:11 | |
*** iham has quit IRC | 15:11 | |
*** benji has joined #zope3-dev | 15:12 | |
*** jayaraj has quit IRC | 15:21 | |
*** greenman has quit IRC | 15:23 | |
*** cshenton has joined #zope3-dev | 15:27 | |
*** menesis has joined #zope3-dev | 15:28 | |
*** redir has joined #zope3-dev | 15:32 | |
*** basti__ has quit IRC | 15:37 | |
*** basti__ has joined #zope3-dev | 15:37 | |
*** lucielejard has joined #zope3-dev | 15:38 | |
mgedmin | sree_: looks like the ZEO server is down, no? | 15:40 |
sree_ | mgedmin: Out of 4 threads 3 threads as working normally and responding to requests.. | 15:45 |
mgedmin | hmm | 15:46 |
sree_ | mgedmin: the last thread is stuck at this line | 15:46 |
mgedmin | have you tried strace? | 15:46 |
mgedmin | what's the value of client_timeout? | 15:46 |
sree_ | no | 15:46 |
*** vimes656 has quit IRC | 15:46 | |
mgedmin | is it sitting there, or is it looping and calling select repeatedly? | 15:46 |
sree_ | mgedmin: how will i figure that out? | 15:47 |
mgedmin | strace? | 15:48 |
mgedmin | can strace be limited to a single thread? | 15:48 |
*** redir has quit IRC | 15:50 | |
sree_ | mgedmin: futex(0xc51d0a0, FUTEX_WAIT, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) | 15:56 |
sree_ | the above line in being repeatedly being shown | 15:56 |
mgedmin | and only that line? | 15:58 |
mgedmin | interesting | 15:58 |
mgedmin | I wonder if that's the GIL? | 15:58 |
mgedmin | or some libc internal thing for thread synchronisation? | 15:59 |
*** vaab has joined #zope3-dev | 15:59 | |
*** jamur2 has joined #zope3-dev | 16:00 | |
vaab | Hi, was wondering if there were known compatibility problems between kss.core and last zope3 zope.* packages ? | 16:02 |
* mgedmin does not know enough about the new linux threads implementation (nptl?) and futexes | 16:02 | |
*** lurkymclurkleton has joined #zope3-dev | 16:02 | |
*** stub has quit IRC | 16:03 | |
Theuni1 | mgedmin: i'm not an expert myself but I saw this and that. What's you question? | 16:03 |
mgedmin | it's sree_'s question, actually | 16:03 |
mgedmin | his zope is stuck waiting on select in zeo/zrpc.py in one of 4 threads | 16:03 |
mgedmin | strace shows futext() = -EAGAIN repeated over and over | 16:03 |
mgedmin | s/futext/futex/ | 16:03 |
Theuni1 | Yeah, I've seen that. My understanding is that that's fine. | 16:05 |
Theuni1 | The futexes are faster but called more often and I think they're a replacement for some slower mutex implementation. | 16:05 |
sree_ | Theunil: but that thread is freezing the instance | 16:05 |
Theuni1 | oh ah there. | 16:05 |
Theuni1 | Let me scroll back a bit. | 16:05 |
mgedmin | it's one, not ell at the end of theuni's nickname ;) | 16:05 |
mgedmin | my font distinguishes them | 16:06 |
*** Theuni1 is now known as theuni1 | 16:06 | |
theuni1 | aeh | 16:06 |
theuni1 | wtf | 16:06 |
*** J1m has joined #zope3-dev | 16:06 | |
theuni1 | WTF | 16:06 |
theuni1 | somebody else registered my (registered) nickname | 16:06 |
theuni1 | O_o | 16:07 |
mgedmin | did you let it lapse? | 16:07 |
*** vimes656 has joined #zope3-dev | 16:07 | |
theuni1 | No idea. My client is supposed to sign in automatically. | 16:07 |
theuni1 | Maybe my client lapsed. | 16:07 |
theuni1 | back to that hang | 16:07 |
theuni1 | sree_: how did you find out it's exactly that one thread producing those futex() calls? | 16:09 |
sree_ | i ran strace with -p and scanned the process when zope have no other active thread | 16:09 |
*** baijum has joined #zope3-dev | 16:10 | |
theuni1 | sree_: if you restart the process - can you make it hang again? | 16:11 |
sree_ | yes, it hangs on the same line after some time and will spin till i restart the zeo client | 16:12 |
theuni1 | K. Hmm. Can't think of anything specific to do there. I'd try to go gathering data whats happening in the code around it by maybe pdbing or logging data | 16:13 |
sree_ | theunil: strace showed this line also "select(48, [3 8 14 16 17 18 19 20 21 22 23 25 28 30 32 33 47], [17], [3 8 14 16 17 18 19 20 21 22 23 25 28 30 32 33 47], {30, 0}) = 1 (out [17], left {30, 0}): | 16:13 |
*** kursor has quit IRC | 16:15 | |
*** dunny has quit IRC | 16:23 | |
*** sp0cksbeard has joined #zope3-dev | 16:29 | |
*** sp0cksbeard has left #zope3-dev | 16:29 | |
*** redir has joined #zope3-dev | 16:30 | |
*** aaronv has joined #zope3-dev | 16:32 | |
*** andycat has quit IRC | 16:37 | |
*** rocky has joined #zope3-dev | 16:37 | |
*** malthe has quit IRC | 16:38 | |
*** HerrTopf has joined #zope3-dev | 16:44 | |
*** yvl has joined #zope3-dev | 16:53 | |
*** sree_ has quit IRC | 16:54 | |
*** fRiSi_ has joined #zope3-dev | 16:58 | |
*** alecm has joined #zope3-dev | 16:58 | |
*** fRiSi_ has quit IRC | 16:58 | |
*** fRiSi_ has joined #zope3-dev | 16:59 | |
*** MrTopf has quit IRC | 16:59 | |
*** __mac__ has quit IRC | 17:00 | |
*** sunoano has quit IRC | 17:01 | |
*** mintsauce has joined #zope3-dev | 17:02 | |
*** vimes656 has quit IRC | 17:03 | |
mintsauce | I have a two buildout .cfg files, one for live, one for dev. I'd like to customise my error messages, via a skin zcml on the live server, but not the local server. Whats the syntax for including a zcml file in the cfg file? | 17:04 |
mgedmin | you're specifying the zope.conf contents in your buildout.cfg, right? | 17:05 |
mgedmin | use different site-definition directives for those two sections | 17:05 |
mgedmin | have one include the other and override some things, or something like that | 17:05 |
mintsauce | What about <include files="appname/folder/custom.zcml" /> in one cfg, but not in the other? | 17:07 |
*** fRiSi has quit IRC | 17:10 | |
*** MJ has quit IRC | 17:12 | |
mintsauce | mgedmin: Yup the different cfg files write different site.zcml files - but im not sure of the actual syntax for calling a skin zcml from that location ... | 17:13 |
mgedmin | <include package="package.name" file="filename/relative/to/that/package.zcml" /> | 17:14 |
*** alecm has quit IRC | 17:18 | |
*** redir_ has joined #zope3-dev | 17:23 | |
mintsauce | mgedmin: I was slightly wrong about the number of buildout files I have. I have live, dev and base. Base contains all of the settings that are common to both. Including site.zcml settings. How would I append details to the site zcml via the live/dev files? | 17:30 |
mintsauce | I had a quick go, but ended up overwriting everythong from base.cfg | 17:31 |
mgedmin | you can't; use different site.zcml files | 17:31 |
*** redir has quit IRC | 17:31 | |
mgedmin | or do you mean you want to inherit the zope.conf but override just a single option? | 17:31 |
mintsauce | But can't I generate different site.zml files? | 17:31 |
mgedmin | I don't know what zc.buildout recipe you use, and I don't understand any of them | 17:31 |
mintsauce | lol | 17:31 |
mgedmin | they're all big and scary with pointy bits sticking out | 17:32 |
mintsauce | I think theres an easy way round it, they each have a 'extends = base.cfg' setting - ill just duplicate that as base-custom.cfg and add the extra string. | 17:33 |
mintsauce | Aint pretty, but will work for now. | 17:33 |
*** mcdonc has joined #zope3-dev | 17:34 | |
*** iham has joined #zope3-dev | 17:36 | |
*** rocky has quit IRC | 17:47 | |
*** mintsauce has quit IRC | 17:47 | |
*** nathany has joined #zope3-dev | 17:48 | |
*** goschtl has left #zope3-dev | 17:51 | |
*** srichter has quit IRC | 17:53 | |
*** basti__ has quit IRC | 17:54 | |
*** srichter has joined #zope3-dev | 17:56 | |
*** allisterb_ has joined #zope3-dev | 18:03 | |
*** rocky has joined #zope3-dev | 18:04 | |
*** alecm has joined #zope3-dev | 18:12 | |
*** baijum has quit IRC | 18:16 | |
*** __mac__ has joined #zope3-dev | 18:16 | |
*** baijum has joined #zope3-dev | 18:18 | |
*** ignas has quit IRC | 18:20 | |
*** allisterb has quit IRC | 18:21 | |
*** tarek has quit IRC | 18:32 | |
*** srichter has quit IRC | 18:34 | |
*** srichter has joined #zope3-dev | 18:34 | |
*** cshenton has quit IRC | 18:36 | |
*** cshenton has joined #zope3-dev | 18:36 | |
*** El_Rolando has quit IRC | 18:39 | |
*** davisagli has joined #zope3-dev | 18:40 | |
*** jukart_ has quit IRC | 18:48 | |
*** __mac__ has quit IRC | 18:49 | |
*** JaRoel|4D has quit IRC | 18:51 | |
*** davisagli has left #zope3-dev | 18:54 | |
*** ThomasKarlRichte has joined #zope3-dev | 18:57 | |
*** baijum has quit IRC | 18:57 | |
*** quodt has quit IRC | 18:58 | |
*** srichter has quit IRC | 19:00 | |
*** agroszer has joined #zope3-dev | 19:03 | |
*** zagy has quit IRC | 19:03 | |
*** junkafarian_ has joined #zope3-dev | 19:14 | |
*** srichter has joined #zope3-dev | 19:17 | |
*** ThomasKarlRichte has quit IRC | 19:19 | |
*** davisagli has joined #zope3-dev | 19:23 | |
*** harobed has quit IRC | 19:24 | |
*** jukart has joined #zope3-dev | 19:28 | |
*** junkafarian has quit IRC | 19:29 | |
*** faassen has joined #zope3-dev | 19:36 | |
*** iham has quit IRC | 19:41 | |
*** JaRoel|4D has joined #zope3-dev | 19:43 | |
*** runyaga_ has joined #zope3-dev | 19:44 | |
*** zagy has joined #zope3-dev | 19:45 | |
*** alecm has quit IRC | 19:50 | |
*** harobed has joined #zope3-dev | 19:50 | |
*** alecm has joined #zope3-dev | 19:50 | |
*** iham has joined #zope3-dev | 20:00 | |
*** harobed has quit IRC | 20:01 | |
*** runyaga has quit IRC | 20:01 | |
*** nyo has quit IRC | 20:02 | |
*** iham has quit IRC | 20:06 | |
*** jukart has quit IRC | 20:18 | |
*** redir_ is now known as redir | 20:22 | |
*** HerrTopf has quit IRC | 20:27 | |
*** MrTopf has joined #zope3-dev | 20:28 | |
*** MrTopf has quit IRC | 20:30 | |
*** sm has quit IRC | 20:43 | |
*** afd_ has joined #zope3-dev | 20:45 | |
*** jpcw has left #zope3-dev | 20:49 | |
*** ktwilight_ has joined #zope3-dev | 20:56 | |
*** jukart has joined #zope3-dev | 20:57 | |
*** jukart has quit IRC | 21:01 | |
*** mkerrin has quit IRC | 21:05 | |
*** menesis has quit IRC | 21:07 | |
*** mgedmin has quit IRC | 21:08 | |
*** ktwilight has quit IRC | 21:09 | |
*** fRiSi_ has quit IRC | 21:12 | |
*** sunoano has joined #zope3-dev | 21:17 | |
sawdog | Any EU legals interested in doing a 6mos. contrating gig in London? Zope2/3 & Plone (brely - but rememants of archetypes) | 21:34 |
*** allisterb_ has quit IRC | 21:49 | |
*** agroszer has quit IRC | 21:56 | |
*** iham has joined #zope3-dev | 22:02 | |
*** iham has quit IRC | 22:08 | |
*** afd_ has quit IRC | 22:08 | |
*** redir has quit IRC | 22:11 | |
*** markusleist has quit IRC | 22:13 | |
*** redir has joined #zope3-dev | 22:13 | |
*** sunoano has quit IRC | 22:14 | |
*** sunoano has joined #zope3-dev | 22:16 | |
*** mgedmin has joined #zope3-dev | 22:18 | |
*** junkafarian_ has quit IRC | 22:32 | |
*** harobed has joined #zope3-dev | 22:41 | |
*** davisagli_ has joined #zope3-dev | 22:49 | |
*** lurkymclurkleton has quit IRC | 22:49 | |
*** sm has joined #zope3-dev | 22:49 | |
*** lurkymclurkleton has joined #zope3-dev | 22:51 | |
*** tarek has joined #zope3-dev | 22:54 | |
*** markusleist has joined #zope3-dev | 22:56 | |
*** mgedmin has quit IRC | 22:58 | |
*** iham has joined #zope3-dev | 23:00 | |
*** redir has quit IRC | 23:02 | |
*** redir has joined #zope3-dev | 23:03 | |
*** iham has quit IRC | 23:05 | |
*** davisagli has quit IRC | 23:07 | |
*** alecm has quit IRC | 23:11 | |
*** faassen has quit IRC | 23:14 | |
*** dunny has joined #zope3-dev | 23:14 | |
*** junkafarian has joined #zope3-dev | 23:16 | |
*** greenman has joined #zope3-dev | 23:17 | |
*** Drogo has joined #zope3-dev | 23:23 | |
*** Drogo has joined #zope3-dev | 23:24 | |
*** tarek has quit IRC | 23:27 | |
*** alga has quit IRC | 23:27 | |
*** harobed has quit IRC | 23:29 | |
*** acsr_ has joined #zope3-dev | 23:34 | |
*** alga has joined #zope3-dev | 23:50 | |
*** acsr has quit IRC | 23:51 | |
*** DrogoNevets has quit IRC | 23:51 | |
*** srichter has quit IRC | 23:51 | |
*** harobed has joined #zope3-dev | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!