Bug 24052: Rename XSLT_Handler
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 25 Feb 2020 14:23:55 +0000 (14:23 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 Mar 2020 10:42:23 +0000 (10:42 +0000)
commit2bf171acaf70b821968fec63c2bc637fbf2fa9b3
treeddd023aa909122fcd053e95ff609a13d0fa602fc
parent5e2fe4418dab6549668eedde28cbee394f036841
Bug 24052: Rename XSLT_Handler

Should be XSLT::Base now.
Removes old XSLT_Handler stub too (from bug 23290).
Result of a git grep | sed statement.

Test plan:
Run qa tools (so modules compile).
Run t/db_dependent/Breeding.t
Run t/db_dependent/Koha/XSLT/Base.t (This test fails when only this patch
has been applied; see subsequent patch.)
Enable XSLT use on results and details display. Check search results and
detail view on OPAC and staff.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Breeding.pm
C4/Record.pm
C4/XSLT.pm
Koha/OAI/Server/Record.pm
Koha/OAI/Server/Repository.pm
Koha/XSLT_Handler.pm [deleted file]
opac/unapi
t/db_dependent/Breeding.t
t/db_dependent/Koha/XSLT/Base.t [moved from t/db_dependent/XSLT_Handler.t with 88% similarity]