Bugzilla – Attachment 39527 Details for
Bug 14247
System preference for news author display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Optional patch to rename the atomic update to match guidelines
0001-Bug-14247-Rename-sysprefs-atomic-update-file.patch (text/plain), 1.73 KB, created by
Martin Persson
on 2015-05-26 14:03:53 UTC
(
hide
)
Description:
Optional patch to rename the atomic update to match guidelines
Filename:
MIME Type:
Creator:
Martin Persson
Created:
2015-05-26 14:03:53 UTC
Size:
1.73 KB
patch
obsolete
>From 49ced7ca91d3bdd5f022418eb53f2da453afac31 Mon Sep 17 00:00:00 2001 >From: Martin Persson <xarragon@gmail.com> >Date: Tue, 26 May 2015 15:58:45 +0200 >Subject: [PATCH] Bug 14247: Rename sysprefs atomic update file > >This trivial patch changes the name of the SQL update >file to match the guidelines on the wiki. > >Sponsored-by: Halland County Library >--- > installer/data/mysql/atomicupdate/add_news_prefs.sql | 2 -- > installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql | 2 ++ > 2 files changed, 2 insertions(+), 2 deletions(-) > delete mode 100644 installer/data/mysql/atomicupdate/add_news_prefs.sql > create mode 100644 installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql > >diff --git a/installer/data/mysql/atomicupdate/add_news_prefs.sql b/installer/data/mysql/atomicupdate/add_news_prefs.sql >deleted file mode 100644 >index caca0b5..0000000 >--- a/installer/data/mysql/atomicupdate/add_news_prefs.sql >+++ /dev/null >@@ -1,2 +0,0 @@ >--- Add NewsAuthorDisplay system preference, bug 14247. >-INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'); >diff --git a/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql b/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql >new file mode 100644 >index 0000000..caca0b5 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql >@@ -0,0 +1,2 @@ >+-- Add NewsAuthorDisplay system preference, bug 14247. >+INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'); >-- >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 14247
:
39362
|
39414
|
39418
|
39440
|
39488
|
39527
|
43093
|
43538
|
43539
|
43540
|
43541
|
43542
|
43543
|
43724
|
43725
|
43914
|
43915