zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman 05c8b0e467 Fixes #60, make sure it works well offline
- Added detection for network failure -- debug message is output and noNetwork property is added to the xmlhttp object

- Removed onStatus callback from HTTP.doGet and HTTP.doPost -- that was copied over from the Piggy Bank API, but the onDone callback has to handle errors anyway, so it can just check the status code if it actually cares to differentiate non-200 status codes from any other error

- Added error handling for empty responseXML to Schema._updateScrapersRemoteCallback

- Renamed SCHOLAR_CONFIG['REPOSITORY_CHECK_RETRY'] to SCHOLAR_CONFIG['REPOSITORY_RETRY_INTERVAL']
2006-06-25 20:14:11 +00:00
..
data_access.js Fixes #62, Cache notes count for items 2006-06-25 05:43:00 +00:00
db.js - DB parameters can now be bound using the native JS type rather than by specifying the type explicitly (e.g. Scholar.DB.query(sql, [1, 2, "hello"]) -- for use when the data is generated internally and trusted, obviously 2006-06-20 15:42:01 +00:00
history.js Begin to work undo functionality into data layer -- currently just for Item.save() 2006-06-25 04:11:19 +00:00
ingester.js - Search results scraping for WorldCat. 2006-06-25 16:13:47 +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 Fixes #60, make sure it works well offline 2006-06-25 20:14:11 +00:00
scholar.js Fixes #60, make sure it works well offline 2006-06-25 20:14:11 +00:00