[Koha-bugs] [Bug 12331] can't save results to zotero

2018-05-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

Owen Leonard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #6 from Owen Leonard  ---
Zotero appears to be working now. If someone finds otherwise they can re-open
with more details.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12331] can't save results to zotero

2017-12-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

Jon Knight  changed:

   What|Removed |Added

 CC||j.p.kni...@lboro.ac.uk

--- Comment #5 from Jon Knight  ---
Looking at that Zotero thread, it appears that this was fixed successfully on
the Zotero side? We're not Zotero users here so I thought I'd ping out a check
to see if there was anything that was still needed on the Koha side before
closing this bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12331] can't save results to zotero

2015-10-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

Francisco Peixoto  changed:

   What|Removed |Added

 Resolution|WONTFIX |---
 Status|CLOSED  |REOPENED
 CC||fabreupeix...@gmail.com

--- Comment #4 from Francisco Peixoto  ---
Good evening

Dear Nicole and Bernardo

Probably you still didn't reach any solution for this. I'am also having
problems with Zotero Koha connector and I reported in the Zotero forum

https://forums.zotero.org/discussion/52521/koha-translator/#Item_5

The problem I reported is a bit different but might be connected with this one.

The problem I reported I face it in different catalogs even on the Bywater demo
OPAC.

Hope this could be a way to solve the problem.

Thanks
Kind regards
Francisco

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12331] can't save results to zotero

2014-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

--- Comment #3 from Bernardo Gonzalez Kriegel  ---
(In reply to Nicole C. Engard from comment #2)
> I don't really understand all that - can you explain it such that I could
> report the bug to them - or could you report the bug to them?

I'm not a user of Zotero :(, 
will try to explain.

Zotero uses "translators"[1] to detect and add records/objects.
They are JavaScript functions, and there are plenty of them [2]

In the case of Koha Zotero translator [3], they have a function
to detect a single record (opac-detail in url) or multiple
(opac-results in url). For multiple results, they parse the
html looking for something with structure


  


but we don't have that. perhaps something like

  

My hope was that Owen could take a look and perhaps suggest a correct
XPath expression so Mr. Sebastian Karcher (creator) could fix the translator.

In summary, I think the problem they have is an incorrect XPath expression when
parsing multiple results.

[1] https://www.zotero.org/support/translators
[2] https://github.com/zotero/translators
[3]
https://github.com/zotero/translators/blob/master/Library%20Catalog%20(Koha).js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12331] can't save results to zotero

2014-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

--- Comment #2 from Nicole C. Engard  ---
I don't really understand all that - can you explain it such that I could
report the bug to them - or could you report the bug to them?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12331] can't save results to zotero

2014-06-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12331

Bernardo Gonzalez Kriegel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bgkrie...@gmail.com,
   ||oleon...@myacpl.org
 Resolution|--- |WONTFIX

--- Comment #1 from Bernardo Gonzalez Kriegel  ---
Nicole,
this is not a problem of Koha, it's on Zotero's Koha translator[1]
This 'translator' works extracting appropriate urls from results page

They are using this code to get the result list:

var titles =
doc.evaluate('//span[@class="results_summary"]/span[@class="label"]/a[contains(@href,
"opac-detail.pl")]|//span[@class="results_summary"]/preceding-sibling::a[contains(@href,
"opac-detail.pl")]', doc, null, XPathResult.ANY_TYPE, null);

Perhaps someone that understand better (Owen?) can said if that sentence gives
useful results, or not.

I any case, problem is on Zotero side, perhaps we could help (not me)

[1]
https://github.com/zotero/translators/blob/master/Library%20Catalog%20%28Koha%29.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/