zotero/chrome/chromeFiles
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
..
content/scholar Addresses #87, Add fromArray() and toArray() methods to Item objects 2006-06-29 05:18:55 +00:00
locale/en-US/scholar Fixes #29, independent notes 2006-06-27 15:14:07 +00:00
skin/default/scholar addresses #78, figure out import/export architecture 2006-06-29 00:56:50 +00:00