Opened 14 years ago

Closed 14 years ago

#7566 closed patch (fixed)

Fix deprecated uses of template values in <value> instead of <template>.

Reported by: Marc Alban <marcalban@…> Owned by: Isaac Richards
Priority: trivial Milestone: 0.22
Component: Themes Version: unknown
Severity: low Keywords:
Cc: Ticket locked: no

Description

The main issue is that on the 22-fixes branch, the default watch recordings screen uses the deprecated <value> tag which displays an ugly template %|"SUBTITLE|"% %STARS% %DESCRIPTION% on the screen while the recordings load.

Attached are patches for the trunk and 22-fixes branch which fix the instances I could find in the various themes.

These fixes are in line with changeset [22484].

Attachments (2)

templates_22-fixes.patch (8.4 KB) - added by Marc Alban <marcalban@…> 14 years ago.
Fixes depricated uses of the <value> tag for templates in the 22-fixes branch
templates_trunk.patch (2.5 KB) - added by Marc Alban <marcalban@…> 14 years ago.
Fixes deprecated uses of the <value> tag for templates on the trunk.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Marc Alban <marcalban@…>

Attachment: templates_22-fixes.patch added

Fixes depricated uses of the <value> tag for templates in the 22-fixes branch

Changed 14 years ago by Marc Alban <marcalban@…>

Attachment: templates_trunk.patch added

Fixes deprecated uses of the <value> tag for templates on the trunk.

comment:1 Changed 14 years ago by robertm

(In [22868]) Refs #7566. Convert some uses of <value> to <template>.

comment:2 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [22869]) Closes #7566. Backport conversion of some uses of <value> to <template>.

Note: See TracTickets for help on using tickets.