zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman 72ca609b52 Addresses #87, Add fromArray() and toArray() methods to Item objects
Changed _getDescendents to take _nested_ flag, be extensible later for smart folders and other types, and include the collection name in the dataset

Added Collection.toArray()

Sample array:

'0' ...
	'id' => "13"
	'type' => "item"
'1' ...
	'id' => "14"
	'type' => "item"
'2' ...
	'id' => "7373"
	'name' => "A Sub-project!"
	'type' => "collection"
	'children' ...
		'0' ...
			'id' => "15"
			'type' => "item"
		'1' ...
			'id' => "9233"
			'name' => "A Sub-sub-project!"
			'type' => "collection"
			'children' ...
2006-06-29 05:18:55 +00:00
..
data_access.js Addresses #87, Add fromArray() and toArray() methods to Item objects 2006-06-29 05:18:55 +00:00
db.js Allow single bound parameters not in arrays in DB.query() calls 2006-06-29 01:06:02 +00:00
history.js Fixes #89, once an item is added to the library, the item list is no longer updated on delete 2006-06-27 05:42:35 +00:00
ingester.js - fixes a bug that could result in scrapers using utilities.processDocuments malfunctioning 2006-06-29 03:22:10 +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 See Also functionality for items and notes 2006-06-29 01:37:53 +00:00
scholar.js Removed Scholar.HTTP, now that its functionality has been incorporated back into Scholar.Utilities.HTTP 2006-06-27 23:24:02 +00:00
translate.js addresses #78, figure out import/export architecture 2006-06-29 00:56:50 +00:00
utilities.js - fixes a bug that could result in scrapers using utilities.processDocuments malfunctioning 2006-06-29 03:22:10 +00:00