*** Theuni1 has joined #zope3-dev | 00:09 | |
*** matthal has quit IRC | 00:10 | |
*** benji has quit IRC | 00:13 | |
*** pcardune has quit IRC | 00:28 | |
*** benji has joined #zope3-dev | 00:39 | |
*** romanofski has joined #zope3-dev | 00:53 | |
*** benji has quit IRC | 00:54 | |
*** romanofski has quit IRC | 00:57 | |
*** aaronv has quit IRC | 00:59 | |
*** gary_poster has quit IRC | 01:05 | |
*** pcardune has joined #zope3-dev | 01:19 | |
*** MrTango has quit IRC | 01:40 | |
*** aaronv has joined #zope3-dev | 01:43 | |
*** aaronv has quit IRC | 01:48 | |
*** r0ver has joined #zope3-dev | 01:53 | |
*** J1m has quit IRC | 01:58 | |
*** nathany has quit IRC | 02:04 | |
*** tarek has quit IRC | 02:07 | |
*** matthal has joined #zope3-dev | 02:24 | |
*** aaronv has joined #zope3-dev | 02:49 | |
*** r0ver has left #zope3-dev | 03:07 | |
*** romanofski has joined #zope3-dev | 03:58 | |
*** stub has joined #zope3-dev | 04:24 | |
*** davisagli has left #zope3-dev | 04:26 | |
*** matthal has quit IRC | 05:03 | |
*** matthal has joined #zope3-dev | 05:07 | |
*** matthal has quit IRC | 05:19 | |
*** aaronv has quit IRC | 05:26 | |
*** ignas has quit IRC | 06:06 | |
*** huajie has joined #zope3-dev | 06:07 | |
*** pcardune_ has joined #zope3-dev | 06:13 | |
*** pcardune has quit IRC | 06:17 | |
*** pcardune_ is now known as pcardune | 06:17 | |
*** matthal has joined #zope3-dev | 06:31 | |
*** davisagli has joined #zope3-dev | 06:42 | |
*** matthal has quit IRC | 06:55 | |
*** srichter has joined #zope3-dev | 07:06 | |
*** ChanServ sets mode: +o srichter | 07:06 | |
*** matthal has joined #zope3-dev | 07:09 | |
*** pcardune has quit IRC | 07:12 | |
*** strichter has joined #zope3-dev | 07:27 | |
*** srichter has quit IRC | 07:28 | |
*** jfkw has quit IRC | 07:37 | |
*** afd___ has joined #zope3-dev | 07:38 | |
*** matthal has quit IRC | 07:50 | |
*** redir has quit IRC | 08:19 | |
*** pcardune has joined #zope3-dev | 08:26 | |
*** tarek has joined #zope3-dev | 08:27 | |
*** sweh has joined #zope3-dev | 08:29 | |
*** jukart has joined #zope3-dev | 08:36 | |
*** tarek has quit IRC | 08:39 | |
*** __mac__ has joined #zope3-dev | 08:42 | |
*** andreypopp has joined #zope3-dev | 08:43 | |
*** Theuni1 has quit IRC | 08:46 | |
*** MrTango has joined #zope3-dev | 08:52 | |
*** JaRoel|4D has quit IRC | 08:56 | |
*** Theuni1 has joined #zope3-dev | 08:59 | |
*** pcardune has quit IRC | 09:03 | |
*** andreypopp has quit IRC | 09:10 | |
*** Theuni1 has quit IRC | 09:11 | |
*** alga has joined #zope3-dev | 09:15 | |
*** afd___ has quit IRC | 09:39 | |
*** davisagli has quit IRC | 09:43 | |
*** tarek has joined #zope3-dev | 09:48 | |
*** agroszer has joined #zope3-dev | 09:52 | |
*** afd___ has joined #zope3-dev | 09:58 | |
*** JaRoel|4D has joined #zope3-dev | 09:59 | |
*** tarek has quit IRC | 10:09 | |
*** stub has quit IRC | 10:10 | |
*** jpcw has joined #zope3-dev | 10:12 | |
*** ccomb has quit IRC | 10:15 | |
*** __mac__ has quit IRC | 10:41 | |
*** agroszer has quit IRC | 10:41 | |
*** andreypopp has joined #zope3-dev | 10:43 | |
*** lamike has joined #zope3-dev | 10:45 | |
*** lamike has left #zope3-dev | 10:45 | |
*** __mac__ has joined #zope3-dev | 10:52 | |
*** ccomb has joined #zope3-dev | 10:52 | |
*** afd___ has quit IRC | 10:58 | |
*** romanofski has quit IRC | 10:59 | |
*** goschtl has joined #zope3-dev | 11:04 | |
*** matthal has joined #zope3-dev | 11:05 | |
*** jhauser has joined #zope3-dev | 11:09 | |
*** zagy has joined #zope3-dev | 11:09 | |
*** olavgg has joined #zope3-dev | 11:19 | |
*** afd_ has joined #zope3-dev | 11:21 | |
*** agroszer has joined #zope3-dev | 11:25 | |
*** romanofski has joined #zope3-dev | 11:34 | |
*** afd_ has quit IRC | 11:40 | |
*** andreypopp has quit IRC | 11:41 | |
*** pvaret has joined #zope3-dev | 11:43 | |
pvaret | Hi guys; I've got a question about zope.securitypolicy/securitypolicy.zcml... | 11:52 |
---|---|---|
pvaret | That file references permission "zope.app.dublincore.view"; where does that come from? | 11:53 |
*** junkafarian has joined #zope3-dev | 11:54 | |
kobold | pvaret: maybe zope.app.dublincore? :) | 11:56 |
*** andreypopp has joined #zope3-dev | 11:56 | |
pvaret | kobold: I mean, shouldn't that ZCML file include something or other to know about that permission in the first place? | 11:57 |
pvaret | Or in more technical terms: ConfigurationExecutionError: <type 'exceptions.ValueError'>: ('Undefined permission id', 'zope.app.dublincore.view') | 11:57 |
kobold | pvaret: i think that's a bug, yes | 11:57 |
kobold | pvaret: zope.securitypolicy should either depend on zope.app.dublincore (or the package which provides that permission)... | 11:58 |
pvaret | Oooh. What's the process to report it? | 11:58 |
kobold | pvaret: or make that zcml directive conditional (eg. zcml:condition="have zope.app.dublincore") | 11:58 |
pvaret | (Just started using Zope, don't know the proper web sites and stuff yet.) | 11:58 |
kobold | pvaret: https://launchpad.net/zope.securitypolicy | 11:59 |
pvaret | Ah, thanks! I had found https://bugs.launchpad.net/zope3/ | 12:00 |
kobold | pvaret: report it for zope.securitypolicy, not for the zope3 package | 12:00 |
pvaret | kobold: I will, thanks. | 12:01 |
*** markusleist has joined #zope3-dev | 12:01 | |
kobold | pvaret: you're welcome! | 12:01 |
*** ignas has joined #zope3-dev | 12:01 | |
*** huajie has quit IRC | 12:03 | |
*** pvaret has left #zope3-dev | 12:05 | |
*** projekt01 has joined #zope3-dev | 12:25 | |
*** ccomb has quit IRC | 12:34 | |
*** stub has joined #zope3-dev | 12:39 | |
*** stub has joined #zope3-dev | 12:39 | |
*** mkerrin has joined #zope3-dev | 12:41 | |
*** menesis has quit IRC | 12:51 | |
*** andreypopp has quit IRC | 13:05 | |
*** afd_ has joined #zope3-dev | 13:10 | |
*** tarek has joined #zope3-dev | 13:11 | |
*** matthal has quit IRC | 13:13 | |
*** tarek has quit IRC | 13:33 | |
*** pyqwer has joined #zope3-dev | 13:42 | |
*** menesis has joined #zope3-dev | 14:02 | |
*** stub1 has joined #zope3-dev | 14:03 | |
*** stub has quit IRC | 14:03 | |
*** stub1 is now known as stub | 14:03 | |
*** stub has joined #zope3-dev | 14:03 | |
*** andreypopp has joined #zope3-dev | 14:05 | |
*** redir has joined #zope3-dev | 14:15 | |
*** strichter has quit IRC | 14:22 | |
*** yotaff has joined #zope3-dev | 14:25 | |
*** junkafarian has quit IRC | 14:26 | |
*** grahal_ has joined #zope3-dev | 14:34 | |
*** grahal has quit IRC | 14:38 | |
*** markusleist has quit IRC | 14:39 | |
*** yvl has quit IRC | 14:40 | |
*** junkafarian_ has joined #zope3-dev | 14:50 | |
*** huajie has joined #zope3-dev | 15:09 | |
*** ccomb has joined #zope3-dev | 15:15 | |
*** andreypopp has quit IRC | 15:32 | |
*** sunew has joined #zope3-dev | 15:33 | |
*** pyqwer has quit IRC | 15:49 | |
*** junkafarian has joined #zope3-dev | 15:51 | |
*** junkafarian_ has quit IRC | 15:54 | |
*** sunew has quit IRC | 15:55 | |
*** thetet has joined #zope3-dev | 15:56 | |
*** menesis has quit IRC | 16:00 | |
*** strichter has joined #zope3-dev | 16:03 | |
*** menesis has joined #zope3-dev | 16:05 | |
*** gary_poster has joined #zope3-dev | 16:09 | |
*** romanofski has quit IRC | 16:10 | |
*** menesis has quit IRC | 16:12 | |
*** benji has joined #zope3-dev | 16:16 | |
*** J1m has joined #zope3-dev | 16:20 | |
*** _srichter has joined #zope3-dev | 16:26 | |
*** dbfrombrc_ has joined #zope3-dev | 16:27 | |
*** jml` has joined #zope3-dev | 16:31 | |
*** jhauser has quit IRC | 16:31 | |
*** strichter has quit IRC | 16:32 | |
*** allisterb has quit IRC | 16:32 | |
*** dbfrombrc has quit IRC | 16:32 | |
*** jml has quit IRC | 16:32 | |
*** dbfrombrc_ is now known as dbfrombrc | 16:33 | |
*** jfkw has joined #zope3-dev | 16:34 | |
*** sweh has quit IRC | 16:37 | |
*** allisterb has joined #zope3-dev | 16:40 | |
*** __mac__ has quit IRC | 16:45 | |
*** junkafarian has quit IRC | 16:50 | |
*** junkafarian has joined #zope3-dev | 16:56 | |
*** __mac__ has joined #zope3-dev | 16:57 | |
*** goschtl has quit IRC | 17:11 | |
*** alga has quit IRC | 17:11 | |
*** thetet has quit IRC | 17:16 | |
*** sunew has joined #zope3-dev | 17:22 | |
*** RUNYAGAs has joined #zope3-dev | 17:23 | |
*** RUNYAGAs has quit IRC | 17:27 | |
*** RUNYAGAs has joined #zope3-dev | 17:29 | |
*** huajie has quit IRC | 17:31 | |
*** mcdonc has quit IRC | 17:31 | |
*** mcdonc has joined #zope3-dev | 17:33 | |
*** MJ has joined #zope3-dev | 17:38 | |
*** RUNYAGAs has quit IRC | 17:39 | |
*** Theuni1 has joined #zope3-dev | 17:40 | |
*** andreypopp has joined #zope3-dev | 17:45 | |
*** andreypopp1 has joined #zope3-dev | 17:46 | |
*** andreypopp has quit IRC | 17:50 | |
*** runyaga has joined #zope3-dev | 18:04 | |
*** andreypopp1 has quit IRC | 18:05 | |
*** stub has quit IRC | 18:06 | |
*** runyaga has quit IRC | 18:09 | |
*** zagy has quit IRC | 18:17 | |
*** alga has joined #zope3-dev | 18:21 | |
*** mkerrin has quit IRC | 18:25 | |
*** __mac__ has quit IRC | 18:32 | |
*** ignas has quit IRC | 18:35 | |
*** afd_ has quit IRC | 18:35 | |
*** tarek has joined #zope3-dev | 18:36 | |
*** davisagli has joined #zope3-dev | 18:45 | |
*** Theuni1 has quit IRC | 18:49 | |
*** menesis has joined #zope3-dev | 18:49 | |
*** projekt01 has quit IRC | 18:54 | |
*** MJ has quit IRC | 18:56 | |
*** menesis has quit IRC | 19:07 | |
*** agroszer has quit IRC | 19:09 | |
*** ccomb has quit IRC | 19:15 | |
*** jhauser has joined #zope3-dev | 19:16 | |
*** jpcw has quit IRC | 19:19 | |
*** tarek has quit IRC | 19:20 | |
*** yotaff has quit IRC | 19:29 | |
*** junkafarian_ has joined #zope3-dev | 19:35 | |
*** junkafarian has quit IRC | 19:38 | |
*** junkafarian_ is now known as junkafarian | 19:38 | |
*** jukart has quit IRC | 19:42 | |
*** mcdonc has quit IRC | 19:46 | |
*** mcdonc has joined #zope3-dev | 19:49 | |
*** pcardune has joined #zope3-dev | 19:53 | |
*** thetet has joined #zope3-dev | 19:57 | |
*** zagy has joined #zope3-dev | 19:58 | |
*** sunew has quit IRC | 20:03 | |
*** pcardune_ has joined #zope3-dev | 20:05 | |
*** alecm has joined #zope3-dev | 20:06 | |
*** agroszer has joined #zope3-dev | 20:07 | |
*** pcardune has quit IRC | 20:07 | |
*** pcardune_ is now known as pcardune | 20:07 | |
*** menesis has joined #zope3-dev | 20:07 | |
*** pcardune has quit IRC | 20:09 | |
*** kiorky has quit IRC | 20:16 | |
*** pcardune has joined #zope3-dev | 20:16 | |
*** kiorky has joined #zope3-dev | 20:17 | |
*** afd_ has joined #zope3-dev | 20:18 | |
*** pcardune has quit IRC | 20:19 | |
*** MJ has joined #zope3-dev | 20:23 | |
*** afd_ has quit IRC | 20:33 | |
*** jhauser has left #zope3-dev | 20:33 | |
*** afd_ has joined #zope3-dev | 20:33 | |
*** menesis has quit IRC | 20:38 | |
*** menesis has joined #zope3-dev | 20:39 | |
*** afd_ has quit IRC | 20:42 | |
*** __mac__ has joined #zope3-dev | 20:43 | |
*** afd_ has joined #zope3-dev | 20:45 | |
*** gary_poster is now known as gary-lunch | 20:49 | |
*** __mac__ has quit IRC | 20:52 | |
*** afd_ has quit IRC | 20:58 | |
*** afd_ has joined #zope3-dev | 20:59 | |
*** junkafarian_ has joined #zope3-dev | 21:04 | |
*** junkafarian has quit IRC | 21:08 | |
*** junkafarian_ is now known as junkafarian | 21:08 | |
*** allisterb has quit IRC | 21:12 | |
*** afd_ has quit IRC | 21:14 | |
*** afd_ has joined #zope3-dev | 21:15 | |
*** __mac__ has joined #zope3-dev | 21:16 | |
*** runyaga has joined #zope3-dev | 21:18 | |
*** thetet has quit IRC | 21:19 | |
*** afd_ has quit IRC | 21:21 | |
*** afd_ has joined #zope3-dev | 21:22 | |
*** allisterb has joined #zope3-dev | 21:25 | |
*** __mac__ has quit IRC | 21:32 | |
*** harobed has joined #zope3-dev | 21:34 | |
*** afd_ has quit IRC | 21:34 | |
*** afd_ has joined #zope3-dev | 21:34 | |
*** afd_ has quit IRC | 21:40 | |
*** afd_ has joined #zope3-dev | 21:41 | |
*** pcardune has joined #zope3-dev | 22:01 | |
*** redir has quit IRC | 22:02 | |
*** harobed has quit IRC | 22:05 | |
*** junkafarian has quit IRC | 22:11 | |
*** gary-lunch is now known as gary_poster | 22:13 | |
*** pcardune has quit IRC | 22:33 | |
*** __mac__ has joined #zope3-dev | 22:39 | |
*** agroszer has quit IRC | 22:45 | |
*** __mac__ has quit IRC | 23:20 | |
*** redir has joined #zope3-dev | 23:35 | |
*** pcardune has joined #zope3-dev | 23:36 | |
*** redir has quit IRC | 23:40 | |
*** redir has joined #zope3-dev | 23:52 | |
*** pcardune has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!