[Bug 6496] New: authors appearing incorrectly in OPAC and Staff Client
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Bug #: 6496 Summary: authors appearing incorrectly in OPAC and Staff Client Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org Created attachment 4447 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4447 opac with dots In the staff client if the additional author (7xx) has multiple parts it's putting dots in between the parts if XSLT is on and hyphens if it's off. It's easier to read with the hyphens. In the OPAC there are dots and no spaces and it's all smooched up. See attached. It should probably be hyphens or spaces instead of dots. Also some strangeness is happening with the order of authors. In the staff client when you have XSLT on additional authors are clearly on another line (easy to read) but in the OPAC, things aren't coming through right. In the OPAC the 100s are first then the 700s and then the 110s and then the 710s ... it should be all 1xxs and then all 7xxs (preferrably with the relator code showing so you know if it's an editor or illustrator) - at the very least the order should be fixed in this way. My screenshots show this all for you on my very bad marc record :) -- 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=6496 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2011-06-13 17:23:38 UTC --- Created attachment 4448 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4448 opac with hyphens (xslt 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=6496 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2011-06-13 17:23:57 UTC --- Created attachment 4449 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4449 order of fields in opac -- 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=6496 --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2011-06-13 17:24:12 UTC --- Created attachment 4450 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4450 order of fields in opac (marc view) -- 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=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin@catalyst.net.nz AssignedTo|oleonard@myacpl.org |robin@catalyst.net.nz --- Comment #4 from Robin Sheat <robin@catalyst.net.nz> 2011-08-31 05:57:11 UTC --- Attaching MARC records for this kind of thing makes checking it easier, although I'm sure I can make one up easily in this case :) -- 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=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=6496 --- Comment #5 from Robin Sheat <robin@catalyst.net.nz> 2011-08-31 06:42:06 UTC --- Staff client without XSLT: looks nice, uses '--' to split up Staff client with XSLT: they are all joined up, no spaces, which is ugly. OPAC without XSLT: looks nice, uses '--' to split up OPAC with XSLT: all joined up, no spaces, ugly. I'll check out the order thing separately, probably as a patch on top of one that fixes the layout. -- 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=6496 --- Comment #6 from Robin Sheat <robin@catalyst.net.nz> 2011-08-31 08:03:20 UTC --- Created attachment 5235 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5235 Bug 6496 - tidy the display of 710 fields on XSLT This puts '--' between 710$b fields, and replaces the '.' with a '; ' if there are additional authors. -- 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=6496 Robin Sheat <robin@catalyst.net.nz> 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=6496 --- Comment #7 from Robin Sheat <robin@catalyst.net.nz> 2011-08-31 08:08:06 UTC --- Oh, this patch doesn't address the ordering thing. -- 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=6496 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5235|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard <nengard@gmail.com> 2011-09-07 17:00:59 UTC --- Created attachment 5343 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5343 [SIGNED-OFF] Bug 6496 - tidy the display of 710 fields on XSLT This puts '--' between 710$b fields, and replaces the '.' with a '; ' if there are additional authors. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.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=6496 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #9 from Nicole C. Engard <nengard@gmail.com> 2011-09-07 17:01:32 UTC --- A follow up is still necessary for the ordering, but this first patch does fix the display aspect so I have signed off on it. Nicole -- 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=6496 --- Comment #10 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 02:07:21 UTC --- Created attachment 5397 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5397 Before shot, showing the current (incorrect) ordering display on the OPAC -- 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=6496 --- Comment #11 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 04:21:02 UTC --- Created attachment 5399 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5399 After shot, showing the new (correct) ordering display on the OPAC -- 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=6496 --- Comment #12 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 04:30:23 UTC --- Created attachment 5400 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5400 Bug 6496 - correct the order of the author display in the OPAC This sets the order to be 100,110,111,700,710,711, rather than 100,700,110,710,... like it was. Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes. -- 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=6496 --- Comment #13 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 04:35:11 UTC --- Actually, a comment I failed to add to the commit...it doesn't display it in numerical order, it displays it in the order in the MARC, which typically is the correct order. Let me know if this is an issue and I'll puzzle out making it sort. -- 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=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |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=6496 --- Comment #14 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 04:46:40 UTC --- Also, this is intended to go on top of the signed-off patch. If that's not done, it probably won't apply. -- 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=6496 --- Comment #15 from Robin Sheat <robin@catalyst.net.nz> 2011-09-12 23:13:10 UTC --- Created attachment 5409 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5409 Bug 6496 - correct the order of the author display in the OPAC This sets the order the fields are displayed in to be as it is in the MARC (typically numerical order), rather than 100,700,110,710,... like it was. Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes. (replaces the previous commit, just removing an erronious comment and making the commit message more accurate) -- 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=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5400|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=6496 --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-09-18 18:43:16 UTC --- Created attachment 5451 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5451 screenshot of opac I applied both patches and tried cataloging a record with 100, 110, 700 and 710. I am not sure, I did it right. The order seems right to me, it's 100, 110, 700, 710. I think an additional space is missing after 110, to make it _;_ consistently. -- 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=6496 --- Comment #17 from Robin Sheat <robin@catalyst.net.nz> 2011-09-18 20:43:55 UTC --- It's always inserting '; ', which I think was taken from the staff client implementation (although I'd have to double check that.) It has no special handling of the 110 field. This suggests to me that all your other fields have a trailing space as part of their record. I'm not sure what the cataloguing spec says here, should we put a trailing space in, or not? Are the records expected to have one? It's a very easy change to add a space. -- 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=6496 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-09-18 20:54:30 UTC --- I added authorities and linked them in cataloging. I checked my authorities and the record and can't find any trailing spaces. -- 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=6496 --- Comment #19 from Robin Sheat <robin@catalyst.net.nz> 2011-09-18 21:23:46 UTC --- Hmm, now I think of it, my records won't have trailing spaces, but are not done with authorities. Are all of yours authorities, or just the 110? Is the 710 done with authorities too? Can you add a 711 field, I want to see if the 710 shows the same behaviour (as it follows exactly the same codepath as the 110.) -- 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=6496 --- Comment #20 from Nicole C. Engard <nengard@gmail.com> 2011-09-26 14:51:17 UTC --- Robin, Does this obsolete my signed off patch or is it a follow up? Nicole (In reply to comment #15)
Created attachment 5409 [details] Bug 6496 - correct the order of the author display in the OPAC
This sets the order the fields are displayed in to be as it is in the MARC (typically numerical order), rather than 100,700,110,710,... like it was.
Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes.
(replaces the previous commit, just removing an erronious comment and making the commit message more accurate)
-- 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=6496 --- Comment #21 from Robin Sheat <robin@catalyst.net.nz> 2011-09-26 20:10:54 UTC --- It's a followup, the signed-off one does the separator characters, this one does the ordering. -- 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=6496 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Does not apply --- Comment #22 from Owen Leonard <oleonard@myacpl.org> 2011-11-04 20:18:17 UTC --- [SIGNED-OFF] Bug 6496 - tidy the display of 710 fields on XSLT Apply? [yn] y Applying: Bug 6496 - tidy the display of 710 fields on XSLT Bug 6496 - correct the order of the author display in the OPAC Apply? [yn] y Applying: Bug 6496 - correct the order of the author display in the OPAC error: patch failed: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl:128 error: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl: patch does not apply Patch failed at 0001 Bug 6496 - correct the order of the author display in the OPAC -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 --- Comment #23 from Nicole C. Engard <nengard@gmail.com> 2011-11-11 14:38:07 UTC --- I can confirm that this follow up still does not apply: nengard@debian:~/kohaclone$ git bz apply 6496 Bug 6496 - authors appearing incorrectly in OPAC and Staff Client [SIGNED-OFF] Bug 6496 - tidy the display of 710 fields on XSLT Apply? [yn] n Bug 6496 - correct the order of the author display in the OPAC Apply? [yn] y Applying: Bug 6496 - correct the order of the author display in the OPAC error: patch failed: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl:128 error: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl: patch does not apply Patch failed at 0001 Bug 6496 - correct the order of the author display in the OPAC When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Patch left in /tmp/Bug-6496---correct-the-order-of-the-author-display-6K4Z4g.patch nengard@debian:~/kohaclone$ -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-11 14:45:36 UTC --- Hi Nicole, only a note: git bz apply does not use the -3 option. Sometimes the patch will apply when you do a git am -is3 /tmp.... -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 --- Comment #25 from Nicole C. Engard <nengard@gmail.com> 2011-11-11 15:01:05 UTC --- No such luck: Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y Applying: Bug 6496 - correct the order of the author display in the OPAC Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl CONFLICT (content): Merge conflict in koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl Failed to merge in the changes. Patch failed at 0001 Bug 6496 - correct the order of the author display in the OPAC When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". nengard@debian:~/kohaclone$ -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5409|0 |1 is obsolete| | --- Comment #26 from Robin Sheat <robin@catalyst.net.nz> 2012-02-02 05:22:43 UTC --- Created attachment 7419 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7419 Bug 6496 - correct the order of the author display in the OPAC This sets the order the fields are displayed in to be as it is in the MARC (typically numerical order), rather than 100,700,110,710,... like it was. Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes. (replaces the previous commit, just removing an erronious comment and making the commit message more accurate) Conflicts: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Robin Sheat <robin@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #27 from Robin Sheat <robin@catalyst.net.nz> 2012-02-02 05:23:30 UTC --- Rebased so that it applies. -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5343|0 |1 is obsolete| | Attachment #7419|0 |1 is obsolete| | --- Comment #28 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2012-02-07 15:50:55 UTC --- Created attachment 7479 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7479 Bug 6496 - tidy the display of 710 fields on XSLT This puts '--' between 710$b fields, and replaces the '.' with a '; ' if there are additional authors. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.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. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 --- Comment #29 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2012-02-07 15:51:21 UTC --- Created attachment 7480 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7480 Bug 6496 - correct the order of the author display in the OPAC This sets the order the fields are displayed in to be as it is in the MARC (typically numerical order), rather than 100,700,110,710,... like it was. Basically, it's a port of the way it's done in the staff client. As such, it should be able to handle a lot more than it could previously, including relator codes. (replaces the previous commit, just removing an erronious comment and making the commit message more accurate) Conflicts: koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.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. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |jcamins@cpbibliography.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. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #30 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 17:57:27 UTC --- QA comment: XSLT changes only, MARC21 specific, nothing to say passed QA -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_6 -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7556 -- 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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6496 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|7556 | -- 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