Roundup Tracker - Issues

Message1165

Author myers_carpenter
Recipients
Date 2004-04-06.19:48:15
Message-id
In-reply-to
Logged In: YES 
user_id=335935

It would seem like the easiest thing to do is get
urllib.urlencode into what ever namespace "python:" draws from

Then it gets fuzzy because I'm don't grok TAL.  Somehow change:

    <a tal:attributes="href string:file${file/id}/${file/name}"
       tal:content="file/name">dld link</a>

To use python:urlencode(${file/name})

I'm remarking this bug as open since you seem to agree it's
a problem.
History
Date User Action Args
2009-02-03 14:20:38adminlinkissue927745 messages
2009-02-03 14:20:38admincreate