Bugzilla – Attachment 33330 Details for
Bug 8836
Resurrect Rotating Collections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8836: (RM followup) fix updatedatabase.pl rebase problem
Bug-8836-RM-followup-fix-updatedatabasepl-rebase-p.patch (text/plain), 3.32 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-11-06 18:29:19 UTC
(
hide
)
Description:
Bug 8836: (RM followup) fix updatedatabase.pl rebase problem
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-11-06 18:29:19 UTC
Size:
3.32 KB
patch
obsolete
>From f73add3d48d33eaf6d932068f8968d7eede34632 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 6 Nov 2014 15:13:18 -0300 >Subject: [PATCH] Bug 8836: (RM followup) fix updatedatabase.pl rebase problem > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > installer/data/mysql/updatedatabase.pl | 62 ---------------------------------- > 1 file changed, 62 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 38d9901..5685212 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9005,68 +9005,6 @@ if ( CheckVersion($DBversion) ) { > SetVersion($DBversion); > } > >-$DBversion = "3.17.00.036"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do("DELETE FROM systempreferences WHERE variable='OpacShowLibrariesPulldownMobile'"); >- print "Upgrade to $DBversion done ( Bug 12513 - PROG/CCSR deprecation: Remove OpacShowLibrariesPulldownMobile system preference )\n"; >- SetVersion ($DBversion); >-} >- >-$DBversion = "3.17.00.037"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do("DELETE FROM systempreferences WHERE variable='OpacMainUserBlockMobile'"); >- print "Upgrade to $DBversion done ( Bug 12246 - PROG/CCSR deprecation: Remove OpacMainUserBlockMobile system preference )\n"; >- SetVersion ($DBversion); >-} >- >-$DBversion = "3.17.00.038"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do("DELETE FROM systempreferences WHERE variable='OPACMobileUserCSS'"); >- print "Upgrade to $DBversion done ( Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference )\n"; >- SetVersion ($DBversion); >-} >- >-$DBversion = "3.17.00.039"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do("INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES >- ('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes')"); >- print "Upgrade to $DBversion done (Bug 12539 - PROG/CCSR deprecation: Remove hardcoded theme from C4/Templates.pm)\n"; >- SetVersion ($DBversion); >-} >- >-$DBversion = "3.17.00.040"; >-if ( CheckVersion($DBversion) ) { >- my $opac_theme = C4::Context->preference( 'opacthemes' ); >- if ( $opac_theme eq 'prog' || $opac_theme eq 'ccsr' ) { >- $dbh->do("UPDATE systempreferences SET value='bootstrap' WHERE variable='opacthemes'"); >- } >- print "Upgrade to $DBversion done (Bug 12223: 'prog' and 'ccsr' themes removed)\n"; >- SetVersion($DBversion); >-} >- >-$DBversion = "3.17.00.041"; >-if ( CheckVersion($DBversion) ) { >- print "Upgrade to $DBversion done (Bug 11346: Deprecate the 'prog' and 'CCSR' themes)\n"; >- SetVersion($DBversion); >-} >- >-$DBversion = "3.17.00.042"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do("DELETE FROM systempreferences WHERE variable='yuipath'"); >- print "Upgrade to $DBversion done (Bug 12494: Remove yuipath system preference)\n"; >- SetVersion ($DBversion); >-} >- >-$DBversion = "3.17.00.043"; >-if ( CheckVersion($DBversion) ) { >- $dbh->do(" >- ALTER TABLE aqorders >- ADD COLUMN cancellationreason TEXT DEFAULT NULL AFTER datecancellationprinted >- "); >- print "Upgrade to $DBversion done (Bug 7162: Add aqorders.cancellationreason)\n"; >- SetVersion ($DBversion); >-} >- > $DBversion = "3.17.00.XXX"; > if ( CheckVersion($DBversion) ) { > $dbh->do(q{ >-- >1.9.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 8836
:
12560
|
16746
|
19118
|
19119
|
19337
|
19339
|
21008
|
21009
|
21010
|
21011
|
23966
|
23967
|
23968
|
23969
|
23970
|
23971
|
23976
|
28140
|
28141
|
30838
|
30921
|
31087
|
32361
|
32362
|
32588
|
32589
|
32690
|
32691
|
32693
|
32773
|
32774
|
32973
|
32974
|
32975
|
32976
|
32994
|
32999
|
33000
|
33001
|
33002
|
33045
|
33046
|
33047
|
33048
|
33050
|
33051
|
33058
|
33059
|
33060
|
33061
|
33062
|
33063
|
33064
|
33065
|
33066
|
33068
|
33070
|
33095
|
33096
|
33097
|
33098
|
33099
|
33100
|
33101
|
33102
|
33103
| 33330 |
33331
|
33374