Bugzilla – Attachment 42132 Details for
Bug 14764
Add OPAC News branch selector
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14764: OPAC news selector - Atomic update SQL
Bug-14764-OPAC-news-selector---Atomic-update-SQL.patch (text/plain), 983 bytes, created by
Martin Persson
on 2015-08-31 23:35:39 UTC
(
hide
)
Description:
Bug 14764: OPAC news selector - Atomic update SQL
Filename:
MIME Type:
Creator:
Martin Persson
Created:
2015-08-31 23:35:39 UTC
Size:
983 bytes
patch
obsolete
>From 084a1635a3ae26521ededb2648d49511b5d5b7d3 Mon Sep 17 00:00:00 2001 >From: Martin Persson <xarragon@gmail.com> >Date: Tue, 1 Sep 2015 00:38:00 +0200 >Subject: [PATCH] Bug 14764: OPAC news selector - Atomic update SQL > >Adds an SQL file to perform the database upgrade. >--- > installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql > >diff --git a/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql b/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql >new file mode 100644 >index 0000000..4897d56 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/add_opacnewsbranchselect_syspref.sql >@@ -0,0 +1 @@ >+INSERT IGNORE INTO `systempreferences` (`variable`, `value`, `options`, `explanation`, `type`) VALUES('OPACNewsBranchSelect', '0', '', 'Show selector for branches on OPAC news page', 'YesNo'); >-- >2.1.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 14764
:
42129
|
42130
|
42131
|
42132
|
42139
|
42146
|
42147
|
55679
|
55680
|
55681
|
55682
|
55724
|
55725
|
55726
|
56107
|
56108
|
56109
|
57058
|
57059
|
57060
|
57061
|
57062
|
57063
|
57110
|
59648
|
59653
|
59827
|
60396
|
60424
|
60425
|
60451
|
60452