Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16510 closed Bug (fixed)

`truncatechars` filter is buggy and unregistered

Reported by: timdumol Owned by: nobody
Component: Template system Version: dev
Severity: Normal Keywords:
Cc: Chris Beaven Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

#5025 introduced a new truncatechars filter. However, the filter is not registered as a default filter, although it is documented as such. Also, there is a typo in the patch that renders the filter unusable.

Attachments (1)

16510.diff (755 bytes ) - added by timdumol 13 years ago.
Fixes the mentioned issues.

Download all attachments as: .zip

Change History (3)

by timdumol, 13 years ago

Attachment: 16510.diff added

Fixes the mentioned issues.

comment:1 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16550]:

Fixed #16510 -- Actually added new truncatechars filter to the builtins and fixed a typo. Thanks, timdumol.

comment:2 by Chris Beaven, 13 years ago

In [16551]:

(The changeset message doesn't reference this ticket)

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