IRC log of #zope3-dev for Thursday, 2005-09-15

projekt01srichter, I'm here00:21
*** vlado__ has joined #zope3-dev00:23
*** vlado_ has quit IRC00:40
*** mgedmin has quit IRC00:48
*** vlado__ has quit IRC00:50
*** mnemoc has quit IRC00:53
*** mnemoc has joined #zope3-dev00:55
srichterprojekt01: do you have specific use cases for the "pagelet" (singular) use case?01:07
srichterprojekt01: do you have specific use cases for the "pagelet" (singular) TALES namespace?01:07
*** jan_s has joined #zope3-dev01:11
*** benji_york has left #zope3-dev01:13
projekt01srichter, do you mean code or conceptual use cases?01:22
srichterconceptual use cases01:22
srichterI cannot think of one01:23
projekt01I take a look01:23
projekt01Yes, I found one01:24
projekt01If you have a pagelet and you like to render them with a specific layout01:25
projekt01then you can register named layout pagelets and call them named01:25
srichtermmh01:25
srichterthat reminds me of something else01:26
srichterpagelets really need to be subscribers01:26
srichterunless you name them of course01:26
srichter(which you did)01:26
projekt01I think pagelets should be registrable on context, view, slots and this named and support a layer (request type), must also provide permisssions and should have a order01:27
projekt01I think if you re-implement them and you support all the parts where is used in the pagelets directive it would be Ok01:28
projekt01btw, did you take a look at the pageletchooser already?01:29
projekt01I implemented a different pageletchooser in tiks. This pageletchooser reads the name where will be used from information in the object(context) annotation01:30
projekt01this makes it possible to set pagelet names into the annotation and render only this names.01:31
projekt01See: svn://svn.tiks.org/repos/Tiks/trunk/src/tiks/pageletchooser01:32
projekt01btw, the tiks implementation of the pageletchooser is i18n aware and gets the right pagelet back for the used language!01:37
projekt01See:http://www.ch.amadeus.com/about/index.html where the top right and left part(pagelet) with the javascript image map is used in french and german01:38
projekt01This i18n image maps where the main reason we implemented the pagelet concept.01:40
*** yota has quit IRC01:42
*** niemeyer has quit IRC01:42
*** segoave has joined #zope3-dev01:42
*** tav_ has joined #zope3-dev01:56
*** tav has quit IRC01:57
*** tav_ is now known as tav01:57
*** ChanServ sets mode: +o tav01:57
*** segoave has left #zope3-dev01:59
projekt01srichter, how do you write to the log for a CookieError? With the normal logger? Or is there another concept for log warnings in the HTTPRequest class in zope.publisher.http.py02:00
projekt01srichter, I like to bugfix http://www.zope.org/Collectors/Zope3-dev/450 but I don't know the log concept at this level, can you give me a hint?02:01
srichterI think you can just use the python logging module02:06
srichterthe log you want to use is called "eventlog"02:06
projekt01Ok, is there something similar implemented?02:06
srichterwhat do you mean with similar?02:06
srichterthe event log will put it in the right places02:07
srichterokay, I am on and off, since I have to clean the apt02:07
tavenjoy02:07
projekt01I guess a CookieError would generate a warn message in the access.log02:07
projekt01Ok02:08
*** clueck has quit IRC02:09
*** jan_s has quit IRC02:14
*** hazmat has quit IRC02:20
*** drMental has joined #Zope3-dev02:38
srichterprojekt01: no the access log only logs the HTTP server level accesses03:31
projekt01srichter, can you check my commit revision 38476.03:34
*** Alef has joined #zope3-dev03:51
*** bskahan has quit IRC03:53
*** bradb has left #zope3-dev03:55
*** projekt01 has quit IRC04:05
*** stub has joined #zope3-dev04:08
*** Alef has quit IRC04:18
*** jan_s has joined #zope3-dev04:37
*** stub has quit IRC05:13
*** d2m_ has joined #zope3-dev05:17
*** d2m has quit IRC05:18
*** d2m_ is now known as d2m05:18
*** sashav has quit IRC05:19
*** sashav has joined #zope3-dev05:19
*** tav_ has joined #zope3-dev05:22
*** stub has joined #zope3-dev05:28
*** tav has quit IRC05:29
*** drMental has quit IRC06:42
*** jan_s has quit IRC07:15
*** jan_s has joined #zope3-dev07:16
*** jan_s has quit IRC08:11
*** jan_s has joined #zope3-dev08:16
*** sashav has quit IRC08:21
*** jan_s has quit IRC08:57
*** j-w has joined #zope3-dev09:07
*** MJ has quit IRC09:20
*** hdima has joined #zope3-dev09:20
*** MJ has joined #zope3-dev09:20
*** sashav has joined #zope3-dev09:52
*** hdima has quit IRC09:52
*** mexiKON has joined #zope3-dev09:57
*** sashav_ has joined #zope3-dev09:58
*** tarek has joined #zope3-dev10:01
*** philiKON has quit IRC10:07
*** sashav has quit IRC10:11
*** Alef has joined #zope3-dev10:30
*** mexiKON is now known as philiKON10:40
*** tav_ is now known as tav10:45
*** MJ has quit IRC10:45
*** clueck has joined #zope3-dev11:08
*** ChanServ sets mode: +o tav11:13
*** MrTopf has joined #zope3-dev11:21
*** MrTopf has quit IRC11:22
*** MJ has joined #zope3-dev11:26
*** hdima has joined #zope3-dev11:40
*** projekt01 has joined #zope3-dev11:42
*** MrTopf has joined #zope3-dev11:59
*** stub has quit IRC12:12
*** regebro has joined #zope3-dev12:23
*** ignas has joined #zope3-dev12:51
*** regebro has quit IRC13:22
*** anguenot has quit IRC13:37
*** srichter has quit IRC13:42
*** tiredbones has joined #zope3-dev14:00
*** mgedmin has joined #zope3-dev14:21
*** niemeyer has joined #zope3-dev14:23
*** stub has joined #zope3-dev14:24
*** srichter has joined #zope3-dev14:24
*** stub has joined #zope3-dev14:25
*** ChanServ sets mode: +o srichter14:25
*** jinty has joined #zope3-dev14:34
*** roym` has joined #zope3-dev14:53
roym`Would someone be kind enough to validate my assumptions:14:56
roym` - since a widget is a view, a (sub)<widget> declaration can be14:56
roym`   replaced by an equivalent <view> declaration.14:56
roym` - a <page> declaration can also be replaced by a <view> declaration14:56
*** deo is now known as deo|food15:01
philiKONroym`, a) wrong15:02
philiKONroym`, b) sort of15:02
philiKONa) the <widget> declaration in a editform or addform directive manipulates that particular form view15:02
philiKON<view /> registers a component, it doesn't manipulate particular views15:03
philiKONb) the page directive does a bit more than the view directive15:03
philiKONthat is, browser:page does more than zope:view15:03
philiKONfor example, it allows you to specify just a template15:03
philiKONit creates the a view class around that automagically15:04
roym`thanks; what do you mean by "manipulate particular views"?15:04
philiKONwell, when you declare a <browser:editform ... />15:04
philiKONthat's a vie15:04
philiKONthat's a view15:04
philiKONan edit view15:04
philiKONthe <widget> subdirective maniuplates that particular edit view15:05
roym`aha, so it inserts overriding declarations (to subvert the default choice)?15:05
philiKONlook at the code to see what it does15:06
philiKONit basically manually sets fieldname_widget on the view15:06
philiKONthe view will see if fieldname_widget already exists for each fieldname and if not, it'll look it up15:06
philiKONthat way, fieldname_widget always takes precedence15:06
roym`ok - can I expect that the <widget> sub-decl will work for the <form> tag as well? My reading of the zcml makes me think so, however in practice it doesn't seem to.15:07
philiKONnot sure. check zope.app.form.browser/meta.zcml15:08
roym`thanks.15:10
*** Alef has quit IRC15:15
*** projekt01 has quit IRC15:18
*** projekt01 has joined #zope3-dev15:26
*** anguenot has joined #zope3-dev15:27
*** Soulraven has joined #zope3-dev15:30
*** srichter has quit IRC15:31
*** benji_york has joined #zope3-dev15:42
* Jigsaw sobs.15:58
benji_yorkthere, there, Jigsaw, it can't be that bad16:00
*** deo|food is now known as deo16:19
*** Theuni has quit IRC16:19
*** roym has quit IRC16:52
*** bradb has joined #zope3-dev16:53
*** projekt01 has quit IRC16:53
*** hdima has quit IRC16:57
*** faassen has joined #zope3-dev17:12
*** sashav_ has quit IRC17:17
*** tarek has quit IRC17:35
*** tarek has joined #zope3-dev17:38
*** Theuni has joined #zope3-dev17:45
*** efge has joined #zope3-dev18:01
*** j-w has quit IRC18:13
*** Soulraven has quit IRC18:17
*** sashav has joined #zope3-dev18:20
*** ignas_ has joined #zope3-dev18:30
*** ignas has quit IRC18:30
*** ignas_ is now known as ignas18:34
*** ignas is now known as ignas_18:34
*** ignas_ is now known as ignas18:35
*** MJ has quit IRC18:36
*** MrTopf has quit IRC18:41
*** stub has quit IRC18:50
*** projekt01 has joined #zope3-dev19:01
*** jinty has quit IRC19:08
*** MJ has joined #zope3-dev19:09
*** SureshZ has joined #zope3-dev19:24
*** Alef has joined #zope3-dev19:24
*** vlado_ has joined #zope3-dev19:37
*** sashav has quit IRC19:45
*** sashav has joined #zope3-dev19:50
clueckHi there,19:51
clueckI have a problem with formlib19:51
clueckhave form.Fields running :) but got stuck with Actions19:52
clueckWould someone please help me?19:53
*** sashav has quit IRC19:58
*** projekt01 has quit IRC19:58
*** projekt01 has joined #zope3-dev20:01
*** ignas has quit IRC20:08
*** sashav has joined #zope3-dev20:10
*** sashav has quit IRC20:13
*** Aiste has quit IRC20:19
*** sashav has joined #zope3-dev20:21
*** sashav_ has joined #zope3-dev20:26
*** sashav has quit IRC20:26
*** Aiste has joined #zope3-dev20:31
*** vlado_ has quit IRC20:33
*** sashav_ has quit IRC20:35
*** sashav has joined #zope3-dev20:38
*** sashav has quit IRC20:40
* clueck is back20:43
*** clueck has quit IRC20:46
*** yota has joined #zope3-dev20:53
*** gintas has joined #zope3-dev20:55
*** deo has quit IRC20:59
*** sashav has joined #zope3-dev21:00
*** faassen has quit IRC21:04
*** bskahan has joined #zope3-dev21:04
*** bskahan has joined #zope3-dev21:05
*** sashav has quit IRC21:09
*** sashav has joined #zope3-dev21:10
*** baldtrol has joined #zope3-dev21:30
*** hazmat has joined #zope3-dev21:33
*** sashav has quit IRC21:44
*** sashav has joined #zope3-dev22:01
*** sashav_ has joined #zope3-dev22:09
*** anguenot has quit IRC22:13
*** tiredbones has quit IRC22:16
*** tiredbones has joined #zope3-dev22:17
*** sashav has quit IRC22:23
*** baldtrol has left #zope3-dev22:24
*** fcorrea has quit IRC22:30
*** sashav_ has quit IRC22:33
*** sashav has joined #zope3-dev22:33
*** Jigsaw has left #zope3-dev22:50
*** ignas has joined #zope3-dev22:51
*** clueck has joined #zope3-dev22:56
*** mgedmin has quit IRC23:01
*** benji_york has quit IRC23:08
*** benji_york has joined #zope3-dev23:10
*** J1m has joined #zope3-dev23:12
*** Alef has quit IRC23:14
*** Alef has joined #zope3-dev23:15
*** Alef has joined #zope3-dev23:16
*** vlado_ has joined #zope3-dev23:21
*** benji_york has left #zope3-dev23:25
*** tarek_ has joined #zope3-dev23:29
*** tarek has quit IRC23:34
*** Jigsaw has joined #zope3-dev23:37

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