[Bug 8204] New: Authority viewer in OPAC ugly, unfriendly, and mostly useless
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Priority: P5 - low Change sponsored?: --- Bug ID: 8204 Assignee: jcamins@cpbibliography.com Summary: Authority viewer in OPAC ugly, unfriendly, and mostly useless Severity: enhancement Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: ASSIGNED Version: master Component: OPAC Product: Koha The authority viewer in the OPAC provides only an expanded MARC view of authority records, which is barely even of use to librarians, much less patrons. There should be an authority view more like the biblio details view, which provides friendly access to the information in authority records. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |8212 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10545 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10545&action=edit Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Actually when I click on full heading and get to this page I get cgi-bin/koha/opac-authoritiesdetail.pl?authid=1 Template process failed: file error - /home/christopher/git/koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt: not found at /home/christopher/git/koha/C4/Templates.pm line 127. I suspect this is another bug. Will try getting to the authority record another way -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> --- Hmm I have no idea how to get to an authority view in the opac that actually works. Someone will have to tell me how or test this. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Chris, (In reply to comment #2)
Actually when I click on full heading and get to this page I get cgi-bin/koha/opac-authoritiesdetail.pl?authid=1
Template process failed: file error - /home/christopher/git/koha/koha-tmpl/opac-tmpl/prog/en/modules/opac- authoritiesdetail.tt: not found at /home/christopher/git/koha/C4/Templates.pm line 127.
I suspect this is another bug. Will try getting to the authority record another way
Did you update your repo before applying this? As far as I can see, the authorities detail template was changed to opac-auth-detail.tt by f5974e27 (bug 7943 follow-up). That patch is in master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10545|0 |1 is obsolete| | --- Comment #5 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10591 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10591&action=edit Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10591|0 |1 is obsolete| | --- Comment #6 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10592 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10592&action=edit Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. Revised patch incorporating comments from testers. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- commit 0923e96cb4a9684db7c777866e9c822522f49a72 Author: Paul Poulain <paul.poulain@biblibre.com> Date: Fri Jun 29 17:17:47 2012 +0200 Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin" This reverts commit 186cfa5cb00a1c0ee7f0e4512a5f319299bb6412. Yep definitely on master. and koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt links to <a href="opac-authoritiesdetail.pl?authid=[% resul.authid %]"> And in there i can see the change, template_name => $show_marc ? "opac-auth-MARCdetail.tt" : "opac-auth-detail.tt", But I am still getting Template process failed: file error - /home/christopher/git/koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiesdetail.tt: not found at /home/christopher/git/koha/C4/Templates.pm line 127. But I note ls koha-tmpl/opac-tmpl/prog/en/modules/opac-auth* koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-MARCdetail.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt http://git.koha-community.org/gitweb/?p=koha.git;a=tree;f=koha-tmpl/opac-tmp... That file does not exist, perhaps thats why its falling back. Am I going blind or does opac-auth-detail.tt really not exist in master? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- So yes, currently before this patch is applied it is not just ugly, but totally and utterly broken. Due to the fact bug 7943 was pushed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #9 from Chris Cormack <chris@bigballofwax.co.nz> --- This is doing my head in. Someone else will have to test. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #10 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #8)
So yes, currently before this patch is applied it is not just ugly, but totally and utterly broken.
Due to the fact bug 7943 was pushed.
This seems to be specific to your installation, as it's working for others on unmodified master, and works fine for me even on a completely new installation with unadulterated master. I have absolutely no idea what the problem could be, though. I guess the thing to do is get this signed off and into master as soon as possible, and then it will be a moot point. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |katrin.fischer@bsz-bw.de --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Jared, I tested this on current master and there are some problems. I got mails with the following errors from my system: Useless use of substr in void context at /home/katrin/kohaclone/C4/AuthoritiesMarc.pm line 1089. Useless use of substr in void context at /home/katrin/kohaclone/C4/AuthoritiesMarc.pm line 1102. The main heading shows as HASH(0x3b1a130). The new detail view displays nicely for me. Some thoughts about this: - The heading "See also:" should only show when there are "see alsos" - I wonder if the "preferred form" should also be bold. I think your patch totally removes the "labelled MARC view". Could it be an option to have tabs for authorities advertising different views? Maybe some time in the future a plain MARC view would also be nice, as would be a download option. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
I think your patch totally removes the "labelled MARC view". Could it be an >option to have tabs for authorities advertising different views? Maybe some time in the future a plain MARC view would also be nice, as would be >a download option.
was totally wrong about that - tabs are there! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10592|0 |1 is obsolete| | --- Comment #13 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10692&action=edit Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #14 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Revised the patch to take care of the issues identified by Katrin. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10692|0 |1 is obsolete| | --- Comment #15 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 10694 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10694&action=edit Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10694|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 10700 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10700&action=edit [SIGNED-OFF] Bug 8204: Add user friendly authority view to OPAC Up until now, the only authority view in the OPAC was a rather-unfriendly expanded MARC view. This patch adds a user-friendly view similar to the biblio details view. Specific features to be aware of: * Right-to-left text in the MARC21 880 field will show up in the appropriate location with the appropriate alignment and wrapping * There is very little CSS styling. Any suggestions for how to make the display more attractive would be gratefully received. To test: 1) Do a search for an authority in the OPAC. 2) Choose an authority record to view. 3) Observe that the view is more user-friendly and polished. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works very nicely now. The old view is still available, but the user is presented with a nicer non-MARC view first. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Katrin Fischer <katrin.fischer@bsz-bw.de> 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=8204 --- Comment #17 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 11146 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11146&action=edit UNIMARC view wrong I LOVE the idea of this patch. However, in UNIMARC, it seems it does not work at all :'( -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |paul.poulain@biblibre.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #18 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 11148 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11148&action=edit Bug 8204: fix UNIMARC display UNIMARC display of authorities in the OPAC wasn't working due to changes in the BuildSummary function since the code was originally developed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #19 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: astonishing improvement ! passed QA Just 2 comments: * I see an empty "Note" tab, shouldn't it not be here if it is empty ? * there is no space between preffered form and authtypecode, I think adding one would be nice Another comment: why didn't you choose to have a XSLT display ? That would have been the best option I think. But that can be for another patch ;-) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable Version|master |rel_3_8 --- Comment #20 from Chris Cormack <chris@bigballofwax.co.nz> --- No database changes, fixes what is a bug really. (No one should have to see MARC least of all poor unsuspecting catalogue users) :) Pushed to 3.8.x will be in 3.8.4 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED CC| |jonathan.druart@biblibre.co | |m --- Comment #21 from Jonathan Druart <jonathan.druart@biblibre.com> --- This patch introduces a warning : % perl -wc C4/AuthoritiesMarc.pm "my" variable $sth masks earlier declaration in same scope at /home/jonathan/workspace/versions/koha_master/C4/Accounts.pm line 220. Use of qw(...) as parentheses is deprecated at /home/jonathan/workspace/versions/koha_master/C4/Serials.pm line 583. Use of qw(...) as parentheses is deprecated at /home/jonathan/workspace/versions/koha_master/C4/Serials.pm line 596. "my" variable @fields masks earlier declaration in same scope at C4/AuthoritiesMarc.pm line 1017. The last one didn't exist before. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10700|0 |1 is obsolete| | Attachment #11148|0 |1 is obsolete| | --- Comment #22 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 11159 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11159&action=edit Bug 8204 follow-up: quiet warn -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #23 from Jonathan Druart <jonathan.druart@biblibre.com> --- Jared, Thanks for your reactivity :) This patch removes the warning but I think l.974 can be removed too. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11159|0 |1 is obsolete| | --- Comment #24 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 11160 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11160&action=edit Bug 8204 follow-up: quiet warn Also removes unnecessary variable declaration. Thanks to Jonathan Druart for spotting it. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11160|0 |1 is obsolete| | --- Comment #25 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 11164 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11164&action=edit Bug 8204 follow-up: quiet warn Also removes unnecessary variable declaration. Thanks to Jonathan Druart for spotting it. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jonathan Druart <jonathan.druart@biblibre.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=8204 --- Comment #26 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 11173 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11173&action=edit template error When viewing /opac-authoritiesdetail.pl?authid=491 it pushes the opac nav down instead of floating to the right of it - this is on Mac in FF and Chrome. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #27 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to comment #26)
When viewing /opac-authoritiesdetail.pl?authid=491 it pushes the opac nav down instead of floating to the right of it - this is on Mac in FF and Chrome.
Same for me: FF on *Windows* :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact| |m.de.rooy@rijksmuseum.nl --- Comment #28 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Nice feature/fix BTW! I came across the warning too now. Latest patch removes some unneeded lines. Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #29 from Paul Poulain <paul.poulain@biblibre.com> --- follow-up pushed -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #30 from Chris Cormack <chris@bigballofwax.co.nz> --- Follow up pushed the 3.8.x will be in 3.8.4 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #31 from Nicole C. Engard <nengard@gmail.com> --- Comment 26 is still an issue in FF on Mac on Master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED Severity|enhancement |major --- Comment #32 from Paul Poulain <paul.poulain@biblibre.com> --- "Reopening" and up-ping severity, if it happen on FF-windows, it must be fixed ! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 --- Comment #33 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 11841 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11841&action=edit Bug 8204 follow-up: don't display OpacNav on auth details Based on the way we handle the bib details page, it seems we should not be displaying OpacNav on the authority details pages on the OPAC. This patch removes them. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11164|0 |1 is obsolete| | Attachment #11841|0 |1 is obsolete| | --- Comment #34 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 11852 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11852&action=edit Bug 8204 follow-up: don't display OpacNav on auth details Based on the way we handle the bib details page, it seems we should not be displaying OpacNav on the authority details pages on the OPAC. This patch removes them. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> 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=8204 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #35 from Jonathan Druart <jonathan.druart@biblibre.com> --- Last patch removes th OpacNav on the opac authority detail page. Marked as Passed QA. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #36 from Paul Poulain <paul.poulain@biblibre.com> --- Follow-up pushed -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8204 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #37 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.8.x, will be in 3.8.5 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org