[Bug 6678] New: Fix some problems with the standard NORMARC framework
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6678 Bug #: 6678 Summary: Fix some problems with the standard NORMARC framework Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: MARC Bibliographic data support AssignedTo: magnus@enger.priv.no ReportedBy: magnus@enger.priv.no QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com - Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1, see bug ??? - translate Koha-specific fields - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly -- 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=6678 --- Comment #1 from Magnus Enger <magnus@enger.priv.no> 2011-08-07 21:43:19 UTC --- Created attachment 4882 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4882 Proposed patch Changes also pushed to: https://github.com/MagnusEnger/kohawork/tree/bug6678-normarc - Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1 - Koha-specific fields need to be translated - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly -- 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=6678 Magnus Enger <magnus@enger.priv.no> 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=6678 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4882|0 |1 is obsolete| | --- Comment #2 from Magnus Enger <magnus@enger.priv.no> 2011-08-09 10:06:14 UTC --- Comment on attachment 4882 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4882 Proposed patch Still some encoding problems, new patch coming! -- 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=6678 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent |P1 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=6678 --- Comment #3 from Magnus Enger <magnus@enger.priv.no> 2011-08-17 06:26:51 UTC --- Created attachment 5041 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5041 Revised patch It's probably enough to test that this results in a installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql that loads OK into the database. Unless someone feels like checking against the NORMARC standard that it actually makes sense? ;-) -- 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=6678 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |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=6678 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-08-19 06:01:21 UTC --- Created attachment 5055 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5055 Bug 6678 - Fix some problems with the standard NORMARC framework - Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1 - Koha-specific fields need to be translated - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> - created a new database with all nb-NO sample files, no errors reported - checked the cataloging frameworks for displaying problems - saved record and created an item - all koha specific fields translated No problems found. -- 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=6678 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5041|0 |1 is obsolete| | -- 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=6678 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de 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=6678 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Signed Off |Patch Pushed --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-21 07:58:47 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=6678 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org