History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-10070
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Gaurav Cedric Bhatnagar
Reporter: Gaurav Cedric Bhatnagar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

Citations Helper: Google Scholar URL has prepended 'sakai.' to server key

Created: 17-May-2007 10:02   Updated: 23-Oct-2008 08:51
Component/s: Citations (SVN Module)
Affects Version/s: 2.4.0, 2.4.1
Fix Version/s: 2.5.0, 2.4.x

Time Tracking:
Not Specified

2.4.x Status: Resolved
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
the URL to Google Scholar needs to contain a 'linkurl_id' parameter to lookup site-specific labels for import links.

Our code is currently generating: &linkurl_id=sakai.ctools.umich.edu (inserting a 'sakai.' in front of the configured server id)

It should be generating: &linkurl_id=ctools.umich.edu (no 'sakai.' in front of the configured server id)

Because of this discrepancy, citations cannot be imported from Google Scholar through the Citations Helper.

Simply removing the 'sakai.' string in the code should remedy this issue.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gaurav Cedric Bhatnagar - 17-May-2007 10:20
This issue has been resolved by removing the unnecessary 'sakai.' string that was preceding the linkurl_id parameter value.

Launching and importing from a Google Scholar search from within the Citations Helper is back in order.

Jon Dunn - 15-Nov-2007 14:38
Verified on IU Sakaibrary QA instance running 2.5.0 (QA-013)