Bugzilla – Attachment 167117 Details for
Bug 36665
Auto location and IP recognition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36665: (follow-up) Default preference to enabled
Bug-36665-follow-up-Default-preference-to-enabled.patch (text/plain), 1.75 KB, created by
Nick Clemens (kidclamp)
on 2024-05-23 15:16:19 UTC
(
hide
)
Description:
Bug 36665: (follow-up) Default preference to enabled
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-23 15:16:19 UTC
Size:
1.75 KB
patch
obsolete
>From 5c9cbd7d6c45f6a1ebd2f8dfe9f0f68e95899aaf Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 May 2024 15:14:51 +0000 >Subject: [PATCH] Bug 36665: (follow-up) Default preference to enabled > >While this is a new preference, this was the standard behavior for a long time. I think we should >default to enabled to restore previous behavior. >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 307bbbb0006..6f706320313 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -737,7 +737,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), > ('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), > ('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), >-('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in library for the user based on their current IP','YesNo'), >+('StaffLoginBranchBasedOnIP', '1','', 'Set the logged in library for the user based on their current IP','YesNo'), > ('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), > ('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), > ('staffShibOnly','0','','If ON enables shibboleth only authentication for the staff client','YesNo'), >-- >2.39.2
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 36665
:
166889
|
166904
|
166941
|
166963
|
166964
|
167035
|
167036
|
167037
|
167038
|
167039
| 167117