[Bug 4018] New: Coins support problems and xslt
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Summary: Coins support problems and xslt Product: Koha Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: OPAC AssignedTo: nahuel.angelinetti@biblibre.com ReportedBy: nahuel.angelinetti@biblibre.com Estimated Hours: 0.0 Change sponsored?: --- COinS is not supported with XSLT templates, because of being in bad tmpl_if. Then it have problems with & that doesn't allow zotero to read it. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Nahuel Angelinetti <nahuel.angelinetti@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|NEW |ASSIGNED Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-03-11 14:39:33 --- Using Firefox 3.6 and Zotero 2.0 the plugin seems to work, but instead of the "book" icon I get the "folder" icon. When I click it I get a blank notification box from Zotero, and after a long wait a dialog box pops up asking which of two identical titles I want to save. Comparing the source of the XSLT version of the page with the non-XSLT version shows the exact same <span class="Z3988"> block for each. What about the XSLT version is causing the difference? Is Zotero looking at something else on the page? Nahuel, are those the problems you're seeing? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2010-03-11 14:48:35 --- this is somewhat related - while looking into the coins support - you may want to look into adding the URL field: http://forums.zotero.org/discussion/2897/url-field-not-filled-in-from-opacs/ -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 hdlaurent <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henridamien@koha-fr.org --- Comment #3 from hdlaurent <henridamien@koha-fr.org> 2010-03-11 18:19:36 --- MMMM.... I think that what nahuel sent was supposed to unify the Z3988 link between XSLT and normal display. In fact, with the patch, the link for zotero is supposed to be in the template ant not in the XSLT. So Commenting in the XSLT the part wich creates the Zotero link would surely not generate the folder. somtehing to investiguate. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2010-03-11 18:38:20 --- The Z3988 link appears in the template before the XSLT block: <!-- TMPL_IF NAME="ocoins" --> <!-- COinS / OpenURL --> <span class="Z3988" title="<!-- TMPL_VAR NAME="ocoins" -->"></span> <!-- /TMPL_IF --> <!-- TMPL_IF NAME="OPACXSLTDetailsDisplay" --> <!-- TMPL_VAR NAME="XSLTBloc" --> <!-- TMPL_ELSE --> ... And indeed, the same data is being output for the <span class="Z3988"> with XSLT on or off. The part that confuses me is the different behavior of Zotero when XSLT is on and off. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2010-03-24 20:53:48 --- I have tested this with Firefox 3.6 and Zotero 2.0, I get the folder to save search results and the individual items (which Owen has reported), but when I choose to save the items are not saved to my library ... this makes this a blocker bug - we can't use Zotero with Koha at this time. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 --- Comment #6 from Nicole C. Engard <nengard@gmail.com> 2010-03-24 20:58:51 --- Just one more note - I have tested further it works as expected with all XSLT preferences turned off. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Jared Camins <camins@numismatics.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camins@numismatics.org --- Comment #7 from Jared Camins <camins@numismatics.org> 2010-04-12 16:00:23 --- I was able to track this bug down to the Koha unAPI support, not COinS. Zotero 2 apparently ignores COinS when unAPI is available. The folder shows up because an <abbr/> tag with class unapi-id is included in both the .tmpl file and the XSLT stylesheet. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 --- Comment #8 from Nicole C. Engard <nengard@gmail.com> 2010-05-10 12:17:01 --- New update - we can save from the results page, but still can't from the individual bib records. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4018 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com