zotero/chrome/chromeFiles
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
..
content/scholar New function Scholar.Collection.changeParent([parentCollectionID]) -- move a collection into another collection in the DB 2006-06-05 21:58:01 +00:00
locale/en-US/scholar Converted interface strings into localized entities/properties. 2006-06-05 17:47:36 +00:00
skin/default/scholar Changed all references of 'folder' to 'collection' in code to correspond to database / dataacess nomenclature. 2006-06-05 18:01:53 +00:00