Bugzilla – Attachment 13393 Details for
Bug 9058
Norwegian default for CalendarFirstDayOfWeek
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9058 - Norwegian default for CalendarFirstDayOfWeek
Bug-9058---Norwegian-default-for-CalendarFirstDayO.patch (text/plain), 1.97 KB, created by
Magnus Enger
on 2012-11-12 11:16:52 UTC
(
hide
)
Description:
Bug 9058 - Norwegian default for CalendarFirstDayOfWeek
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2012-11-12 11:16:52 UTC
Size:
1.97 KB
patch
obsolete
>From 4703bf22b8595eac7066cf5bd512cd19c72f4c65 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Mon, 12 Nov 2012 12:16:48 +0100 >Subject: [PATCH] Bug 9058 - Norwegian default for CalendarFirstDayOfWeek > >Sets a sensible default for CalendarFirstDayOfWeek in >installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql > >To test: >- Do a complete web install in Norwegian > OR >- Load installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql > into MySQL from the command line >- Check that CalendarFirstDayOfWeek is set to 'Monday' and that > calendars display Monday as the first day of the week. >--- > .../nb-NO/1-Obligatorisk/system_preferences.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 0ab90c3..518c7cf 100644 >--- a/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >+++ b/installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql >@@ -25,5 +25,5 @@ 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 = 'Monday' WHERE variable = 'CalendarFirstDayOfWeek'; >-- >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 9058
:
13393
|
13410