IRC log of #zope3-dev for Sunday, 2006-07-02

*** dunny has joined #zope3-dev00:03
*** jinty has joined #zope3-dev00:18
*** rocky|away is now known as rocky00:18
*** jinty has quit IRC00:25
*** hazmat has joined #zope3-dev00:45
*** ChanServ sets mode: +o hazmat00:45
*** SteveA has quit IRC01:14
rockyany formlibers awake?02:06
rockytrying to figure out why action handlers are handed a data dict when the action has a data attribute right on itself02:06
*** projekt01 has joined #zope3-dev02:19
*** hazmat has quit IRC03:03
*** rock1 has joined #zope3-dev03:04
*** rocky has quit IRC03:04
*** rock1 is now known as rocky03:04
*** tvw has joined #zope3-dev03:15
*** tvw has left #zope3-dev03:18
*** yota has quit IRC03:24
*** projekt01 has left #zope3-dev03:32
*** hazmat has joined #zope3-dev03:47
*** ChanServ sets mode: +o hazmat03:47
*** oferw has joined #zope3-dev03:56
*** dunny has quit IRC04:30
*** oferw has quit IRC04:39
*** rocky has quit IRC05:00
*** hazmat has quit IRC05:07
*** baijum has joined #zope3-dev06:11
*** stub has joined #zope3-dev06:16
*** flox has joined #zope3-dev06:20
*** dunny has joined #zope3-dev07:00
*** hazmat has joined #zope3-dev07:18
*** ChanServ sets mode: +o hazmat07:18
*** dunny has quit IRC07:20
*** hazmat has quit IRC07:54
*** dunny has joined #zope3-dev07:57
*** dunny has quit IRC08:17
*** dunny has joined #zope3-dev09:23
*** febb has joined #zope3-dev09:30
*** stub has quit IRC09:36
*** baijum has quit IRC09:38
*** dunny has quit IRC09:55
*** philiKON has joined #zope3-dev10:04
*** russf has quit IRC10:12
*** dobee_ has joined #zope3-dev10:17
febbhi10:21
*** dunny has joined #zope3-dev10:35
*** philiKON has quit IRC10:37
*** philiKON has joined #zope3-dev10:40
*** dobee_ has quit IRC11:10
*** regebro has joined #zope3-dev11:17
*** batlogg has joined #zope3-dev11:18
*** febb has left #zope3-dev11:21
*** baijum has joined #zope3-dev11:23
*** zagy has joined #zope3-dev11:43
*** mexiKON has joined #zope3-dev11:51
*** philiKON has quit IRC11:59
*** regebro has quit IRC12:10
*** vlado has joined #zope3-dev12:43
*** yota has joined #zope3-dev12:44
*** vlado has quit IRC12:56
batlogghi there, how can i achieve the _vh_ behaviour in zope3's hostmonster?13:07
batloggthe z2 apache rewrite rule was: RewriteRule ^/110(.*) http://127.0.0.1:8110/VirtualHostBase/http/%{HTTP_HOST}:80/VirtualHostRoot/_vh_110$1 [P]13:07
batloggthe new one looks atm like:     RewriteRule ^/210(.*) http://127.0.0.1:8210/site/++vh++http:%{HTTP_HOST}:80/site/_vh_210++$1 [P]13:07
batloggbut i'm sure the _vh_ stuff is not correctly "translated"13:08
mexiKONbatlogg, looked for the section in my book?13:11
batloggmexiKON: i looked at the section in srichter 's book :) but let me consult yours :)13:12
batlogguhm, the copy is below my pillow at home :)13:13
mexiKONbatlogg, well, that's a good place for it, but won't help you now13:15
*** mexiKON is now known as philiKON13:15
philiKONbatlogg, http://host:port/path_to_site/++vh++virtual_protocol:virtual_host:virtual_port/virtual_path/++/13:16
batloggthanks philiKON :)13:16
*** romanofski has quit IRC13:35
*** romanofski has joined #zope3-dev13:41
*** dunny has quit IRC13:45
*** batlogg has quit IRC13:55
*** projekt01 has joined #zope3-dev14:01
*** philiKON has quit IRC14:10
*** rocky has joined #zope3-dev14:44
*** stub has joined #zope3-dev14:57
baijumCan anyone give a pointer here, http://www.zope.org/Collectors/Zope3-dev/60414:58
baijumis it List, Set and Dict? so remove those completely?14:58
*** philiKON has joined #zope3-dev15:09
*** tiredbones has joined #zope3-dev15:18
*** rocky has quit IRC15:32
*** baijum has quit IRC15:38
*** rocky has joined #zope3-dev15:41
*** projekt01 has quit IRC16:09
*** projekt01 has joined #zope3-dev16:11
*** projekt01 has quit IRC16:26
*** batlogg has joined #zope3-dev16:27
*** MJ has quit IRC16:38
*** bradb has joined #zope3-dev16:56
*** bradb has quit IRC17:18
*** bradb has joined #zope3-dev17:22
*** hazmat has joined #zope3-dev17:37
*** ChanServ sets mode: +o hazmat17:37
*** hazmat has quit IRC17:49
*** srichter has quit IRC17:52
*** hannosch has joined #zope3-dev17:56
*** hazmat has joined #zope3-dev18:02
*** ChanServ sets mode: +o hazmat18:02
*** hazmat has quit IRC18:11
*** whit has quit IRC18:30
*** whit has joined #zope3-dev18:31
*** stub has quit IRC18:46
*** hazmat has joined #zope3-dev18:52
*** ChanServ sets mode: +o hazmat18:52
*** roym has joined #zope3-dev18:53
roymFolks, in the python code for a view class, I set a value like so:18:53
roym  def doStuff(self): self.newValue = 2318:53
roymand I expect that I can then access that value in a template for18:53
roymon the view as:18:53
roym  <div tal:content="view/newValue"/>18:53
roymBut this fails. Can someone help me out here?18:53
*** hannosch has quit IRC18:56
*** whit has quit IRC18:58
*** hazmat has quit IRC18:58
roymI guess my question is really: how do I make a value from the python code for a view available to the template?18:59
roym(without returning data, but as a side effect of invoking a method on the object).19:00
philiKONroym, well, you haven't called doSTuff first, right?19:10
roymactually, I just realized that my issue was that I was setting the value ok, but doing a redirect at the end of the method.19:12
roymchanging that to a return (of a template()) worked!!19:13
roymOne forgets that instances of a view class spring into existence so easily.19:14
*** srichter has joined #zope3-dev19:20
*** rock1 has joined #zope3-dev19:25
*** rocky has quit IRC19:27
*** rock1 is now known as rocky19:27
*** Bernulf has joined #zope3-dev19:39
*** philiKON has quit IRC19:45
*** hazmat has joined #zope3-dev20:09
*** ChanServ sets mode: +o hazmat20:09
*** Bernulf has quit IRC20:12
*** hazmat has quit IRC20:18
*** whit has joined #zope3-dev20:18
*** rock1 has joined #zope3-dev21:06
*** rocky has quit IRC21:07
*** rock1 is now known as rocky21:07
*** MiUlEr has joined #zope3-dev21:42
*** whit has quit IRC21:48
*** whit has joined #zope3-dev21:52
*** whit has quit IRC21:59
floxhello.22:05
floxtrying to definne a content-type for an application22:06
floxi hv a content-type "item" with "title", "description", "long-description"22:07
*** dobee_ has joined #zope3-dev22:08
floxif i want to had a new field, "Manufacturer", how i decide if i set a new field on the content-type definition itself, or if i use an Annotation attribute on the object?22:09
*** dobee_ has quit IRC22:16
*** dunny has joined #zope3-dev22:28
*** hazmat has joined #zope3-dev22:39
*** ChanServ sets mode: +o hazmat22:39
*** whit has joined #zope3-dev22:40
*** bradb has left #zope3-dev22:51
*** dunny has quit IRC22:57
*** dunny has joined #zope3-dev23:12
*** zagy has quit IRC23:18
*** dunny has quit IRC23:35
*** romanofski has quit IRC23:36

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