Bug 11944: Remove all utf8 filter from templates
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 14 Mar 2014 08:16:16 +0000 (09:16 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Jan 2015 16:06:42 +0000 (13:06 -0300)
commit99521c37fa443d52478f9e059c68dd014fea0c2d
treea910ec31c427878af347d2d3be15ecbe72048d88
parent021c3695e80237129ca9860ca82d8ccf5f36f796
Bug 11944: Remove all utf8 filter from templates

This patch
- removes all html_entity usages in tt file which hide utf8 bugs
- removes all encode utf8 in tt plugins because we should get correctly
  marked data from DBIC and other sources directly (cf plugin EncodeUTF8
  used in renew.tt)
- adds some cleanup in C4::Templates::output: we now use perl utf8 file
  handler output so we don't need to decode tt variables manually.

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Charset.pm
C4/Templates.pm
Koha/Template/Plugin/AuthorisedValues.pm
Koha/Template/Plugin/Branches.pm
Koha/Template/Plugin/EncodeUTF8.pm
Koha/Template/Plugin/ItemTypes.pm
cataloguing/addbiblio.pl
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt