| * benji wonders if rocky fell asleep | 00:20 | |
| rocky | whoops, no, lol | 00:20 | 
|---|---|---|
| rocky | i'm here | 00:20 | 
| rocky | thats the same sort of thing i already did | 00:20 | 
| benji | great minds think alike | 00:21 | 
| rocky | i just figured since so many zcml directives and whatnot take packages as params that this code had already been written someplace ;) | 00:21 | 
| benji | it probably is, but I didn't find it in 2 minutes of searching; I didn't look in the schema field for package names, that would be a good spot | 00:22 | 
| *** sussi has joined #zope3-dev | 00:30 | |
| roym | Is there a way to dump/view changes made via the ZMI to grants for a site? The intent is to store this and replay when re-creating the site... | 01:12 | 
| *** sussi has quit IRC | 01:33 | |
| *** alecm_ has quit IRC | 02:48 | |
| *** rocky has quit IRC | 03:08 | |
| *** flox has quit IRC | 03:13 | |
| *** flox has joined #zope3-dev | 03:14 | |
| *** TresEquis has joined #zope3-dev | 03:28 | |
| *** hannosch has quit IRC | 04:02 | |
| *** TresEquis has quit IRC | 04:34 | |
| *** roym has quit IRC | 05:19 | |
| *** oferw has joined #zope3-dev | 06:49 | |
| *** alecm_ has joined #zope3-dev | 07:03 | |
| *** alecm_ has quit IRC | 07:07 | |
| *** alecm_ has joined #zope3-dev | 07:12 | |
| *** alecm_ has quit IRC | 07:15 | |
| *** oferw has quit IRC | 07:33 | |
| *** dobee has joined #zope3-dev | 11:01 | |
| *** batlogg has joined #zope3-dev | 11:49 | |
| *** dunny has quit IRC | 13:37 | |
| *** SteveA has quit IRC | 13:59 | |
| *** rocky has joined #zope3-dev | 14:16 | |
| *** Theuni has joined #zope3-dev | 14:20 | |
| *** tarek has joined #zope3-dev | 14:32 | |
| *** tarek has quit IRC | 15:39 | |
| *** J1m has joined #zope3-dev | 16:13 | |
| *** TrevorP has joined #zope3-dev | 16:47 | |
| *** MJ has quit IRC | 16:58 | |
| *** yota has quit IRC | 17:03 | |
| *** yota has joined #zope3-dev | 17:04 | |
| *** TrevorP has quit IRC | 17:29 | |
| *** TrevorP has joined #zope3-dev | 17:30 | |
| *** batlogg has quit IRC | 17:35 | |
| *** batlogg has joined #zope3-dev | 17:42 | |
| *** rock1 has joined #zope3-dev | 17:51 | |
| *** rocky has quit IRC | 17:52 | |
| *** rock1 is now known as rocky | 17:52 | |
| *** rocky has quit IRC | 17:57 | |
| *** rocky has joined #zope3-dev | 17:58 | |
| *** rocky has joined #zope3-dev | 18:34 | |
| *** jhauser has quit IRC | 18:36 | |
| *** roym has joined #zope3-dev | 18:49 | |
| *** romanofski has joined #zope3-dev | 19:14 | |
| *** dobee has quit IRC | 19:17 | |
| rocky | hm, i wish python had class decorators so i could do @schema.provide(ISomeInterface) or something for a class and have it auto-setup fields based on an interface | 20:19 | 
| *** philiKON has joined #zope3-dev | 20:28 | |
| *** zagy has joined #zope3-dev | 20:43 | |
| *** batlogg has quit IRC | 20:49 | |
| whit | rocky: use metaclasses | 20:56 | 
| rocky | seems like overkill | 20:56 | 
| whit | they are effectively class decorators ;) | 20:56 | 
| whit | not really | 20:56 | 
| whit | only because you don't have syntactic sugar | 20:57 | 
| rocky | well, a metaclass is a class decorator if you consider a class to be an object decorator ;) | 20:57 | 
| whit | semantics | 20:57 | 
| whit | I guess the execution time might be wrong | 20:58 | 
| *** RaFromBRC has quit IRC | 21:08 | |
| *** rock1 has joined #zope3-dev | 21:13 | |
| *** rocky has quit IRC | 21:14 | |
| *** rock1 is now known as rocky | 21:14 | |
| *** whit has quit IRC | 21:16 | |
| *** alecm_ has joined #zope3-dev | 21:30 | |
| *** Theuni has quit IRC | 21:31 | |
| *** alecm_ has joined #zope3-dev | 21:31 | |
| *** dunny has joined #zope3-dev | 21:37 | |
| *** batlogg has joined #zope3-dev | 21:53 | |
| *** batlogg has quit IRC | 22:03 | |
| *** rock1 has joined #zope3-dev | 22:24 | |
| *** J1m has quit IRC | 22:24 | |
| *** rocky has quit IRC | 22:25 | |
| *** rock1 is now known as rocky | 22:25 | |
| *** romanofs1i has joined #zope3-dev | 22:28 | |
| *** admp has quit IRC | 22:32 | |
| *** romanofski has quit IRC | 22:41 | |
| *** svenn has joined #zope3-dev | 22:45 | |
| *** romanofs1i has quit IRC | 23:14 | |
| *** svenn has quit IRC | 23:15 | |
| *** SteveA has joined #zope3-dev | 23:18 | |
| *** baldtrol has joined #zope3-dev | 23:22 | |
| baldtrol | hi all | 23:22 | 
| baldtrol | dunno if anyone is around currently, but i've recently built a patch for the soap publisher, bringing it up to date for 3.2's request api, and up to ZSI's 2.0 api | 23:25 | 
| baldtrol | where/how can i submit that patch? | 23:25 | 
| baldtrol | all the original product's tests pass, the changes are contained entirely in the module, external functionality is merely migrated. | 23:26 | 
| roym | folks, if I am using the Session Credentials plugin in a PAU, how would I force a logout - ie: do I expire a cookie? any sample code that I can look at? | 23:32 | 
| roym | ah - never mind: I see there is a plugin.logout() defined on the session creds plugin. | 23:36 | 
| *** zagy has quit IRC | 23:56 | |
| *** flox_ has joined #zope3-dev | 23:58 | |
| *** SteveA has quit IRC | 23:59 | |
| *** flox has quit IRC | 23:59 | |
| *** baldtrol has quit IRC | 23:59 | |
| *** tiredbones has quit IRC | 23:59 | |
| *** flox_ is now known as flox | 23:59 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!