Bugzilla – Attachment 16114 Details for
Bug 7167
updatedatabase improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7167 follow-up setting DBrevision, before pushing
Bug-7167-follow-up-setting-DBrevision-before-pushi.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2013-03-14 10:24:36 UTC
(
hide
)
Description:
Bug 7167 follow-up setting DBrevision, before pushing
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-14 10:24:36 UTC
Size:
1.43 KB
patch
obsolete
>From adc587e85bad87225ca83b0b15c72ac0b22fbc76 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 28 Nov 2012 14:48:28 +0100 >Subject: [PATCH] Bug 7167 follow-up setting DBrevision, before pushing > >The 2 files C4/Auth.pm and install.pl *must* have the $version variable >set to what is the last old-mechanism for updatedatabase > >This patch set to 3.11.00001 that is the last number when I QA this patch > >Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu> >--- > C4/Auth.pm | 2 +- > installer/install.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index e088d04..eabf587 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -591,7 +591,7 @@ sub version_check { > } > > # check if you're uptodate, and if you're not, head to updater >- my $koha39 = "3.0900028"; >+ my $koha39 = "3.1100001"; > > # Old updatedatabase method > if (C4::Context->preference('Version') < $koha39) { >diff --git a/installer/install.pl b/installer/install.pl >index 01360e6..b6f66a7 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -320,7 +320,7 @@ elsif ( $step && $step == 3 ) { > warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n"; > } > >- my $koha39 = "3.0900028"; >+ my $koha39 = "3.1100002"; > my $cmd; > # Old updatedatabase method > my $current_version = C4::Context->preference('Version'); >-- >1.7.10.4
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 7167
:
6377
|
6378
|
6379
|
6381
|
6414
|
6415
|
6416
|
6476
|
6477
|
6478
|
6479
|
6722
|
6832
|
7903
|
8178
|
9859
|
9860
|
9861
|
9862
|
10033
|
10034
|
10549
|
10666
|
10667
|
10668
|
10825
|
11129
|
11222
|
11223
|
11224
|
11225
|
11226
|
11227
|
11228
|
11229
|
11230
|
11231
|
11232
|
11235
|
11236
|
11237
|
11238
|
11239
|
11240
|
11241
|
11242
|
11243
|
11244
|
11245
|
11246
|
11571
|
13423
|
13424
|
13425
|
13426
|
13427
|
13428
|
13429
|
13430
|
13431
|
13432
|
13433
|
13434
|
13435
|
13436
|
13437
|
13456
|
13457
|
13509
|
13516
|
13517
|
13518
|
13519
|
13520
|
13521
|
13522
|
13523
|
13524
|
13525
|
13526
|
13527
|
13528
|
13529
|
13733
|
13734
|
13842
|
13845
|
13848
|
13851
|
13852
|
13853
|
13854
|
14310
|
16113
| 16114 |
16115
|
16116
|
16117
|
16596