http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8872
--- Comment #25 from M. de Rooy <[email protected]> --- I have removed the patch for Templates.pm since this would require some more changes to Koha than planned for this report. Koha should follow the principle: decode everything coming in from outside, encode everything when sending it to outside. But in several places this does not happen: especially for url parameters and template file contents. The first patch did solve the template file contents but since it would not touch all places where url parameters are passed in, it is not fully working. What remains in this report, is a fix for xslt files and opac-showmarc and showmarc. I think that in this form the patches could be pushed (after QA). I will ask Jared to confirm since he signed off on the full set of five patches. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
