CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
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
chrome/chromeFiles Addresses #87, Add fromArray() and toArray() methods to Item objects 2006-06-29 05:18:55 +00:00
components addresses #78, figure out import/export architecture 2006-06-29 00:56:50 +00:00
defaults/preferences Added "Disable automatic scraper updates" preference. (Up to Dan to implement this) 2006-06-21 22:31:52 +00:00
chrome.manifest Incorporate initial ingester code 2006-06-01 06:48:42 +00:00
install.rdf Change the version number to 1.0a1 2006-06-28 21:07:15 +00:00
schema.sql See Also functionality for items and notes 2006-06-29 01:37:53 +00:00
scrapers.sql - fixes a bug that could result in scrapers using utilities.processDocuments malfunctioning 2006-06-29 03:22:10 +00:00
update.rdf Change the version number to 1.0a1 2006-06-28 21:07:15 +00:00