Bugzilla – Attachment 34751 Details for
Bug 11927
Add greek support to CHR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11927 - Add gr install option
Bug-11927---Add-gr-install-option.patch (text/plain), 3.00 KB, created by
Chris Cormack
on 2014-12-28 07:14:52 UTC
(
hide
)
Description:
Bug 11927 - Add gr install option
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-12-28 07:14:52 UTC
Size:
3.00 KB
patch
obsolete
>From 8e30bc79d3b9d4ee32f3aebaefa8ad2e331120ad Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 12 Mar 2014 12:53:20 +0100 >Subject: [PATCH] Bug 11927 - Add gr install option > >Add greek as lang definition in installer. > >Developed in collaboration with Giannis Kourmoulis <ikourmou@lib.auth.gr> > >Test plan : >- Install using "gr" in "Primary language for Zebra indexing" >- check gr is used in etc/zebradb/zebra-*.cfg > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > Makefile.PL | 2 +- > debian/docs/koha-create.xml | 2 +- > debian/scripts/koha-create | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Makefile.PL b/Makefile.PL >index e1e6b98..3af2486 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -476,7 +476,7 @@ my %valid_config_values = ( > 'AUTH_INDEX_MODE' => { 'grs1' => 1, 'dom' => 1 }, > 'BIB_INDEX_MODE' => { 'grs1' => 1, 'dom' => 1 }, > 'ZEBRA_MARC_FORMAT' => { 'marc21' => 1, 'normarc' => 1, 'unimarc' => 1 }, # FIXME should generate from contents of distributation >- 'ZEBRA_LANGUAGE' => { 'en' => 1, 'es' => 1, 'fr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution >+ 'ZEBRA_LANGUAGE' => { 'en' => 1, 'es' => 1, 'fr' => 1, 'gr' => 1, 'nb' => 1, 'ru' => 1, 'uk' => 1 }, # FIXME should generate from contents of distribution > 'ZEBRA_TOKENIZER' => { chr => 1, icu => 1 }, > 'RUN_DATABASE_TESTS' => { 'yes' => 1, 'no' => 1 }, > 'USE_MEMCACHED' => { 'yes' => 1, 'no' => 1 }, >diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml >index d3f186b..4ae1b7c 100644 >--- a/debian/docs/koha-create.xml >+++ b/debian/docs/koha-create.xml >@@ -26,7 +26,7 @@ > <command>koha-create</command> > <arg choice="req"><option>--create-db</option>|<option>--request-db</option>|<option>--populate-db</option>|<option>--use-db</option></arg> > <arg><option>--marcflavor</option> marc21|normarc|unimarc</arg> >- <arg><option>--zebralang</option> en|es|fr|nb|ru|uk</arg> >+ <arg><option>--zebralang</option> en|es|fr|gr|nb|ru|uk</arg> > <arg><option>--auth-idx</option> dom|grs1</arg> > <arg><option>--biblio-idx</option> dom|grs1</arg> > <arg><option>--use-memcached</option></arg> >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 19b3d5c..2ed4e28 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -52,7 +52,7 @@ Options: > --marcflavor flavor Set the MARC flavor. Valid values are marc21 (default), > normarc and unimarc. > --zebralang lang Choose the primary language for Zebra indexing. Valid >- values are en (default), es, fr, nb, ru and uk. >+ values are en (default), es, fr, gr, nb, ru and uk. > --auth-idx idx_mode Set the indexing mode for authority records. Valid > values are dom (default) and grs1. > --biblio-idx idx_mode Set the indexing mode for bibliographic records. >-- >2.1.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 11927
:
26165
|
26166
|
34118
|
34120
|
34121
|
34122
|
34123
|
34751
|
34752
|
34753
|
34754
|
35042
|
35043
|
35044
|
35045
|
35046
|
35446