Ticket #202 (closed enhancement: fixed)

Opened 22 months ago

Last modified 20 months ago

kwargs in template tag {% lucidTag ... %}

Reported by: JensDiemer Owned by: JensDiemer
Priority: minor Milestone: v0.8.5
Component: system Keywords: lucidTag template
Cc:

Description

The current implementation of parsing kwargs in "lucidTag" template tag used regex and has some limits.

The biggest problem is: We can't pass other thing than normal strings :( I add some unittest for this problem:  http://pylucid.net:8080/pylucid/changeset/1615#file1 (at the bottom)

How we can change this?

Discuss in:  http://pylucid.org/phpBB2/viewtopic.php?t=228

Change History

Changed 21 months ago by JensDiemer

  • owner changed from jens to JensDiemer
  • status changed from new to assigned

Changed 20 months ago by JensDiemer

  • status changed from assigned to closed
  • resolution set to fixed

fixed with changeset:1666 used shlex.split Thanks for the guys in the python forum:  http://www.python-forum.de/topic-15306.html (de)

Note: See TracTickets for help on using tickets.