zotero/chrome/chromeFiles/content/scholar
Dan Stillman a3df0c39e2 - 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
- Don't try to display an SQLite error when it's "not an error" (i.e. when the error is in something else)

- Switch to nsIFile instead of nsILocalFile to retrieve the profile directory
2006-06-20 15:42:01 +00:00
..
ingester - Fix small bug in ingester interface 2006-06-20 14:16:15 +00:00
test Sorting on a colum: Much, much, much, better. (hope)fully implemented! 2006-06-05 15:49:11 +00:00
xpcom - 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
collectionTreeView.js [interface] Although commented out, code in place to accept URL drags into collections (waiting on an Ingester.scrapeURL function) 2006-06-15 22:35:48 +00:00
customControls.xml [interface] Custom textbox binding: multiline and timed together. 2006-06-16 14:39:18 +00:00
include.js - Implemented singleton XPCOM component to store core Scholar objects 2006-05-27 00:20:27 +00:00
itemPane.js [interface] You can now change an item's type via menu. 2006-06-19 15:45:32 +00:00
itemPane.xul [interface] You can now change an item's type via menu. 2006-06-19 15:45:32 +00:00
itemTreeView.js Ignore case on sorting. 2006-06-20 14:36:49 +00:00
overlay.js Added back the Add menu with itemTypes. 2006-06-20 13:59:59 +00:00
overlay.xul Added back the Add menu with itemTypes. 2006-06-20 13:59:59 +00:00
preferences.js Added basic preferences support. 2006-05-18 18:39:55 +00:00
preferences.xul Converted interface strings into localized entities/properties. 2006-06-05 17:47:36 +00:00