[Bug 15067] New: Add additional languages to advanced search language search
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Bug ID: 15067 Summary: Add additional languages to advanced search language search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org The language option list in the advanced search can now be configured now, but not all languages are available. 3 of the missing that should be added are: Estonian Latvian Lithuanian -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Danielle Elder <danielle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielle@bywatersolutions.c | |om --- Comment #1 from Danielle Elder <danielle@bywatersolutions.com> --- Other languages missing are Inuktitut (iku) and Inupiaq (ipk). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Chloe Alabaster <chloealabaster@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chloealabaster@gmail.com Assignee|oleonard@myacpl.org |chloealabaster@gmail.com --- Comment #2 from Chloe Alabaster <chloealabaster@gmail.com> --- looks like it needs to be added onto multiple database tables, might try again tomorrow -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Gus Ellerm <gel1163@stacmail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gel1163@stacmail.net Assignee|chloealabaster@gmail.com |gel1163@stacmail.net -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Gus Ellerm <gel1163@stacmail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #3 from Gus Ellerm <gel1163@stacmail.net> --- Created attachment 47076 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47076&action=edit 15067 - Add additional languages to advanced search language search run update database script, look for new laguages under 'Language:' in Advanced search. Languages that should be added are: 1. Estonian 2. Latvian 3. Lithuanian 4. Inuktitut 5. Inupiaq -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #4 from Chloe Alabaster <chloealabaster@gmail.com> --- I tested this, cant sign off but it worked for me --as a side note it would be nice if the languages were sorted in alphabetical order to that it is easier to find the language you want..at the moment they seem to be sorted by when they were added to the database eg the ones Gus has added are the last languages on there. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47076|0 |1 is obsolete| | --- Comment #5 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47279 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47279&action=edit 15067 - Add additional languages to advanced search language search run update database script, look for new laguages under 'Language:' in Advanced search. Languages that should be added are: 1. Estonian 2. Latvian 3. Lithuanian 4. Inuktitut 5. Inupiaq Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #6 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 47280 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47280&action=edit Bug 15067 - Follow up to fix sorting It looks like C4::Languages:getLanguages relies on implicit database order for languages. They appear to be sorted by subtag so this patch adds that sorting to the database query to ensure the dropdown is sorted. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Aleisha Amohia <aleishaamohia@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #7 from Aleisha Amohia <aleishaamohia@hotmail.com> --- Created attachment 47285 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47285&action=edit [SIGNED-OFF] Bug 15067 - Follow up to fix sorting It looks like C4::Languages:getLanguages relies on implicit database order for languages. They appear to be sorted by subtag so this patch adds that sorting to the database query to ensure the dropdown is sorted. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 Aleisha Amohia <aleishaamohia@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47279|0 |1 is obsolete| | Attachment #47280|0 |1 is obsolete| | Attachment #47285|0 |1 is obsolete| | --- Comment #8 from Aleisha Amohia <aleishaamohia@hotmail.com> --- Created attachment 47286 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47286&action=edit [SIGNED-OFF] 15067 - Add additional languages to advanced search language search run update database script, look for new laguages under 'Language:' in Advanced search. Languages that should be added are: 1. Estonian 2. Latvian 3. Lithuanian 4. Inuktitut 5. Inupiaq Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #9 from Aleisha Amohia <aleishaamohia@hotmail.com> --- Created attachment 47287 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47287&action=edit [SIGNED-OFF] Bug 15067 - Follow up to fix sorting It looks like C4::Languages:getLanguages relies on implicit database order for languages. They appear to be sorted by subtag so this patch adds that sorting to the database query to ensure the dropdown is sorted. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org