*** jim_SFU has quit IRC | 00:09 | |
*** RaceCondition is now known as ILuvIrcElitism | 00:09 | |
*** vipod has joined #zope | 00:15 | |
*** cpf_ has joined #zope | 00:25 | |
*** sunew has quit IRC | 00:26 | |
*** cpf_ has quit IRC | 00:33 | |
*** hever has joined #zope | 00:44 | |
*** hever has quit IRC | 00:46 | |
*** hever has joined #zope | 00:47 | |
*** vipod has quit IRC | 01:13 | |
*** mr_jolly has joined #zope | 01:16 | |
*** alexpilz1 has quit IRC | 01:22 | |
*** williamthekid_ has joined #zope | 01:45 | |
*** williamthekid has quit IRC | 01:48 | |
*** dvschramm is now known as dvschram|away | 01:58 | |
*** J1m has quit IRC | 02:06 | |
*** rogererens has quit IRC | 02:17 | |
*** ccomb has quit IRC | 02:17 | |
*** danielblackburn has left #zope | 02:32 | |
*** rogererens has joined #zope | 02:34 | |
*** hever has quit IRC | 02:37 | |
*** rogererens has quit IRC | 02:44 | |
*** rogererens has joined #zope | 02:47 | |
*** menesis has quit IRC | 02:48 | |
*** alvaro_o has quit IRC | 03:04 | |
*** alga has quit IRC | 03:17 | |
*** rogererens has quit IRC | 03:23 | |
*** tiwula has quit IRC | 03:35 | |
*** BeeBob has quit IRC | 03:41 | |
*** daMaestro has quit IRC | 03:48 | |
*** BeeBob has joined #zope | 03:49 | |
*** davisagli is now known as davisagli|away | 04:12 | |
*** mr_jolly has left #zope | 04:13 | |
*** davisagli|away is now known as davisagli | 04:13 | |
*** davisagli is now known as davisagli|away | 04:25 | |
*** giampaolo has quit IRC | 05:19 | |
*** tiwula has joined #zope | 06:21 | |
*** rogererens has joined #zope | 06:41 | |
*** rogererens has quit IRC | 07:08 | |
*** benji has quit IRC | 07:11 | |
*** tiwula has quit IRC | 07:14 | |
*** rogererens has joined #zope | 07:22 | |
*** davisagli|away is now known as davisagli | 07:27 | |
*** davisagli is now known as davisagli|away | 07:43 | |
*** davisagli|away is now known as davisagli | 07:47 | |
*** rogererens has quit IRC | 08:09 | |
*** alexpilz has joined #zope | 08:30 | |
*** agroszer_ has joined #zope | 08:31 | |
*** alexpilz1 has joined #zope | 08:31 | |
*** alexpilz has quit IRC | 08:31 | |
*** vipod has joined #zope | 08:32 | |
*** vipod has quit IRC | 08:40 | |
*** agroszer_ is now known as agroszer | 08:40 | |
*** davisagli is now known as davisagli|away | 08:44 | |
*** __mac__ has joined #zope | 08:44 | |
*** zagy has joined #zope | 08:51 | |
*** davisagli|away is now known as davisagli | 09:02 | |
*** j-w has joined #zope | 09:07 | |
*** rogererens has joined #zope | 09:22 | |
*** yvl has joined #zope | 09:35 | |
*** alexpilz1 has quit IRC | 09:45 | |
*** cpf_ has joined #zope | 09:49 | |
*** goschtl has joined #zope | 10:05 | |
*** sm has quit IRC | 10:14 | |
*** __mac__ has quit IRC | 10:24 | |
*** __mac__ has joined #zope | 10:25 | |
*** davisagli is now known as davisagli|away | 10:30 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** alexpilz has joined #zope | 10:36 | |
*** Theuni_ has joined #zope | 10:46 | |
*** Theuni_ is now known as Guest16504 | 10:47 | |
*** tisto has joined #zope | 10:50 | |
*** Guest16504 has quit IRC | 10:53 | |
*** neo|4D has joined #zope | 11:00 | |
*** sunew has joined #zope | 11:03 | |
*** nots has joined #zope | 11:16 | |
nots | hi. I have external method at /some/path/md5(args). I want to use it in /some/otherpath/ with <dtml-call "REQUEST.set('md5', ../path/md5(sometext))"> | 11:18 |
---|---|---|
betabug | nots: can you place it simply in /some? then it will be picked up by acquisition from both places | 11:19 |
nots | there is no way ../path/md5(sometext) or /some/path/md5(sometext) ? | 11:20 |
betabug | hmmm, I don't understand you there | 11:21 |
nots | I don't want to move that external method | 11:21 |
nots | It's working and I'm not so much zope geek to understand what I'm doing :) | 11:21 |
nots | I'd better use it where it is | 11:22 |
betabug | yeah, well, I'm not yet understanding what you're trying to do then | 11:22 |
betabug | you want to call the same external method from 2 places? | 11:22 |
betabug | that shouldn't be a problem | 11:22 |
betabug | use the full path and it should be found | 11:22 |
nots | it says invalid syntax | 11:23 |
betabug | hmmm, I haven't bee doing DTML for a long time | 11:23 |
betabug | but I'd say you just have to fix your syntax :-) | 11:23 |
nots | If I put /some/path/md5(sometext) in single quotes then syntax is ok but it does not call that method. So there must be syntax error, I thought that it is /some/path | 11:24 |
betabug | dtml does some confusing stuff | 11:25 |
nots | invalid syntax for tag <dtml-call "REQUEST.set('person_password', /admin/users/cryptPassword(username, person_pw))"> | 11:26 |
betabug | yeah, obviously | 11:26 |
betabug | inside the "" you have python syntax | 11:26 |
betabug | and /admin/users/... is not proper python syntax | 11:26 |
betabug | but I forgot how to do this stuff in dtml, sorry | 11:27 |
nots | how should it be? | 11:27 |
betabug | maybe you should read up in the zope book how it works | 11:27 |
nots | <dtml-call "REQUEST.set('password', cryptPassword(username,password1) )"> works in directory where that cryptPassword is | 11:28 |
CIA-82 | janjaapdriessen janjaapdriessen-wsgi * r118756 gocept.selenium/src/gocept/selenium/static/__init__.py: Call the super testSetUp in order to have the layer.selenium set up. | 11:28 |
betabug | or where it can be "acquired" | 11:28 |
nots | should I use import? | 11:28 |
betabug | (which means that if you're in /a/b/c/d and it is in /a/b it would work) | 11:29 |
betabug | hahaha, please read up on dtml, don't just try out random stuff | 11:29 |
nots | _Ü | 11:29 |
nots | :P | 11:29 |
betabug | go to docs.zope.org, find the Zope 2 book, look for the appendix (or chapter) about DTML | 11:29 |
nots | thx | 11:29 |
betabug | just look through the examples till you have what you need | 11:30 |
betabug | np, you're welcome | 11:30 |
betabug | and try to use ZPT in the future | 11:30 |
nots | zpt? | 11:30 |
betabug | Zope Page Templates | 11:30 |
betabug | what people use these days | 11:30 |
betabug | for the last 5 years or so people have been recommending to not use DTML | 11:31 |
betabug | see wiki.zope.org/zope2/ZopeStarter | 11:31 |
*** neo|4D has quit IRC | 11:31 | |
*** ccomb has joined #zope | 11:35 | |
*** sylvain has joined #zope | 11:39 | |
*** vipod has joined #zope | 11:39 | |
*** max_brauer has joined #zope | 11:44 | |
*** tisto has quit IRC | 11:49 | |
*** tisto has joined #zope | 11:51 | |
*** hever has joined #zope | 11:53 | |
*** digitalmortician has quit IRC | 12:08 | |
*** menesis has joined #zope | 12:11 | |
*** cna has joined #zope | 12:14 | |
*** gwik has quit IRC | 12:22 | |
CIA-82 | janwijbrand * r118757 /zopetoolkit/doc/source/releaseteam/ (meeting-20101123.rst meeting-20101207.rst index.rst): add meeting notes for 11/23 and 12/07 | 12:25 |
*** fredvd has joined #zope | 12:26 | |
*** hever has quit IRC | 12:33 | |
*** gwik has joined #zope | 12:43 | |
CIA-82 | janwijbrand * r118758 groktoolkit/buildout.cfg: add mergok.layout and grokui.base checkout too, that are made compatible with the grokcore.view trunk | 12:47 |
*** tisto is now known as tisto|away | 12:55 | |
*** shastry has quit IRC | 13:06 | |
*** shastry has joined #zope | 13:08 | |
*** __mac__ has quit IRC | 13:09 | |
*** hever has joined #zope | 13:09 | |
*** f10w has quit IRC | 13:20 | |
*** cpf_ has quit IRC | 13:29 | |
*** MrWu has joined #zope | 13:34 | |
*** goschtl has quit IRC | 13:34 | |
*** cpf_ has joined #zope | 13:42 | |
*** lcpfnyvce has joined #zope | 13:46 | |
*** sunew has quit IRC | 13:55 | |
*** sunew has joined #zope | 13:59 | |
*** lcpfnyvce has quit IRC | 14:01 | |
*** goschtl has joined #zope | 14:17 | |
*** tisto|away is now known as tisto | 14:24 | |
*** __mac__ has joined #zope | 14:44 | |
*** lucmult has joined #zope | 14:46 | |
*** MrWu has quit IRC | 14:47 | |
*** ccomb has quit IRC | 15:03 | |
planetzopebot | [Nuxeo Case Study] Nuxeo Themes, An Open Source Code Contribution (Planet Nuxeo) http://blogs.nuxeo.com/marketing/2010/12/nuxeo-case-study-nuxeo-themes-contributed-by-jean-marc-orliaguet.html | 15:04 |
*** hever has quit IRC | 15:05 | |
*** hever has joined #zope | 15:08 | |
*** tisto is now known as tisto|away | 15:11 | |
*** wosc has joined #zope | 15:12 | |
*** benji has joined #zope | 15:22 | |
*** ccomb has joined #zope | 15:23 | |
*** f10w has joined #zope | 15:29 | |
*** f10w has quit IRC | 15:30 | |
*** f10w has joined #zope | 15:33 | |
*** ccomb has quit IRC | 15:37 | |
CIA-82 | janwijbrand * r118759 zope.fanstatic/src/zope/fanstatic/ (tests/tests.py zopesupport.py): proper check whether the base_url has been set. fix import | 15:37 |
*** regebro1 has quit IRC | 15:50 | |
*** evilbungle has joined #zope | 15:52 | |
*** regebro has joined #zope | 16:05 | |
*** J1m has joined #zope | 16:05 | |
*** ccomb has joined #zope | 16:10 | |
*** goschtl has quit IRC | 16:14 | |
*** Arfrever has joined #zope | 16:16 | |
*** jim_SFU has joined #zope | 16:18 | |
*** tisto|away is now known as tisto | 16:21 | |
*** cna has quit IRC | 16:24 | |
*** zenwryly has quit IRC | 16:30 | |
*** hever has quit IRC | 16:33 | |
*** wosc has quit IRC | 16:34 | |
*** evilbungle has quit IRC | 16:34 | |
*** evilbungle has joined #zope | 16:37 | |
*** gwik_ has joined #zope | 16:54 | |
*** gwik has quit IRC | 16:58 | |
*** gwik_ is now known as gwik | 16:58 | |
*** evilbungle has quit IRC | 16:59 | |
*** f10w has quit IRC | 17:05 | |
*** ILuvIrcElitism has quit IRC | 17:06 | |
*** hever has joined #zope | 17:08 | |
*** __mac__ has quit IRC | 17:09 | |
*** digitalmortician has joined #zope | 17:10 | |
*** ILuvIrcElitism has joined #zope | 17:11 | |
*** f10w has joined #zope | 17:12 | |
*** __mac__ has joined #zope | 17:13 | |
*** max_brauer has quit IRC | 17:16 | |
*** digitalmortician has quit IRC | 17:24 | |
*** dayne has joined #zope | 17:24 | |
*** rbanffy has quit IRC | 17:33 | |
*** alexpilz has quit IRC | 17:34 | |
*** dvschram|away is now known as dvschramm | 17:41 | |
*** dayne has quit IRC | 17:47 | |
*** dayne has joined #zope | 17:56 | |
*** redir has quit IRC | 17:58 | |
*** alvaro_o has joined #zope | 17:59 | |
*** alexpilz has joined #zope | 18:01 | |
*** alexpilz1 has joined #zope | 18:02 | |
*** alexpilz has quit IRC | 18:02 | |
*** alexpilz has joined #zope | 18:02 | |
*** alexpilz1 has quit IRC | 18:02 | |
*** mcdonc has quit IRC | 18:06 | |
*** mcdonc has joined #zope | 18:10 | |
*** menesis has quit IRC | 18:14 | |
*** daMaestro has joined #zope | 18:18 | |
*** zagy has quit IRC | 18:18 | |
*** j-w has quit IRC | 18:20 | |
*** __mac__ has quit IRC | 18:21 | |
*** cpf_ has quit IRC | 18:21 | |
*** fredvd is now known as fredvd|shop | 18:27 | |
*** evilbungle has joined #zope | 18:28 | |
*** chaoflow has quit IRC | 18:29 | |
*** chaoflow has joined #zope | 18:31 | |
*** rogererens has quit IRC | 18:35 | |
*** macsppadic has joined #zope | 18:35 | |
*** _mup_ has quit IRC | 18:39 | |
*** bobo_b has quit IRC | 18:39 | |
*** _mup_ has joined #zope | 18:40 | |
*** tiwula has joined #zope | 18:44 | |
*** sunew has quit IRC | 18:58 | |
*** benji is now known as benji-lunch | 19:10 | |
*** evilbungle has quit IRC | 19:10 | |
*** cpf_ has joined #zope | 19:15 | |
*** rbanffy has joined #zope | 19:17 | |
*** agroszer has quit IRC | 19:17 | |
*** agroszer has joined #zope | 19:17 | |
*** macsppadic has quit IRC | 19:18 | |
*** sm has joined #zope | 19:24 | |
*** redir has joined #zope | 19:25 | |
*** cpf_ has quit IRC | 19:26 | |
*** hever has quit IRC | 19:27 | |
*** MrTango has joined #zope | 19:28 | |
*** alexpilz1 has joined #zope | 19:33 | |
*** alexpilz has quit IRC | 19:36 | |
*** bobo_b has joined #zope | 19:39 | |
*** dayne has quit IRC | 19:42 | |
*** bobo_b has quit IRC | 19:43 | |
*** dayne has joined #zope | 19:44 | |
*** dayne has quit IRC | 19:47 | |
*** tisto has quit IRC | 19:47 | |
*** supton has joined #zope | 19:48 | |
*** dayne has joined #zope | 19:48 | |
*** mitchell` is now known as mitchell`off | 20:00 | |
*** benji-lunch is now known as benji | 20:01 | |
*** alecm has quit IRC | 20:05 | |
*** SpankyFromBRC has joined #zope | 20:05 | |
*** alecm has joined #zope | 20:05 | |
*** alecm has joined #zope | 20:05 | |
*** SpankyFromBRC is now known as Spanktar | 20:07 | |
*** zenwryly has joined #zope | 20:08 | |
*** cpf_ has joined #zope | 20:26 | |
*** menesis has joined #zope | 20:28 | |
*** fredvd|shop is now known as fredvd | 20:34 | |
*** ILuvIrcElitism has quit IRC | 20:38 | |
*** Arfrever has quit IRC | 20:42 | |
*** evilbungle has joined #zope | 20:43 | |
*** sylvain has quit IRC | 20:43 | |
*** ILuvIrcElitism has joined #zope | 20:44 | |
*** davisagli|away is now known as davisagli | 20:47 | |
*** cpf_ has quit IRC | 20:50 | |
*** vipod has quit IRC | 20:55 | |
*** evilbungle has quit IRC | 20:57 | |
*** digitalmortician has joined #zope | 20:58 | |
*** alexpilz1 has left #zope | 20:58 | |
*** daMaestro has quit IRC | 20:59 | |
*** gwik has quit IRC | 21:16 | |
*** zagy has joined #zope | 21:29 | |
*** fredvd has quit IRC | 21:45 | |
*** __mac__ has joined #zope | 21:50 | |
*** ILuvIrcElitism has quit IRC | 21:53 | |
*** ILuvIrcElitism has joined #zope | 21:55 | |
*** AnneGilles has joined #zope | 22:00 | |
*** AnneGilles has quit IRC | 22:00 | |
*** davisagli is now known as davisagli|away | 22:09 | |
*** davisagli|away is now known as davisagli | 22:17 | |
*** agroszer has quit IRC | 22:24 | |
*** zagy has quit IRC | 22:34 | |
*** gwik has joined #zope | 22:45 | |
*** lucmult has quit IRC | 22:47 | |
*** __mac__ has quit IRC | 22:55 | |
*** alvaro_o has quit IRC | 23:28 | |
*** hever has joined #zope | 23:28 | |
*** alvaro_o has joined #zope | 23:37 | |
*** rbanffy has quit IRC | 23:42 | |
*** hever has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!