Menu

Commit [r8471]  Maximize  Restore  History

Follow-up to the merge of the expanded unicode support in Config (r8469).

This broke the creation of query links in ticket view (#7562), as keyword arguments can't be unicode objects in Python 2.x. So we use the already existing feature of Href, which can be given a dict of parameters in its last positional argument.

Also checked other places that could have similar issues.

Completes #8276 on trunk.

cboos 2009-08-20

changed /trunk/trac/ticket/api.py
changed /trunk/trac/ticket/query.py
changed /trunk/trac/ticket/report.py
changed /trunk/trac/ticket/templates/report_view.html
changed /trunk/trac/ticket/tests/wikisyntax.py
changed /trunk/trac/ticket/web_ui.py
changed /trunk/trac/wiki/formatter.py
/trunk/trac/ticket/api.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/query.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/report.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/templates/report_view.html Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/tests/wikisyntax.py Diff Switch to side-by-side view
Loading...
/trunk/trac/ticket/web_ui.py Diff Switch to side-by-side view
Loading...
/trunk/trac/wiki/formatter.py Diff Switch to side-by-side view
Loading...