*** srichter has joined #zope3-dev | 00:06 | |
*** ChanServ sets mode: +o srichter | 00:07 | |
*** MJ has joined #zope3-dev | 00:15 | |
*** kamalgill has joined #zope3-dev | 00:21 | |
*** afortenberry has joined #zope3-dev | 00:27 | |
*** srichter has quit IRC | 00:45 | |
*** srichter has joined #zope3-dev | 00:48 | |
*** dobee has quit IRC | 00:51 | |
*** ChanServ sets mode: +o srichter | 00:52 | |
*** Londo_ has joined #zope3-dev | 00:57 | |
*** ofer has quit IRC | 00:57 | |
*** rocky is now known as rocky|away | 01:04 | |
*** yota has left #zope3-dev | 01:18 | |
*** povbot has joined #zope3-dev | 12:26 | |
*** srichter has joined #zope3-dev | 12:32 | |
*** ChanServ sets mode: +o srichter | 12:33 | |
*** baijum has quit IRC | 12:34 | |
*** alga has joined #zope3-dev | 12:38 | |
*** baijum has joined #zope3-dev | 12:42 | |
*** philiKON has joined #zope3-dev | 12:45 | |
*** ignas has joined #zope3-dev | 12:45 | |
*** baiju1 has joined #zope3-dev | 12:53 | |
*** schwendinger has quit IRC | 12:56 | |
*** jukart has quit IRC | 13:04 | |
*** baiju1 has quit IRC | 13:04 | |
*** baijum has quit IRC | 13:06 | |
*** mkerrin has joined #zope3-dev | 13:08 | |
*** flox is now known as flox|away | 13:13 | |
*** volvox has quit IRC | 13:38 | |
*** volvox has joined #zope3-dev | 13:38 | |
*** dunny has quit IRC | 13:49 | |
*** J1m has joined #zope3-dev | 13:52 | |
*** alga has quit IRC | 13:53 | |
*** baijum has joined #zope3-dev | 13:55 | |
*** alga has joined #zope3-dev | 14:01 | |
*** Aiste has joined #zope3-dev | 14:07 | |
*** eins has quit IRC | 14:14 | |
*** baijum has quit IRC | 14:19 | |
*** flox|away is now known as flox | 14:28 | |
*** jukart has joined #zope3-dev | 14:30 | |
ignas | srichter: ayt? | 14:47 |
---|---|---|
*** eins has joined #zope3-dev | 14:47 | |
*** benji has joined #zope3-dev | 14:54 | |
*** mgedmin has joined #zope3-dev | 14:54 | |
*** J1m has quit IRC | 14:54 | |
*** philiKON has quit IRC | 15:08 | |
*** baijum has joined #zope3-dev | 15:08 | |
*** dobee has quit IRC | 15:11 | |
*** philiKON has joined #zope3-dev | 15:13 | |
*** dobee has joined #zope3-dev | 15:17 | |
*** niemeyer has joined #zope3-dev | 15:19 | |
baijum | hi | 15:21 |
baijum | can anyone here make me a Zope3-dev collector 'supporter' ? | 15:22 |
d2m | baijum: ok, i'll so | 15:22 |
d2m | s/so/do | 15:22 |
baijum | d2m, thanks :) | 15:23 |
*** philiKON has quit IRC | 15:26 | |
*** baiju1 has joined #zope3-dev | 15:27 | |
*** russf_ has joined #zope3-dev | 15:37 | |
*** russf has quit IRC | 15:37 | |
*** russf has joined #zope3-dev | 15:42 | |
*** russf_ has quit IRC | 15:44 | |
*** baijum has quit IRC | 15:46 | |
*** baijum has joined #zope3-dev | 15:50 | |
*** baiju1 has quit IRC | 15:52 | |
*** baijum has quit IRC | 16:04 | |
*** baijum has joined #zope3-dev | 16:34 | |
guruz | hmm | 16:34 |
guruz | what is the best way to have a object being prevented from getting renamed or moved? | 16:34 |
mgedmin | register an IObjectMovedEvent and raise an exception, so the transaction gets aborted? | 16:36 |
srichter | don't give the user access to that functionality | 16:36 |
srichter | right, that's even better :-) | 16:36 |
*** flox has quit IRC | 16:36 | |
*** J1m has joined #zope3-dev | 16:38 | |
guruz | thanks | 16:40 |
*** baijum has left #zope3-dev | 16:40 | |
*** flox has joined #zope3-dev | 16:45 | |
*** mgedmin has quit IRC | 16:46 | |
*** mgedmin has joined #zope3-dev | 16:49 | |
*** zagy has quit IRC | 16:50 | |
*** roym has joined #zope3-dev | 16:52 | |
roym | This may sound trivial, but I am not sure how I would add a | 16:55 |
roym | favicon.ico to my root folder so that accesses of the form | 16:55 |
roym | http://myhost/favicon.ico resolve correctly. Adding it as | 16:55 |
roym | a resource requires a syntax of /@@/favicon.ico, it seems. | 16:55 |
*** eins has quit IRC | 16:58 | |
srichter | roym: I would search the code for favicon.ico and see what happens | 17:03 |
benji | srichter: I apparently have a gift for starting flame wars, if only I could make money from that somehow | 17:11 |
*** xenru has joined #zope3-dev | 17:11 | |
*** hdima has quit IRC | 17:12 | |
srichter | benji: no problem; I am not mad, I just think I am right ;-) | 17:16 |
*** zagy has joined #zope3-dev | 17:16 | |
benji | heh :) | 17:16 |
srichter | obviously I care a lot about this issue too, otherwise I would not have taken the time to respond | 17:16 |
ignas | is there a reason for not having <content_provider /> zcml directive, while having <viewlet_manager /> and <viewlet /> | 17:24 |
srichter | ignas: because content providers are just a form of adapters | 17:26 |
srichter | ignas: though I would have nothing against such a directive | 17:26 |
ignas | ahh, I just saw that viewlet's are performing some special stuff in the directive | 17:26 |
srichter | yep | 17:27 |
ignas | just that it's easier to create a viewlet_manager than a simple content_provider | 17:27 |
srichter | benji: wow, this flamewar of yours is taking off nicely | 17:29 |
benji | just call me "firestarter" | 17:29 |
srichter | benji: you just gotta tell me your receipe; I guess a lot of ethanol and oxygen | 17:30 |
benji | actually, srichter, I prefer thermite | 17:31 |
srichter | he he | 17:32 |
srichter | ref: http://en.wikipedia.org/wiki/Thermite | 17:32 |
volvox | http://www.guzer.com/videos/thermite_car.php | 17:36 |
benji | thermite video: http://www.youtube.com/watch?v=WrCWLpRc1yM&search=thermite | 17:36 |
volvox | there are some nice neodymium videos, also.. | 17:38 |
srichter | benji: I know you would like that | 17:40 |
benji | who's that? | 17:40 |
volvox | neodymium? http://www.youtube.com/watch?v=9N4a-GOzSAY&NR | 17:40 |
*** mgedmin has quit IRC | 17:45 | |
*** mgedmin has joined #zope3-dev | 17:47 | |
*** WebMaven has quit IRC | 17:57 | |
roym | srichter: searching thru trunk sources yields no hits on favicon.ico. The only way I can think of now is to create a directory named favicon.ico and have its default view serve out the image. Surely, there must be an easier way (I fon't want to have to serve this out of apache either). | 17:58 |
mgedmin | why not? apache is good for you | 18:00 |
*** jinty has joined #zope3-dev | 18:02 | |
roym | mgedmin: :) | 18:04 |
mgedmin | stevea once said that he would never expose a zope directly over http, because it didn't have some safety features that apache had (sanitizing urls, etc) | 18:05 |
roym | Didn't realize you were serious - that is a good point... in a test setup, I would like to do things w/just Zope is all I meant. | 18:06 |
roym | By the way, SchoolTool has a resource decl. for favicon.ico. that looks like: <resource name="favicon.ico" file="resources/favicon.ico" ...> | 18:07 |
roym | Will this work without the "@@" prefix? | 18:07 |
SteveA | I would never expose a zope directly over http, because it doesn't have some of the protections that the apache developers have taken so much care over, sanitizing urls etc. | 18:10 |
*** hazmat has joined #zope3-dev | 18:12 | |
*** ChanServ sets mode: +o hazmat | 18:12 | |
*** stub has quit IRC | 18:14 | |
*** hazmat has quit IRC | 18:20 | |
roym | SteveA, mgedmin: thanks... that would help w/my javascript issues as well. Currently, I cannot serve out many of the dojo/mochikit files as even resources are interpreted by the TAL parser if they have the .html suffix | 18:20 |
*** alecm has joined #zope3-dev | 18:22 | |
mgedmin | iirc schooltool has a view named favicon.ico | 18:26 |
mgedmin | either that, or it has a <meta> element that tells firefox where to find the favicon | 18:26 |
ignas | <link rel="icon" type="image/png" href="http://localhost:7080/@@/favicon.ico" /> | 18:35 |
*** zagy has quit IRC | 18:49 | |
*** hazmat has joined #zope3-dev | 18:50 | |
*** ChanServ sets mode: +o hazmat | 18:50 | |
*** zagy has joined #zope3-dev | 18:51 | |
*** J1m has quit IRC | 18:58 | |
*** MJ has quit IRC | 19:12 | |
*** flox has quit IRC | 19:17 | |
*** projekt01 has joined #zope3-dev | 19:17 | |
*** J1m has joined #zope3-dev | 19:18 | |
*** romanofski is now known as rom|aw | 19:25 | |
*** kobold has left #zope3-dev | 19:31 | |
*** jinty has quit IRC | 19:37 | |
*** volvox has quit IRC | 19:39 | |
*** RaFromBRC has joined #zope3-dev | 19:43 | |
*** RaFromBRC is now known as RaFromLinuxWorld | 19:44 | |
*** nathany has joined #zope3-dev | 19:44 | |
*** MJ has joined #zope3-dev | 19:48 | |
*** hazmat has quit IRC | 20:10 | |
*** febb has joined #zope3-dev | 20:24 | |
febb | hi all | 20:25 |
*** rom|aw has quit IRC | 20:47 | |
projekt01 | benji, ayt? | 21:02 |
benji | yep | 21:02 |
projekt01 | I need a batching library, do you know if tehre is one somewhere? | 21:02 |
projekt01 | tehre/there | 21:03 |
projekt01 | Does zc allready have a btach lib or should we implement and add one to z3c? | 21:04 |
*** Aiste has quit IRC | 21:12 | |
benji | sorry, projekt01... reading | 21:12 |
benji | projekt01: there is no good batching library right now, zc.table has plug points for it (and I /think/ we open sourced a batcher for it) | 21:14 |
benji | I'd really like to see a well designed batcher | 21:14 |
*** niemeyer has quit IRC | 21:16 | |
*** niemeyer has joined #zope3-dev | 21:16 | |
projekt01 | benji, thanks, I think we will add a batching lib in the next iteration and use the bugtracker batch for the first prototype | 21:19 |
*** hazmat has joined #zope3-dev | 21:23 | |
*** ChanServ sets mode: +o hazmat | 21:23 | |
*** whit has quit IRC | 21:25 | |
*** hazmat has quit IRC | 21:25 | |
*** ignas has quit IRC | 21:31 | |
*** nathany has quit IRC | 21:40 | |
*** flox has joined #zope3-dev | 21:45 | |
*** hazmat has joined #zope3-dev | 21:48 | |
*** ChanServ sets mode: +o hazmat | 21:48 | |
*** hazmat has quit IRC | 21:51 | |
*** mkerrin has quit IRC | 21:56 | |
*** nathany has joined #zope3-dev | 22:03 | |
*** russf has quit IRC | 22:12 | |
*** russf has joined #zope3-dev | 22:13 | |
*** mgedmin has quit IRC | 22:13 | |
*** hazmat has joined #zope3-dev | 22:19 | |
*** ChanServ sets mode: +o hazmat | 22:19 | |
*** zagy has quit IRC | 22:29 | |
*** whit has joined #zope3-dev | 22:30 | |
*** hazmat has quit IRC | 22:36 | |
*** alga has quit IRC | 22:37 | |
*** oferw has joined #zope3-dev | 22:39 | |
*** hazmat has joined #zope3-dev | 22:46 | |
*** ChanServ sets mode: +o hazmat | 22:46 | |
*** efrerich has joined #zope3-dev | 22:48 | |
*** hazmat has quit IRC | 22:49 | |
benji | http://www.amk.ca/python/howto/regex/ | 23:00 |
*** rocky is now known as rocky|away | 23:03 | |
*** hazmat has joined #zope3-dev | 23:06 | |
*** ChanServ sets mode: +o hazmat | 23:06 | |
*** hazmat has quit IRC | 23:07 | |
*** jukart has quit IRC | 23:17 | |
*** dunny has joined #zope3-dev | 23:26 | |
*** oferw has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!