Bug 13211 - Added: GoogleIndicTransliteration as a System Preference
Summary: Added: GoogleIndicTransliteration as a System Preference
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: master
Hardware: All All
: P5 - low trivial (vote)
Assignee: Amit Gupta
QA Contact: Testopia
URL:
Keywords:
: 13206 (view as bug list)
Depends on:
Blocks: 13144
  Show dependency treegraph
 
Reported: 2014-11-06 03:30 UTC by Amit Gupta
Modified: 2016-12-05 21:22 UTC (History)
9 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
From git description: Use Google Indic Transliteration API to allow users to transliterate english typed words into Indic languages. This is available only on the masthead search box in the OPAC. User has to enter a word in english and press spac
Version(s) released in:


Attachments
Bug-13211: Added Google Indic Transliteration as a System Preference (3.03 KB, patch)
2014-11-06 04:27 UTC, Amit Gupta
Details | Diff | Splinter Review
Bug-13211: Added Google Indic Transliteration as a System Preference (3.47 KB, patch)
2014-11-06 06:18 UTC, Amit Gupta
Details | Diff | Splinter Review
Bug-13211: Added Google Indic Transliteration as a System Preference (3.54 KB, patch)
2014-11-06 13:16 UTC, Mark Tompsett
Details | Diff | Splinter Review
[SIGNED-OFF] Bug-13211: Added Google Indic Transliteration as a System Preference (3.65 KB, patch)
2014-11-06 13:36 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 13211: (followup) remove 'masthead' reference (3.32 KB, patch)
2014-11-06 13:36 UTC, Tomás Cohen Arazi
Details | Diff | Splinter Review
[PASSED QA] Bug-13211: Added Google Indic Transliteration as a System Preference (3.70 KB, patch)
2014-11-06 18:52 UTC, Katrin Fischer
Details | Diff | Splinter Review
[PASSED QA] Bug 13211: (followup) remove 'masthead' reference (3.50 KB, patch)
2014-11-06 18:53 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Gupta 2014-11-06 03:30:07 UTC
Uudocumented feature
Added: Google Indic Transliteration as a System Preference
Follow bug: 13144

http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=6ae7b60962e7d07aa00a45a7af692939a4ce7aa6
Comment 1 Amit Gupta 2014-11-06 04:27:08 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2014-11-06 06:06:52 UTC
*** Bug 13206 has been marked as a duplicate of this bug. ***
Comment 3 Katrin Fischer 2014-11-06 06:09:39 UTC
Thank you Amit, this looks good - just a tiny thing we need to fix for the tests - the sysprefs.sql is alphabetically sorted, with the idea that we have less conflicts there when newly added prefs are not right next to each other all the time.
Comment 4 Amit Gupta 2014-11-06 06:12:50 UTC
Hi Katrin,

Thanks I will recreate patch suggested by you.
Comment 5 Amit Gupta 2014-11-06 06:18:35 UTC Comment hidden (obsolete)
Comment 6 Amit Gupta 2014-11-06 06:20:22 UTC
Hi Katrin,

Added GoogleIndicTransliteration in syspref.sql alphabetically. Please test.
Comment 7 Tomás Cohen Arazi 2014-11-06 12:47:05 UTC
I'm marking this one as normal. It is really making a feature usable, the interested users already use it by having the syspref manually set.
Comment 8 Mark Tompsett 2014-11-06 13:16:30 UTC Comment hidden (obsolete)
Comment 9 Tomás Cohen Arazi 2014-11-06 13:36:47 UTC Comment hidden (obsolete)
Comment 10 Tomás Cohen Arazi 2014-11-06 13:36:53 UTC Comment hidden (obsolete)
Comment 11 Katrin Fischer 2014-11-06 18:52:24 UTC
Created attachment 33334 [details] [review]
[PASSED QA] Bug-13211: Added Google Indic Transliteration as a System Preference

Test scenario:
1. Apply the patch
2. Run updatedatabase.pl
3. Login to Koha and go to Adminstration.
4. Click on Global system preferences.
5. Search GoogleIndicTransliteration and choose value "Show".
6. Apply patches on bug 13144
7. Go to OPAC and see GoogleIndicTransliteration coming on Masthead.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 12 Katrin Fischer 2014-11-06 18:53:31 UTC
Created attachment 33335 [details] [review]
[PASSED QA] Bug 13211: (followup) remove 'masthead' reference

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 13 Tomás Cohen Arazi 2014-11-10 15:03:06 UTC
Patch pushed to master.

Thanks Amit!
Comment 14 Nicole C. Engard 2014-12-03 19:44:53 UTC
Can someone explain to me what this does in librarian terms for the manual? Does it just make it so you can type in your language in the search box?
Comment 15 Zeno Tajoli 2016-05-15 07:25:00 UTC
(In reply to Nicole C. Engard from comment #14)
> Can someone explain to me what this does in librarian terms for the manual?
> Does it just make it so you can type in your language in the search box?

Hi Nicole, I have insert a description of the patch in Text section of this bug.
Taken from git description.