IRC log of #zope3-dev for Saturday, 2006-09-02

*** flox has joined #zope3-dev00:08
*** dunny has joined #zope3-dev00:12
*** oferw has joined #zope3-dev00:18
oferwxenru|clone: check your skype00:18
*** whit_ has quit IRC00:20
*** gumpa-gone has left #zope3-dev00:29
*** runyaga has joined #zope3-dev00:33
runyagaSteveA, ?00:33
*** srichter has quit IRC00:44
*** d2m has joined #zope3-dev00:47
*** oferw has quit IRC00:49
*** benji has quit IRC01:01
*** batlogg has quit IRC01:29
*** projekt01 has joined #zope3-dev01:42
*** MJ has quit IRC02:19
*** projekt01 has quit IRC02:20
*** yota has quit IRC02:49
*** J1m has quit IRC03:16
*** J1m has joined #zope3-dev03:16
*** rocky is now known as rocky|Zzz03:22
*** J1m has quit IRC03:25
*** jinty has quit IRC03:34
*** ktwilight has quit IRC03:39
*** ktwilight has joined #zope3-dev03:56
*** TresEquis has joined #zope3-dev04:31
*** natea has quit IRC04:46
*** MiUlEr has joined #zope3-dev05:08
*** torkel_ has joined #zope3-dev05:18
*** niemeyer has quit IRC05:20
*** oferw has joined #zope3-dev05:46
*** oferw_ has joined #zope3-dev06:02
*** oferw has quit IRC06:02
*** alecm has quit IRC06:07
*** baijum has joined #zope3-dev06:09
*** torkel_ has quit IRC06:46
*** oferw_ has quit IRC06:51
*** ktwilight has quit IRC06:53
*** ktwilight has joined #zope3-dev07:12
*** alecm has joined #zope3-dev07:47
*** alecm has quit IRC08:00
*** torkel_ has joined #zope3-dev08:17
*** jukart has joined #zope3-dev08:26
*** ktwilight has quit IRC08:53
*** runyaga_ has joined #zope3-dev09:05
*** ktwilight has joined #zope3-dev09:21
*** runyaga has quit IRC09:22
*** MJ has joined #zope3-dev09:23
*** MJ has left #zope3-dev09:30
*** MJ has joined #zope3-dev09:30
*** ktwilight has quit IRC09:52
*** jukart has quit IRC09:56
*** ktwilight has joined #zope3-dev10:09
*** kobold has joined #zope3-dev10:11
koboldI have an adapter for a content object which provides IVocabularyTokenized. In general, it works and I can adapt but if I use it while defining an interface zope3 refuses to start with "Could not adapt". Is it possible at all? Is the problem the order used to load the components/zcml files?10:14
*** jukart has joined #zope3-dev10:15
*** flox has quit IRC11:06
*** flox_ has joined #zope3-dev11:06
*** flox_ is now known as flox11:07
*** jukart has quit IRC11:20
*** batlogg has joined #zope3-dev11:30
*** tvw has joined #zope3-dev12:16
*** batlogg has quit IRC12:18
*** tvw has quit IRC12:31
*** philiKON has joined #zope3-dev12:33
*** zagy has joined #zope3-dev12:46
*** yota has joined #zope3-dev13:22
*** xenru has joined #zope3-dev13:48
*** xenru|clone has quit IRC14:02
*** dunny has quit IRC14:04
*** flox has quit IRC14:24
*** flox_ has joined #zope3-dev14:24
*** flox_ is now known as flox14:25
*** rocky|Zzz has quit IRC14:30
*** dobee has joined #zope3-dev14:47
*** zbir has joined #zope3-dev14:54
*** dobee has quit IRC14:56
*** zbir has quit IRC15:16
*** romanofski has quit IRC15:37
*** dobee has joined #zope3-dev15:55
*** benji has joined #zope3-dev16:08
*** batlogg has joined #zope3-dev16:26
*** projekt01 has joined #zope3-dev16:30
*** batlogg has quit IRC16:34
*** baijum has quit IRC16:44
*** gintas has joined #zope3-dev16:48
koboldhello, I have an adapter for a content object which provides IVocabularyTokenized. In general, it works and I can adapt but if I use it while defining an interface zope3 refuses to start with "Could not adapt". Is it possible at all? Is the problem the order used to load the components/zcml files?16:54
*** alecm has joined #zope3-dev17:06
*** dobee has quit IRC17:07
projekt01kobold, what does the adapter do in __init__?17:13
koboldprojekt01: something like self._object = object17:15
projekt01Can you post is somewhere? (pastebin)17:17
koboldprojekt01: no, I've trashed the code and starting it from scratch... let's see if the problem pop up again.17:20
floxhi17:20
projekt01kobold, ok, make sure the __init__ method get called and raises no error, probably try import pdb;pdb.set_trace() and check if adapter the __init__ get called.17:22
projekt01adapter the/the adapter17:22
koboldprojekt01: one minute and I'll be ready again..17:22
projekt01ok17:23
floxphiliKON: ayt?17:23
floxi want to re-open issue #23917:24
projekt01flox, your logout work for global and local PAU principals?17:28
floxit works for HTTP Basic Auth or Digest Auth17:28
floxAFAIK17:28
projekt01flox, did you test it with local and global principals?17:29
floxso, it will work for global principals17:29
floxfor local principals, i use Session credentials...17:30
floxso, i've not tested with local principals, but it should work, i guess17:30
projekt01I guess we droped the logout because it didn't work for all kind of usecases.17:31
floxthe patch need further tests, i agree. But it should work for all use case when you choose Basic/Digest HTTP Authentication17:32
koboldprojekt01: here there is my code: http://zope3.pastebin.com/78201417:33
floxSessions have not such problem.17:33
projekt01flox, I see, whould be cool to have a working logout back again.17:33
floxprojekt01: i need the issue reopened, so we can discuss further, if we can implement it.17:34
floxi've tested Internet Explorer and Mozilla, but i need other browsers feedback, too...17:35
koboldI wonder what is the best way to have a container act as a vocabulary, speaking in general.17:35
*** srichter has joined #zope3-dev17:36
projekt01kobol, does this code work?17:36
projekt01srichter, hi17:37
koboldprojekt01: yes, if I use it when zope3 is already up.17:37
projekt01srichter, don't work, enjoy the weekend ;-)17:37
koboldmy problem is that I can't use it as in the snippet example, while defining a Choice attribute in an interface.17:37
koboldall I need is to use a container as a vocabulary for a Choice field.17:38
projekt01kobold, ah, you mean the interface?17:38
koboldprojekt01: yes17:38
projekt01you can use a factory IVocabularyFactory which does the adaption when processing.17:39
koboldprojekt01: that's probably what I miss, do you have some example code for this?17:40
projekt01not really, but since the refactoring from philiKON, there should be some useage of IVocabularyFactory in the trunk17:45
projekt01kobold, such a IVocabularyFactory can do what you need.17:47
koboldprojekt01: thanks, I'll try to use it.17:47
projekt01np17:48
floxsrichter: this issue is assigned to you, #23917:50
floxi wrote comments on the issue17:51
floxcan you re-open it?17:53
koboldprojekt01: it works! :)17:56
projekt01cool17:56
*** natea has joined #zope3-dev17:59
*** flox is now known as flox|away18:03
*** oferw has joined #zope3-dev18:04
*** ChanServ sets mode: +o srichter18:18
*** natea has quit IRC18:21
*** natea has joined #zope3-dev18:23
*** projekt01 has left #zope3-dev18:40
*** oferw has quit IRC18:50
*** kobold has left #zope3-dev18:58
*** MiUlEr has quit IRC18:59
*** dobee has joined #zope3-dev19:00
*** xenru|clone has joined #zope3-dev19:03
*** xenru has quit IRC19:09
*** dobee has quit IRC19:33
*** dobee has joined #zope3-dev19:42
*** vlado has joined #zope3-dev20:30
*** runyaga__ has joined #zope3-dev20:31
*** _torkel has joined #zope3-dev20:42
*** runyaga_ has quit IRC20:47
*** flox|away is now known as flox20:48
*** torkel_ has quit IRC20:52
*** natea has quit IRC21:01
*** rocky has joined #zope3-dev21:12
*** philiKON has quit IRC21:12
*** zagy has quit IRC21:13
*** tvw has joined #zope3-dev21:23
*** yota_ has joined #zope3-dev21:36
*** yota has quit IRC21:39
*** natea has joined #zope3-dev21:42
*** yota_ is now known as yota21:54
*** dunny has joined #zope3-dev22:10
*** vlado has quit IRC22:11
*** vlado has joined #zope3-dev22:12
*** natea has quit IRC22:23
*** natea has joined #zope3-dev22:45
*** tvw has quit IRC22:58
*** MiUlEr has joined #zope3-dev23:08
*** jinty has joined #zope3-dev23:48

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