[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-12-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 Bug 20975 depends on bug 13618, which changed state. Bug 13618 Summary: Add additional template filter methods and a filter presence test to Koha https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618 What

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-07-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 Jonathan Druart changed: What|Removed |Added Resolution|--- |WONTFIX

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-07-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 Julian Maurice changed: What|Removed |Added CC|

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 Jonathan Druart changed: What|Removed |Added Status|ASSIGNED|In Discussion ---

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #3 from Jonathan Druart --- Created attachment 76232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76232=edit AutoEscaping - Template::Stash::AutoEscaping (escape all) for x in 1 2 3 4 5; do time

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #5 from Jonathan Druart --- Created attachment 76234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76234=edit AutoEscaping - Do not escape using .raw Same as before, vars will not be escaped for x

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #6 from Jonathan Druart --- Created attachment 76235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76235=edit AutoEscaping - Koha::Template::AutoEscaping for x in 1 2 3 4 5; do time perl

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #2 from Jonathan Druart --- Created attachment 76231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76231=edit AutoEscaping - TT html filters for x in 1 2 3 4 5; do time perl

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #1 from Jonathan Druart --- Created attachment 76230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76230=edit AutoEscaping - no filter for x in 1 2 3 4 5; do time perl benchmark_AutoEscaping.pl;

[Koha-bugs] [Bug 20975] Improve auto escaping performance

2018-06-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20975 --- Comment #4 from Jonathan Druart --- Created attachment 76233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76233=edit AutoEscaping - Do not escape using ignore_escape The variable are not escaped (let's