Bugzilla – Attachment 4727 Details for
Bug 5429
Enable Koha to fetch book covers from openlibrary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed-off patch 2/2
0002-Bug-5429-Covers-for-detail-page-and-database-update.patch (text/plain), 3.16 KB, created by
Magnus Enger
on 2011-07-23 12:43:33 UTC
(
hide
)
Description:
Signed-off patch 2/2
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2011-07-23 12:43:33 UTC
Size:
3.16 KB
patch
obsolete
>From c0870d906277aa24b23756695e4c9fe003fab3ab Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Sat, 23 Jul 2011 20:09:08 +1200 >Subject: [PATCH] [SIGNED-OFF 2/2] Bug 5429 : Covers for detail page and database update > > >Signed-off-by: Magnus Enger <magnus@enger.priv.no> >--- > installer/data/mysql/updatedatabase.pl | 7 +++++++ > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 11 +++++++++-- > 2 files changed, 16 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 9cbc8db..2a1fca1 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4370,6 +4370,13 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > SetVersion($DBversion); > } > >+$DBversion = "3.05.00.XXX"; >+if (C4::Context->preference("Version") < TransformToNum($DBversion)) { >+ $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenLibraryCovers',0,'If ON Openlibrary book covers will be show',NULL,'YesNo');"); >+ print "Upgrade to $DBversion done (Add syspref OpenLibraryCovers)\n"; >+ SetVersion($DBversion); >+} >+ > =head1 FUNCTIONS > > =head2 DropAllForeignKeys($table) >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 3430cbb..1da6e38 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -21,8 +21,14 @@ > dateFormat: 'uk',[% END %] > widgets : ['zebra'], > sortList: [[0,0]] >- });[% IF ( GoogleJackets ) %] >- KOHA.Google.GetCoverFromIsbn([% covernewwindow %]);[% END %][% IF ( opacuserlogin ) %][% IF ( loggedinusername ) %][% IF ( TagsEnabled ) %] >+ }); >+ [% IF ( GoogleJackets ) %] >+ KOHA.Google.GetCoverFromIsbn([% covernewwindow %]); >+ [% END %] >+ [% IF OpenLibraryCovers %] >+ KOHA.OpenLibrary.GetCoverFromIsbn(); >+ [% END %] >+ [% IF ( opacuserlogin ) %][% IF ( loggedinusername ) %][% IF ( TagsEnabled ) %] > $(".tagbutton").click(KOHA.Tags.add_tag_button);[% END %][% END %][% END %] > > }); >@@ -72,6 +78,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > [% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] > > [% IF ( GoogleJackets ) %]<div style="block" title="[% biblionumber |url %]" class="[% normalized_isbn %]" id="gbs-thumbnail-preview"></div>[% END %] >+ [% IF OpenLibraryCovers %]<div style="block" title="[% biblionumber |url %]" class="[% normalized_isbn %]" id="openlibrary-thumbnail-preview"></div>[% END %] > [% IF ( BakerTaylorEnabled ) %][% IF ( normalized_isbn ) %][% IF ( OPACurlOpenInNewWindow ) %]<a href="https://[% BakerTaylorBookstoreURL |html %][% normalized_isbn %]" target="_blank"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% normalized_isbn %]" /></a>[% ELSE %]<a href="https://[% BakerTaylorBookstoreURL |html %][% normalized_isbn %]"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% normalized_isbn %]" /></a>[% END %][% END %][% END %] > </div> > >-- >1.7.4.1 >
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 5429
:
4723
|
4724
|
4725
|
4726
|
4727
|
4822
|
4823
|
4824