zotero/chrome/chromeFiles/content/scholar/xpcom
Simon Kornblith 3890e5f122 - Made ingester automatically create hidden browser objects, given a window object. This should make things much easier for both David and me.
- Multiple item detection code is now a part of the scraperJavaScript, rather than the scrapeDetectCode, and code to choose which items to add is part of Scholar.Ingester.Utilities, accessible from inside scrapers. The alternative approach would result in one request (or, in the case of JSTOR, three requests) per new item, while in some cases (e.g. Voyager) only one request is necessary to get all of the items.
2006-06-22 15:50:46 +00:00
..
data_access.js Typo in trigger() call in Collection.addItem() (thanks David) 2006-06-20 15:28:20 +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 Scholar.History -- i.e. undo/redo functionality 2006-06-22 14:01:54 +00:00
ingester.js - Made ingester automatically create hidden browser objects, given a window object. This should make things much easier for both David and me. 2006-06-22 15:50:46 +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 Scholar.History -- i.e. undo/redo functionality 2006-06-22 14:01:54 +00:00
scholar.js Don't break the extension right before we show it 2006-06-21 16:06:41 +00:00