Dan Stillman
147cd45f07
Display more helpful message on upgrade errors due to open files
2009-07-26 09:23:59 +00:00
Dan Stillman
14c1e9d15e
- Don't display file sync verification alerts (e.g., "Please enter a URL.") during syncs -- just skip file sync
...
- Clarify file sync verification messages
2009-07-26 07:25:31 +00:00
Dan Stillman
1b0ec5d3be
Collection item membership conflict resulted in removal of local items from collection
2009-07-26 05:45:22 +00:00
Dan Stillman
e033665b6b
- Fix potentially missing tag selector splitter (with no way to restore)
...
- Decrease min-height of collections tree (since it doesn't seem to want to be resized all the way down)
2009-07-24 07:13:11 +00:00
Dan Stillman
20a14919ce
Remove "Collections" header, since it's no longer accurate and takes up space
2009-07-24 06:30:27 +00:00
Dan Stillman
43e47b30a3
- Add ability to collapse left column of Zotero via grippy
...
- Use grippy for collapsing tag selector and remove toolbar icon
- Remove redundant Attachments and Notes tabs in metadata pane
- Add all four child attachment options to submenu of item context menu
2009-07-24 06:03:51 +00:00
Dan Stillman
110800f154
Display more helpful startup error if file access is denied
2009-07-23 10:52:28 +00:00
Dan Stillman
df5ef0096c
Detect corrupted login manager database
2009-07-23 09:25:28 +00:00
Dan Stillman
51f79ad627
Fix "too many SQL variables" error syncing many item removals from a collection
2009-07-22 09:07:39 +00:00
Dan Stillman
d55f874881
Cache Zotero.CreatorTypes.getPrimaryIDForType()
2009-07-21 21:51:34 +00:00
Simon Kornblith
520a89a330
fix "this._streams is undefined" in translate.js
2009-07-17 20:29:30 +00:00
Dan Stillman
0def6c109f
Update some triggers and fix inconsistent database entries that could cause sync errors
2009-07-17 07:07:27 +00:00
Dan Stillman
87969d106d
- Don't show Mac clipboard warning in Create Bib window in Fx3.5, which supports HTML copy
...
- Remove warning from preferences window, because there's not enough room anyway
2009-07-15 21:54:29 +00:00
Dan Stillman
d106fc0313
- Add "Reset File Sync History" reset option to sync preferences
...
- Fix erroneous uploading of all files on storage history reset
- Fix re-verification of storage server after every opening of the preferences
2009-07-15 07:27:53 +00:00
Dan Stillman
9c8738dca0
Trailing letters in DOIs weren't linked in HTML bibliographies
2009-07-14 05:36:37 +00:00
Dan Stillman
882074e847
- Fix some collection sync issues
2009-07-14 04:04:39 +00:00
Simon Kornblith
40443c6b91
- add xml/e4x and xml/dom dataMode options
...
- parse XML encoding declarations in translate.js
- fix errors importing MODS from clipboard
2009-07-13 22:45:10 +00:00
Simon Kornblith
e3e8881282
Fix errors auto-detecting import formats
2009-07-13 20:16:13 +00:00
Dan Stillman
81b429420b
Tweak to previous commit
2009-07-11 01:20:26 +00:00
Dan Stillman
28bbce4bf5
Trigger full reset on missing collection parent
2009-07-11 01:17:01 +00:00
Dan Stillman
0ac95bfacd
- Don't send sourceItemKey if empty
...
- Remove stack trace on sync error, since it's mostly just annoying
2009-07-09 07:18:06 +00:00
Dan Stillman
7b998c355b
Remove debug line that's breaking PubMed and other translators that return a document as an attachment
2009-07-08 20:32:08 +00:00
Dan Stillman
2408069055
Fix "cleanDOI:argument must be a string" error
2009-07-08 05:50:07 +00:00
Dan Stillman
b8c0dcebc5
Remove sync expiry
2009-07-08 05:29:52 +00:00
Dan Stillman
904a764b10
Fix erroneous username mismatch message
2009-07-08 05:18:07 +00:00
Dan Stillman
f76435a9b3
Fix metadata pane refresh issues
2009-07-08 05:10:53 +00:00
Dan Stillman
fffbd6e387
Fix horizontal orientation of attachment list in metadata pane
2009-07-08 04:42:21 +00:00
Dan Stillman
fe100d800b
Item hierarchy in items pushed to server was lost
2009-07-08 04:11:43 +00:00
Dan Stillman
473e3a067a
Fix for sync errors not stopping sync process (from 2.0b6 change)
2009-07-07 07:53:34 +00:00
Dan Stillman
d3b5553a73
Simultaneously fix and disable first run URL
2009-07-07 01:38:40 +00:00
Dan Stillman
c0fc3aeaaf
Translator type comparison fix from Simon
2009-07-07 00:20:10 +00:00
Dan Stillman
5792b46409
Fix "Rename Attachment from Parent Metadata" on Linux
2009-07-06 21:52:27 +00:00
Dan Stillman
b619b2a010
Add "Create Parent Item from Selected Item" context menu option for attachments and notes -- creates a Document item based on the attachment/note title
...
This might eventually supersede "Retrieve Metadata from PDF", automatically recognizing PDFs and otherwise just creating parent items
2009-07-06 13:47:46 +00:00
Dan Stillman
eabd87864f
Merge locales for 2.0b6
2009-07-06 12:40:24 +00:00
Dan Stillman
5c8f1c5661
Fix relative customized sizing of table cells and headings
2009-07-06 12:30:51 +00:00
Dan Stillman
04aa0581be
Date portion of SQL datetimes entered into date fields would be lost on edit
2009-07-06 11:42:03 +00:00
Dan Stillman
9e9f8db1df
- Fix sync error when a file of an attachment with tags was in conflict
...
- Missed file from previous commit
2009-07-06 11:27:44 +00:00
Dan Stillman
7008fa41cf
- Fix error in previous commit
...
- Log stack trace to error console on sync errors
2009-07-06 10:40:10 +00:00
Dan Stillman
3341336232
Fix "Sync delete log starts after last sync date in Zotero.Sync.Server.sync()" error
2009-07-06 10:20:04 +00:00
Dan Stillman
41437738b0
- Add triggers for full sync on various errors
...
- Add Zotero.Error(message, error) constructor to create a throwable error object with an error code
- Allow only one automatic client reset between manual syncs
- Fix "Source item for keyed source doesn't exist in Zotero.Item.getSource()" error
- Object produced by item.serialize() now contains .sourceItemKey instead of .sourceItemID
- Better error logging for missing XPCOM files
2009-07-06 10:13:02 +00:00
Dan Stillman
f9aa9383cb
- Automatically run a full sync when triggered by server, which should allow for auto-correction of a wide range of remaining sync errors (though not all cause server to trigger full sync yet)
...
- Display exclamation mark on sync icon if a background sync fails due to a conflict (which requires manual intervention)
2009-07-05 10:48:19 +00:00
Dan Stillman
31bf663b03
Fix a serious but hopefully rare upgrade bug since Sync Preview 1 that could cause a handful of creators to be turned into either empty strings or other creators (the latter being much less likely)
...
For libraries that have already been upgraded, this renames orphaned item creators to "[Missing Name]"
2009-07-04 09:00:44 +00:00
Dan Stillman
46b3b857fa
Expose all translator metadata properties (needed by Rintze for Scaffold 2.0)
2009-07-03 23:07:40 +00:00
Dan Stillman
5318b9293b
Fix "Unexpected status code 300 in Zotero.Sync.Storage.getStorageModificationTime()" error (likely due to mod_speling)
2009-07-03 22:51:58 +00:00
Dan Stillman
3f911faa07
Add "Full Sync" option to Zotero prefs
2009-07-03 22:40:50 +00:00
Dan Stillman
34732fe78e
Missed file in previous commit
2009-07-03 11:11:56 +00:00
Dan Stillman
4e3b79f9bb
Metadata pane tab fixes
...
- Connect tabs to pane
- Allow switching between metadata pane tabs using standard Firefox shortcuts (Ctrl-Tab, Ctrl-Shift-Tab)
- Fixed squished look in Firefox 3.5
- Remove some unnecessary padding, providing a little bit more room in the metadata pane
Needs a little testing
Closes #711 , Improve keyboard support
2009-07-03 11:11:13 +00:00
Dan Stillman
37abd1658a
Fixes collection arrow persisting after subcollection delete
2009-07-03 09:59:34 +00:00
Dan Stillman
e636fe0f65
Fixes #1444 , Attachment arrow/count persists after delete
...
This was fixed but then broken again for trashed items. Now fixed again.
2009-07-03 08:40:29 +00:00
Dan Stillman
2bfb5af205
Change "Documentation" to "Support and Documentation" and update URL
2009-07-03 07:04:13 +00:00