Commit graph

724 commits

Author SHA1 Message Date
Dan Stillman
4c45a25c35 Closes #1554, Add non-standard mime types to improve RIS handling 2009-09-21 08:11:42 +00:00
Simon Kornblith
3b4945aa37 Missing item indices should be indexed from 1 2009-09-21 07:18:25 +00:00
Simon Kornblith
48851108ea enhanced proxy checks (should fix http://forums.zotero.org/discussion/8810/trouble-with-ezproxy-i-think) 2009-09-21 07:04:30 +00:00
Dan Stillman
9a39145a48 Clarify some WebDAV error messages 2009-09-20 03:42:55 +00:00
Simon Kornblith
4278d60710 Display bibliography placeholder when there is a bibliography in the document, but no items cited 2009-09-20 00:03:13 +00:00
Simon Kornblith
6fc6dbe4e5 Fix missing item exception on documents being upgraded from 1.0 (see http://forums.zotero.org/discussion/8859/?Focus=41140#Comment_41140) 2009-09-19 23:43:51 +00:00
Dan Stillman
7e544aecca - Fix "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFile.create]" error during sync due to very long filenames causing file path to go past 260 characters, which is the Windows API limit -- filenames are now automatically shortened
- Display a clearer warning when attempting to rename a missing attachment via right pane
2009-09-19 10:52:58 +00:00
Dan Stillman
ae52a05c3b Allow for XML .prop files on WebDAV in the future 2009-09-19 10:50:22 +00:00
Simon Kornblith
2e93767c81 display errors in dialog (for MacWord and maybe work for WinWord, although I have yet to test; OOo users get a separate window) 2009-09-19 04:17:40 +00:00
Simon Kornblith
f4de46e271 Show an error when field JSON is corrupt and allow user to re-select.
closes #1489, Show a more intelligible error for corrupted fields
2009-09-18 17:11:03 +00:00
Dan Stillman
cde028b0f2 Fix for (rare, I would think) "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]" file sync error 2009-09-18 05:01:42 +00:00
Dan Stillman
d864bf834e Fix forcing of certain (text) file extensions to open externally 2009-09-17 20:00:33 +00:00
Dan Stillman
706583fa4b Log but don't throw an error if a synced file is missing after extracting a ZIP file -- this can happen if a filename is changed and synced elsewhere but the renamed file wasn't synced, so the ZIP doesn't ontain a file with the known name 2009-09-16 11:29:49 +00:00
Dan Stillman
020553607d - Double-clicking an item without a URL didn't open child attachment
- Fixed various issues with adding/dragging files/links to group libraries
2009-09-16 09:23:57 +00:00
Dan Stillman
1c3a10909a Allow PDF recognition in group libraries 2009-09-16 04:35:16 +00:00
Dan Stillman
97b2aff10a Fix erroneous "You cannot add files to the currently selected library." message when trying to store a file in a group library 2009-09-16 04:12:21 +00:00
Dan Stillman
5be1b75b2b Fix for "Invalid integer value 'Not found' [QUERY: REPLACE INTO version VALUES ('storage_zfs', ?)]" 2009-09-16 03:37:14 +00:00
Dan Stillman
e4fd15c228 Fixes #1573, Tag search filter broken in 2.0b7 2009-09-15 19:08:15 +00:00
Dan Stillman
abf53e07ce - Fix sync error with empty WebDAV URL
- Fix Verify Server hang with empty WebDAV URL
2009-09-15 08:57:20 +00:00
Simon Kornblith
e828ea6fa6 fix uneven field mode toggle highlight 2009-09-14 19:20:29 +00:00
Dan Stillman
5f6952c5bc Don't update attachment item date modified when syncing 2009-09-14 18:31:49 +00:00
Simon Kornblith
4f48210682 proper look for disabled "-" icon on new item 2009-09-14 09:24:21 +00:00
Dan Stillman
1d1ae0768c Remove extra padding in metadata pane on Windows 2009-09-14 07:45:51 +00:00
Dan Stillman
1e2a71666e - Restore item pane and tag selector font size to default
- Decrease space between metadata columns
- Increase metadata pane left padding
2009-09-14 06:58:59 +00:00
Dan Stillman
401f766e9a - Fix broken charset detection and full-text indexing during import on trunk
- Fix collection refresh after import
2009-09-14 06:13:04 +00:00
Simon Kornblith
f26f3a654d disable glow on attachment button on OS X 2009-09-14 04:28:37 +00:00
Dan Stillman
11c1277ea7 - Changed toolbar note button to context-sensitive menu for adding standalone and child notes
- Added toolbar button with context-sensitive menu for adding child attachments
2009-09-14 04:18:58 +00:00
Simon Kornblith
a60bfc1518 try to recognize PDF based on 3 pages 2009-09-14 02:58:56 +00:00
Dan Stillman
a38322ef54 Fix error dragging standalone attachment to group with filesEditable off 2009-09-14 02:15:20 +00:00
Dan Stillman
884e5474fe Zotero File Storage megacommit
- Group file sync via Zotero File Storage
- Split file syncing into separate modules for ZFS and WebDAV
- Dragging items between libraries copies child notes, snapshots/files, and links based on checkboxes for each (enabled by default) in the Zotero preferences
- Sync errors now trigger an exclamation/error icon separate from the sync icon, with a popup window displaying the error and an option to report it
- Various errors that could cause perpetual sync icon spinning now stop the sync properly
- Zotero.Utilities.md5(str) is now md5(strOrFile, base64)
- doPost(), doHead(), and retrieveSource() now takes a headers parameter instead of requestContentType
- doHead() can now accept an nsIURI (with login credentials), is a background request, and isn't cached
- When library access or file writing access is denied during sync, display a warning and then reset local group to server version
- Perform additional steps (e.g., removing local groups) when switching sync users to prevent errors
- Compare hash as well as mod time when checking for modified local files
- Don't trigger notifications when removing groups from the client
- Clear relation links to items in removed groups
- Zotero.Item.attachmentHash property to get file MD5
- importFromFile() now takes libraryID as a third parameter
- Zotero.Attachments.getNumFiles() returns the number of files in the attachment directory
- Zotero.Attachments.copyAttachmentToLibrary() copies an attachment item, including files, to another library
- Removed Zotero.File.getFileHash() in favor of updated Zotero.Utilities.md5()
- Zotero.File.copyDirectory(dir, newDir) copies all files from dir into newDir
- Preferences shuffling: OpenURL to Advanced, import/export character set options to Export, "Include URLs of paper articles in references" to Styles
- Other stuff I don't remember

Suffice it to say, this could use testing.
2009-09-13 07:23:29 +00:00
Simon Kornblith
a611706f86 fix appearance on FF3.0 for Mac 2009-09-08 22:23:37 +00:00
Simon Kornblith
24ea6dbb5c Fix buttons so that they work on FF3.0 2009-09-08 20:53:03 +00:00
Simon Kornblith
7d4432cc8a Use zotero-clicky on field mode button instead of toolbarbutton to save space and fix alignment issues on Windows 2009-09-08 20:23:49 +00:00
Dan Stillman
76b5e135b2 Function left out of previous commit 2009-09-08 19:12:23 +00:00
Dan Stillman
8864792dc1 Fix for attachment box metadata rows not showing up in second and third panes of conflict resolution windows (since r5023) 2009-09-08 00:29:44 +00:00
Dan Stillman
d3b3cf1176 Fix entire autocomplete speed problem with a single missing index... 2009-09-03 05:19:04 +00:00
Dan Stillman
5420a6de4b Add .opml to list of text file types to launch externally 2009-09-02 18:00:16 +00:00
Simon Kornblith
4f5feb98a2 UI improvements on OS X
still need to work out the appropriate opacity for the glow on each individual toolbar button, and to make some similar changes for Windows
2009-09-02 08:26:24 +00:00
Dan Stillman
46daa1db57 Fix error when duplicating child note in a collection 2009-09-01 09:07:56 +00:00
Dan Stillman
45e761449f Fix "constraint failed" error on itemCreators during sync 2009-09-01 07:54:53 +00:00
Simon Kornblith
e347b7ed91 time field loop and optimize 2009-08-31 04:50:22 +00:00
Simon Kornblith
76cab84373 - 2-3x speedup getting field codes in MacWord
- show field retrieval time in integration output
- activate Firefox before showing an error if the plug-in XPI is not installed
2009-08-26 21:24:40 +00:00
Simon Kornblith
0741c651c0 closes #1552: Add/edit citation should not update other citations 2009-08-26 18:08:33 +00:00
Simon Kornblith
4fa9b77aae improve integration error handling 2009-08-25 07:02:24 +00:00
Simon Kornblith
bc87ddf90a Remove obsolete popup code 2009-08-25 06:24:29 +00:00
Dan Stillman
2d9ae5b87f Use real window for doc prefs window on Windows 2009-08-25 06:02:27 +00:00
Simon Kornblith
a0369ee5c2 Don't display addCitation window as a popup 2009-08-25 04:27:11 +00:00
Simon Kornblith
39ab82f9db - fix Bookmarks preference not sticking in Document Preferences
- activate document before and after showing Prefs window
2009-08-24 03:26:17 +00:00
Simon Kornblith
ffeaaa2216 addresses #1527, Better position handling with non-Zotero notes
should fix note handling in MacWord and WinWord. still need to figure out how to get the index of the note in OpenOffice without having to loop through every note
2009-08-24 02:05:18 +00:00
Simon Kornblith
76698d624d fix upgrading documents containing additional bibliography items or custom bibliography entries from 1.0 2009-08-24 01:09:47 +00:00