Bugzilla – Attachment 4824 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]
proposed patch 3 (passed QA)
0003-Bug-5429-Setting-version-number.patch (text/plain), 1.51 KB, created by
Paul Poulain
on 2011-08-03 14:26:08 UTC
(
hide
)
Description:
proposed patch 3 (passed QA)
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-03 14:26:08 UTC
Size:
1.51 KB
patch
obsolete
>From 59eee732c5e0db9ff3d89c5c0b0c56a23b9344b0 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 3 Aug 2011 16:06:43 +0200 >Subject: [PATCH 3/3] Bug-5429 Setting version number > > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > kohaversion.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 2a1fca1..b912c2c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4370,7 +4370,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > SetVersion($DBversion); > } > >-$DBversion = "3.05.00.XXX"; >+$DBversion = "3.05.00.006"; > 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"; >diff --git a/kohaversion.pl b/kohaversion.pl >index 00bdbec..6624bfd 100644 >--- a/kohaversion.pl >+++ b/kohaversion.pl >@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : > use strict; > > sub kohaversion { >- our $VERSION = '3.05.00.004'; >+ our $VERSION = '3.05.00.006'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >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