Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Fridolin Somers c4095f55ad Bug 13129 - HTML and JS escapes missing in unimarc_field_4XX.tt
This patch adds JS and HTML espaces are it is missing.
Replaces calls to url filter by uri filter, url filter does not espace
enough characters: http://template-toolkit.org/docs/manual/Filters.html#section_url.

Also corrects the fact the code: resul.size => resul.item('size').
Old code returns the size of the loop instead of the value of "size" field.

Test plan :
 - Use the plugin unimarc_field_4XX
 - Perform a search with a ? or &
=> Search works
 - Perform a search that returns a record with a double quote in title
 - Choose this record
=> Plugin works
 - Check the results displays well the value of biblioitems.size

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes tests and QA script, I fixed some tabs.
Tested in a UNIMARC  installation.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-10-28 10:51:49 -03:00
..
acqui Bug 12844: Use Koha::Number::Price where it can be useful 2014-10-27 12:56:21 -03:00
admin Bug 12844: Use Koha::Number::Price where it can be useful 2014-10-27 12:56:21 -03:00
authorities Bug 12708 - Unexpected behaviour in IE 9 and lower when using openWindow 2014-08-19 09:31:25 -03:00
basket
batch
catalogue Bug 12405 - Search links on callnumber fails on intranet results page 2014-09-18 09:43:16 -03:00
cataloguing Bug 13129 - HTML and JS escapes missing in unimarc_field_4XX.tt 2014-10-28 10:51:49 -03:00
circ Bug 11990 - Holds ratio report (circ/reserveratios.pl) sorts numeric values as text 2014-10-28 09:46:38 -03:00
course_reserves Bug 12635 - Course reserves item list should use "Checked out" instead of "On Loan" 2014-08-07 11:03:56 -03:00
errors
help Bug 12862: Staff client tweaks related to obsolete language="javascript" 2014-10-18 11:13:01 -03:00
installer Bug 12658: Wording of link text and translatability inside JavaScript 2014-08-15 15:36:11 -03:00
labels Bug 12589 - Manage label batch view should show item type description instead of code 2014-08-19 12:44:55 -03:00
members Bug 13139 - Move treeview jQuery plugin outside of language-specific directory 2014-10-27 12:36:53 -03:00
offline_circ
patron_lists
patroncards Bug 5502 - Patron card category search field should be menu 2014-08-10 09:30:47 -03:00
plugins
reports Bug 2969 - Report Name should be mandatory for saved reports 2014-10-24 09:47:37 -03:00
reserve Bug 10883 - AllowHoldDateInFuture can let a patron jump to the top of the holds list 2014-09-17 20:12:49 -03:00
reviews
rotating_collections
serials Bug 5342: (qa-followup) FIX some issues 2014-10-28 10:07:44 -03:00
services Bug 12673: Remove CGI::scrolling_list from C4::Items.pm 2014-08-03 17:21:08 -03:00
sms
suggestion Bug 12937 [Follow-up] Deleting suggestions should ask for a confirmation 2014-09-23 21:26:52 -03:00
tags
test
tools Bug 11812 - Add missing "required" indicator to fields which are required 2014-10-22 14:04:43 -03:00
virtualshelves Bug 12405 - Search links on callnumber fails on intranet results page 2014-09-18 09:43:16 -03:00
about.tt Bug 13140: Add a notice on the About page about GRS-1 deprecated 2014-10-27 11:24:09 -03:00
auth.tt
intranet-main.tt