Bugzilla – Attachment 70770 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: Replace 2 occurrences in de-DE and nb-NO
Bug-17682-Replace-2-occurrences-in-de-DE-and-nb-NO.patch (text/plain), 3.33 KB, created by
Jonathan Druart
on 2018-01-19 18:27:04 UTC
(
hide
)
Description:
Bug 17682: Replace 2 occurrences in de-DE and nb-NO
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-19 18:27:04 UTC
Size:
3.33 KB
patch
obsolete
>From 2218e3a177d5b2b8071bc6747985f7b38c1ee98e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 19 Jan 2018 15:26:32 -0300 >Subject: [PATCH] Bug 17682: Replace 2 occurrences in de-DE and nb-NO > >--- > installer/data/mysql/de-DE/mandatory/system_preferences.sql | 2 +- > installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/de-DE/mandatory/system_preferences.sql b/installer/data/mysql/de-DE/mandatory/system_preferences.sql >index ead9ce6f3c..fce4047a98 100644 >--- a/installer/data/mysql/de-DE/mandatory/system_preferences.sql >+++ b/installer/data/mysql/de-DE/mandatory/system_preferences.sql >@@ -28,7 +28,7 @@ UPDATE systempreferences SET value = '' WHERE variable = 'OpacNav'; > UPDATE systempreferences SET value = '' WHERE variable = 'OpacNavBottom'; > UPDATE systempreferences SET value = > '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andere Bibliotheken (WorldCat)</a></li> >- <li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Google Scholar</a></li> >+ <li><a href="https://scholar.google.com/scholar?q={TITLE}" target="_blank">Google Scholar</a></li> > <li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr" target="_blank">Online-Buchhandel (Bookfinder.com)</a></li>' > WHERE variable = 'OPACSearchForTitleIn'; > -- Sunday = 0, Monday = 1, etc. >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >index cef85008ae..7ccdd7e12b 100644 >--- a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >+++ b/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >@@ -25,7 +25,7 @@ UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'language'; > UPDATE systempreferences SET value = 'nb-NO' WHERE variable = 'opaclanguages'; > UPDATE systempreferences SET value = '<p>Velkommen til Koha...</p><hr />' WHERE variable = 'OpacMainUserBlock'; > UPDATE systempreferences SET value = '<p>Viktige lenker kan plasseres her</p>' WHERE variable = 'OpacNav'; >-UPDATE systempreferences SET value = '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andre bibliotek (WorldCat)</a></li><li><a href="http://www.scholar.google.com/scholar?q={TITLE}" target="_blank">Andre databaser (Google Scholar)</a></li><li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr" target="_blank">Nettbutikker (Bookfinder.com)</a></li>' WHERE variable = 'OPACSearchForTitleIn'; >+UPDATE systempreferences SET value = '<li><a href="http://worldcat.org/search?q={TITLE}" target="_blank">Andre bibliotek (WorldCat)</a></li><li><a href="https://scholar.google.com/scholar?q={TITLE}" target="_blank">Andre databaser (Google Scholar)</a></li><li><a href="http://www.bookfinder.com/search/?author={AUTHOR}&title={TITLE}&st=xl&ac=qr" target="_blank">Nettbutikker (Bookfinder.com)</a></li>' WHERE variable = 'OPACSearchForTitleIn'; > -- Sunday = 0, Monday = 1, etc. > UPDATE systempreferences SET value = '1' WHERE variable = 'CalendarFirstDayOfWeek'; > UPDATE systempreferences SET value = 'A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ã Ã Ã' WHERE variable = 'alphabet'; >-- >2.11.0
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