[Bug 8870] New: UNIMARC authorities search doesn't display properly information
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Priority: P5 - low Change sponsored?: --- Bug ID: 8870 Assignee: gmcharlt@gmail.com Summary: UNIMARC authorities search doesn't display properly information Severity: normal Classification: Unclassified OS: All Reporter: frederic@tamil.fr Hardware: All Status: NEW Version: rel_3_10 Component: MARC Authority data support Product: Koha - Note field (3xx) are not displayed on search result page. We get 'HASH()' text. - Parallel/Other forms (7xx) are not displayed, with language name in front of heading - On result page, seealso form are displayed, and end with '--' This bug is present on 3.8.5. To fix it, several patches only available on HEAD are necessary. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcamins@cpbibliography.com Assignee|gmcharlt@gmail.com |frederic@tamil.fr -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 --- Comment #1 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 12664 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12664&action=edit UNIMARC authorities search doesn't display properly information - Note field (3xx) are not displayed on search result page. We get 'HASH()' text. - Parallel/Other forms (7xx) are not displayed, with language name in front of heading - On result page, seealso form are displayed, and end with '--' This bug is present on 3.8.5. To fix it, several patches only available on HEAD are necessary. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Frédéric Demians <frederic@tamil.fr> 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=8870 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> ---
This bug is present on 3.8.5. To fix it, several patches only available on HEAD are necessary.
What does this mean .. this patch is unnessecary, or does it needs other patches? If so which ones? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |8523 --- Comment #3 from Frédéric Demians <frederic@tamil.fr> ---
What does this mean .. this patch is unnessecary, or does it needs other patches? If so which ones?
Bug 8523 seems enough. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12664|0 |1 is obsolete| | --- Comment #4 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 12671 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12671&action=edit UNIMARC authorities search doesn't display properly information - Note field (3xx) are not displayed on search result page. We get 'HASH()' text. - Parallel/Other forms (7xx) are not displayed, with language name in front of heading, both on result and detail page. - Note are not displayed. - On result page, seealso form are displayed, but end with a superfluous '--' - Style the result page, with condensed block, and space between them. To be applied on 3.8.x after bug 8523. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 --- Comment #5 from Frédéric Demians <frederic@tamil.fr> --- Created attachment 12677 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12677&action=edit Proposed patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12671|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Jared Camins-Esakov <jcamins@cpbibliography.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=8870 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12677|0 |1 is obsolete| | --- Comment #6 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 12683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12683&action=edit Bug 8870 UNIMARC authorities search doesn't display information properly - Note field (3xx) are not displayed on search result page. We get 'HASH()' text. - Parallel/Other forms (7xx) are not displayed, with language name in front of heading, both on result and detail page. - Note are not displayed. - On result page, seealso form are displayed, but end with a superfluous '--' - Style the result page, with condensed block, and space between them. - Done both on OPAC/staff To be applied on 3.8.x after bug 8523. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #7 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: * patch applies, passes koha-qa.pl, work well * digging for any side effect, I was wondering what was the reason for: +[% BLOCK language %] + [% SWITCH lang %] + [% CASE ['en', 'eng'] %]English + [% CASE ['fr', 'fre'] %]French + [% CASE ['it', 'ita'] %]Italian + [% CASE ['de', 'ger', 'deu'] %]German + [% CASE ['es', 'spa'] %]Spanish + [% CASE %][% lang %] + [% END %] +[% END %] (in cunjunction with + [% PROCESS language lang=otherscrip.lang | trim %]: ) Other question: does this patch remove the use of auth_types.summary we had before ? (I think, but want a confirmation) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 --- Comment #8 from Frédéric Demians <frederic@tamil.fr> ---
* digging for any side effect, I was wondering what was the reason for: +[% BLOCK language %] + [% SWITCH lang %] + [% CASE ['en', 'eng'] %]English + [% CASE ['fr', 'fre'] %]French + [% CASE ['it', 'ita'] %]Italian
UNIMARC authorities can contain translated headings. The language is coded in a subfield. The template decodes it, and so it's translatable. If required, more language codes could be added. 2 and 3 letters codes are "acceptable".
Other question: does this patch remove the use of auth_types.summary we had before ? (I think, but want a confirmation)
It has already been done by Jared patch: bug 8523. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> --- passed QA (see comment 7 for my QA, and comment 8 for Frederic answer) passing QA before string freeze -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master QA Contact| |paul.poulain@biblibre.com --- Comment #10 from Paul Poulain <paul.poulain@biblibre.com> --- Patch pushed to master (3.10 only, it's a bugfix for a 3.10 feature) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.saby@univ-rennes2.f | |r --- Comment #11 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Good patch! But I can still see a VERY cosmetic problem in authorities search : superflous ";" for some authorities Should I create a new bug, or just comment this one ? Ex : " Écologie des jardins ; ; ; BT: Écologie agricole" " Grottes de jardin ; ; BT: Grottes ; BT: Fabriques de jardin " Mathieu Saby Rennes 2 university. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 --- Comment #12 from Frédéric Demians <frederic@tamil.fr> ---
Should I create a new bug, or just comment this one ?
You should better create a new bug, and attach sample data to it: a mysqldump of authorities records from auth_header table. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Fridolyn SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolyn.somers@biblibre.co | |m --- Comment #13 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- For 3.8.x users, you may want to hide those HASH texts. I noticed they only occur in span with "note" class. So I hide them with CSS : OPACUserCSSS: #userauthsearchresults .note { display: none; } IntranetUserCSS : #authorities_searchresultlist_results .note, #auth_searchresultlist_auth .note { display: none; } -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Bug 8870 depends on bug 8523, which changed state. Bug 8523 Summary: Authority hierarchies only support UNIMARC http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8523 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 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> --- Was released in 3.10.0 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Fridolyn SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=10236 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org