Bug 11559: Supporting changes for Rancor
authorJesse Weaver <pianohacker@gmail.com>
Mon, 15 Jun 2015 20:57:46 +0000 (16:57 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 27 Oct 2015 15:16:05 +0000 (12:16 -0300)
commited0ff59152a41f6690b480d0b13b607250678418
tree7295aa1c9e085b002be0ad26f3efb03ceb64c8a4
parent9bae51666478a7f224611f46c4708d3b7d8c6e9b
Bug 11559: Supporting changes for Rancor

  * Extends login screen to pass along #hash
  * Adds JSONP support to C4::Service
  * Extends humanmsg to allow per-message classes
  * Adds proper charset to results of svc/bib

Test plan:

  1. C4/Auth.pm and .../intranet/.../auth.tt: verify that login/usage
     works as expected, despite the change to pass on the fragment (...#blah)
     from the URL.
  2. C4/Service.pm and humanmsg.js: verify that editing system
     preferences (the main user of these modules) works correctly despite
     updates.
  3. svc/bib: verify that records can be correctly downloaded with the
     change of character set. This can be done in a Firebug/Chrome Devtools
     console by running `$.get('/cgi-bin/koha/svc/bib/1')` and inspecting the
     results (possibly replacing 1 with a different valid biblionumber).

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Auth.pm
C4/Service.pm
koha-tmpl/intranet-tmpl/lib/jquery/plugins/humanmsg.js
koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
svc/bib