Bug 11826: Use XSLT handler object in showmarc, Record.pm
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 10 Mar 2014 12:54:36 +0000 (13:54 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 03:52:45 +0000 (03:52 +0000)
commit3bcc0321812b153e3a487c65a1bd0edd75172f03
tree2bfa6f56e62e70df01e700c8afb7dcef7b9fb82a
parent21df671131732c90fd69a60d15fbc1c271872d6f
Bug 11826: Use XSLT handler object in showmarc, Record.pm

Modifies showmarc and opac-showmarc to use new XSLT handler.
Removes cardview.pl as obsolete script.
Modifies C4/Record.pm and a typo in the test Record.t.

Test plan:
[1] catalogue/showmarc: Go to Cataloging. Search. Click Card.
[2] opac-showmarc: Go to opac detail, MARC view.
    Open URL for plain view in new tab.
    Change URL: Change viewas=html to viewas=card
[3] Verify that there are no references in the codebase to cardview.pl
[4] C4/Record.pm: Run the Record.t test in db_dependent.
    This test uses marc2modsxml, triggering the change.
    Additional: export to MODS from opac-detail.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Views Ok. Test pass. No more cardview. No koha-qa errors

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Record.pm
catalogue/cardview.pl [deleted file]
catalogue/showmarc.pl
opac/opac-showmarc.pl
t/db_dependent/Record.t