2006-02-21 17:01:06 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-05-30 04:28:38 +00:00
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
|
|
|
|
|
|
<Description about="urn:mozilla:install-manifest">
|
|
|
|
|
2006-08-30 07:05:57 +00:00
|
|
|
<em:id>zotero@chnm.gmu.edu</em:id>
|
|
|
|
<em:name>Zotero</em:name>
|
2.0b3 megacommit
- Support for group libraries
- General support for multiple libraries of different types
- Streamlined sync support
- Using solely libraryID and key rather than itemID, and removed all itemID-changing code
- Combined two requests for increased performance and decreased server load
- Added warning on user account change
- Provide explicit error message on SSL failure
- Removed snapshot and link toolbar buttons and changed browser context menu options and drags to create parent items + snapshots
- Closes #786, Add numPages field
- Fixes #1063, Duplicate item with tags broken in Sync Preview
- Added better purging of deleted tags
- Added local user key before first sync
- Add clientDateModified to all objects for more flexibility in syncing
- Added new triples-based Relation object type, currently used to store links between items copied between local and group libraries
- Updated zotero.org translator for groups
- Additional trigger-based consistency checks
- Fixed broken URL drag in Firefox 3.5
- Disabled zeroconf menu option (no longer functional)
Developer-specific changes:
- Overhauled data layer
- Data object constructors no longer take arguments (return to 1.0-like API)
- Existing objects can be retrieved by setting id or library/key properties
- id/library/key must be set for new objects before other fields
- New methods:
- ZoteroPane.getSelectedLibraryID()
- ZoteroPane.getSelectedGroup(asID)
- ZoteroPane.addItemFromDocument(doc, itemType, saveSnapshot)
- ZoteroPane.addItemFromURL(url, itemType)
- ZoteroPane.canEdit()
- Zotero.CollectionTreeView.selectLibrary(libraryID)
- New Zotero.URI methods
- Changed methods
- Many data object methods now take a libraryID
- ZoteroPane.addAttachmentFromPage(link, itemID)
- Removed saveItem and saveAttachments parameters from Zotero.Translate constructor
- translate() now takes a libraryID, null for local library, or false to not save items (previously on constructor)
- saveAttachments is now a translate() parameter
- Zotero.flattenArguments() better handles passed objects
- Zotero.File.getFileHash() (not currently used)
2009-05-14 18:23:40 +00:00
|
|
|
<em:version>2.0b3.SVN</em:version>
|
2006-06-21 14:42:29 +00:00
|
|
|
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
|
2007-10-23 07:11:59 +00:00
|
|
|
<em:contributor>Dan Cohen</em:contributor>
|
|
|
|
<em:contributor>Sean Takats</em:contributor>
|
2006-06-21 14:42:29 +00:00
|
|
|
<em:developer>Simon Kornblith</em:developer>
|
|
|
|
<em:developer>David Norton</em:developer>
|
|
|
|
<em:developer>Dan Stillman</em:developer>
|
2006-08-31 22:38:23 +00:00
|
|
|
<em:homepageURL>http://www.zotero.org</em:homepageURL>
|
2007-10-23 07:11:59 +00:00
|
|
|
<em:optionsURL>chrome://zotero/content/preferences/preferences.xul</em:optionsURL>
|
2006-10-02 23:15:27 +00:00
|
|
|
<em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
|
|
|
|
<em:iconURL>chrome://zotero/skin/zotero_z_32px.png</em:iconURL>
|
2007-10-23 07:11:59 +00:00
|
|
|
<em:updateURL>https://www.zotero.org/download/update-svn.rdf</em:updateURL>
|
2006-05-30 04:28:38 +00:00
|
|
|
<em:type>2</em:type> <!-- type=extension -->
|
|
|
|
|
|
|
|
<!-- Firefox -->
|
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
2008-09-15 06:31:58 +00:00
|
|
|
<em:minVersion>3.0</em:minVersion>
|
2009-04-24 17:28:24 +00:00
|
|
|
<em:maxVersion>3.5b5pre</em:maxVersion>
|
2006-05-30 04:28:38 +00:00
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
2007-10-23 07:11:59 +00:00
|
|
|
|
|
|
|
<!-- Flock -->
|
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
|
2008-06-11 07:39:35 +00:00
|
|
|
<em:minVersion>2.0</em:minVersion>
|
|
|
|
<em:maxVersion>2.0.*</em:maxVersion>
|
2007-10-23 07:11:59 +00:00
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
|
|
|
|
2006-05-30 04:28:38 +00:00
|
|
|
</Description>
|
|
|
|
</RDF>
|