Koha/koha-tmpl/opac-tmpl/prog/en/js
Galen Charlton 6c1da551ea bug 9401: remove direct reads of CGISESSID cookie by JavaScript
Having embedded JavaScript read the session cookie directly
is unnecessary and prevents the CGISESSID cookie being marked
httpOnly as a security measure.  The only Koha JS attempting
this was the AJAX tags code.

To test:

- In general, verify that there are no regression withs
  adding tags in the OPAC or reviewing them in the staff interface.
- In specific, for the OPAC
  - log into the OPAC
  - retrieve a bib record
  - add a tag
  - refresh the bib details page to verify that the
    tag was added
  - make sure the TagsInputOnList syspref is on
  - perform a search
  - add a tag to more than one record from the search results page
  - repeat the preceding using the CCSR theme
- And in the staff interface
  - Go to the review tags tool
  - Reject a tag
  - Refresh to verify that the tag was rejected

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-01 11:05:35 -05:00
..
amazonimages.js Second patch to address LL Bug 367 Titles without ISBNs display "no cover image available" while titles with ISBNS that don't match a Syndetics cover display nothing 2009-03-27 17:23:50 -05:00
bakertaylorimages.js This file was missing from previous commit. bakertaylorimages.js manages the display of 'missing cover' text when Baker & Taylor images are used. 2008-11-04 15:47:48 -06:00
basket.js Bug 9059: Followup 2012-11-25 18:32:47 -05:00
datatables.js Bug 6836: followup CSS work 2012-01-27 11:33:12 +01:00
google-jackets.js Bug 7657 - Google and OpenLibrary image conflict 2013-01-15 21:51:51 -05:00
googleindictransliteration.js Use Google Indic Transliteration API to allow users to transliterate english typed words into Indic languages. 2009-06-05 18:05:47 -05:00
localcovers.js Bug 7127 - Follow-up - Templates must be valid XHTML 2012-02-06 21:38:32 +01:00
openlibrary.js Bug 7657 - Google and OpenLibrary image conflict 2013-01-15 21:51:51 -05:00
script.js Bug 9166: OPAC needs configuration file for datepicker 2012-12-19 19:38:27 -05:00
tags.js bug 9401: remove direct reads of CGISESSID cookie by JavaScript 2013-02-01 11:05:35 -05:00