IRC log of #zope3-dev for Monday, 2009-01-26

sparcdok, I'll have to work it out00:03
sparcdafd_: thanks for your help00:03
sparcdoh, one last thing, if I only want logged in people to access 'View', what do I change: <grant permission="zope.View" role="zope.Anonymous" /> to?00:04
afd_sparcd: you could write a pau user source plugin that could know how to look in your site to be able to properly implement its required interface00:05
sparcdafd_: yes, that's what I'm thinking00:05
sparcdafd_: how do I assign roles to principals from my plugin, do I need another plugin?00:05
afd_there's zope.Authenticated for your view permission question00:06
afd_sparcd: you have two options, from my point of view00:06
*** pcardune has joined #zope3-dev00:06
afd_the important interface for you is IPrincipalRoleMap, which maps roles to principals on annotatable objects00:07
afd_so you could make "local" grants of roles to all principals00:07
sparcdafd_: that's exactly what I need00:07
sparcdso I need my objects in my site to implement IPrincipalRoleMap00:08
afd_or you could override the IPrincipalRoleMap adapter to compute a set of roles that are returned when an object is interogated for security settings00:08
sparcdafd_: yes, overriding the adaptor sounds better00:08
afd_there's not much needed for IPrincipalRoleMap, all annotatable objects are adaptable to that interface, I think00:08
afd_so it could be just need to make your persistent objects adaptable00:09
sparcdafd_: this is all great and really helped me get on with my work00:09
afd_:)00:09
sparcdbut for the moment I need to give explicit view permission to my users as I've changed the security of 'View' and I can't login now00:10
afd_just grant the View to authenticated users00:11
afd_from zcml00:11
*** J1m has joined #zope3-dev00:11
sparcdafd_: I have <role id="zope.Authenticated" title="Authenticated users" />00:11
sparcdand <grant permission="zope.View" role="zope.Authenticated" />00:11
*** junkafarian has joined #zope3-dev00:11
afd_sparcd: I think should be <authenticatedGroup id="zope.Authenticated" />00:12
afd_look in svn.zope.org/Zope3/trunk/zopeskel/etc00:12
sparcdI get a ValueError: ('Undefined role id', 'zope.Authenticated')00:12
sparcdand I have the autheticatedGroup bit00:13
afd_the order in which these declaration are read is important00:14
sparcdI have on one line: <authenticatedGroup id="zope.Authenticated" title="Authenticated Users" />00:14
sparcdand on the next <grant permission="zope.View" role="zope.Authenticated" />00:14
sparcdand I get exceptions.ValueError: ('Undefined role id', 'zope.Authenticated')00:15
sparcdis it because it's not a role? it's a group?00:16
afd_are you sure it's from the grant line? does it work if you take out that line?00:17
sparcd<grant permission="zope.View" role="zope.Authenticated" /> if I take out this line, then I still can't log in (but can as manager)00:18
sparcdif I leave it in, the zope instance doesn't start00:18
sparcdzope.Anonymous works, but that's a role00:18
afd_try with <grant permission="zope.View" principal="zope.Authenticated" />00:20
sparcdafd_: it now starts up, but now I get a browser login popup when I visit my new site, and the username/password doesn't exist00:22
afd_maybe you didn't activate the plugins in pau00:23
sparcdyes, they work fine if I allow Anonymous to zope.View00:23
*** regebro has quit IRC00:24
afd_the idea is that the pau has activated and deactived plugins00:24
*** basti__ has quit IRC00:25
afd_when you add a new user source, for example, you need to add it to pau's list of plugins00:25
afd_I have to go... maybe tomorrow, if you still have problems00:25
sparcdafd_: I have done this, if I grant 'View' to anonymous, the login form works and I can log in using my new account00:25
afd_http://apidoc.zope.org/++apidoc++/ with the Book is your help00:25
sparcdwhich Book?00:25
*** junkafarian_ has quit IRC00:26
*** sparcd has left #zope3-dev00:26
*** jhauser has quit IRC00:30
*** tiredbones has quit IRC00:32
*** J1m has quit IRC00:33
*** junkafarian has quit IRC00:34
*** JaRoel|4D has quit IRC00:44
*** hazmat has quit IRC00:47
*** afd_ has quit IRC00:48
*** hazmat has joined #zope3-dev00:52
*** ChanServ sets mode: +o hazmat00:52
*** elro_ has quit IRC00:57
*** malthe|away is now known as malthe|Zzz00:58
*** sm has joined #zope3-dev01:00
*** nyo has quit IRC01:01
*** vimes656_ has quit IRC01:03
*** nyo has joined #zope3-dev01:03
*** vimes656 has joined #zope3-dev01:10
*** JaRoel|4D has joined #zope3-dev01:13
*** nyo has quit IRC01:16
*** vimes656 has quit IRC01:27
*** nyo has joined #zope3-dev01:30
*** tarek has quit IRC01:36
*** nyo has quit IRC01:37
*** nyo1 has joined #zope3-dev01:37
*** nyo1 is now known as nyo01:37
*** redir has joined #zope3-dev01:42
*** brandon_rhodes has quit IRC02:16
*** nyo has quit IRC02:17
*** nyo has joined #zope3-dev02:17
*** quodt has quit IRC02:19
*** kaeru has joined #zope3-dev02:22
*** sm has quit IRC02:48
*** nyo has quit IRC02:48
*** nyo1 has joined #zope3-dev02:48
*** nyo1 is now known as nyo02:48
*** sm has joined #zope3-dev03:12
*** romanofski has joined #zope3-dev03:24
*** dunny has quit IRC03:25
*** nyo has quit IRC03:36
*** nyo has joined #zope3-dev03:45
*** sm has quit IRC03:53
*** hazmat has quit IRC04:00
*** nyo1 has joined #zope3-dev04:09
*** nyo has quit IRC04:09
*** nyo1 is now known as nyo04:09
*** philiKON_ has quit IRC04:16
*** nyo has quit IRC04:24
*** nyo has joined #zope3-dev04:30
*** romanofski has quit IRC04:34
*** nyo has quit IRC05:01
*** nyo1 has joined #zope3-dev05:01
*** nyo1 is now known as nyo05:01
*** stub has joined #zope3-dev05:06
*** nyo has quit IRC05:20
*** nyo has joined #zope3-dev05:20
*** dunny has joined #zope3-dev05:52
*** nyo1 has joined #zope3-dev05:55
*** nyo has quit IRC05:55
*** nyo1 is now known as nyo05:56
*** stub1 has joined #zope3-dev06:05
*** stub has quit IRC06:05
*** stub1 is now known as stub06:05
*** nyo has quit IRC06:16
*** nyo1 has joined #zope3-dev06:16
*** nyo1 is now known as nyo06:16
*** kaeru has quit IRC06:19
*** nyo1 has joined #zope3-dev06:48
*** nyo has quit IRC06:48
*** nyo1 is now known as nyo06:49
*** nyo has quit IRC06:52
*** nyo1 has joined #zope3-dev06:52
*** nyo1 is now known as nyo06:52
*** vimes656 has joined #zope3-dev07:01
*** nyo has quit IRC07:04
*** sm has joined #zope3-dev07:09
*** rocky has quit IRC07:10
*** nyo has joined #zope3-dev07:12
*** nyo has quit IRC07:32
*** nyo1 has joined #zope3-dev07:32
*** nyo1 is now known as nyo07:32
*** tarek has joined #zope3-dev07:45
*** tarek has quit IRC07:48
*** tarek has joined #zope3-dev07:54
*** nyo has quit IRC07:56
*** nyo1 has joined #zope3-dev07:56
*** nyo1 is now known as nyo07:56
*** tarek has quit IRC08:03
*** nyo has quit IRC08:07
*** davisagli has joined #zope3-dev08:12
*** philiKON has joined #zope3-dev08:13
*** philiKON_ has joined #zope3-dev08:15
*** nyo has joined #zope3-dev08:22
*** thekryz has joined #zope3-dev08:28
*** thekryz has left #zope3-dev08:35
*** philiKON has quit IRC08:36
*** afd_ has joined #zope3-dev08:42
*** fairwinds has quit IRC08:48
*** nyo has quit IRC08:51
*** agroszer has joined #zope3-dev08:51
*** JaRoel|4D has quit IRC08:56
*** zagy has joined #zope3-dev08:59
*** elro has joined #zope3-dev09:06
*** __mac__ has joined #zope3-dev09:07
*** jukart has joined #zope3-dev09:38
*** vimes656 has quit IRC09:48
*** iham|away has quit IRC09:52
*** JaRoel|4D has joined #zope3-dev09:53
*** pyqwer has joined #zope3-dev09:53
*** iham has joined #zope3-dev09:55
*** JaRoel|4_ has joined #zope3-dev10:01
*** junkafarian has joined #zope3-dev10:10
*** pelle_ has joined #zope3-dev10:12
*** mkerrin has joined #zope3-dev10:13
*** jhauser has joined #zope3-dev10:18
*** elro has quit IRC10:21
*** JaRoel|4D has quit IRC10:25
*** basti__ has joined #zope3-dev10:26
*** olavgg1 has joined #zope3-dev10:29
*** olavgg1 has joined #zope3-dev10:30
*** junkafarian has quit IRC10:32
*** harobed has joined #zope3-dev10:34
*** afd_ has quit IRC10:34
*** malthe|Zzz is now known as malthe10:42
*** regebro has joined #zope3-dev10:45
*** sm has quit IRC10:47
*** MJ has joined #zope3-dev10:48
*** MrTopf has joined #zope3-dev10:56
*** quodt has joined #zope3-dev10:58
*** elro has joined #zope3-dev11:00
*** afd_ has joined #zope3-dev11:01
*** bigkevmcd has joined #zope3-dev11:02
*** jpcw has joined #zope3-dev11:05
*** ktwilight has joined #zope3-dev11:17
*** ktwilight_ has quit IRC11:21
*** olavgg1 has quit IRC11:26
*** pcardune has quit IRC11:31
*** olavgg1 has joined #zope3-dev11:32
*** junkafarian has joined #zope3-dev11:40
*** MJ has quit IRC11:43
*** multani has joined #zope3-dev11:49
*** harobed has quit IRC11:50
*** davisagli has left #zope3-dev11:53
*** nyo has joined #zope3-dev11:59
*** sparcd has joined #zope3-dev12:11
sparcdI'm probably doing something really stupid, but I'm following the WorldCookery example in Phil's great book. But when trying to add a recipe I get: ComponentLookupError: ((<zope.schema._bootstrapfields.Field object at 0x2835830>, <zope.publisher.browser.BrowserRequest instance URL=http://localhost:8080/worldcookery/recipes/+/worldcookery.Recipe%3D>), <InterfaceClass zope.app.form.interfaces.IInputWidget>, u'')12:12
*** junkafarian_ has joined #zope3-dev12:14
*** junkafarian has quit IRC12:19
nyosparcd: that error means that there's no widget registered for zope.schema.Field, but you are trying to make a form containing that field12:19
*** junkafarian_ is now known as junkafarian12:19
*** elro has quit IRC12:19
sparcdnyo: I'm using TextLine and Text12:19
nyosparcd: most often that happens when trying to get autogenerated form for interface, derived from ILocation/IContained12:20
*** elro has joined #zope3-dev12:20
nyosparcd: (because they define __parent__ and __name__ as Field)12:20
sparcdso I need to provide an adapter for this?12:20
nyosparcd: no. just omit those fields from the form12:20
afd_sparcd: you need to omit them like: fields = Fields(IMySchema).omit('__name__', '__parent__')12:21
nyosparcd: or, if you are using zope.app.form's directives, like browser:addform, you can specify the "fields" parameter with names of fields to _include_ in the form12:22
sparcdafd_: I put that line in and now the form appears :-)12:22
sparcdnyo: afd_: thanks for your help12:22
*** hipertracker has joined #zope3-dev12:23
sparcdI get this now: AttributeError: 'Recipe' object has no attribute '__parent__'12:24
afd_post the fulll traceback12:25
sparcdhttp://pastebin.com/m31c6f28712:26
*** hipertracker has left #zope3-dev12:26
*** brandon_rhodes has joined #zope3-dev12:27
sparcdah, should my recipe type be: Persistent, Contained12:27
nyosparcd: are you implementing ILocation/IContained (or interface inheriting from it) w/o defining __name__ and __parent__ attributes?12:28
nyosparcd: ah12:28
sparcdthe interface has IContained12:28
nyosparcd: so you need to implement it:) subclassing Contained is right tho12:28
sparcdthat fixed it, what a dummy12:29
sparcddo I still need to omit those fields previously now?12:29
nyosparcd: yeah, there's no widgets for abstract "Field" class12:30
sparcdnyo: ok great, so I've got this working so far and am happy12:30
nyosparcd: btw you could not inherit your interface from IContained, but implement it separately in your class, if you don't certainly need your interface to declare all objects as "contained"12:31
sparcdgood to know12:31
sparcdnext thing I need to get this authentication working12:33
sparcdI have a pau instance with a principal folder and one member in that folder12:33
sparcdI am using a session credentials which gives the nice login form12:33
sparcdI have set zope.View grant to principal="zope.Authenticated"12:40
sparcdnow I no longer get the login form12:40
sparcdI just get a browser login popup12:40
sparcdand the username/password I have in my pau doesn't allow access12:41
nyosparcd: do you have "zope.Authenticated" principal?12:41
nyosparcd: ah, that's a group maybe..12:42
sparcdI have <authenticatedGroup id="zope.Authenticated" title="Authenticated Users" />12:42
nyosparcd: yep12:42
nyosparcd: that's strange12:42
nyosparcd: if you remove the grant, the login form comes back?12:42
sparcdnyo: only if I make the grant to zope.Anonymous12:43
*** yotaff has joined #zope3-dev12:43
*** MJ has joined #zope3-dev12:44
nyosparcd: hmmm... i have never used groups btw)12:44
sparcdnyo: how would you recommend this?12:44
sparcdnyo: I'm new to Zope 312:45
nyosparcd: well. groups is a nice feature, so it's okay. it's just that I personally didn't have a situation where i needed groups yet. I use roles - I assign permission to roles, and roles to principals directly.12:46
sparcdnyo: that's great, I will do the same12:46
nyosparcd: maybe the groups thing need some different config for the PAU12:47
sparcdso how do I get this login form to appear? do I need to grant some permissions to anonymous?12:47
sparcdI basically don't want Anonymous to see *any* of the site12:49
nyosparcd: it should not be needed. login views are registered with zope.Public permission that is always available12:49
nyosparcd: does the "loginForm.html" page of the site works if you call it using URL (/yoursite/loginForm.html)12:50
sparcdno, I get a browser login popup12:50
nyosparcd: hm... looks like something raises Unauthorized when traversing, before your site with PAU is set active12:52
nyowtf12:52
sparcdyeah12:52
nyoi'll just try to create an instance with no permissions for anonymous)12:52
sparcdmy pau is registered correctly12:52
sparcdwhen the permission zope.View is set to zope.Anonymous, and I click on login I get the nice loginForm12:53
nyosparcd: yeah, the problem is not in the pau12:54
*** reco has quit IRC12:55
nyosparcd: is the site in question is the root one?12:56
sparcdnyo: no, I've added a folder and made it a site12:56
nyosparcd: ok. I'll try to reproduce that)12:56
sparcdok12:57
sparcdI've tried it in the root as well and I get the same result12:57
*** kaeru has joined #zope3-dev12:58
nyosparcd: yep, I got the same here. interesting12:58
sparcd:-(13:01
nyosparcd: ah13:01
nyosparcd: the zope.app.folder.Folder require zope.View permission for all attributes in the IReadContainer interface (the __getitem__ and so on)13:02
sparcdok13:03
nyosparcd: so it raises Unauthorized when trying to traverse the folder, because default traverser uses "get" method to get a subobject by name13:03
sparcdok13:03
sparcdso what can I do? if anything?13:03
nyosparcd: you could redefine permissions for the Folder class or make your own folder/site implementation with own permissions13:04
sparcd<require permission="zope.View" interface="zope.app.container.interfaces.IReadContainer" /> so change that?13:05
sparcdI have my own folder, which I am using with that declaration13:05
nyosparcd: it's better to "override" the standard declarations in your application using zcml overrides13:06
nyosparcd: but yes,that line.. you could change the zope.View to zope.Public for that)13:06
sparcdnyo: I have http://pastebin.com/m3f15a38913:06
nyosparcd: alternatively, you could also override the traverser to one that removes security proxy before trying to get a subobject13:07
nyosparcd: yeah, but I guess, your "root" folder is still Folder from zope.app.folder13:07
nyosparcd: and it tries to traverse it while it still has standard declarations13:07
sparcdthe root of the site is whatever the root of a Zope 3 site is13:08
nyosparcd: it's zope.app.folder.Folder in the standard installation13:08
sparcdok cool13:08
sparcdI have set the require permission to zope.Public for my site, but I guess I also need to do it on the default folder (root) ?13:09
nyoyep, create the file like "overrides.zcml" in your application, and include it from main zcml file using the <includeOverrides file="..." /> directive13:11
sparcdok great13:11
sparcdI'll give that a go and report back13:11
sparcdgotta nip out for a short while now13:11
sparcdthanks so much for help13:11
lisppaste6nyo pasted "permission override for folder" at http://paste.lisp.org/display/7426113:11
sparcdgreat13:11
sparcd:-)13:11
nyoand make a redefinition there like ^^^13:12
nyo:)13:12
sparcdwill give it a go13:12
sparcdthx13:12
nyosparcd: np13:12
*** ignas has joined #zope3-dev13:16
*** afd__ has joined #zope3-dev13:24
*** alga has joined #zope3-dev13:34
*** hazmat has joined #zope3-dev13:34
*** ChanServ sets mode: +o hazmat13:34
*** kaeru has quit IRC13:36
*** afd_ has quit IRC13:38
*** dunny has quit IRC13:45
*** harobed has joined #zope3-dev13:48
*** malthe has quit IRC14:04
*** olavgg1 has quit IRC14:05
*** fairwinds has joined #zope3-dev14:05
*** menesis has joined #zope3-dev14:07
*** hazmat has quit IRC14:09
*** goschtl has joined #zope3-dev14:10
*** olavgg1 has joined #zope3-dev14:12
*** benji has quit IRC14:30
*** alga has quit IRC14:42
*** tarek has joined #zope3-dev14:43
*** malthe has joined #zope3-dev14:43
*** J1m has joined #zope3-dev14:53
*** alga has joined #zope3-dev14:55
*** toutpt has joined #zope3-dev14:57
*** markusleist has quit IRC15:11
*** thekryz has joined #zope3-dev15:16
*** mgedmin has joined #zope3-dev15:16
*** menesis has quit IRC15:18
*** thekryz has left #zope3-dev15:20
*** stub has quit IRC15:43
*** olavgg1 has quit IRC15:44
*** malthe is now known as malthe|away15:46
*** lurkymclurkleton has joined #zope3-dev16:02
*** olavgg1 has joined #zope3-dev16:02
*** jamur2 has joined #zope3-dev16:03
*** menesis has joined #zope3-dev16:04
*** lucielejard has joined #zope3-dev16:07
*** JaRoel|4_ has quit IRC16:08
*** mintsauce has joined #zope3-dev16:09
*** aaronv has joined #zope3-dev16:15
*** JaRoel|4D has joined #zope3-dev16:15
*** benji has joined #zope3-dev16:19
*** cshenton has joined #zope3-dev16:25
*** markusleist has joined #zope3-dev16:26
*** mintsauce has quit IRC16:28
*** menesis has quit IRC16:39
*** menesis has joined #zope3-dev16:44
*** d2m has quit IRC16:47
*** junkafarian_ has joined #zope3-dev16:48
*** d2m has joined #zope3-dev16:50
*** junkafarian has quit IRC16:51
sparcdnyo: the overrides stuff works16:51
*** whit has joined #zope3-dev16:55
*** malthe|away is now known as malthe16:58
*** J1m has quit IRC17:01
*** reco has joined #zope3-dev17:01
*** markusleist1 has joined #zope3-dev17:05
*** J1m has joined #zope3-dev17:06
sparcdhow do I create a view for a container?17:08
*** nathany has joined #zope3-dev17:09
sparcddo I add it here? http://pastebin.com/m3e5f6c2117:09
*** cshenton_ has joined #zope3-dev17:11
*** markusleist has quit IRC17:13
zagysparcd: a view or a page?17:16
zagyprobably a page17:16
zagyprobably a page17:16
sparcdzagy: I'm just trying to make the folder look different, at the moment it shows a blank page17:16
nyosparcd: no, you add a view to a container just like to any other object, containerViews directive is just a syntax sugar for defining common views17:17
sparcdif I define a view as 'index.html' I get a conflicting message17:17
sparcdwith containerViews17:17
nyosparcd: remove "index" argument from the containerViews directive17:17
zagycontainer is not special there, just use <browser:page17:17
nyoso it won't create it17:17
*** rocky has joined #zope3-dev17:17
sparcdnyo: I get http://pastebin.com/d352b946117:18
*** tarek has quit IRC17:18
mgedminsparcd: delete line 48 from /Users/ben/Sites/hammerhead/src/hammerhead/browser/configure.zcml17:20
*** tarek has joined #zope3-dev17:20
sparcdmgedmin: brill thanks17:20
mgedminwell, nyo gave you the correct answer first17:21
mgedminI just translated it into a lower level17:21
sparcdnyo: yeah sorry17:21
*** J1m has quit IRC17:21
sparcdand I loop through context/items17:22
sparcdcool, I'm now getting somewhere :-)17:23
sparcdadding my own permissions now17:24
*** hexsprite has quit IRC17:26
*** dvschramm has joined #zope3-dev17:27
*** cshenton has quit IRC17:27
*** dvschramm has quit IRC17:28
*** dvschramm has joined #zope3-dev17:28
sparcdif I have a folder within my site, I can prevent a user accessing it by putting a permission on the view, but how do I prevent it even showing up in the folder listing?17:28
*** timte has joined #zope3-dev17:29
nyosparcd: if by "folder listing" you mean default index.html view that's created by browser:containerViews directive, then i doubt it's possible - you need to write your own view that will filter inaccesible folders.17:33
sparcdnyo: ok, I will do that - thanks17:33
sparcdnyo: how do I work out if a user has permission to view a folder17:36
*** basti__ has quit IRC17:37
*** srichter has quit IRC17:37
*** MJ has quit IRC17:41
*** srichter has joined #zope3-dev17:41
*** J1m has joined #zope3-dev17:42
*** fRiSi has joined #zope3-dev17:43
*** afd__ has quit IRC17:44
*** cshenton has joined #zope3-dev17:53
nyosparcd: you can use the canAccess or checkPermission functions from zope.security17:54
sparcdnyo: great, but I've added <require permission="mysite.ViewProjects" interface="zope.app.container.interfaces.IReadContainer" />17:55
sparcdand this doesn't seem to work as the user has the 'View' permission after logging in17:55
sparcdany logged in user can see this folder17:57
nyosparcd: that's strange. you might grant the permission to the authenticated group17:58
sparcdnyo: is it because the user has the 'View' permission?17:59
*** cshenton_ has quit IRC18:01
nyosparcd: well, that's the most likely because of that18:05
sparcdok, so I'll remove that permission for logged in users18:05
*** rmarianski has joined #zope3-dev18:06
*** goschtl has quit IRC18:08
sparcdnyo: I've added a new role: mysite.ViewSite18:10
sparcdand given that to authenticated18:10
*** elro has quit IRC18:13
*** rmarianski has quit IRC18:16
*** rmarianski has joined #zope3-dev18:16
*** pelle_ has quit IRC18:17
*** srichter has quit IRC18:19
*** srichter has joined #zope3-dev18:19
*** sm has joined #zope3-dev18:19
*** runyaga has quit IRC18:21
nyosparcd: btw, i think it's better to name roles like mysite.Visitor or mysite.Member. mysite.ViewSite is a good name for permission, not for role18:26
nyosparcd: (but it's up to you of course)18:26
sparcdmystie.ViewSite is a permission18:26
sparcdmysite.ViewSite18:26
nyo(19:10:34) sparcd: nyo: I've added a new role: mysite.ViewSite18:26
*** harobed has quit IRC18:27
sparcdnyo: yeah, I typed wrongly18:27
nyosparcd: ah, ok then18:27
sparcdbad keyboard day18:27
sparcdhow do I allow the default admin admin user to access via the loginForm? it doesn't allow them at the moment18:28
*** aaronv is now known as aaronvLunch18:32
*** srichter has quit IRC18:32
*** srichter has joined #zope3-dev18:33
*** jukart has quit IRC18:35
*** jukart has joined #zope3-dev18:35
*** jukart has quit IRC18:39
*** pcardune has joined #zope3-dev18:41
*** pcardune_ has joined #zope3-dev18:49
*** pcardune has quit IRC18:50
*** strichter has joined #zope3-dev18:52
*** elro has joined #zope3-dev18:55
*** natea_ has quit IRC18:58
sparcdI've now created a skin and am getting "Unrecognized expression type "provider""19:00
*** markusleist1 has quit IRC19:03
*** markusleist has joined #zope3-dev19:04
*** elro has quit IRC19:04
*** toutpt has quit IRC19:05
*** davisagli has joined #zope3-dev19:06
*** srichter has quit IRC19:07
*** nyo has quit IRC19:08
*** markusleist has quit IRC19:09
*** __mac__ has quit IRC19:09
*** sm has quit IRC19:10
*** aaronvLunch is now known as aaronv19:14
*** fRiSi has quit IRC19:15
*** elro has joined #zope3-dev19:16
*** elro has joined #zope3-dev19:20
sparcdfixed it19:21
*** pyqwer has quit IRC19:22
*** JaRoel|4D has quit IRC19:25
*** jukart has joined #zope3-dev19:34
*** sparcd has left #zope3-dev19:34
*** elro has quit IRC19:35
*** quodt has quit IRC19:39
*** alga has quit IRC19:42
*** tarek has quit IRC19:43
*** pcardune_ has quit IRC19:44
*** malthe is now known as malthe|away19:47
*** alecm has joined #zope3-dev19:47
*** danfairs has quit IRC19:47
*** alga has joined #zope3-dev19:49
*** redir is now known as cheerbot19:52
*** mkerrin has quit IRC19:53
*** tarek has joined #zope3-dev19:55
*** tarek has quit IRC19:56
*** jukart has quit IRC19:56
*** nyo has joined #zope3-dev19:58
*** jukart has joined #zope3-dev20:05
*** JaRoel|4D has joined #zope3-dev20:08
*** junkafarian_ has quit IRC20:08
*** sunew has joined #zope3-dev20:09
*** jukart_ has joined #zope3-dev20:13
*** danfairs has joined #zope3-dev20:26
*** jukart has quit IRC20:30
*** pcardune has joined #zope3-dev20:33
*** cshenton_ has joined #zope3-dev20:36
*** TresEquis has quit IRC20:38
*** pcardune has quit IRC20:39
*** cshenton has quit IRC20:44
*** J1m has quit IRC20:44
*** TresEquis has joined #zope3-dev20:45
*** jukart has joined #zope3-dev20:45
*** J1m has joined #zope3-dev20:47
*** markusleist has joined #zope3-dev20:48
*** nyo has quit IRC20:52
*** nyo has joined #zope3-dev20:52
*** TresEquis has quit IRC20:53
*** davisagli has left #zope3-dev20:53
*** cheerbot is now known as redir20:55
*** pelle_ has joined #zope3-dev20:55
*** d2m has left #zope3-dev20:55
*** menesis has quit IRC21:03
*** jukart_ has quit IRC21:03
*** menesis has joined #zope3-dev21:03
*** nyo has quit IRC21:06
*** menesis has quit IRC21:07
*** menesis has joined #zope3-dev21:07
*** dunny has joined #zope3-dev21:11
*** alga has quit IRC21:13
*** nyo has joined #zope3-dev21:13
*** alga has joined #zope3-dev21:13
*** brandon_rhodes has quit IRC21:17
*** junkafarian has joined #zope3-dev21:19
*** d2m has joined #zope3-dev21:20
*** MrTopf has quit IRC21:20
*** quodt has joined #zope3-dev21:26
*** dvschramm has quit IRC21:27
*** TresEquis has joined #zope3-dev21:30
*** hazmat has joined #zope3-dev21:33
*** ChanServ sets mode: +o hazmat21:33
*** junkafarian has quit IRC21:33
*** jukart has quit IRC21:34
*** junkafarian has joined #zope3-dev21:38
*** nyo has quit IRC21:47
*** whit has quit IRC22:01
*** davisagli has joined #zope3-dev22:05
*** cshenton_ has quit IRC22:15
*** binbrain_ has joined #zope3-dev22:17
*** binbrain has quit IRC22:18
*** cshenton has joined #zope3-dev22:22
*** brandon_rhodes has joined #zope3-dev22:22
*** junkafarian is now known as junk|afk22:24
*** vimes656 has joined #zope3-dev22:27
*** strichter is now known as srichter22:31
*** agroszer has quit IRC22:42
*** menesis has quit IRC22:49
*** aaronv has quit IRC22:49
*** aaronv has joined #zope3-dev22:50
*** ChanServ sets mode: +o srichter22:51
*** ignas has quit IRC23:14
*** mgedmin has quit IRC23:14
*** alga has quit IRC23:17
*** brandon_rhodes has quit IRC23:22
*** hazmat has quit IRC23:32
*** hazmat has joined #zope3-dev23:32
*** ChanServ sets mode: +o hazmat23:32
*** greenman has joined #zope3-dev23:36
*** regebro has quit IRC23:54
*** vimes656_ has joined #zope3-dev23:56
*** vimes656 has quit IRC23:56
*** vimes656 has joined #zope3-dev23:59
*** vimes656_ has quit IRC23:59

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