Commit graph

70 commits

Author SHA1 Message Date
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
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
Simon Kornblith
5869d288b8 Mark Fx10 compatible 2011-12-19 03:54:14 -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
d405f2675c Commit test 2011-03-09 20:02:57 +00:00
Dan Stillman
0d9ecdd8ee Version update and commit test 2011-03-09 19:49:45 +00:00
Simon Kornblith
04f5f79afb change install.rdf version 2011-03-01 05:32:23 +00:00
Dan Stillman
477fa67c5f Version update on trunk 2011-01-27 05:50:57 +00:00
Simon Kornblith
3b1bc27c4c unzip XPI in Fx 4 2010-11-13 20:19:34 +00:00
Dan Stillman
edb5051fcc Update versions 2010-11-09 22:16:42 +00:00
Simon Kornblith
41eff177db Fx 4 compatiblity 2010-11-07 04:40:03 +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
Dan Stillman
f885f7eb2b Goodbye Firefox 3.0/3.5 2010-09-10 00:46:01 +00:00
Simon Kornblith
cb1446fdea make install.rdf claim 4.0 compatibility on trunk 2010-07-29 18:40:05 +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
b890ef21a9 Update install manifest for 3.1b4pre 2009-03-13 00:43:05 +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
591094da75 For nightlies 2008-06-11 07:50:37 +00:00
Dan Stillman
558cd9c517 Closes #1003, Increase Firefox minVersion to 3.0.* 2008-06-11 07:39:35 +00:00
Dan Stillman
6e8a0e189d Version and compatibility bump 2007-10-23 07:36:23 +00:00