Bugzilla – Attachment 107214 Details for
Bug 17704
Fix OAI breakage when using HTTP::OAI 4.03+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07)
Bug-17704-Enable--xslt-method-must-use-HTTPOAI--40.patch (text/plain), 782 bytes, created by
David Cook
on 2020-07-23 07:03:54 UTC
(
hide
)
Description:
Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07)
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-07-23 07:03:54 UTC
Size:
782 bytes
patch
obsolete
>From 6d2a9311c0287ea96d149e658d58bebe9bb9c9b6 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 23 Jul 2020 07:02:35 +0000 >Subject: [PATCH] Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07) > >--- > Koha/OAI/Server/Repository.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/OAI/Server/Repository.pm b/Koha/OAI/Server/Repository.pm >index f84035087b..784eda1834 100644 >--- a/Koha/OAI/Server/Repository.pm >+++ b/Koha/OAI/Server/Repository.pm >@@ -158,7 +158,7 @@ sub new { > $driver->start_oai_pmh(); > > $response->set_handler($w); >- #$response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); >+ $response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); > $response->generate($driver); > > $driver->end_oai_pmh(); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17704
:
75331
|
107214
|
107215
|
107216
|
141762
|
141763
|
141764
|
141765
|
141766
|
146457
|
146458
|
146459