Bugzilla – Attachment 13410 Details for
Bug 9058
Norwegian default for CalendarFirstDayOfWeek
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9058 - Norwegian default for CalendarFirstDayOfWeek
SIGNED-OFF-Bug-9058---Norwegian-default-for-Calend.patch (text/plain), 2.04 KB, created by
Katrin Fischer
on 2012-11-12 22:02:12 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9058 - Norwegian default for CalendarFirstDayOfWeek
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-11-12 22:02:12 UTC
Size:
2.04 KB
patch
obsolete
>From 93349b37234e6ff8f2bfe15e2a7e0128eef6e299 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] [SIGNED-OFF] 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. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../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