Opened 17 years ago

Closed 17 years ago

#4495 closed (fixed)

[unicode] {% firstof %} uses str()

Reported by: Ivan Sagalaev <Maniac@…> Owned by: Malcolm Tredinnick
Component: Template system Version: other branch
Severity: Keywords:
Cc: Maniac@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Tag {% firstof %} uses raw str() which breaks things.

Attachments (1)

4495.diff (1008 bytes ) - added by Ivan Sagalaev <Maniac@…> 17 years ago.
Patch

Download all attachments as: .zip

Change History (4)

by Ivan Sagalaev <Maniac@…>, 17 years ago

Attachment: 4495.diff added

Patch

comment:1 by Simon G. <dev@…>, 17 years ago

Component: UncategorizedTemplate system
Owner: changed from Jacob to Adrian Holovaty
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Cc: Malcolm Tredinnick removed
Owner: changed from Adrian Holovaty to Malcolm Tredinnick

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5446]) unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template tag.
Patch from Ivan Sagalaev.

Note: See TracTickets for help on using tickets.
Back to Top