Bugzilla – Attachment 20673 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]
[PASSED QA] Bug 10593 - AuthoritiesLog should default to yes
PASSED-QA-Bug-10593---AuthoritiesLog-should-defaul.patch (text/plain), 2.17 KB, created by
Katrin Fischer
on 2013-08-27 21:18:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 10593 - AuthoritiesLog should default to yes
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-08-27 21:18:39 UTC
Size:
2.17 KB
patch
obsolete
>From 53c5960aa994380bf957cb07ae6e692ddb463142 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] [PASSED QA] 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> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >One line patch, changing the default for new installations only. >--- > installer/data/mysql/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 6bf7727..32ce6ab 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -33,7 +33,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'), > ('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''), > ('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'), >-('AuthoritiesLog','0','0','If ON, log edit/create/delete actions on authorities.','YesNo'), >+('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'), > ('authoritysep','--','10','Used to separate a list of authorities in a display. Usually --','free'), > ('autoBarcode','OFF','incremental|annual|hbyymmincr|EAN13|OFF','Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch','Choice'), > ('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), >-- >1.7.9.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