zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman 9675ac9d01 New function Scholar.Collection.changeParent([parentCollectionID]) -- move a collection into another collection in the DB
parentCollectionID is optional and defaults to moving item to root

Returns true on success, false on attempt to move collection into its existing parent, itself or a descendent collection; throws exception on invalid parentCollectionID

Sends a columnTree notify() with previous parent ID, id of collection itself, and new parent ID (unless the previous or new are the root, in which case it's omitted) -- that may or may not make sense for the interface code and can be changed if needed
2006-06-05 21:58:01 +00:00
..
data_access.js New function Scholar.Collection.changeParent([parentCollectionID]) -- move a collection into another collection in the DB 2006-06-05 21:58:01 +00:00
db.js Missing association of ISSN with journalArticle type -- added to sample data (thanks Simon) 2006-06-04 18:53:22 +00:00
ingester.js Add library, hooks for scraping MARC records. 2006-06-03 22:26:01 +00:00
marc.js Add library, hooks for scraping MARC records. 2006-06-03 22:26:01 +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
scholar.js Implemented Scholar.Date, a group of functions for handling date formatting, etc. 2006-06-05 16:19:11 +00:00