http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11906
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |[email protected] | |m Blocks| |11944 QA Contact|[email protected] |[email protected] |y.org |m --- Comment #13 from Jonathan Druart <[email protected]> --- Galen, We had this patch for bug 11944, so I completely agree with it! Actually it is not on bug 11944, it seems it disappears on rebasing/squashing patches :-/ I still have the patch on a local branch and the difference is: 1/ We added $schema->storage->on_connect_do('SET NAMES utf8'); in Koha::Database::_new_schema Which is stupid! From the mysql doc: "if you turn the flag on after connecting, you will need to issue the command SET NAMES utf8 to get the same effect." 2/ We did not propose unit tests, so ++ :) 3/ We removed the Koha::Template::Plugin::EncodeUTF8 uses in circ/renew.pl This plugin is now useless. I will submit a followup on QAing, feel free to ask open a new specific report for it. Marked as Passed QA. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
