*** afd_ has quit IRC | 00:02 | |
*** benji has quit IRC | 00:03 | |
*** faassen has quit IRC | 00:09 | |
*** lgs has left #zope3-dev | 00:09 | |
*** MattBowen|work has left #zope3-dev | 00:14 | |
*** djohnson has quit IRC | 00:14 | |
*** faassen has joined #zope3-dev | 00:19 | |
*** natea___ has quit IRC | 00:24 | |
*** rmarianski has quit IRC | 00:30 | |
*** rmarianski has joined #zope3-dev | 00:31 | |
*** RaFromBRC is now known as RaFromBRC|mtg | 00:32 | |
*** RaFromBRC has joined #zope3-dev | 00:35 | |
*** RaFromBRC is now known as RaFromBRC|mac | 00:35 | |
*** reedobrien has joined #zope3-dev | 00:44 | |
*** RaFromBRC|mac is now known as RaFromBRC | 00:47 | |
*** rcrafton has quit IRC | 00:48 | |
*** RaFromBRC is now known as RaFromBRC|mac | 00:49 | |
*** `ro has quit IRC | 00:51 | |
*** fcorrea has quit IRC | 00:53 | |
*** malthe has joined #zope3-dev | 00:54 | |
*** sunew has quit IRC | 00:57 | |
*** danielblackburn_ has quit IRC | 01:04 | |
*** sm has quit IRC | 01:06 | |
*** reedobrien has quit IRC | 01:06 | |
*** dunny has quit IRC | 01:10 | |
*** salfield has quit IRC | 01:11 | |
*** tarek has joined #zope3-dev | 01:12 | |
*** faassen has quit IRC | 01:15 | |
*** sm has joined #zope3-dev | 01:16 | |
*** RaFromBRC|mac has quit IRC | 01:18 | |
*** RaFromBRC|mtg is now known as RaFromBRC | 01:18 | |
*** RaFromBRC is now known as RaFromBRC|away | 01:18 | |
*** norro has quit IRC | 01:20 | |
*** tarek has quit IRC | 01:21 | |
*** lucielejard has quit IRC | 01:24 | |
*** jpcw2002 has left #zope3-dev | 01:27 | |
*** J1m has quit IRC | 01:33 | |
*** J1m has joined #zope3-dev | 01:35 | |
*** redir has joined #zope3-dev | 01:46 | |
*** J1m has quit IRC | 02:01 | |
*** regebro has left #zope3-dev | 02:01 | |
*** runyaga__ has joined #zope3-dev | 02:04 | |
*** zagy has quit IRC | 02:06 | |
*** nathany has quit IRC | 02:07 | |
*** rmarianski has quit IRC | 02:13 | |
*** junkafarian_ has quit IRC | 02:13 | |
*** reco has quit IRC | 02:15 | |
*** dunny has joined #zope3-dev | 02:16 | |
*** greenman has quit IRC | 02:18 | |
*** quodt has quit IRC | 02:21 | |
*** runyaga_ has quit IRC | 02:32 | |
*** danielblackburn has joined #zope3-dev | 02:38 | |
*** RaFromBRC|away is now known as RaFromBRC | 02:39 | |
*** danielblackburn has quit IRC | 02:54 | |
*** malthe has quit IRC | 02:55 | |
*** b52laptop has quit IRC | 03:07 | |
*** danielblackburn has joined #zope3-dev | 03:08 | |
*** djohnson has joined #zope3-dev | 03:13 | |
*** lucielejard has joined #zope3-dev | 03:43 | |
*** MattBowen has joined #zope3-dev | 03:44 | |
*** lucielejard has quit IRC | 03:46 | |
*** lucielejard has joined #zope3-dev | 03:57 | |
*** dunny_ has joined #zope3-dev | 04:07 | |
*** dunny has quit IRC | 04:17 | |
*** srichter has quit IRC | 04:23 | |
*** djohnson has quit IRC | 04:25 | |
*** nathany has joined #zope3-dev | 04:26 | |
sm | this is frustrating. I have been trying hard to figure out how to make a custom formlib widget, and failing | 04:33 |
---|---|---|
*** danielblackburn_ has joined #zope3-dev | 04:34 | |
sm | form_fields['name'].custom_widget = CustomWidgetFactory(SequenceWidget) works. The same with MultiSelectWidget fails. The field is a Set of Choices | 04:36 |
*** redir has quit IRC | 04:38 | |
sm | MultiSelectSetWidget is what I'm using, actually | 04:39 |
sm | CustomWidgetFactory.__call__ seems to select the wrong arguments for this widget. | 04:41 |
sm | I'm not sure what else someone could do to learn how to use this stuff. Ideas welcome ! | 04:42 |
*** djohnson has joined #zope3-dev | 04:44 | |
MattBowen | sm: i know philiKON's book has some pages on custom widgets, for what it's worth | 04:45 |
MattBowen | (his book being worth a lot, my comment being of questionable value :) ) | 04:46 |
*** redir has joined #zope3-dev | 04:46 | |
danielblackburn_ | z3c.form may have some solutions for you as well sm | 04:46 |
* MattBowen has been using z3c.form for a little while and really enjoying it | 04:47 | |
sm | thanks. MattBowen that's section 7.4 I think.. I'll re-read it. I have the first edition here alas | 04:48 |
sm | I may have to try z3c.form, I was hoping to be able to use the standard sw and not add another unknown to this already complex task | 04:49 |
*** nathany has quit IRC | 04:49 | |
MattBowen | sm: understood there :) thankfully, there's a really nice Z3C form tutorial now at least; it makes it much less ... difficult to get started... and gets you neat things like pagelets to boot | 04:49 |
sm | I'm doing this on personal time now, client's funding and patience ran out | 04:50 |
danielblackburn_ | take a look at the .txt files for z3c.form they seem to be rather thorough | 04:51 |
MattBowen | all my zope 3 work is personal time, currently... | 04:51 |
danielblackburn_ | that makes it more fun though ;) | 04:51 |
*** danielblackburn has quit IRC | 04:51 | |
MattBowen | danielblackburn_: the trick for me was unfortunately figuring out what other packages and ZCML includes I needed, then how to setup my pagelet -- I <3 doctests, but they never cover the ZCML that ends up messing me up me at first | 04:52 |
sm | I am close to telling them "I can't do this for you". Which are words I do not like to utter :) | 04:52 |
*** pcardune has quit IRC | 04:53 | |
MattBowen | sm: did I see that you were cleaning up the wiki a bit? | 04:53 |
danielblackburn_ | MattBowen: that is a common issue I have with the doctests as well, they cover the python side but not the implementation | 04:53 |
sm | MattBowen: yes indeed, quite a bit | 04:53 |
sm | feedback and help is very welcome | 04:53 |
danielblackburn_ | sm == simon > | 04:53 |
danielblackburn_ | ? | 04:53 |
* sm <- simon | 04:54 | |
danielblackburn_ | ah, very busy, | 04:54 |
danielblackburn_ | awesome | 04:54 |
hazmat | sm, i typically use ordered multi select widgets | 04:54 |
hazmat | sm, i've got a few examples in plonegetpaid.. i can direct you to if.. if thats helpful. | 04:54 |
MattBowen | sm: this isn't terribly useful feedback, but i did notice that things felt better organized and tended as I was browsing today and thought "someone must be cleaning this up; it's feeling a lot more useful" | 04:55 |
sm | hazmat: thanks, yes please | 04:56 |
sm | MattBowen: you noticed the front page had changed ? | 04:56 |
hazmat | sm, can you make the set, a list instead? | 04:56 |
hazmat | and are you in z3 or z2? | 04:57 |
sm | umm.. I can try, I think it will be semantically wrong | 04:57 |
sm | I'm in z2 & plone | 04:57 |
MattBowen | sm: yeah -- I came in through google, ended up on the front page, and was like, "this seems way more relevant and up-to-date than it was last month" | 04:57 |
hazmat | sm, http://code.google.com/p/getpaid/source/browse/trunk/products/PloneGetPaid/browser/widgets.py?r=1314 | 04:57 |
sm | thx hazmat | 04:57 |
* MattBowen used hazmat's workflow versions utility from getpaid in a pure zope 3 project just last night... thank goodness for public repositories | 04:58 | |
hazmat | sm we do alot of select/multiselects against list fields.. SelectWidgetFactory | 04:58 |
sm | MattBowen: but you didn't see any of my discussion/announcements ? as a wiki subscriber, or on the zope-dev list, or here ? | 04:58 |
hazmat | MattBowen, its packaged up as ore.workflow and available from pypi now | 04:58 |
MattBowen | hazmat: oh, sweet. i should just include it then. Thanks :) | 04:58 |
MattBowen | sm: i really just started paying attention seriously again really recently. | 04:59 |
MattBowen | sm: I hadn't had an excuse to use any pure zope 3 stuff until about two weeks ago | 04:59 |
sm | no problem.. just exploring our communication processes | 05:00 |
MattBowen | sm: i'm not a good example there, at least not currently :) hopefully in the future | 05:01 |
hazmat | sm, actual usage of the select widget factory is admin.py just setting used via setting custom_widget on the form_fields['field_name'] | 05:01 |
hazmat | hth | 05:02 |
sm | I see hazmat.. this is quite helpful, thanks | 05:03 |
*** RaFromBRC has quit IRC | 05:03 | |
*** djohnson has quit IRC | 05:07 | |
*** niemeyer has quit IRC | 05:19 | |
*** pcardune has joined #zope3-dev | 05:28 | |
*** lucielejard has quit IRC | 05:33 | |
*** sm has quit IRC | 06:10 | |
*** MattBowen has quit IRC | 06:18 | |
*** redir has quit IRC | 06:20 | |
*** andycat has quit IRC | 06:29 | |
*** andycat has joined #zope3-dev | 06:32 | |
*** redir has joined #zope3-dev | 07:03 | |
*** sm has joined #zope3-dev | 07:19 | |
*** srichter has joined #zope3-dev | 07:25 | |
*** ChanServ sets mode: +o srichter | 07:26 | |
*** srichter has quit IRC | 07:27 | |
*** srichter has joined #zope3-dev | 07:28 | |
*** ChanServ sets mode: +o srichter | 07:29 | |
*** redir has quit IRC | 07:35 | |
*** projekt01 has joined #zope3-dev | 07:37 | |
*** jayaraj has joined #zope3-dev | 07:54 | |
*** baijum has joined #zope3-dev | 08:17 | |
*** afd_ has joined #zope3-dev | 08:32 | |
*** timte has joined #zope3-dev | 08:33 | |
*** junkafarian has joined #zope3-dev | 08:34 | |
*** junkafarian has quit IRC | 08:43 | |
*** jukart has joined #zope3-dev | 08:52 | |
*** zagy has joined #zope3-dev | 09:00 | |
*** sorindregan has joined #zope3-dev | 09:01 | |
*** junkafarian has joined #zope3-dev | 09:02 | |
*** junkafarian has quit IRC | 09:03 | |
*** jodok_ has joined #zope3-dev | 09:03 | |
*** jodok has quit IRC | 09:04 | |
*** dobee has joined #zope3-dev | 09:18 | |
*** Theuni_ has joined #zope3-dev | 09:32 | |
*** __mac__ has joined #zope3-dev | 09:33 | |
*** romanofs1i has joined #zope3-dev | 09:33 | |
*** philiKON_ has joined #zope3-dev | 09:33 | |
*** romanofski has quit IRC | 09:33 | |
*** toutpt has joined #zope3-dev | 09:39 | |
*** philiKON has quit IRC | 09:40 | |
*** norro has joined #zope3-dev | 09:41 | |
*** srichter has quit IRC | 09:43 | |
*** Theuni has quit IRC | 09:44 | |
*** goschtl has joined #zope3-dev | 09:52 | |
*** yvl has joined #zope3-dev | 09:59 | |
*** quodt has joined #zope3-dev | 10:04 | |
*** jpcw2002 has joined #zope3-dev | 10:10 | |
*** sm has quit IRC | 10:13 | |
*** tarek has joined #zope3-dev | 10:18 | |
*** MJ has joined #zope3-dev | 10:27 | |
*** greenman has joined #zope3-dev | 10:28 | |
*** junkafarian has joined #zope3-dev | 10:29 | |
*** harobed has joined #zope3-dev | 10:30 | |
*** alecghica has joined #zope3-dev | 10:36 | |
*** junkafarian_ has joined #zope3-dev | 10:45 | |
*** junkafarian has quit IRC | 10:46 | |
*** afd_ has quit IRC | 10:48 | |
*** junkafarian_ is now known as junkafarian | 10:49 | |
goschtl | Hi i want set a *persistent* utility programmatic with provideUtility(self, IStormContainer, name). This works in my functional tests. But with provideUtility the utility is set to the GlobalSiteManager which is bad because it´s not persistent. How can i set the utility persistent? | 10:50 |
goschtl | I have experiementet with getSiteManager(self) to get a local site-manager but in my tests i get these error: (Pdb) getSiteManager(self) | 10:52 |
goschtl | *** ComponentLookupError: ('Could not adapt', <nva.stormcontainer.container.StormContainer object at 0xb774618c>, <InterfaceClass zope.component.interfaces.IComponentLookup>) | 10:52 |
*** zagy has quit IRC | 11:12 | |
*** zagy has joined #zope3-dev | 11:12 | |
__mac__ | goschtl: zope.app.appsetup.bootstrap.ensureUtility is your friend | 11:14 |
*** yvl has left #zope3-dev | 11:17 | |
*** thruflo has joined #zope3-dev | 11:18 | |
goschtl | __mac__: i will look | 11:18 |
*** maurits has joined #zope3-dev | 11:29 | |
*** malthe has joined #zope3-dev | 11:33 | |
*** alga has joined #zope3-dev | 11:49 | |
*** mkerrin has joined #zope3-dev | 11:49 | |
zagy | goschtl: actually using a generation is much better | 11:56 |
__mac__ | I actually ment ensureUtility inside a generation :) | 11:58 |
zagy | eh? hum no. you should explicitly add the utility to a container of your choice and tell the site_manager via provideUtility that it is a utility | 12:02 |
*** junkafarian has quit IRC | 12:02 | |
*** junkafarian has joined #zope3-dev | 12:04 | |
*** junkafarian has quit IRC | 12:06 | |
*** junkafarian_ has joined #zope3-dev | 12:06 | |
__mac__ | okay, ensureUtility was the zope 3.2 way | 12:06 |
*** maurits has quit IRC | 12:17 | |
*** maurits has joined #zope3-dev | 12:36 | |
*** vimes656 has joined #zope3-dev | 12:40 | |
*** sunew has joined #zope3-dev | 12:50 | |
*** maurits has left #zope3-dev | 12:52 | |
*** junkafarian_ has quit IRC | 12:52 | |
jayaraj | __mac__ how about registerUtility? | 12:54 |
__mac__ | jayaraj: an idea, too, but zagy told how to do it in zope 3.4 | 12:56 |
jayaraj | ic brand new way! | 12:56 |
zagy | utility = factory() | 12:56 |
zagy | container[name] = utility | 12:56 |
zagy | site_manager = zope.component.getSiteManager() | 12:56 |
zagy | site_manager.registerUtility(utility, interface, name=utility_name) | 12:56 |
*** b52laptop has joined #zope3-dev | 12:56 | |
jayaraj | thats the way i too mean zagy! | 12:57 |
goschtl | zagy: do i get with zope.component.getSiteManager() always the "GlobalSiteManager" or maybe a "LocalSiteManger" too. Whats the syntax to get a LocalSiteManager getSiteManager(context)? | 13:03 |
zagy | getSiteManager returns the "current" sitemanager | 13:04 |
zagy | in a generation you can set the site before actually doing things | 13:04 |
zagy | goschtl: sth like http://pastebin.com/d61332786 | 13:05 |
goschtl | zagy: thanks for the info. I will try that. | 13:08 |
*** greenman has quit IRC | 13:10 | |
*** seletz has joined #zope3-dev | 13:12 | |
*** agroszer has joined #zope3-dev | 13:14 | |
*** pyqwer has joined #zope3-dev | 13:21 | |
pyqwer | Does someone know how to create a new namespace, e.g. "++session++"? | 13:24 |
*** afd_ has joined #zope3-dev | 13:31 | |
zagy | pyqwer: build a traverser | 13:33 |
pyqwer | zagy: Ok, thanks, I'm just in traversing/namespace.py, where things like ++skin++ etc. are implemented. | 13:34 |
pyqwer | Hmmm, probably I also have to configure this as a view, too. | 13:35 |
pyqwer | zagy: Ok, got it, that was easy, thanks! | 13:44 |
zagy | np | 13:48 |
*** pyqwer has quit IRC | 13:48 | |
*** markusleist has quit IRC | 13:49 | |
*** pyqwer has joined #zope3-dev | 13:52 | |
*** dunny_ has quit IRC | 14:00 | |
*** vimes656 has quit IRC | 14:00 | |
*** andycat has quit IRC | 14:15 | |
*** redir has joined #zope3-dev | 14:17 | |
*** danielblackburn_ has quit IRC | 14:26 | |
*** djohnson has joined #zope3-dev | 14:29 | |
*** ignas has joined #zope3-dev | 14:33 | |
*** jpcw2002 has quit IRC | 14:34 | |
*** pcardune has quit IRC | 14:37 | |
*** reco has joined #zope3-dev | 14:43 | |
*** vimes656 has joined #zope3-dev | 14:44 | |
*** MJ has quit IRC | 14:50 | |
*** MJ has joined #zope3-dev | 14:51 | |
*** MJ is now known as MJ|lunch | 14:51 | |
*** jpcw2002 has joined #zope3-dev | 14:57 | |
*** junkafarian has joined #zope3-dev | 14:57 | |
*** redir has quit IRC | 14:58 | |
*** junkafarian_ has joined #zope3-dev | 15:06 | |
*** junkafarian has quit IRC | 15:06 | |
*** tarek has quit IRC | 15:06 | |
*** rcrafton has joined #zope3-dev | 15:11 | |
*** junkafarian_ is now known as junkafarian | 15:14 | |
*** tarek has joined #zope3-dev | 15:14 | |
*** danielblackburn has joined #zope3-dev | 15:20 | |
*** reco has quit IRC | 15:21 | |
*** reco has joined #zope3-dev | 15:22 | |
*** djohnson_ has joined #zope3-dev | 15:26 | |
*** maurits has joined #zope3-dev | 15:37 | |
*** junkafarian has quit IRC | 15:37 | |
*** MJ|lunch is now known as MJ|out | 15:38 | |
*** djohnson has quit IRC | 15:42 | |
*** malthe has quit IRC | 15:44 | |
*** reco has quit IRC | 15:47 | |
*** reco has joined #zope3-dev | 15:47 | |
*** MattBowen|work has joined #zope3-dev | 15:48 | |
*** __mac__ has quit IRC | 15:58 | |
*** seletz has left #zope3-dev | 15:59 | |
*** __mac__ has joined #zope3-dev | 16:01 | |
*** jamur2 has quit IRC | 16:02 | |
*** reco has quit IRC | 16:06 | |
*** J1m has joined #zope3-dev | 16:06 | |
*** jamur2 has joined #zope3-dev | 16:06 | |
*** benji_ has joined #zope3-dev | 16:19 | |
*** whit has quit IRC | 16:20 | |
*** whit has joined #zope3-dev | 16:21 | |
*** whit has quit IRC | 16:21 | |
pyqwer | J1m: Some days ago you recommended me to solve my cookie-problems via a "++session++" namespace in the URL and write some URLClientIdManager. What I don't know is how to get the name from ++session++ into the manager - any hints? | 16:22 |
*** whit has joined #zope3-dev | 16:22 | |
J1m | pyqwer, look at the namespace framework in zope.app.traversing.namespace. | 16:23 |
pyqwer | J1m: Ok, thank's, I'll have a look. | 16:24 |
*** rcrafton has quit IRC | 16:30 | |
*** rcrafton has joined #zope3-dev | 16:32 | |
*** reco has joined #zope3-dev | 16:35 | |
*** reco has quit IRC | 16:36 | |
*** reco has joined #zope3-dev | 16:37 | |
*** lucielejard has joined #zope3-dev | 16:37 | |
*** __mac___ has joined #zope3-dev | 16:40 | |
*** redir has joined #zope3-dev | 16:43 | |
pyqwer | J1m: Hmmm, it seems that transporting information from the traverser to the ClientIdManager could be done via the request object, perhaps via an annotation? What do you think? | 16:43 |
pyqwer | Is this "clean"? | 16:43 |
J1m | Not sure. | 16:51 |
J1m | I'd have to dig further, which I don't have time to do. :) | 16:52 |
*** sunew has quit IRC | 16:52 | |
pyqwer | Ok, I'll use the request for now as I don't know of better ways (eventually the local thread?), maybe I'll improve this later. | 16:53 |
J1m | here's another off the cuff idea. | 16:54 |
*** sorindregan has quit IRC | 16:54 | |
J1m | The client id manager is a utility. | 16:54 |
pyqwer | Yes. | 16:54 |
*** afd_ has quit IRC | 16:54 | |
J1m | so it is accessible to the traversal adapter. | 16:54 |
J1m | The traversal adapter can interact with it directly. | 16:54 |
pyqwer | Hmmm. | 16:55 |
J1m | The tricky bit is that the client id manager will need to cause a redirect if it isn't set. | 16:55 |
pyqwer | Yes, that's another difficulty. | 16:55 |
*** redir has quit IRC | 16:55 | |
J1m | I suppose that if a method is called on the manager to get the id and the id isn't set, a redirect could be raised at that point. | 16:57 |
J1m | It depends on the detail of the dance. | 16:57 |
pyqwer | Yes, I thought about something like that. | 16:57 |
*** __mac__ has quit IRC | 16:58 | |
pyqwer | What exactly does the redirect do? Does it directly stop all other things and redirect? Or may some zope magic block the redirect at this point? | 16:58 |
J1m | raisomg a redirect (as opposed to calling redirect on the response) aborts the current request and redirects to a different URL. | 17:00 |
pyqwer | J1m: Ah, I can raise a redirect? I did not know that. | 17:00 |
*** sp0cksbeard has joined #zope3-dev | 17:01 | |
J1m | Yes, see the Redirect exception in zope.publisher.interfaces | 17:01 |
*** sp0cksbeard has quit IRC | 17:01 | |
pyqwer | J1m: Ah yes, perfect: class Redirect(PublishingException) | 17:02 |
*** sp0cksbeard has joined #zope3-dev | 17:02 | |
*** afd_ has joined #zope3-dev | 17:08 | |
*** __mac___ has quit IRC | 17:09 | |
*** redir has joined #zope3-dev | 17:15 | |
*** __mac__ has joined #zope3-dev | 17:19 | |
*** MJ|out is now known as MJ | 17:22 | |
*** rocky has quit IRC | 17:24 | |
*** jayaraj has quit IRC | 17:24 | |
*** redir has quit IRC | 17:26 | |
*** thruflo has quit IRC | 17:27 | |
*** afd_ has quit IRC | 17:32 | |
*** djohnson_ has quit IRC | 17:33 | |
*** rcrafton has quit IRC | 17:34 | |
*** niemeyer has joined #zope3-dev | 17:40 | |
*** mgedmin has joined #zope3-dev | 17:40 | |
*** nathany has joined #zope3-dev | 17:41 | |
*** redir has joined #zope3-dev | 17:41 | |
*** rcrafton has joined #zope3-dev | 17:45 | |
*** svenn has joined #zope3-dev | 17:47 | |
*** rocky has joined #zope3-dev | 17:48 | |
*** zagy has quit IRC | 17:50 | |
*** zagy has joined #zope3-dev | 17:52 | |
*** __mac__ has quit IRC | 17:53 | |
*** rmarianski has joined #zope3-dev | 17:53 | |
*** zagy has quit IRC | 17:59 | |
*** projekt01 has quit IRC | 18:00 | |
*** MJ has quit IRC | 18:00 | |
*** zagy has joined #zope3-dev | 18:09 | |
*** timte has quit IRC | 18:14 | |
*** zagy has quit IRC | 18:15 | |
*** __mac__ has joined #zope3-dev | 18:15 | |
*** zagy has joined #zope3-dev | 18:15 | |
*** alecghica has quit IRC | 18:17 | |
*** whit has quit IRC | 18:19 | |
*** whit has joined #zope3-dev | 18:21 | |
*** srichter has joined #zope3-dev | 18:22 | |
*** jukart has quit IRC | 18:23 | |
*** ChanServ sets mode: +o srichter | 18:33 | |
*** srichter has quit IRC | 18:35 | |
*** srichter has joined #zope3-dev | 18:36 | |
*** srichter has quit IRC | 18:39 | |
*** rcrafton has quit IRC | 18:41 | |
*** jpcw2002 has left #zope3-dev | 18:41 | |
*** sm has joined #zope3-dev | 18:42 | |
*** srichter has joined #zope3-dev | 18:42 | |
*** afd_ has joined #zope3-dev | 18:43 | |
*** __mac__ has quit IRC | 18:52 | |
*** danielblackburn has quit IRC | 18:57 | |
*** harobed has quit IRC | 18:57 | |
*** goschtl has quit IRC | 18:59 | |
*** dobee has quit IRC | 19:03 | |
*** supton has joined #zope3-dev | 19:05 | |
*** b52laptop has quit IRC | 19:06 | |
*** pyqwer has quit IRC | 19:11 | |
*** pcardune has joined #zope3-dev | 19:12 | |
*** mkerrin has quit IRC | 19:14 | |
*** ktwilight_ has joined #zope3-dev | 19:17 | |
*** djohnson has joined #zope3-dev | 19:24 | |
*** ktwilight has quit IRC | 19:31 | |
*** ChanServ sets mode: +o srichter | 19:32 | |
*** toutpt has quit IRC | 19:33 | |
*** toutpt has joined #zope3-dev | 19:37 | |
*** jodok_ has quit IRC | 19:41 | |
*** quodt has quit IRC | 19:42 | |
*** toutpt has quit IRC | 19:45 | |
*** benji__ has joined #zope3-dev | 19:46 | |
*** benji___ has joined #zope3-dev | 19:52 | |
*** lgs has joined #zope3-dev | 19:52 | |
*** djohnson has quit IRC | 19:52 | |
*** RaFromBRC has joined #zope3-dev | 19:56 | |
*** maurits has quit IRC | 19:58 | |
*** benji_ has quit IRC | 20:03 | |
*** tarek has quit IRC | 20:03 | |
*** norro has quit IRC | 20:05 | |
*** benji__ has quit IRC | 20:08 | |
*** danielblackburn has joined #zope3-dev | 20:18 | |
*** danielblackburn has quit IRC | 20:20 | |
*** dobee has joined #zope3-dev | 20:20 | |
*** quodt has joined #zope3-dev | 20:23 | |
*** norro has joined #zope3-dev | 20:26 | |
*** jukart has joined #zope3-dev | 20:27 | |
*** reedobrien has joined #zope3-dev | 20:37 | |
*** junkafarian has joined #zope3-dev | 20:39 | |
*** ignas has quit IRC | 20:39 | |
*** redir has quit IRC | 20:40 | |
*** jodok has joined #zope3-dev | 20:46 | |
*** jodok_ has joined #zope3-dev | 20:54 | |
*** pcardune has quit IRC | 20:58 | |
*** nathany has quit IRC | 21:00 | |
*** rcrafton has joined #zope3-dev | 21:01 | |
*** mgedmin has quit IRC | 21:02 | |
whit | is there a mock request in zope3 somewhere? | 21:03 |
*** alga has quit IRC | 21:08 | |
svenn | whit, is this what you are looking for: zope.publisher.browser.TestRequest? | 21:08 |
whit | that sounds promising | 21:08 |
whit | thanks svenn! | 21:09 |
*** danielblackburn has joined #zope3-dev | 21:10 | |
*** nathany has joined #zope3-dev | 21:11 | |
*** jodok has quit IRC | 21:12 | |
*** nathany has quit IRC | 21:14 | |
*** replaceafill has joined #zope3-dev | 21:17 | |
*** harobed has joined #zope3-dev | 21:17 | |
*** danielblackburn_ has joined #zope3-dev | 21:18 | |
*** danielblackburn has quit IRC | 21:18 | |
*** replaceafill has quit IRC | 21:23 | |
*** danielblackburn_ has left #zope3-dev | 21:24 | |
*** agroszer has quit IRC | 21:31 | |
vimes656 | is there any feed for svn.zope.org checkins? | 21:32 |
*** nathany has joined #zope3-dev | 21:34 | |
*** b52laptop has joined #zope3-dev | 21:37 | |
*** dunny has joined #zope3-dev | 21:38 | |
*** timte has joined #zope3-dev | 21:41 | |
*** replaceafill has joined #zope3-dev | 21:45 | |
replaceafill | hi everybody. is ZopeMessageFactory deprecated? | 21:46 |
replaceafill | i ask because i see zope.session.interfaces try to import it from zope.i18nmessageid and it's not there | 21:47 |
*** timte has quit IRC | 21:50 | |
replaceafill | ZopeMessageFactory is in zope.app.i18n though | 21:54 |
replaceafill | i guess my problem is i'm using zope.i18nmessageid 3.4.0a1, because the zope.i18nmessageid trunk has ZopeMessageFactory | 21:57 |
*** jukart has quit IRC | 21:58 | |
*** dobee has quit IRC | 22:05 | |
*** dobee has joined #zope3-dev | 22:06 | |
*** dobee has quit IRC | 22:14 | |
*** jodok_ is now known as jodok | 22:32 | |
*** djohnson has joined #zope3-dev | 22:35 | |
*** rmarianski has quit IRC | 22:51 | |
*** rcrafton has quit IRC | 22:54 | |
*** vimes656 has quit IRC | 22:55 | |
*** dobee has joined #zope3-dev | 23:03 | |
*** djohnson has quit IRC | 23:08 | |
*** replaceafill has quit IRC | 23:08 | |
*** junkafarian has quit IRC | 23:19 | |
*** djohnson has joined #zope3-dev | 23:25 | |
*** norro has quit IRC | 23:32 | |
*** rcrafton has joined #zope3-dev | 23:33 | |
*** dunny has quit IRC | 23:44 | |
*** rmarianski has joined #zope3-dev | 23:46 | |
*** norro has joined #zope3-dev | 23:50 | |
*** dobee has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!