[Bug 9010] New: Quote of the day: Umlauts doe not display correctly
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Priority: P5 - low Change sponsored?: --- Bug ID: 9010 CC: gmcharlt@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: Quote of the day: Umlauts doe not display correctly Severity: minor Classification: Unclassified OS: All Reporter: veron@veron.ch Hardware: All Status: NEW Version: master Component: Staff Client Product: Koha Created attachment 13250 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13250&action=edit QOD Umlauts like ä, ü not correctly displayed in staff client In staff client, the QOD editor displays umlauts like ä, ö, ü as '?' To see them correctly, one has to use html encoding like ü See screenshot. In staff client however, the text displays as expected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Serhij Dubyk <dubyk@library.lviv.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs@lists.koha-commun |dubyk@library.lviv.ua |ity.org | --- Comment #2 from Serhij Dubyk <dubyk@library.lviv.ua> --- Created attachment 13263 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13263&action=edit json-header encoding Added utf8-encoding in json-header for correct view quotes in quotes editor. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 --- Comment #3 from Marc Véron <veron@veron.ch> --- Created attachment 13264 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13264&action=edit Bug 9010 - Follow up Quote of the day: Umlauts do not display correctly After applying Serhij's patch I had still troubles with umlauts, e.g. while editing or adding a new quote. Added explicit utf-8 encoding at 3 places. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Severity|minor |normal --- Comment #4 from Marc Véron <veron@veron.ch> --- Set to higher importance because the bug leads to data corruption in the table quotes (while editing, the wrongly encoded strings are stored back to the database). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker --- Comment #5 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Data corruption is a blocker, always, no matter what data it is. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13263|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 13328 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13328&action=edit Bug 9010 - Quote of the day: Umlauts do not display correctly Added utf8-encoding in json-header for correct view quotes in quotes editor. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Chris Cormack <chris@bigballofwax.co.nz> 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=9010 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13264|0 |1 is obsolete| | --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 13329 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13329&action=edit Bug 9010 - Follou up Quote of the day: Umlauts do not display correctly After applying Serhij's patch I had still troubles with umlauts, e.g. while editing or adding a new quote. Added explicit utf-8 encoding at 3 places. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13329|0 |1 is obsolete| | --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 13330 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13330&action=edit Bug 9010 - Follou up Quote of the day: Umlauts do not display correctly After applying Serhij's patch I had still troubles with umlauts, e.g. while editing or adding a new quote. Added explicit utf-8 encoding at 3 places. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |mtj@kohaaloha.com QA Contact| |mtj@kohaaloha.com --- Comment #9 from Mason James <mtj@kohaaloha.com> --- (In reply to comment #8)
Created attachment 13330 [details] Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
patch worked ok for me in staff and OPAC, passing QA... thanks Serhij! :) $ koha-qa.pl -c 2 testing 2 commit(s) (applied to 9ace63b 'Bug 9001: Remove Zebraqueue_daemon') 0cf9469 Bug 9010 - Follou up Quote of the day: Umlauts do not display correct - tools/quotes/quotes_ajax.pl c4d37bc Bug 9010 - Quote of the day: Umlauts do not display correctly Added u - tools/quotes/quotes_ajax.pl * tools/quotes/quotes_ajax.pl OK -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |jcamins@cpbibliography.com --- Comment #10 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #11 from Paul Poulain <paul.poulain@biblibre.com> --- Patch pushed to branch 3.10.x -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Quote of the day: Umlauts |Quote of the day: |do not display correctly |diacritics & other utf8 | |chars not displayed | |correctly -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 13985 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13985&action=edit [SIGNED-OFF] Bug 9019: Return item fields in ILS-DI GetRecords Signed-off-by: Srikanth Dhondi <srikanth@catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> 1) Activate ILS-DI in system preferencs 2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation 3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14 with various valid biblionumbers for your system 4) Verify 952 is included in the <marcxml> and all other data displays correctly All tests pass. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13985|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 13985 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13985 [SIGNED-OFF] Bug 9019: Return item fields in ILS-DI GetRecords Wrong bug. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9010 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #14 from Chris Cormack <chris@bigballofwax.co.nz> --- Released in 3.10.0 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org