[Koha-bugs] [Bug 11559] Professional cataloger's interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 15 23:27:50 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559

Jesse Weaver <jweaver at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38533|0                           |1
        is obsolete|                            |
  Attachment #38534|0                           |1
        is obsolete|                            |
  Attachment #38535|0                           |1
        is obsolete|                            |
  Attachment #38536|0                           |1
        is obsolete|                            |
  Attachment #38537|0                           |1
        is obsolete|                            |
  Attachment #38538|0                           |1
        is obsolete|                            |
  Attachment #38539|0                           |1
        is obsolete|                            |

--- Comment #87 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 40153
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40153&action=edit
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).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list