*** Ilja has joined #zope | 01:01 | |
*** mindthief414 has quit IRC | 01:05 | |
*** m8 has quit IRC | 01:20 | |
*** kosh has quit IRC | 01:38 | |
*** Ilja has quit IRC | 01:42 | |
*** mindthief414 has joined #zope | 02:51 | |
*** J1m_ has joined #zope | 03:00 | |
*** RichyB has quit IRC | 03:09 | |
*** RichyB has joined #zope | 03:13 | |
*** J1m_ has quit IRC | 03:34 | |
*** esteele|away is now known as esteele | 03:43 | |
*** mr_jolly has quit IRC | 03:52 | |
*** kosh has joined #zope | 04:08 | |
*** KageSenshi has joined #zope | 04:12 | |
*** esteele is now known as esteele|away | 05:09 | |
*** mindthief414 has quit IRC | 07:28 | |
*** __mac__ has joined #zope | 07:58 | |
*** kosh has quit IRC | 08:05 | |
*** __mac__ has quit IRC | 08:06 | |
*** mindthief414 has joined #zope | 08:42 | |
*** zagy has joined #zope | 09:04 | |
*** Bahman has joined #zope | 09:15 | |
*** mr_jolly has joined #zope | 09:16 | |
*** Bahman has quit IRC | 09:17 | |
*** Bahman has joined #zope | 09:17 | |
*** __mac__ has joined #zope | 09:19 | |
*** mr_jolly has quit IRC | 09:21 | |
*** PeterZ1 has joined #zope | 09:48 | |
*** PeterZ1 has left #zope | 09:48 | |
*** giacomos has joined #zope | 10:11 | |
*** mindthief414 has quit IRC | 10:13 | |
*** Ilja has joined #zope | 10:23 | |
*** Bahman has quit IRC | 10:24 | |
*** giacomos has quit IRC | 10:50 | |
*** goschtl has joined #zope | 10:54 | |
*** eperez has joined #zope | 10:56 | |
*** J1m_ has joined #zope | 11:03 | |
*** giacomos has joined #zope | 11:08 | |
*** giacomos has quit IRC | 11:10 | |
*** giacomos has joined #zope | 11:13 | |
*** giacomos has quit IRC | 11:18 | |
*** giacomos has joined #zope | 11:32 | |
*** J1m_ has quit IRC | 11:34 | |
*** thetet has joined #zope | 11:40 | |
*** zbir has quit IRC | 11:42 | |
*** emidal has joined #zope | 11:43 | |
*** maurits has joined #zope | 11:45 | |
*** maurits has quit IRC | 11:47 | |
*** maurits has joined #zope | 11:47 | |
*** mr_jolly has joined #zope | 12:09 | |
*** Ilja has quit IRC | 12:16 | |
*** Ilja has joined #zope | 12:23 | |
*** mindthief414 has joined #zope | 13:02 | |
*** mindthief414 has quit IRC | 13:08 | |
*** fredvd has joined #zope | 13:21 | |
*** MrTango has joined #zope | 14:10 | |
*** esteele|away is now known as esteele | 14:13 | |
*** emidal has quit IRC | 14:19 | |
*** esteele is now known as esteele|away | 14:24 | |
*** srichter has quit IRC | 14:29 | |
*** J1m_ has joined #zope | 14:30 | |
*** J1m_ has quit IRC | 14:50 | |
*** J1m_ has joined #zope | 14:51 | |
*** emidal has joined #zope | 14:54 | |
*** J1m_ has quit IRC | 14:58 | |
*** benji has joined #zope | 15:04 | |
*** srichter has joined #zope | 15:21 | |
*** mitchell` is now known as mitchell`afk | 15:27 | |
*** fdrake has joined #zope | 15:43 | |
*** eperez has quit IRC | 15:57 | |
*** kosh has joined #zope | 15:59 | |
kosh | hail zopies! | 16:02 |
---|---|---|
*** fredvd has quit IRC | 16:03 | |
*** zbir has joined #zope | 16:04 | |
*** J1m_ has joined #zope | 16:13 | |
*** agroszer has joined #zope | 16:29 | |
*** harrow has quit IRC | 16:38 | |
*** harrow has joined #zope | 16:39 | |
*** fredvd has joined #zope | 16:43 | |
*** sp0cksbeard has joined #zope | 16:46 | |
*** AdamDangoor has joined #zope | 16:57 | |
*** agroszer has quit IRC | 17:06 | |
*** zagy has quit IRC | 17:12 | |
*** zagy1 has joined #zope | 17:13 | |
*** mitchell`afk is now known as mitchell` | 17:15 | |
*** tiwula has joined #zope | 17:19 | |
*** kosh has quit IRC | 17:26 | |
*** srichter has quit IRC | 17:29 | |
*** srichter has joined #zope | 17:29 | |
*** goschtl has quit IRC | 17:37 | |
*** zagy1 has quit IRC | 17:53 | |
*** J1m_ has left #zope | 17:54 | |
*** J1m_ has quit IRC | 17:54 | |
*** do3cc has joined #zope | 18:08 | |
*** srichter has quit IRC | 18:09 | |
*** daMaestro has joined #zope | 18:22 | |
*** alecm has joined #zope | 18:33 | |
*** alecm has joined #zope | 18:33 | |
*** supton has joined #zope | 18:52 | |
*** __mac__ has quit IRC | 18:52 | |
zbir | Hey, all. I've lost so much Zope-fu, and I need some sanity checking: If I just want to add a password validation scheme that AccessControl.AuthEncoding can use, I just need a minimal python package somewhere in my Zope 2's python path, correct? I don't need a full-fledged, registered Product or the like, right? | 19:02 |
*** giacomos has quit IRC | 19:03 | |
*** thetet has quit IRC | 19:08 | |
supton | zbir: pretty sure you just need to have a minimal package in your sys.path that is loaded at zope2 startup, such that AccessControl.AuthEncoding.registerScheme is called… there's still the initialize-the-product dance to get your scheme registered at startup… | 19:08 |
supton | zbir: so you need something like this in zcml | 19:08 |
supton | <five:registerPackage package="." initialize=".initialize" /> | 19:08 |
supton | and call registerScheme() from within your initialize() | 19:09 |
zbir | Excellent, thanks. That's exactly what I was looking for. | 19:10 |
supton | but this could just be any simple package, even one with only one module | 19:11 |
supton | zbir: keep in mind you will still need to put a zcml slug into zope.conf if you do not use z3c.autoinclude, IIRC | 19:11 |
zbir | yup | 19:12 |
*** esteele|away is now known as esteele | 19:12 | |
supton | s/zope.conf/package-includes | 19:12 |
supton | I'm so used to my buildout automating this in plone.recipe.zope2instance, I take how to set this up for granted | 19:13 |
zbir | you still at the Union Tribune? | 19:13 |
supton | zbir: nah, left in 2009, now in Salt Lake City, working for University of Utah | 19:13 |
zbir | ah, so. Different U-T. | 19:13 |
supton | yep | 19:14 |
*** do3cc has quit IRC | 19:14 | |
supton | Union-Tribune got sold in 2009, then again in 2012, now a shell of what it once was. Glad to be out of the newspaper business | 19:16 |
*** maurits has quit IRC | 19:38 | |
*** fredvd has quit IRC | 19:41 | |
*** Pumukel has joined #zope | 19:45 | |
*** emidal has quit IRC | 20:55 | |
*** emidal has joined #zope | 20:56 | |
*** emidal has quit IRC | 20:56 | |
*** __mac__ has joined #zope | 21:07 | |
*** Ilja has quit IRC | 21:36 | |
*** m8 has joined #zope | 21:44 | |
*** Ilja has joined #zope | 21:48 | |
*** esteele is now known as esteele|away | 22:07 | |
*** MatthewWilkes is now known as mwilkes|away | 22:32 | |
*** esteele|away is now known as esteele | 22:38 | |
*** __mac__ has quit IRC | 23:15 | |
*** esteele is now known as esteele|away | 23:16 | |
*** esteele|away is now known as esteele | 23:27 | |
*** esteele is now known as esteele|away | 23:28 | |
*** srichter has joined #zope | 23:36 | |
*** esteele|away is now known as esteele | 23:37 | |
*** mwilkes|away is now known as MatthewWilkes | 23:49 | |
*** sp0cksbeard has quit IRC | 23:59 | |
*** ajmitch_ is now known as ajmitch | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!