Bugzilla – Attachment 20070 Details for
Bug 10593
AuthoritiesLog should default to yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10593 - AuthoritiesLog should default to yes
Bug-10593---AuthoritiesLog-should-default-to-yes.patch (text/plain), 2.62 KB, created by
Kyle M Hall (khall)
on 2013-08-02 16:31:16 UTC
(
hide
)
Description:
Bug 10593 - AuthoritiesLog should default to yes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-02 16:31:16 UTC
Size:
2.62 KB
patch
obsolete
>From c4ce2abe4212aabdd6f5b9b3fb9ac5282f0fad5c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 15 Jul 2013 11:56:14 -0300 >Subject: [PATCH] Bug 10593 - AuthoritiesLog should default to yes > >This trivial patch set the default to 'yes' for this system preference. >To test, >On a clean install >- Navigate Home > Administration > Global System preferences > Logs >- AuthoritiesLog is set to "Don't log" >Apply the patch, install koha on a new DB. >- Navigate Home > Administration > Global System preferences > Logs >- AuthoritiesLog should be set to "Log" > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/sysprefs.sql | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index c8caee7..32025aa 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -296,7 +296,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('ShelfBrowserUsesCcode','1','Use the item collection code when finding items for the shelf browser.','0','YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AllowFineOverride','0','If on, staff will be able to issue books to patrons with fines greater than noissuescharge.','0','YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AllFinesNeedOverride','1','If on, staff will be asked to override every fine, even if it is below noissuescharge.','0','YesNo'); >-INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AuthoritiesLog','0','If ON, log edit/create/delete actions on authorities.','0','YesNo'); >+INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AuthoritiesLog','1','If ON, log edit/create/delete actions on authorities.',NULL,'YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('TraceCompleteSubfields','0','Force subject tracings to only match complete subfields.','0','YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('UseAuthoritiesForTracings','1','Use authority record numbers for subject tracings instead of heading strings.','0','YesNo'); > INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OPACAllowUserToChooseBranch', 1, 'Allow the user to choose the branch they want to pickup their hold from','1','YesNo'); >-- >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 10593
:
19673
|
20070
|
20671
|
20673