*** philiKON has joined #zope3-dev | 00:11 | |
*** philiKON has quit IRC | 00:15 | |
*** philiKON has joined #zope3-dev | 00:16 | |
*** philiKON has quit IRC | 00:26 | |
*** jodok has quit IRC | 00:35 | |
*** dvschramm has quit IRC | 00:35 | |
*** dunny_ has joined #zope3-dev | 00:38 | |
*** philiKON has joined #zope3-dev | 00:38 | |
*** timte has quit IRC | 00:45 | |
*** dunny has quit IRC | 00:47 | |
*** dobee has quit IRC | 00:58 | |
*** mcdonc has joined #zope3-dev | 00:59 | |
*** dobee has joined #zope3-dev | 01:00 | |
*** RaFromBRC is now known as RaFromBRC|lunch | 01:01 | |
*** jsadjohnson has quit IRC | 01:14 | |
*** dobee has quit IRC | 01:19 | |
*** aclark|away is now known as aclark | 01:19 | |
*** lucielejard has quit IRC | 01:20 | |
*** lurkymclurkleton has quit IRC | 01:21 | |
*** lurkymclurkleton has joined #zope3-dev | 01:21 | |
*** whitmo has joined #zope3-dev | 01:23 | |
*** J1m has quit IRC | 01:25 | |
*** whit has quit IRC | 01:26 | |
*** whit has joined #zope3-dev | 01:26 | |
*** whit has quit IRC | 01:27 | |
*** whit has joined #zope3-dev | 01:28 | |
*** whitmo has quit IRC | 01:28 | |
*** benji has quit IRC | 01:29 | |
*** lurkymclurkleton has quit IRC | 01:33 | |
*** jamur2 has quit IRC | 01:34 | |
*** rmarianski has quit IRC | 01:50 | |
*** philiKON has quit IRC | 01:51 | |
*** rcrafton has quit IRC | 01:52 | |
*** philiKON has joined #zope3-dev | 01:54 | |
*** b52laptop has quit IRC | 01:54 | |
*** natea_ has joined #zope3-dev | 01:56 | |
*** b52laptop has joined #zope3-dev | 01:56 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 01:56 | |
*** whit has quit IRC | 02:06 | |
*** natea_ has quit IRC | 02:13 | |
*** jpcw2002 has left #zope3-dev | 02:14 | |
*** b52laptop has quit IRC | 02:32 | |
*** rcrafton has joined #zope3-dev | 02:37 | |
*** philiKON has quit IRC | 02:38 | |
*** b52laptop has joined #zope3-dev | 02:42 | |
*** rcrafton has quit IRC | 02:44 | |
*** quodt has quit IRC | 02:45 | |
*** aclark is now known as aclark|away | 02:47 | |
*** redir has joined #zope3-dev | 02:47 | |
*** nathany has quit IRC | 02:48 | |
*** goplus has joined #zope3-dev | 02:57 | |
*** norro has quit IRC | 02:57 | |
*** goplus has left #zope3-dev | 02:58 | |
*** djohnson has joined #zope3-dev | 03:00 | |
*** junkafarian has quit IRC | 03:03 | |
*** b52laptop has quit IRC | 03:11 | |
*** whit has joined #zope3-dev | 03:16 | |
*** djohnson_ has quit IRC | 03:17 | |
*** dbfrombrc has joined #zope3-dev | 03:35 | |
*** reco has quit IRC | 03:38 | |
*** jsadjohnson has joined #zope3-dev | 03:43 | |
*** jsadjohnson has quit IRC | 03:49 | |
*** redir has quit IRC | 03:52 | |
*** gstratton has joined #zope3-dev | 03:58 | |
*** dbfrombrc has quit IRC | 03:59 | |
*** lurkymclurkleton has joined #zope3-dev | 04:03 | |
*** pcardune has quit IRC | 04:19 | |
*** dbfrombrc has joined #zope3-dev | 04:28 | |
*** mweichert has joined #zope3-dev | 04:38 | |
*** redir has joined #zope3-dev | 04:39 | |
*** lurkymclurkleton has quit IRC | 04:41 | |
*** niemeyer has quit IRC | 04:44 | |
*** djohnson has left #zope3-dev | 04:51 | |
*** cr3 has joined #zope3-dev | 04:51 | |
*** greenman has joined #zope3-dev | 04:55 | |
*** RaFromBRC has quit IRC | 05:00 | |
cr3 | is there a way to retrieve the context from an object retrieved with getUtility? | 05:08 |
---|---|---|
hazmat | cr3, you mean find the parent for a persistent utility? | 05:08 |
cr3 | hazmat: yes, where the parent is for one request rather than persisted, right? | 05:09 |
hazmat | no.. utilites are persistent or global | 05:11 |
hazmat | it its global it has no parent or context | 05:11 |
hazmat | in general utilities regardless of persistent or global have no context | 05:11 |
cr3 | hazmat: ah, and the only reason a context object is passed is in order to determine the corresponding utility, right? | 05:12 |
hazmat | cr3, thats really just a remenant of a deprecated api imo.. you don't need to pass in context anymore | 05:12 |
cr3 | (I was looking at the definition of the function: def getUtility(interface, name='', context=None):) | 05:13 |
cr3 | makes sense. thanks for the explanation, you've just saved me much time in searching :) | 05:13 |
hazmat | the context was previously to allow for site lookup specification, but thats handled automatically and much more cleanly now | 05:13 |
hazmat | see zope.component.registry.txt if you want some of the details | 05:13 |
hazmat | but basically component registries ( global or site) now specify a bases parameter of other registries to use in a nested lookup, and the site (persistentregistry) is automatically set on a thread local basis during traversal, so that code doesn't need to explictly pass context anymore.. | 05:15 |
*** pcardune has joined #zope3-dev | 05:27 | |
*** whit has quit IRC | 05:34 | |
*** rcrafton has joined #zope3-dev | 05:38 | |
*** alecm has quit IRC | 05:49 | |
*** pcardune_vm_ has joined #zope3-dev | 05:50 | |
*** dbfrombrc has quit IRC | 05:58 | |
*** greenman_ has joined #zope3-dev | 06:09 | |
*** sm has quit IRC | 06:10 | |
*** greenman_ has quit IRC | 06:21 | |
*** greenman_ has joined #zope3-dev | 06:22 | |
*** greenman has quit IRC | 06:22 | |
*** sm has joined #zope3-dev | 06:59 | |
*** dobee has joined #zope3-dev | 07:08 | |
*** dobee has joined #zope3-dev | 07:10 | |
*** sm has quit IRC | 07:10 | |
*** binseer has joined #zope3-dev | 07:10 | |
*** cr3 has quit IRC | 07:35 | |
*** reco has joined #zope3-dev | 07:54 | |
*** reco has quit IRC | 08:02 | |
*** baijum has joined #zope3-dev | 08:03 | |
*** reco has joined #zope3-dev | 08:03 | |
*** reco has quit IRC | 08:07 | |
*** jayaraj has joined #zope3-dev | 08:08 | |
*** reco has joined #zope3-dev | 08:09 | |
*** dbfrombrc has joined #zope3-dev | 08:11 | |
*** dbfrombrc has quit IRC | 08:18 | |
*** timte has joined #zope3-dev | 08:24 | |
*** reco has quit IRC | 08:27 | |
*** kursor has joined #zope3-dev | 08:30 | |
*** menesis has joined #zope3-dev | 08:31 | |
*** reco has joined #zope3-dev | 08:31 | |
*** vimes656 has joined #zope3-dev | 08:39 | |
*** sorindregan has joined #zope3-dev | 08:40 | |
*** jukart has joined #zope3-dev | 08:50 | |
*** vimes656_ has joined #zope3-dev | 08:59 | |
*** srichter has joined #zope3-dev | 09:08 | |
*** ChanServ sets mode: +o srichter | 09:09 | |
*** menesis has quit IRC | 09:10 | |
*** menesis has joined #zope3-dev | 09:10 | |
*** vimes656 has quit IRC | 09:17 | |
*** pcardune_vm_ has quit IRC | 09:25 | |
*** pcardune has quit IRC | 09:25 | |
*** afd_ has joined #zope3-dev | 09:26 | |
*** pcardune has joined #zope3-dev | 09:26 | |
*** dunny has joined #zope3-dev | 09:28 | |
*** greenman_ has quit IRC | 09:29 | |
*** redir has quit IRC | 09:32 | |
*** dunny_ has quit IRC | 09:36 | |
*** lurker has joined #zope3-dev | 09:37 | |
*** pyqwer has joined #zope3-dev | 09:37 | |
*** jodok has joined #zope3-dev | 09:43 | |
*** stub has joined #zope3-dev | 09:50 | |
*** dunny has quit IRC | 09:53 | |
*** stub has quit IRC | 09:54 | |
*** stub has joined #zope3-dev | 09:54 | |
*** gstratton has quit IRC | 09:57 | |
*** grahamperrin has left #zope3-dev | 09:58 | |
*** dobee has quit IRC | 10:01 | |
*** jpcw2002 has joined #zope3-dev | 10:03 | |
*** harobed has joined #zope3-dev | 10:18 | |
*** regebro has joined #zope3-dev | 10:21 | |
*** tarek has joined #zope3-dev | 10:30 | |
*** lurker_ has joined #zope3-dev | 10:32 | |
*** jhauser has joined #zope3-dev | 10:33 | |
*** quodt has joined #zope3-dev | 10:36 | |
*** lurker has quit IRC | 10:41 | |
*** junkafarian has joined #zope3-dev | 10:45 | |
*** stub has quit IRC | 10:58 | |
*** agroszer has joined #zope3-dev | 11:00 | |
*** norro has joined #zope3-dev | 11:00 | |
*** stub has joined #zope3-dev | 11:05 | |
*** jodok has quit IRC | 11:10 | |
*** philiKON has joined #zope3-dev | 11:23 | |
*** lurker_ is now known as lurker | 11:24 | |
*** pcardune has quit IRC | 11:26 | |
*** maurits has joined #zope3-dev | 11:27 | |
*** greenman has joined #zope3-dev | 11:28 | |
*** thruflo has joined #zope3-dev | 11:32 | |
*** harobed has quit IRC | 11:37 | |
*** harobed has joined #zope3-dev | 11:38 | |
*** harobed has quit IRC | 11:39 | |
*** harobed has joined #zope3-dev | 11:41 | |
*** goschtl has joined #zope3-dev | 11:48 | |
*** alga has joined #zope3-dev | 12:01 | |
*** grahamperrin has joined #zope3-dev | 12:19 | |
*** b52laptop has joined #zope3-dev | 12:30 | |
*** philiKON has quit IRC | 12:31 | |
*** philiKON has joined #zope3-dev | 12:32 | |
*** MJ has joined #zope3-dev | 12:42 | |
*** tarek has quit IRC | 13:14 | |
*** aclark|away is now known as aclark | 13:17 | |
*** tarek has joined #zope3-dev | 13:17 | |
*** djohnson has joined #zope3-dev | 13:22 | |
*** djohnson has quit IRC | 13:26 | |
*** greenman has quit IRC | 13:28 | |
*** philiKON has quit IRC | 13:36 | |
*** tarek has quit IRC | 13:42 | |
*** faassen has joined #zope3-dev | 13:52 | |
*** b52laptop has quit IRC | 13:58 | |
*** b52laptop has joined #zope3-dev | 13:59 | |
*** paolo has quit IRC | 13:59 | |
*** projekt01 has joined #zope3-dev | 14:01 | |
*** paolo has joined #zope3-dev | 14:03 | |
*** lisppaste6 has quit IRC | 14:04 | |
*** afd_ has quit IRC | 14:05 | |
*** tarek has joined #zope3-dev | 14:06 | |
*** arnarl has joined #zope3-dev | 14:17 | |
*** lisppaste6 has joined #zope3-dev | 14:20 | |
*** ignas has joined #zope3-dev | 14:30 | |
*** grahamperrin has quit IRC | 14:35 | |
*** philiKON has joined #zope3-dev | 14:42 | |
*** sm has joined #zope3-dev | 14:51 | |
*** J1m has joined #zope3-dev | 14:52 | |
*** sm has quit IRC | 14:52 | |
*** jodok has joined #zope3-dev | 15:02 | |
*** kursor has quit IRC | 15:04 | |
*** stub has quit IRC | 15:05 | |
*** thruflo has quit IRC | 15:09 | |
*** redir has joined #zope3-dev | 15:18 | |
*** lurkymclurkleton has joined #zope3-dev | 15:22 | |
*** benji has joined #zope3-dev | 15:25 | |
*** lurkymclurkleton has quit IRC | 15:34 | |
*** mkerrin has joined #zope3-dev | 15:35 | |
*** rcrafton has quit IRC | 15:35 | |
*** b52laptop has quit IRC | 15:37 | |
*** b52laptop has joined #zope3-dev | 15:38 | |
*** niemeyer has joined #zope3-dev | 15:41 | |
*** lurkymclurkleton has joined #zope3-dev | 15:46 | |
*** MattBowen|work has joined #zope3-dev | 15:48 | |
*** jamur2 has joined #zope3-dev | 15:57 | |
*** redir has quit IRC | 16:05 | |
*** lucielejard has joined #zope3-dev | 16:08 | |
*** redir has joined #zope3-dev | 16:08 | |
*** redir has quit IRC | 16:13 | |
*** aclark is now known as aclark|away | 16:13 | |
*** afd_ has joined #zope3-dev | 16:17 | |
*** srichter has quit IRC | 16:22 | |
*** rmarianski has joined #zope3-dev | 16:24 | |
*** reco has quit IRC | 16:25 | |
*** b52lap has joined #zope3-dev | 16:27 | |
*** b52lap has quit IRC | 16:28 | |
*** mgedmin has joined #zope3-dev | 16:33 | |
*** rcrafton has joined #zope3-dev | 16:44 | |
*** arnarl has quit IRC | 16:44 | |
*** MattBowen|wor1 has joined #zope3-dev | 16:49 | |
*** MattBowen|wor2 has joined #zope3-dev | 16:51 | |
*** rmarianski has quit IRC | 16:54 | |
*** vimes656_ has quit IRC | 17:02 | |
*** reco has joined #zope3-dev | 17:03 | |
*** reco has quit IRC | 17:03 | |
*** reco has joined #zope3-dev | 17:04 | |
*** vimes656 has joined #zope3-dev | 17:04 | |
*** arnarl has joined #zope3-dev | 17:05 | |
*** philiKON_ has joined #zope3-dev | 17:06 | |
*** philiKON has quit IRC | 17:06 | |
*** MattBowen|wor1 has quit IRC | 17:07 | |
*** MattBowen|work has quit IRC | 17:07 | |
*** jukart has quit IRC | 17:09 | |
*** arnarl has quit IRC | 17:10 | |
*** malthe has joined #zope3-dev | 17:13 | |
*** sunew has joined #zope3-dev | 17:23 | |
*** dbfrombrc has joined #zope3-dev | 17:24 | |
*** sorindregan has quit IRC | 17:24 | |
*** baijum has quit IRC | 17:25 | |
*** dbfrombrc is now known as dbfrombrc|brb | 17:31 | |
*** nathany has joined #zope3-dev | 17:33 | |
*** dbfrombrc|brb is now known as dbfrombrc | 17:35 | |
*** binseer has quit IRC | 17:42 | |
*** zagy has quit IRC | 17:42 | |
*** zagy has joined #zope3-dev | 17:42 | |
*** srichter has joined #zope3-dev | 17:45 | |
*** MJ has quit IRC | 17:45 | |
*** rmarianski has joined #zope3-dev | 17:48 | |
*** menesis has quit IRC | 17:49 | |
*** alecm has joined #zope3-dev | 17:51 | |
*** jayaraj has quit IRC | 17:52 | |
*** tarek has quit IRC | 17:54 | |
*** dbfrombrc has quit IRC | 17:57 | |
*** sm has joined #zope3-dev | 18:00 | |
*** ChanServ sets mode: +o srichter | 18:04 | |
*** vimes656 has quit IRC | 18:06 | |
*** b52laptop has quit IRC | 18:08 | |
*** tarek has joined #zope3-dev | 18:08 | |
*** b52laptop has joined #zope3-dev | 18:09 | |
*** paolo has quit IRC | 18:13 | |
*** sunew has quit IRC | 18:15 | |
*** scooterXL has joined #zope3-dev | 18:29 | |
*** goschtl has quit IRC | 18:38 | |
*** jhauser has quit IRC | 18:41 | |
*** projekt01 has quit IRC | 18:42 | |
*** thruflo has joined #zope3-dev | 18:46 | |
*** reco has quit IRC | 18:52 | |
*** reco has joined #zope3-dev | 18:52 | |
*** elro has joined #zope3-dev | 18:56 | |
elro | a couple of egg questions... How do I provide an egg-link to the svn repo for my egg? and should setup.cfg be checked into svn? | 18:58 |
*** rmarianski_ has joined #zope3-dev | 18:59 | |
*** rmarianski has quit IRC | 18:59 | |
J1m | join #yui | 19:02 |
*** quodt has quit IRC | 19:04 | |
*** jodok has quit IRC | 19:07 | |
*** pyqwer has quit IRC | 19:10 | |
srichter | J1m: I am there | 19:12 |
srichter | J1m: what was the discussion about? | 19:12 |
J1m | I'm trying to get help with the uploader. | 19:14 |
*** vimes656 has joined #zope3-dev | 19:18 | |
*** alecm_ has joined #zope3-dev | 19:20 | |
*** alecm has quit IRC | 19:21 | |
*** MJ has joined #zope3-dev | 19:21 | |
*** dbfrombrc has joined #zope3-dev | 19:27 | |
*** aclark|away is now known as aclark | 19:29 | |
*** pcardune has joined #zope3-dev | 19:31 | |
*** rmarianski_ is now known as rmarianski | 19:33 | |
*** b52laptop has quit IRC | 19:34 | |
*** paolo has joined #zope3-dev | 19:39 | |
*** elro has quit IRC | 19:47 | |
*** maurits has quit IRC | 19:53 | |
*** srichter has quit IRC | 19:57 | |
*** srichter has joined #zope3-dev | 19:58 | |
*** jpcw2002 has left #zope3-dev | 19:59 | |
*** harobed has quit IRC | 19:59 | |
*** mkerrin has quit IRC | 20:01 | |
*** sp0cksbeard has joined #zope3-dev | 20:07 | |
*** tarek has quit IRC | 20:07 | |
*** paolo has quit IRC | 20:09 | |
*** thruflo has quit IRC | 20:10 | |
*** philiKON_ has quit IRC | 20:11 | |
*** nathany has quit IRC | 20:13 | |
*** dbfrombrc has quit IRC | 20:17 | |
*** jpcw2002 has joined #zope3-dev | 20:17 | |
*** jhauser has joined #zope3-dev | 20:20 | |
*** RaFromBRC has joined #zope3-dev | 20:23 | |
*** quodt has joined #zope3-dev | 20:43 | |
*** sm_ has joined #zope3-dev | 20:45 | |
*** sm has quit IRC | 20:46 | |
*** vimes656 has quit IRC | 20:47 | |
*** whitmo has joined #zope3-dev | 20:55 | |
*** whitmo is now known as whit | 20:56 | |
*** ignas has quit IRC | 21:00 | |
*** tarek has joined #zope3-dev | 21:00 | |
*** dobee has joined #zope3-dev | 21:00 | |
*** alga has quit IRC | 21:01 | |
*** mgedmin has quit IRC | 21:03 | |
*** alecm_ has quit IRC | 21:05 | |
*** alecm has joined #zope3-dev | 21:05 | |
*** philiKON has joined #zope3-dev | 21:12 | |
*** jayaraj has joined #zope3-dev | 21:17 | |
*** jayaraj has quit IRC | 21:17 | |
*** jayaraj has joined #zope3-dev | 21:17 | |
*** jayaraj has quit IRC | 21:19 | |
*** whit has quit IRC | 21:21 | |
*** jodok has joined #zope3-dev | 21:22 | |
*** nathany has joined #zope3-dev | 21:23 | |
*** sunew has joined #zope3-dev | 21:24 | |
*** jbonilla has joined #zope3-dev | 21:27 | |
*** sunew has quit IRC | 21:27 | |
*** tarek has quit IRC | 21:30 | |
*** __mac__ has joined #zope3-dev | 21:41 | |
*** agroszer_ has joined #zope3-dev | 21:43 | |
*** agroszer has quit IRC | 21:55 | |
*** tarek has joined #zope3-dev | 21:57 | |
*** jbonilla has left #zope3-dev | 21:58 | |
*** harobed has joined #zope3-dev | 22:00 | |
*** whit has joined #zope3-dev | 22:03 | |
*** tarek has quit IRC | 22:03 | |
*** povbot has joined #zope3-dev | 22:05 | |
*** b52laptop has joined #zope3-dev | 22:08 | |
*** whit has quit IRC | 22:13 | |
*** faassen has quit IRC | 22:19 | |
*** jpcw2002 has quit IRC | 22:19 | |
*** vimes656 has joined #zope3-dev | 22:25 | |
*** grahamperrin has joined #zope3-dev | 22:28 | |
*** djohnson_ has joined #zope3-dev | 22:36 | |
*** alecm has quit IRC | 22:38 | |
*** alecm has joined #zope3-dev | 22:38 | |
*** dobee has quit IRC | 22:46 | |
*** __mac__ has quit IRC | 22:47 | |
*** lurkymclurkleton has quit IRC | 22:47 | |
*** lurkymclurkleton has joined #zope3-dev | 22:47 | |
*** greenman has joined #zope3-dev | 22:49 | |
*** tarek has joined #zope3-dev | 22:51 | |
*** grahamperrin has quit IRC | 22:55 | |
*** agroszer_ has quit IRC | 22:56 | |
*** jodok_ has joined #zope3-dev | 23:07 | |
*** jodok has quit IRC | 23:07 | |
*** tarek has quit IRC | 23:09 | |
*** djohnson_ has quit IRC | 23:12 | |
*** grahamperrin has joined #zope3-dev | 23:16 | |
*** elro has joined #zope3-dev | 23:22 | |
*** afd_ has quit IRC | 23:38 | |
*** alecm has quit IRC | 23:41 | |
*** alecm has joined #zope3-dev | 23:41 | |
*** jhauser has quit IRC | 23:44 | |
*** scooterXL has quit IRC | 23:47 | |
*** vimes656 has quit IRC | 23:48 | |
*** regebro has quit IRC | 23:51 | |
*** greenman has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!