Bug 7079

Summary: Default values for German system preferences (web installer)
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Installation and upgrade (web-based installer)Assignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P4 CC: gmcharlt, m.de.rooy, magnus, paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 7079: Default values for German system preferences
Bug 7079: [SIGNED-OFF] Default values for German system preferences

Description Katrin Fischer 2011-10-24 12:21:34 UTC
With the new system preferences sql files in place it's now easy to set some default values for German installations (example: dateformat = metric)
Comment 1 Katrin Fischer 2011-10-24 13:07:09 UTC Comment hidden (obsolete)
Comment 2 Magnus Enger 2011-10-25 17:44:15 UTC
Created attachment 6053 [details] [review]
Bug 7079: [SIGNED-OFF] Default values for German system preferences

Patch adds updates for system preferences to the sql file
in the installer directory:

- New: AmazonLocale: DE
- borrowerRelationship: Vater|Mutter
- BorrowersTitles: Herr|Frau
- New: CurrencyFormat: FR
- New: dateformat: metric
- New: DefaultClassificationSource: z
- New: OpacMainUserBlock: translated content
- New: OpacNav: translated content
- New: OpacNavBottom: translated content
- New: OPACSearchForTitleIn: translated content

To test:
A) Do a full installation with German sample files
B) Run the sql file 'system_preferences.sql' against your database

Verfy values of system preferences have been changed.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Patch applied cleanly. I ran through the webinstaller in German on an empty
database, and made sure system_preferences were loaded. No complaints from
the database and the systprefs are set to the right values when I check in the
staff client.
Comment 3 Marcel de Rooy 2011-11-14 13:49:28 UTC
QA Comment:
Does only change some default values in German sql file. Looks good to me.
Marking it as Passed QA.
Comment 4 Paul Poulain 2011-11-17 16:14:42 UTC
Patch pushed, please test.

(katrin, you've declared this as an ENH. It means it won't be in 3.6.x. Was it really intended ? If it's a MIN bug, feel free to update severity & version (so chris_n will know that he has to apply it) before marking RESO/FIXED
Comment 5 Katrin Fischer 2011-11-27 18:32:58 UTC
Being very sctrict - it's an enhancement. But it's not likely to break things, it doesn't include system preferences that are not in 3.6, and it would make life a bit easier...
Chris N. should have the last say about it though.