zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman e2c9ee0387 - Collection.rename(name) -- renames collection in DB
- Collection.add( name [, parentCollectionID] ) -- saves new collection in DB and returns new Collection object; defaults to root if parent not provided

	Currently some exceptions in folderTreeView.js when notified on collection add

- Added back Item.isCollection() and Collection.isCollection(), as they seem to still be used

- Collection._load() now takes optional ids for loading new collections
2006-06-03 20:41:23 +00:00
..
data_access.js - Collection.rename(name) -- renames collection in DB 2006-06-03 20:41:23 +00:00
db.js Accept 'null':true as bound parameter type 2006-06-03 20:06:57 +00:00
ingester.js Fix issues with asynchronous scraping and XMLHttpRequest 2006-06-02 23:53:42 +00:00
notifier.js Use the Hash datatype in Notifier to store observers and improve debug output to display how many we have registered when trigger() is called 2006-06-03 20:26:31 +00:00
scholar.js New function Scholar.getRandomID( table, column [, max] ) for getting unique random keys in a DB table, because auto_increments make me feel dirty -- max is optional and defaults to 16383 (which should store in 2 bytes in SQLite), but increases automatically if a unique id can't be found after 10 tries 2006-06-03 20:23:19 +00:00