*** davisagli_ has quit IRC | 00:05 | |
*** nyo has quit IRC | 00:05 | |
*** thruflo has joined #zope3-dev | 00:06 | |
*** timte has quit IRC | 00:17 | |
thruflo | Hi, I've allocated a role to a principal for an object, ala: | 00:17 |
---|---|---|
thruflo | role_manager = IPrincipalRoleManager(self.context) | 00:17 |
thruflo | role_manager.assignRoleToPrincipal('clipstream.Viewer', principal_id) | 00:17 |
thruflo | i have a trivial <div>Hello</div> view exposed on it with a zope.Public permission | 00:17 |
afd__ | thruflo: ... | 00:18 |
thruflo | I've successfully allocated the role to a user | 00:18 |
thruflo | >>> rm7 = interfaces.IPrincipalRoleManager(root['airbus']['campaign7']) | 00:18 |
thruflo | >>> rm7.getPrincipalsAndRoles() | 00:18 |
thruflo | [('clipstream.Viewer', u'clipstream.campaign7', PermissionSetting: Allow)] | 00:18 |
thruflo | but I get an unauthorized | 00:18 |
afd__ | a traceback would help | 00:18 |
thruflo | if I allocate the same role to the same user for the parent object in the traversal heirarchy | 00:19 |
thruflo | I can access it | 00:19 |
thruflo | ie: not unauthorised | 00:19 |
* thruflo nods to afd__ - I'm afraid the only traceback I get is a bit misleading, ala http://article.gmane.org/gmane.comp.web.zope.zope3.user/7282 | 00:19 | |
lisppaste6 | thruflo pasted "unauthorized" at http://paste.lisp.org/display/71274 | 00:20 |
*** JaRoel|4D has joined #zope3-dev | 00:21 | |
thruflo | does the security / traversal machinery work like this, i.e.: I have to have a certain permission on a parent object to have it on a child?! | 00:21 |
afd__ | thruflo: check that __name__ is covered by the security declarations (maybe you should specifically declare security settings for ILocation), check that the object where you assign roles is annotatable (probably it is) | 00:23 |
afd__ | that's what I can think of | 00:23 |
thruflo | to be clear: if I allocate my role, clipstream.Viewer, to the parent / container object, I can access the test view on all of the children. If I allocate the role directly to a child, I get unauthorised when accessing my trivial test view. | 00:23 |
afd__ | although I wonder, if you don't have permissions to view parent object, what would happen when trying to calculate, for example, absolute_url on the child | 00:24 |
* thruflo nods - that seems to be the error that the error handler is hitting in the traceback | 00:24 | |
thruflo | i just wondered is that was default / desired behaviour or not | 00:25 |
thruflo | s/is/if | 00:25 |
afd__ | if that is your setup (parent is not readable by the user that accesses the child object), then you might have problems. absolute_url for certain is calculated by traversing parents | 00:26 |
* thruflo nods oh well, one for the morning... | 00:31 | |
thruflo | tx for the help | 00:31 |
*** thruflo has quit IRC | 00:32 | |
*** nyo has joined #zope3-dev | 00:40 | |
*** norro has quit IRC | 00:47 | |
*** thetet has joined #zope3-dev | 00:48 | |
*** yota has quit IRC | 00:50 | |
*** thetet has left #zope3-dev | 00:54 | |
*** nyo has quit IRC | 00:55 | |
*** harobed has joined #zope3-dev | 00:55 | |
*** davisagli has joined #zope3-dev | 01:17 | |
*** JaRoel|4D has quit IRC | 01:31 | |
*** _srichter has joined #zope3-dev | 01:40 | |
*** lisppaste6 has quit IRC | 01:47 | |
*** lisppaste6 has joined #zope3-dev | 01:47 | |
*** flox has left #zope3-dev | 01:48 | |
*** strichter has quit IRC | 01:56 | |
*** strichter has joined #zope3-dev | 01:56 | |
*** _srichter has quit IRC | 02:00 | |
*** dunny has quit IRC | 02:02 | |
*** aaronv has quit IRC | 02:05 | |
*** jfkw has quit IRC | 02:06 | |
*** jfkw has joined #zope3-dev | 02:11 | |
*** davisagli has quit IRC | 02:18 | |
*** greenman_ has joined #zope3-dev | 02:20 | |
*** greenman has quit IRC | 02:21 | |
*** harobed has quit IRC | 02:25 | |
*** afd__ has quit IRC | 02:27 | |
*** davisagli has joined #zope3-dev | 02:27 | |
*** binbrain has joined #zope3-dev | 02:41 | |
*** jsadjohnson has joined #zope3-dev | 02:52 | |
*** davisagli has quit IRC | 02:52 | |
*** greenman_ has quit IRC | 02:59 | |
*** davisagli has joined #zope3-dev | 03:00 | |
*** binbrain has quit IRC | 03:02 | |
*** redir has joined #zope3-dev | 03:07 | |
*** redir has quit IRC | 03:07 | |
*** fmail has joined #zope3-dev | 03:11 | |
*** fmail has left #zope3-dev | 03:11 | |
*** jfkw has quit IRC | 03:27 | |
*** greenman has joined #zope3-dev | 03:39 | |
*** davisagli has quit IRC | 04:16 | |
*** davisagli has joined #zope3-dev | 04:24 | |
*** alga has quit IRC | 04:35 | |
*** davisagli has quit IRC | 05:29 | |
*** binbrain has joined #zope3-dev | 05:34 | |
*** davisagli has joined #zope3-dev | 05:43 | |
*** binseer has joined #zope3-dev | 06:13 | |
*** dunny has joined #zope3-dev | 06:31 | |
*** fairwinds has quit IRC | 06:38 | |
*** tarek has joined #zope3-dev | 06:39 | |
*** tarek has quit IRC | 06:43 | |
*** baijum has joined #zope3-dev | 06:49 | |
*** strichter has quit IRC | 06:52 | |
*** tarek has joined #zope3-dev | 06:55 | |
*** tarek has quit IRC | 07:04 | |
*** binbrain has quit IRC | 07:06 | |
*** binbrain has joined #zope3-dev | 07:49 | |
*** TresEquis has quit IRC | 07:50 | |
*** jayaraj has joined #zope3-dev | 08:02 | |
*** kursor has joined #zope3-dev | 08:08 | |
*** karthik has joined #zope3-dev | 08:18 | |
*** jukart has joined #zope3-dev | 08:22 | |
*** kursor has quit IRC | 08:23 | |
*** karthik has quit IRC | 08:24 | |
*** kursor has joined #zope3-dev | 08:24 | |
*** karthiks has joined #zope3-dev | 08:24 | |
*** davisagli has left #zope3-dev | 08:27 | |
*** karthiks has quit IRC | 08:27 | |
*** karthiks has joined #zope3-dev | 08:27 | |
*** kursor has quit IRC | 08:29 | |
*** kursor has joined #zope3-dev | 08:30 | |
*** philiKON_ has joined #zope3-dev | 08:31 | |
*** kaeru has quit IRC | 08:36 | |
*** philiKON has quit IRC | 08:40 | |
*** afd__ has joined #zope3-dev | 08:42 | |
*** kursor has quit IRC | 08:43 | |
*** basti has joined #zope3-dev | 08:43 | |
*** zagy has joined #zope3-dev | 08:54 | |
*** binbrain has quit IRC | 08:59 | |
*** agroszer has joined #zope3-dev | 09:00 | |
*** philiKON_ has quit IRC | 09:02 | |
*** __mac__ has joined #zope3-dev | 09:02 | |
*** quodt has joined #zope3-dev | 09:12 | |
*** yotaff has joined #zope3-dev | 09:15 | |
*** greenman has quit IRC | 09:15 | |
*** greenman has joined #zope3-dev | 09:17 | |
*** JaRoel|4D has joined #zope3-dev | 09:54 | |
*** agroszer has quit IRC | 09:56 | |
*** Theuni has joined #zope3-dev | 09:56 | |
*** JaRoel|4_ has joined #zope3-dev | 09:57 | |
*** MrTopf has joined #zope3-dev | 09:58 | |
*** pyqwer has joined #zope3-dev | 10:00 | |
*** agroszer has joined #zope3-dev | 10:02 | |
*** mkerrin has joined #zope3-dev | 10:08 | |
*** MrTopf has quit IRC | 10:09 | |
*** MrTopf has joined #zope3-dev | 10:16 | |
*** iham|away has quit IRC | 10:19 | |
*** JaRoel|4D has quit IRC | 10:20 | |
*** iham has joined #zope3-dev | 10:21 | |
imgrey | morning #zope3-dev | 10:21 |
*** kursor has joined #zope3-dev | 10:21 | |
imgrey | something horrible happened with ZODB during test, which tried to insert 1M of objects | 10:21 |
imgrey | http://dpaste.com/94981/ | 10:21 |
imgrey | does someone have a comment ? | 10:22 |
*** jhauser has joined #zope3-dev | 10:22 | |
*** jayaraj has quit IRC | 10:23 | |
*** pelle_ has joined #zope3-dev | 10:24 | |
*** kursor has joined #zope3-dev | 10:24 | |
*** jayaraj has joined #zope3-dev | 10:27 | |
*** malthe has joined #zope3-dev | 10:27 | |
*** MJ has joined #zope3-dev | 10:40 | |
imgrey | what is the correct way to run zeo ? | 10:41 |
imgrey | I see that zope.conf has <zodb> definition | 10:41 |
*** ccomb has joined #zope3-dev | 10:48 | |
*** jhauser has joined #zope3-dev | 10:53 | |
*** JaRoel|4_ is now known as JaRoel|4D | 10:55 | |
*** MrTopf has quit IRC | 10:57 | |
*** philiKON has joined #zope3-dev | 10:57 | |
*** romanofski has joined #zope3-dev | 10:58 | |
*** regebro has joined #zope3-dev | 11:00 | |
*** toutpt has joined #zope3-dev | 11:08 | |
*** jpcw has joined #zope3-dev | 11:12 | |
*** sawdog has joined #zope3-dev | 11:15 | |
*** ktwilight has quit IRC | 11:37 | |
*** ktwilight has joined #zope3-dev | 11:40 | |
*** nyo has joined #zope3-dev | 11:42 | |
*** markusleist has left #zope3-dev | 11:44 | |
*** markusleist has joined #zope3-dev | 11:44 | |
*** jayaraj_ has joined #zope3-dev | 11:49 | |
*** karthiks_ has joined #zope3-dev | 11:49 | |
*** binseer_ has joined #zope3-dev | 11:51 | |
*** jayaraj_ has quit IRC | 11:52 | |
*** jayaraj_ has joined #zope3-dev | 11:52 | |
*** MrTopf has joined #zope3-dev | 11:55 | |
*** goschtl has joined #zope3-dev | 11:57 | |
*** junkafarian has joined #zope3-dev | 12:03 | |
*** binseer has quit IRC | 12:04 | |
*** jayaraj has quit IRC | 12:04 | |
*** harobed has joined #zope3-dev | 12:06 | |
*** karthiks has quit IRC | 12:07 | |
*** jayaraj_ has quit IRC | 12:13 | |
*** jayaraj has joined #zope3-dev | 12:14 | |
*** afd__ has quit IRC | 12:15 | |
*** kiorky has quit IRC | 12:17 | |
*** kiorky has joined #zope3-dev | 12:17 | |
*** afd_ has joined #zope3-dev | 12:18 | |
*** harobed_ has joined #zope3-dev | 12:33 | |
*** dunny has quit IRC | 12:34 | |
*** fairwinds has joined #zope3-dev | 13:04 | |
*** binseer__ has joined #zope3-dev | 13:07 | |
*** karthik_s has joined #zope3-dev | 13:07 | |
*** binseer_ has quit IRC | 13:14 | |
*** greenman has quit IRC | 13:15 | |
*** jayaraj_ has joined #zope3-dev | 13:25 | |
*** jayaraj has quit IRC | 13:28 | |
*** karthiks_ has quit IRC | 13:28 | |
*** alga has joined #zope3-dev | 13:37 | |
*** alga_ has joined #zope3-dev | 13:39 | |
*** jhauser has quit IRC | 13:40 | |
*** baijum has quit IRC | 13:40 | |
*** ccomb has left #zope3-dev | 13:50 | |
*** jhauser has joined #zope3-dev | 14:01 | |
*** basti has quit IRC | 14:09 | |
imgrey | wtf: http://dpaste.com/95027/ | 14:10 |
imgrey | connection was with localhost | 14:13 |
*** jpcw has quit IRC | 14:13 | |
*** ignas has joined #zope3-dev | 14:22 | |
*** mintsauce has joined #zope3-dev | 14:23 | |
*** goschtl has quit IRC | 14:28 | |
*** ccomb has joined #zope3-dev | 14:31 | |
*** iham has quit IRC | 14:33 | |
*** sunew has joined #zope3-dev | 14:38 | |
*** zagy has quit IRC | 14:39 | |
*** zagy has joined #zope3-dev | 14:40 | |
*** romanofs1i has joined #zope3-dev | 14:43 | |
*** jpcw has joined #zope3-dev | 14:43 | |
*** pelle_ has quit IRC | 14:50 | |
*** pelle_ has joined #zope3-dev | 14:51 | |
*** goschtl has joined #zope3-dev | 14:51 | |
*** romanofski has quit IRC | 14:55 | |
*** mintsauce has quit IRC | 14:56 | |
*** harobed__ has joined #zope3-dev | 15:09 | |
*** harobed__ has quit IRC | 15:14 | |
*** yotaff has quit IRC | 15:23 | |
*** yotaff has joined #zope3-dev | 15:26 | |
*** philiKON has quit IRC | 15:33 | |
*** benji has joined #zope3-dev | 15:52 | |
*** lurkymclurkleton has joined #zope3-dev | 15:58 | |
*** lurkymclurkleton has quit IRC | 15:58 | |
*** lurkymclurkleton has joined #zope3-dev | 15:59 | |
*** jamur2 has joined #zope3-dev | 16:02 | |
*** aaronv has joined #zope3-dev | 16:13 | |
*** J1m has joined #zope3-dev | 16:13 | |
*** srichter has joined #zope3-dev | 16:13 | |
*** binseer_ has joined #zope3-dev | 16:16 | |
*** jayaraj__ has joined #zope3-dev | 16:16 | |
*** karthiks has joined #zope3-dev | 16:16 | |
*** jayaraj_ has quit IRC | 16:18 | |
*** binseer_ has quit IRC | 16:18 | |
*** binseer_ has joined #zope3-dev | 16:19 | |
*** jamur2 has quit IRC | 16:19 | |
*** jamur2 has joined #zope3-dev | 16:21 | |
*** sp0cksbeard has joined #zope3-dev | 16:25 | |
*** kursor has quit IRC | 16:27 | |
*** karthik_s has quit IRC | 16:31 | |
*** binseer__ has quit IRC | 16:31 | |
*** binbrain has joined #zope3-dev | 16:36 | |
*** jayaraj_ has joined #zope3-dev | 16:43 | |
*** binseer__ has joined #zope3-dev | 16:43 | |
*** karthiks_ has joined #zope3-dev | 16:43 | |
*** karthiks_ has quit IRC | 16:45 | |
*** iham has joined #zope3-dev | 16:46 | |
*** srichter has quit IRC | 16:49 | |
*** srichter has joined #zope3-dev | 16:49 | |
*** menesis has joined #zope3-dev | 16:51 | |
*** lucielejard has joined #zope3-dev | 16:52 | |
*** yotaff has quit IRC | 16:53 | |
*** srichter has quit IRC | 16:57 | |
*** srichter has joined #zope3-dev | 16:57 | |
*** yotaff has joined #zope3-dev | 16:59 | |
*** binseer_ has quit IRC | 17:07 | |
*** karthiks has quit IRC | 17:08 | |
*** jayaraj__ has quit IRC | 17:10 | |
*** strichter has joined #zope3-dev | 17:13 | |
*** binseer__ has quit IRC | 17:18 | |
*** jayaraj_ has quit IRC | 17:20 | |
*** reco has joined #zope3-dev | 17:25 | |
*** projekt01 has joined #zope3-dev | 17:30 | |
*** whit has joined #zope3-dev | 17:31 | |
*** srichter has quit IRC | 17:34 | |
*** elro has joined #zope3-dev | 17:36 | |
*** mintsauce has joined #zope3-dev | 17:39 | |
mintsauce | I'm creating an object using formlib | 17:39 |
*** MJ has quit IRC | 17:39 | |
mintsauce | by default it seems to display the zmi style @@content page after submission | 17:40 |
mintsauce | how do i (a) change what page is shown after submission? | 17:40 |
mintsauce | (b) make sure people cant browse via the address bar to @@content (as it has rename and delete functions) | 17:40 |
goschtl | mintsauce: you can add a handler in your form action | 17:40 |
goschtl | you can add in your handler an redirect... | 17:41 |
ignas | mintsauce: i think zmi views and menus are sensitive to permissions | 17:41 |
ignas | mintsauce: so if you don't have the permission to do something, you won't see the view or at least won't be able to delete anything | 17:41 |
mintsauce | ignas: true | 17:41 |
andres | mintsauce: but I semantically its not nice to have delete and rename in @@content ;-) | 17:42 |
andres | +think | 17:42 |
ignas | andres: it's default in rotterdam/ZMI i think | 17:42 |
ignas | andres: so it's not mintsauce's decision | 17:42 |
mintsauce | goschtl: so is there a 'nexturl' function in formlib, or do i literally need to override the flow and redirect myself....? | 17:43 |
mintsauce | im using a custom skin - can i 'turn off' rotterdam elements? | 17:43 |
ignas | mintsauce: i think there was some way to set a default view for a content object in ZMI | 17:43 |
ignas | but I can't recall what :/ | 17:43 |
mintsauce | ignas: now you mention it - so do i ... hmmm | 17:43 |
mintsauce | browser:defaultView in zcml? | 17:43 |
*** whit has quit IRC | 17:44 | |
andres | mintsauce: yes, theres nextURL or similar in formlib | 17:44 |
goschtl | mintsauce: add an response.redirect('yoururl') add the end of your handler.. | 17:44 |
*** runyaga has quit IRC | 17:45 | |
ignas | mintsauce: maybe | 17:45 |
mintsauce | (actually - i have the browser:defaultView set already - its the after form submit thats the issue) | 17:45 |
mintsauce | soooo assuming my redirect works - can i 'turn off' that @@contents.html view in my skin? | 17:45 |
ignas | mintsauce: if your skin will not inherit from Rotterdam skin | 17:46 |
ignas | mintsauce: but then you will have to register everything that you *need* for your skin manually | 17:46 |
mintsauce | ugg | 17:47 |
ignas | mintsauce: other way is to uze z3c. or zc. something | 17:47 |
ignas | that disables zcml files you don't want | 17:47 |
ignas | or you can register a contents.html | 17:47 |
ignas | that is blank/empty | 17:47 |
ignas | for your skin | 17:47 |
ignas | and thus overlay the default one | 17:47 |
mintsauce | registering a contents.html is empty might be a (quick) idea round it - yeah | 17:47 |
ignas | mintsauce: and anyway - don't use ZMI | 17:47 |
ignas | it's ugly | 17:47 |
mintsauce | ignas: i dont - its just that some pages are still browsable | 17:48 |
andres | mintsauce: why do you use rotterdamm in your skin then? | 17:48 |
* mintsauce having a day of paranoia about clued in zope users using his site. | 17:48 | |
*** jsadjohnson has quit IRC | 17:48 | |
mintsauce | andres: i *think* i use some of the default elements - will try removing it and finding out what happens ... | 17:49 |
benji | the exclude directive is provided by zc.configuration (http://pypi.python.org/pypi/zc.configuration) | 17:49 |
mintsauce | will response.redirecting before a return <object> break the submission? | 17:52 |
*** benji has quit IRC | 17:52 | |
ignas | mintsauce: nope, it should not | 17:52 |
ignas | mintsauce: redirect just tels Zope3 what to "render" it does not affect the flow of your application | 17:53 |
ignas | so you can redirect like 5 times in the same view ;) (only the last one will count) | 17:53 |
mintsauce | ignas: good .. thanks | 17:53 |
*** benji has joined #zope3-dev | 17:53 | |
*** sunew has quit IRC | 18:01 | |
*** sunew has joined #zope3-dev | 18:01 | |
*** nyo has quit IRC | 18:01 | |
*** dvschramm has joined #zope3-dev | 18:04 | |
*** sunew has quit IRC | 18:04 | |
*** philiKON has joined #zope3-dev | 18:06 | |
*** jukart has quit IRC | 18:06 | |
*** harobed has quit IRC | 18:07 | |
mintsauce | putting a response redirect before the return doesnt work - formlib handlers still take over and forward me off elsewhere :( | 18:09 |
mintsauce | ignas: the last one is counting ;) | 18:09 |
ignas | hmm? | 18:12 |
ignas | yeah | 18:13 |
ignas | now I understand what you said | 18:13 |
ignas | which is why nextUrl | 18:13 |
*** nyo has joined #zope3-dev | 18:14 | |
*** pelle_ has quit IRC | 18:16 | |
mintsauce | self.context.nextURL() | 18:18 |
mintsauce | how do i change it? | 18:18 |
*** yotaff has quit IRC | 18:19 | |
ignas | context.nextUrl ? | 18:20 |
ignas | i thought it was a method on a form | 18:20 |
ignas | that you could override | 18:20 |
*** danfairs has joined #zope3-dev | 18:21 | |
andres | mintsauce: just override the nextURL method in your addform | 18:22 |
mintsauce | andres: yup - like so? http://mail.zope.org/pipermail/zope3-users/2006-September/004376.html | 18:23 |
*** davisagli has joined #zope3-dev | 18:23 | |
andres | yes | 18:23 |
mintsauce | andres: just got it working in my code :) | 18:25 |
mintsauce | thanks guys | 18:25 |
*** harobed_ has quit IRC | 18:29 | |
*** goschtl has quit IRC | 18:33 | |
*** pcardune has joined #zope3-dev | 18:45 | |
*** JaRoel|4D has quit IRC | 18:45 | |
*** zagy has quit IRC | 18:47 | |
*** __mac__ has quit IRC | 18:47 | |
*** bigkevmcd has joined #zope3-dev | 18:52 | |
*** ignas has quit IRC | 18:54 | |
*** mintsauce has quit IRC | 18:55 | |
*** pyqwer has quit IRC | 19:01 | |
*** timte has joined #zope3-dev | 19:07 | |
*** binbrain has quit IRC | 19:16 | |
*** Theuni has quit IRC | 19:18 | |
*** toutpt has quit IRC | 19:20 | |
*** redir has joined #zope3-dev | 19:22 | |
*** sawdog has quit IRC | 19:31 | |
*** quodt has quit IRC | 19:31 | |
imgrey | how to store references on object ? | 19:34 |
imgrey | with weakref ? | 19:34 |
junkafarian | If i have got rid of an interface attribute which was storing large amounts of binary data can I pack the ZODB to reduce the size of the Data.fs? | 19:37 |
*** malthe has quit IRC | 19:38 | |
*** pcardune_ has joined #zope3-dev | 19:40 | |
ccomb | imgrey: yes you can try persistent.wref.WeakRef | 19:40 |
ccomb | junkafarian: you have to remove the attribute in every instance stored in the zodb | 19:41 |
*** projekt01 has quit IRC | 19:41 | |
junkafarian | ccomb: will that pack the size automatically? | 19:41 |
ccomb | you can pack after removing the attributes | 19:42 |
ccomb | that will reduce the size | 19:42 |
junkafarian | righto | 19:42 |
junkafarian | so how do i pack? :D | 19:42 |
ccomb | you can do that from the ZMI | 19:43 |
imgrey | ccomb, is presistent.wref.WeakRef is described somewhere ? because doc strings contain ery briev description | 19:43 |
imgrey | s/briev/brief | 19:43 |
ccomb | it should work like Python weakrefs | 19:43 |
imgrey | ccomb, python weakrefs is related to garbage collector | 19:44 |
imgrey | so object which pointed by another object with weakref may be removed from memory | 19:45 |
imgrey | how WeakRef behaves ? | 19:46 |
*** yota has joined #zope3-dev | 19:47 | |
imgrey | and how to get objects which referring to certain object ? | 19:49 |
*** pcardune has quit IRC | 19:58 | |
*** brandon_rhodes has joined #zope3-dev | 20:00 | |
*** agroszer has quit IRC | 20:00 | |
*** agroszer has joined #zope3-dev | 20:01 | |
junkafarian | ccomb: sorry i dont see it in the ZMI | 20:01 |
junkafarian | is it somewhere in ++etc++site/ | 20:01 |
ccomb | junkafarian: In the root, "manage process" | 20:02 |
ccomb | /++etc++process/ | 20:02 |
ccomb | otherwise you can do it offline in debug mode with pack() | 20:02 |
junkafarian | 404 | 20:02 |
junkafarian | ok | 20:02 |
*** andycat has quit IRC | 20:06 | |
junkafarian | cheers ccomb | 20:10 |
*** nyo has quit IRC | 20:10 | |
ccomb | /++bye++/ :) | 20:11 |
*** thetet has joined #zope3-dev | 20:19 | |
*** dunny has joined #zope3-dev | 20:23 | |
*** flox has joined #zope3-dev | 20:27 | |
*** thetet has left #zope3-dev | 20:37 | |
*** tomislav- has quit IRC | 20:37 | |
*** tomislav- has joined #zope3-dev | 20:41 | |
*** dvschramm has quit IRC | 20:42 | |
*** MrTopf has quit IRC | 20:48 | |
*** mkerrin has quit IRC | 20:49 | |
*** andycat has joined #zope3-dev | 20:54 | |
*** andycat has joined #zope3-dev | 20:55 | |
*** fairwinds has quit IRC | 20:57 | |
*** iham is now known as iham|away | 21:10 | |
*** quodt has joined #zope3-dev | 21:18 | |
*** ccomb has left #zope3-dev | 21:30 | |
*** nyo has joined #zope3-dev | 21:32 | |
*** greenman has joined #zope3-dev | 21:33 | |
*** JaRoel|4D has joined #zope3-dev | 21:34 | |
*** fairwinds has joined #zope3-dev | 21:43 | |
*** greenman has quit IRC | 21:43 | |
*** afd_ has quit IRC | 21:51 | |
*** reco has quit IRC | 22:01 | |
*** elro has quit IRC | 22:34 | |
*** Theuni has joined #zope3-dev | 22:34 | |
*** JaRoel|4D has quit IRC | 22:39 | |
*** tomislav- has quit IRC | 22:42 | |
*** tomislav- has joined #zope3-dev | 22:43 | |
*** strichter is now known as trichter | 22:47 | |
*** trichter is now known as srichter | 22:47 | |
*** TresEquis has joined #zope3-dev | 22:51 | |
*** reco has joined #zope3-dev | 23:06 | |
*** faassen has joined #zope3-dev | 23:08 | |
*** faassen has quit IRC | 23:08 | |
*** agroszer has quit IRC | 23:22 | |
*** JaRoel|4D has joined #zope3-dev | 23:22 | |
*** greenman has joined #zope3-dev | 23:33 | |
*** pcardune has joined #zope3-dev | 23:37 | |
*** danfairs has joined #zope3-dev | 23:40 | |
*** jhauser has quit IRC | 23:47 | |
*** aaronv has quit IRC | 23:53 | |
*** pcardune_ has quit IRC | 23:55 | |
*** romanofs1i has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!