Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Jonathan Druart cd20b61a7c Bug 15722: Escape patron infos for JSON in patron searches
If patron infos contain invalid JSON chars (\t for instance), the
results won't appear.
The solution is to escape these info.

Test plan:
Edit patron infos in DB (update borrowers set surname="foobar\t" where
borrowernumber=42)
Search for foobar (you should have more than 1 result)
Without this patch, DT retrieves a bad formatted JSON and the results
won't appear.
With this patch, the table result appears

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
2016-03-24 16:14:31 +00:00
..
tables Bug 15722: Escape patron infos for JSON in patron searches 2016-03-24 16:14:31 +00:00
boraccount.tt Bug 15927 - Remove use of <tr class="highlight"> for alternating row colors 2016-03-02 22:07:13 +00:00
deletemem.tt
discharge.tt Bug 15542: Always display the patron's info the same way. 2016-01-23 19:15:08 +00:00
discharges.tt
files.tt Bug 15542: Always display the patron's info the same way. 2016-01-23 19:15:08 +00:00
mancredit.tt
maninvoice.tt
member-flags.tt
member-password.tt
member.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
memberentrygen.tt Bug 16046 - Use Font Awesome icons on patron edit pages 2016-03-23 20:55:00 +00:00
members-update.tt Bug 15195 - patron details should open in tab 2016-01-27 04:21:58 +00:00
moremember-brief.tt
moremember-print.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
moremember-receipt.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
moremember.tt Bug 16029: Hide patron toolbar if patron does not exist 2016-03-22 00:56:56 +00:00
nl-search.tt
notices.tt Bug 12426: Allow resend for sent messages 2016-03-03 20:16:07 +00:00
pay.tt Bug 15542: Always display the patron's info the same way. 2016-01-23 19:15:08 +00:00
paycollect.tt
printfeercpt.tt
printinvoice.tt
purchase-suggestions.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
readingrec.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
routing-lists.tt Bug 15542: Always display the patron's info the same way. 2016-01-23 19:15:08 +00:00
statistics.tt Bug 15542: Always display the patron's info the same way. 2016-01-23 19:15:08 +00:00
update-child.tt