Bugzilla – Attachment 58390 Details for
Bug 17809
Correct some authorised values in fr-FR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17809 - ER country twice in fr-FR database files
Bug-17809---ER-country-twice-in-fr-FR-database-fil.patch (text/plain), 1.83 KB, created by
Fridolin Somers
on 2016-12-22 15:07:22 UTC
(
hide
)
Description:
Bug 17809 - ER country twice in fr-FR database files
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2016-12-22 15:07:22 UTC
Size:
1.83 KB
patch
obsolete
>From 11ed30626b6148c926dc5aac97cd47d8636949a5 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 22 Dec 2016 16:03:57 +0100 >Subject: [PATCH] Bug 17809 - ER country twice in fr-FR database files >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >In installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql, ER is defined twice, for "Erythrée" (correct one) and "Allemagne". > >Test plan : >- Create a new database using fr-FR or import the sql file >- Look at authorised values COUNTRY >=> without patch you have ER / Allemange >=> with patch you have ER / ErythrÃe >--- > installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >index 7115f51..603843b 100644 >--- a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >+++ b/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql >@@ -45,7 +45,6 @@ INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES > -- Country codes > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'AN', 'Antilles Néerlandaises'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'CR', 'Costa Rica'); >-INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'ER', 'Allemagne'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'FR', 'France'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'DE', 'Allemagne'); > INSERT INTO `authorised_values` ( `category`, `authorised_value`, `lib`) VALUES ( 'COUNTRY', 'CN', 'Chine'); >-- >2.7.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 17809
:
58390
|
58577
|
59259
|
59261
|
59262
|
72099
|
72842
|
72843
|
72844
|
72845
|
73107
|
73108
|
73109
|
73110
|
113304
|
113305
|
114713
|
114758
|
114759
|
114760
|
114792
|
114795
|
114796
|
114797