Bugzilla – Attachment 70739 Details for
Bug 17682
Change URL for Google Scholar in OPACSearchForTitleIn
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17682: Change URL for Google Scholar in OPACSearchForTitleIn
Bug-17682-Change-URL-for-Google-Scholar-in-OPACSea.patch (text/plain), 1.12 KB, created by
Nick Clemens (kidclamp)
on 2018-01-19 12:42:45 UTC
(
hide
)
Description:
Bug 17682: Change URL for Google Scholar in OPACSearchForTitleIn
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-01-19 12:42:45 UTC
Size:
1.12 KB
patch
obsolete
>From 94efa7bcd64467bf1b167b35f7ab528ab33f4040 Mon Sep 17 00:00:00 2001 >From: Charlotte Cordwell <charlotte.cordwell123@gmail.com> >Date: Tue, 16 Jan 2018 20:14:20 +0000 >Subject: [PATCH] Bug 17682: Change URL for Google Scholar in > OPACSearchForTitleIn > >Amended the sql statement so it only affects the http://www.scholar.google.com url > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql b/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql >index bf4575f..18e9603 100644 >--- a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql >+++ b/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql >@@ -1 +1 @@ >-UPDATE systempreferences set value = replace(value, "http://www.", "https://") where variable = 'OPACSearchForTitleIn'; >+UPDATE systempreferences set value = replace(value, "http://www.scholar", "https://scholar") where variable = 'OPACSearchForTitleIn'; >-- >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 17682
:
70545
|
70546
|
70568
|
70738
| 70739 |
70770