[Bug 6806] New: Encoding problem with biblio titles in subscription-add.pl
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Bug #: 6806 Summary: Encoding problem with biblio titles in subscription-add.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Serials AssignedTo: colin.campbell@ptfs-europe.com ReportedBy: pelletiermaxime@gmail.com QAContact: koha-bugs@lists.koha-community.org Created attachment 5215 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5215 Corrects encoding problems in biblio title of subscription-add.pl In subscription-add.pl, if we choose a biblio with accented characters in its title using "Search for Biblio", the biblio's title is encoded incorrectly in the form. This is the exact same problem described by my coworker on bug #6444, but for the field below. Sorry for the patch against 3.2.x. I can rebase it for 3.4 if wanted. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 --- Comment #1 from Colin Campbell <colin.campbell@ptfs-europe.com> 2011-08-30 14:07:12 UTC --- Created attachment 5218 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5218 Patche reworked to use TT Ported Maxime's patch to the tt version -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #2 from Frédéric Demians <frederic@tamil.fr> 2011-08-30 14:30:19 UTC --- Are you sure it doesn't work on HEAD. For me, HEAD branch doesn't show this bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 --- Comment #3 from Colin Campbell <colin.campbell@ptfs-europe.com> 2011-08-30 14:33:55 UTC --- Yes I managed to reproduce the bug on head. Applied the patch and it fixed the encoding -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 --- Comment #4 from Maxime Pelletier <pelletiermaxime@gmail.com> 2011-09-20 18:27:31 UTC --- My patch also fixes that the "choose" link doesn't work if there's a "'" in the title. Anyone could sign off on this? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5215|0 |1 is obsolete| | Attachment #5218|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard@myacpl.org> 2011-09-20 18:34:33 UTC --- Created attachment 5481 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5481 Signed-off patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> 2011-09-20 18:35:31 UTC --- (In reply to comment #5)
Signed-off patch
...Should have specified: For master. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5481|0 |1 is obsolete| | --- Comment #7 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-14 10:10:14 UTC --- Created attachment 5887 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5887 Bug 6806 Fix encoding of title in subscription-add Port of Maxime Pelletier <maxime.pelletier@libeo.com>'s patch for 3.2 to TT Stops the mangling of titles containing accented characters Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com Patch Status|Signed Off |Passed QA --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-14 10:11:42 UTC --- QA comment : * good description * small patch passed QA RM = no change in strings despite it's a templates change, can be pushed -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Passed QA |Patch Pushed --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> 2011-10-15 00:58:54 UTC --- Pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6806 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P5 - low Status|Pushed to Master |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org