This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
zotero
Watch
2
Star
0
Fork
You've already forked zotero
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cb8f961639
zotero
/
chrome
/
chromeFiles
/
content
/
scholar
/
xpcom
History
Dan Stillman
cb8f961639
Removed Scholar.HTTP, now that its functionality has been incorporated back into Scholar.Utilities.HTTP
2006-06-27 23:24:02 +00:00
..
data_access.js
Fixes
#96
, When notify() is called for a new note, getNote() on the item returns false
2006-06-27 22:55:43 +00:00
db.js
Fix issue with null values passed natively to DB query statements as bound statements
2006-06-27 14:14:40 +00:00
history.js
Fixes
#89
, once an item is added to the library, the item list is no longer updated on delete
2006-06-27 05:42:35 +00:00
ingester.js
closes
#68
, figure out way to have scrapers work for gated resources behind proxies. most institutions use EZProxy for their proxy needs (or a more transparent proxy, which we support natively). this implementation is significantly better than the old one, which refused to work after you'd already logged in once, and is also simpler, because it's stateless. it has to observe every HTTP request, but there's no noticeable speed hit. it also still doesn't work when there's a link from one gated site to another gated site, but as far as i can tell, this only happens on the Gale Group site.
2006-06-27 04:08:21 +00:00
marc.js
- Small changes to MARC record support
2006-06-06 18:25:45 +00:00
notifier.js
Put square brackets around ids in notifier debug output if multiple ids passed
2006-06-05 21:51:21 +00:00
schema.js
Removed Scholar.HTTP, now that its functionality has been incorporated back into Scholar.Utilities.HTTP
2006-06-27 23:24:02 +00:00
scholar.js
Removed Scholar.HTTP, now that its functionality has been incorporated back into Scholar.Utilities.HTTP
2006-06-27 23:24:02 +00:00
utilities.js
closes
#68
, figure out way to have scrapers work for gated resources behind proxies. most institutions use EZProxy for their proxy needs (or a more transparent proxy, which we support natively). this implementation is significantly better than the old one, which refused to work after you'd already logged in once, and is also simpler, because it's stateless. it has to observe every HTTP request, but there's no noticeable speed hit. it also still doesn't work when there's a link from one gated site to another gated site, but as far as i can tell, this only happens on the Gale Group site.
2006-06-27 04:08:21 +00:00