Commit graph

61 commits

Author SHA1 Message Date
Dan Stillman
0d0585b217 Update versions 2012-11-01 01:59:09 -04:00
Simon Kornblith
7d2c4e6b2d Fix DOMParser for Fx 17, and set minVersion to Fx 15 2012-10-29 18:01:23 -04:00
Dan Stillman
ca6184ac74 Update versions 2012-07-03 00:19:04 -04:00
Dan Stillman
ffa8b21822 Update versions, repotime, and translators 2012-05-03 23:16:46 -04:00
Dan Stillman
37a24383a3 Update versions, submodules, and repotime 2012-05-01 00:55:15 -04:00
Dan Stillman
1e87bb9d21 Update versions, maxVersion, submodules, and repotime 2012-04-30 14:43:56 -04:00
Dan Stillman
8c9cb2d002 Update version 2012-04-29 23:35:23 -04:00
Dan Stillman
7dea22bd6e Update versions 2012-02-17 01:07:36 -05:00
Simon Kornblith
02d6ca1058 Don't support Firefox 13 to please AMO 2012-02-16 19:22:35 -05:00
Simon Kornblith
bd152fa362 Mark compatible up to Firefox 13 2012-02-13 13:24:53 -05:00
Dan Stillman
5f5bc9568c Update versions 2012-02-08 17:22:23 -05:00
Dan Stillman
f5044ab179 Update download URL 2012-02-02 03:09:26 -05:00
Dan Stillman
5b021a8a12 Update versions 2012-02-01 19:32:34 -05:00
Dan Stillman
f8afc461b0 Version update 2012-01-30 22:31:52 -05:00
Dan Stillman
e54b6b4e77 Update versions 2012-01-22 17:56:09 -05:00
Dan Stillman
10cfd33398 Update manifest maxVersion 2011-12-21 13:55:35 -05:00
Dan Stillman
2e2f7e3f84 Update version numbers and change Fx maxVersion to 8.* 2011-10-28 01:29:46 -04:00
Dan Stillman
7a5024df6e Change "SVN" references to "source" 2011-10-28 01:27:04 -04:00
Simon Kornblith
668a8e72eb Firefox 7 compatibility 2011-08-25 21:58:05 +00:00
Dan Stillman
f9a874c1d6 Version update 2011-08-21 21:48:55 +00:00
Simon Kornblith
745e4de7ca Fx 6 compatibility for all but WinWord plugin, which is blocked by Mozilla bug 661910 2011-07-11 05:01:47 +00:00
Simon Kornblith
994597ea96 support Firefox 5 on trunk 2011-05-25 18:29:23 +00:00
Simon Kornblith
a6b03e5cf5 update version on trunk 2011-03-21 20:32:35 +00:00
Dan Stillman
2406eaf72f Version update 2011-03-09 19:57:34 +00:00
Dan Stillman
edb5051fcc Update versions 2010-11-09 22:16:42 +00:00
Dan Stillman
5f3b4f342b Update version on trunk 2010-09-16 21:13:00 +00:00
Dan Stillman
583b1ea585 Revert 4.0 compatibility, because nsIPrompt appears to be missing in 4.0 2010-09-16 07:59:42 +00:00
Simon Kornblith
c87bd8e7ee max version is 4.0 in update.rdf for trunk 2010-09-10 00:53:18 +00:00
Dan Stillman
f885f7eb2b Goodbye Firefox 3.0/3.5 2010-09-10 00:46:01 +00:00
Dan Stillman
665e1ec826 Update trunk version number to 2.1a1 2010-03-21 05:58:31 +00:00
Dan Stillman
a8e03b1830 Update SVN version so that it's >2.0 2010-03-14 07:37:26 +00:00
Dan Stillman
a28529d832 Update version number 2010-03-14 07:33:04 +00:00
Dan Stillman
2b8a900908 Update versions 2010-01-26 20:50:17 +00:00
Dan Stillman
86db661ad6 Update Fx maxVersions to 3.6.* 2009-11-25 06:42:38 +00:00
Dan Stillman
0bd4f19df1 maxVersion to 3.6b4pre 2009-11-19 18:33:10 +00:00
Dan Stillman
0b8d772ad8 Update maxVersion to 3.6b3pre 2009-11-11 19:54:24 +00:00
Dan Stillman
f67f4741f9 Update Firefox maxVersion to 3.6b2pre for nightly builds 2009-10-31 07:31:48 +00:00
Dan Stillman
6da149b22c Bump version number 2009-08-20 01:55:10 +00:00
Dan Stillman
46209bd4f3 Version bump 2009-07-05 10:52:22 +00:00
Dan Stillman
6b11929c56 Update manifests for Fx3.5 Final 2009-06-17 18:45:31 +00:00
Dan Stillman
c324ae8f8e Version bump 2009-06-04 20:25:10 +00:00
Dan Stillman
dbf124ef90 maxVersion bump to 3.5pre 2009-05-26 18:11:30 +00:00
Dan Stillman
afb950ba3a Version bump on trunk 2009-05-20 05:36:48 +00:00
Dan Stillman
91459f95f7 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
Sean Takats
a02301cb15 Updates Firefox maxVersion to 3.5b5pre and deletes problematic Persée translator 2009-04-24 17:28:24 +00:00
Dan Stillman
480743e5be Version bump 2009-03-20 19:31:10 +00:00
Dan Stillman
e81cf8a553 Update maxVersion to 3.5b4pre, to reflect Fx3.1=>Fx3.5 renaming 2009-03-17 08:02:19 +00:00
Dan Stillman
16a3986306 Update maxVersion to 3.1b3pre on trunk and branch 2008-12-04 17:06:05 +00:00
Dan Stillman
7d877ebc91 Update manifests on trunk 2008-09-15 06:31:58 +00:00
Dan Stillman
6e8a0e189d Version and compatibility bump 2007-10-23 07:36:23 +00:00