Bugzilla – Attachment 7374 Details for
Bug 6299
Provide a list of authorized values for relator terms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6299 - Advertise this addition during upgrade
Bug-6299---Advertise-this-addition-during-upgrade.patch (text/plain), 1.84 KB, created by
Jared Camins-Esakov
on 2012-01-28 15:46:10 UTC
(
hide
)
Description:
Bug 6299 - Advertise this addition during upgrade
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-01-28 15:46:10 UTC
Size:
1.84 KB
patch
obsolete
>From eabe6c070d2d31df855414d92a782fdee5e70936 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 4 Aug 2011 17:47:42 -0300 >Subject: [PATCH] Bug 6299 - Advertise this addition during upgrade >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >August 10, 2011: Fixed some small typos. > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >Oct 7th, 2011: rebased for master > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >January 12, 2012: Noted that RELTERMs are currently available only for en. >--- > installer/data/mysql/updatedatabase.pl | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 0982282..b059832 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4398,6 +4398,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > SetVersion($DBversion); > } > >+<<<<<<< HEAD > $DBversion = "3.05.00.009"; > if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > $dbh->do("INSERT INTO old_issues (borrowernumber, itemnumber, date_due, branchcode, issuingbranch, returndate, lastreneweddate, `return`, renewals, timestamp, issuedate) >@@ -4598,6 +4599,11 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > SetVersion($DBversion); > } > >+$DBversion = "3.05.00.XXX"; >+if (C4::Context->preference("Version") < TransformToNum($DBversion)) { >+ print "RELTERMS category available for relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script.\n"; >+ SetVersion($DBversion); >+} > > $DBversion = "3.07.00.007"; > if (C4::Context->preference("Version") < TransformToNum($DBversion)) { >-- >1.7.2.5
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 6299
:
4398
|
4577
|
4847
|
4848
|
4855
|
4890
|
4937
|
4938
|
4940
|
4957
|
5735
|
5736
|
7371
|
7372
|
7373
|
7374
|
7378
|
7389
|
7408
|
7490
|
7500
|
7501
|
7509
|
7637
|
7638
|
7639