zotero/components
Dan Stillman 97d810fc22 Closes #654, reports need to export child items independently from parent items
Two options currently only available via about:config, combineChildItems and includeAllChildItems (which really means "Include All Child Items If Only Parent Items Are Selected")

Other changes:

- Moved Zotero.Utilities.cleanString() functionality to ZU.trimInternal() and created a regular trim() too that doesn't consolidate internal whitespace.
- Removed Zotero.getAll(), replaced with Zotero.Collection.getChildItems() and a new onlyTopLevel flag to Zotero.Items.getAll(). Also removed unused Zotero.getAttachments.
- Fixed XML parsing error during report generation when a long URL contained a trailing space
2007-09-12 08:59:34 +00:00
..
zotero-autocomplete.js *As always, but in particular this time, do not test this commit with valuable data -- but please do test.* 2007-03-16 16:28:50 +00:00
zotero-protocol-handler.js Closes #654, reports need to export child items independently from parent items 2007-09-12 08:59:34 +00:00
zotero-service.js Creates a timeline from Zotero items using the Timeline tool from MIT's Simile project. You can create a timeline by clicking the Actions icon in Zotero and then clicking Create Timeline. 2007-07-31 17:08:12 +00:00