IRC log of #zope3-dev for Friday, 2006-04-28

*** niemeyer has quit IRC00:02
*** stainsby has joined #zope3-dev00:17
*** zbir has joined #zope3-dev00:23
*** gumpa has left #zope3-dev00:47
*** tarek has joined #zope3-dev00:57
*** kamalgill has left #zope3-dev01:02
*** tiredbones has quit IRC01:03
*** j1m has quit IRC01:10
*** natea has quit IRC01:22
*** tarek has quit IRC01:30
*** dobee has quit IRC01:35
*** RaFromBRC has quit IRC01:42
*** rockyburt|hockey is now known as rockyburt|away01:57
*** natea has joined #zope3-dev02:01
*** jinty has joined #zope3-dev02:56
*** natea is now known as natea|plonemeetu03:02
*** sm has quit IRC03:12
*** MiUlEr has joined #zope3-dev04:18
*** jinty has quit IRC04:23
*** natea|plonemeetu has quit IRC04:25
*** jinty has joined #zope3-dev04:40
*** jinty has quit IRC05:03
*** roym has quit IRC05:07
*** tristil has joined #zope3-dev07:01
*** philiKON has quit IRC08:05
*** eins has joined #zope3-dev08:12
*** stub has joined #zope3-dev08:27
*** d2m has quit IRC08:32
*** sashav has joined #zope3-dev08:33
*** sashav has quit IRC08:36
*** d2m has joined #zope3-dev08:37
*** tristil has quit IRC08:42
*** stub has quit IRC08:50
*** zopePloneConsult has joined #zope3-dev08:54
*** dobee has joined #zope3-dev08:54
*** hsn_ has joined #zope3-dev08:58
hsn_is there SQL driver for PostgreSQL and Zope3?09:07
*** hdima has joined #zope3-dev09:25
*** TrevorP has quit IRC09:38
*** TrevorP has joined #zope3-dev09:39
*** TrevorP has joined #zope3-dev09:41
dobeehsn_: http://svn.zope.org/psycopgda/trunk/09:45
*** MiUlEr has quit IRC09:51
*** dobee has quit IRC09:58
*** srichter has quit IRC10:00
*** dobee has joined #zope3-dev10:04
*** zagy has joined #zope3-dev10:18
*** sashav has joined #zope3-dev10:26
*** MJ has joined #zope3-dev10:32
*** The|uni has joined #zope3-dev10:49
*** rockyburt|away has quit IRC10:50
*** The|uni has quit IRC11:16
*** efrerich has joined #zope3-dev11:19
*** The|uni has joined #zope3-dev11:19
*** povbot has joined #zope3-dev11:40
*** MJ has quit IRC11:44
*** b_52Centos has quit IRC11:45
*** ignas has joined #zope3-dev11:46
*** d2m has quit IRC11:49
*** b_52Centos has joined #zope3-dev11:50
*** TrevorP has quit IRC11:55
*** TrevorP has joined #zope3-dev11:56
*** hsn_ has quit IRC11:59
*** TrevorP has quit IRC12:01
*** TrevorP has joined #zope3-dev12:03
*** faassen has joined #zope3-dev12:03
*** Aiste has quit IRC12:06
*** regebro has joined #zope3-dev12:13
*** Aiste has joined #zope3-dev12:32
*** admp has joined #zope3-dev12:47
*** rockyburt has joined #zope3-dev12:53
*** admp has quit IRC12:57
*** mgedmin has joined #zope3-dev13:09
*** stainsby has left #zope3-dev13:13
*** stub has joined #zope3-dev13:17
*** stub has quit IRC13:18
*** alga has joined #zope3-dev13:19
*** rockyburt has quit IRC13:19
*** J1m has joined #zope3-dev13:29
*** The|uni has quit IRC13:30
*** mgedmin has quit IRC13:32
*** rockyburt has joined #zope3-dev13:33
*** srichter has joined #zope3-dev13:37
*** ChanServ sets mode: +o srichter13:37
faassenconcerning the new component registration story.13:44
faassenif I want to register a local utility, I still need to add it somewhere, right?13:44
faassenfirst?13:44
faassenor is this not needed?13:44
*** stub has joined #zope3-dev13:44
efgeno it's not needed, just register it13:45
efge(i'm told :))13:45
regebroI'm told you have to add it somewhere. :)13:45
efgehm JMO told me you could have a non-persistent local utility13:45
faassenhm.13:45
efgeat this point it's just earsay13:46
efgehearsay even13:46
efgebbl13:46
faassenanyway, I changed some authentication registration story..13:46
faassenand it can't find it anymore.13:46
regebroYeah, that makes sense, if it's not persistent, you don't need to add it, just register it.13:46
faasseneven though it is there according to utility lookup.13:46
faassenlet me check whether this thing is persistent.13:46
faassenI guess it doesn't need to be persistent.13:47
faassenthough the thing is right now.13:47
faassenanyway, I register it, and it seems to be found, except nextUtility just fails and doesn't found the IAuthentication stuff.13:47
faassenah, that explains it.13:48
faassenthe implementation wants to be located.13:48
faassenas it calls getNextUtility13:48
faassenand that will fail if the implementation isn't located.13:48
faassenso I shall add it somewhere.13:48
faassennow where is the SiteManagerFolder hanging out..13:49
faassenSiteManagementFolder, that is..how to get it.13:49
regebroNever used getNextUtility.13:49
faassenwell this code does, so I better make it work. :)13:50
regebroIs that fo you have several utilities implementing the same interfaces?13:50
faassenauthentication typically wants to fall back.13:50
faassenyeah, it's like acl_users in Zope 2 falling back on higher up ones.13:50
regebroMakes sense.13:50
faassenif you want your utility to fall back on earlier ones you can use getNextUtility.13:50
regebroSo, if you want to support that, the utilities have to have a location.13:50
faassenyes.13:50
faassenI suppose so.13:50
*** jinty has joined #zope3-dev13:53
faassenthat seems to have eliminated many errors, so that's good.13:55
regebroAnybody know what this is about:14:19
regebroile "/home/checkouts/zope/traversal/lib/python/zope/configuration/xmlconfig.py", line 494, in include14:19
regebro    assert _context.stack[-1].context is context14:19
faassenthat one is new to me.14:20
faassenI mean, I presume you're reporting an assertion error?14:21
regebroYup.14:21
regebroI've seen it before, but I don't remember what it was about.14:21
rockyburtahh... its nice just watching random conversations chattering about in #zope3-dev and #zope3-base these days ;)14:21
*** The|uni has joined #zope3-dev14:22
rockyburtregebro: i remember seeing something like that when during testing a z3 pkg was including a package from another package/product even though that package already had its own slug activated14:22
rockyburtthis was z2914:22
*** The|uni is now known as theuni14:23
regebroHmmm.14:23
regebroThis works on 2.9, but fails on trunk...14:26
regebroWell, it aint MY fault! The test fails on both trunk and my branch! :)14:27
*** b_52Centos is now known as b_52Centos_maim14:39
*** jinty has quit IRC14:52
*** mkerrin has joined #zope3-dev14:59
*** theuni has quit IRC15:04
*** d2m has joined #zope3-dev15:07
*** Theuni has joined #zope3-dev15:14
*** zbir has quit IRC15:15
*** MJ has joined #zope3-dev15:22
*** zbir has joined #zope3-dev15:25
*** bradb has joined #zope3-dev15:28
*** Theuni has quit IRC15:30
*** Theuni has joined #zope3-dev15:33
*** zopePloneConsult has left #zope3-dev15:35
*** alecm has joined #zope3-dev15:36
*** niemeyer has joined #zope3-dev15:38
*** tiredbones has joined #zope3-dev15:46
*** jinty has joined #zope3-dev15:53
regebrorockyburt: You have no idea of how to get rid of that context assertion error?15:58
*** b_52Centos_maim is now known as b_52Centos16:05
*** Theuni has quit IRC16:11
*** zbir has quit IRC16:11
*** zbir has joined #zope3-dev16:14
*** philiKON has joined #zope3-dev16:18
*** dobee has quit IRC16:19
*** Theuni has joined #zope3-dev16:24
*** tonico has quit IRC16:33
*** natea has joined #zope3-dev16:36
*** stub has quit IRC16:36
*** stub has joined #zope3-dev16:38
*** alga has quit IRC16:42
*** MJ has quit IRC16:43
*** bradb has quit IRC16:44
*** Aiste has quit IRC16:45
*** stub has joined #zope3-dev16:47
*** alecm has quit IRC16:49
*** natea_ has joined #zope3-dev17:02
*** sashav has quit IRC17:04
*** eins has quit IRC17:09
*** natea has quit IRC17:11
*** whit has joined #zope3-dev17:14
*** jukart has joined #zope3-dev17:16
*** sm has joined #zope3-dev17:25
*** whit has quit IRC17:36
*** natea_ has quit IRC17:51
*** natea has joined #zope3-dev17:52
*** dobee has joined #zope3-dev17:52
*** zagy has quit IRC17:56
dobeejukart: u got mail18:09
jukartthankx18:10
*** hdima has quit IRC18:16
*** sashav has joined #zope3-dev18:16
*** philiKON has quit IRC18:22
*** Aiste has joined #zope3-dev18:39
*** mgedmin has joined #zope3-dev18:39
*** jinty has quit IRC18:42
*** srichter has quit IRC18:47
*** Aiste has quit IRC19:04
*** Aiste has joined #zope3-dev19:37
*** admp has joined #zope3-dev19:45
*** alga has joined #zope3-dev19:58
*** sashav has quit IRC20:00
*** stub has quit IRC20:03
*** rockyburt has quit IRC20:19
*** rockyburt has joined #zope3-dev20:20
*** tarek has joined #zope3-dev20:21
*** J1m has quit IRC20:24
*** j1m has joined #zope3-dev20:44
*** efge has quit IRC20:47
*** mkerrin has quit IRC20:55
*** rockyburt is now known as rockyburt|away21:02
*** faassen has quit IRC21:06
regebroOK! Traversal refactoring merged to trunk!21:09
*** srichter has joined #zope3-dev21:09
regebroI'm gonna get the WSGI refactoring in there too, but I'm actually gonna test with Twisted before I merge it. ;)21:09
*** ChanServ sets mode: +o srichter21:09
yotaregebro: thanks for your work21:13
*** s1 has joined #zope3-dev21:21
*** sm has quit IRC21:21
*** regebro has quit IRC21:23
*** agroszer has joined #zope3-dev21:36
*** alecm has joined #zope3-dev21:47
*** s1 is now known as sm21:57
*** tristil has joined #zope3-dev22:00
*** RaFromBRC has joined #zope3-dev22:00
*** tristil has quit IRC22:02
*** ignas has quit IRC22:10
*** mgedmin has quit IRC22:22
*** alga has quit IRC22:26
*** rockyburt|away has quit IRC22:26
*** sm has quit IRC22:29
*** sm has joined #zope3-dev22:29
*** Egon has joined #zope3-dev22:31
*** rockyburt has joined #zope3-dev22:39
*** oferw has joined #zope3-dev22:40
*** efrerich has quit IRC22:48
*** s1 has joined #zope3-dev22:50
*** sm has quit IRC22:51
*** agroszer has quit IRC22:57
*** oferw has quit IRC23:01
*** Egon has quit IRC23:02
*** sashav has joined #zope3-dev23:06
*** RaFromBRC has quit IRC23:12
*** alecm has quit IRC23:16
*** sashav has quit IRC23:26
*** zbir has quit IRC23:47
*** s1 has left #zope3-dev23:52
*** dunny has joined #zope3-dev23:53
*** admp has quit IRC23:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!