Commit graph

2352 commits

Author SHA1 Message Date
Dan Stillman
5f6952c5bc Don't update attachment item date modified when syncing 2009-09-14 18:31:49 +00:00
Simon Kornblith
1d799a0bbe tighten up spacing some more 2009-09-14 18:13:04 +00:00
Simon Kornblith
1afb607512 tighten up row spacing 2009-09-14 18:04:11 +00:00
Simon Kornblith
4f48210682 proper look for disabled "-" icon on new item 2009-09-14 09:24:21 +00:00
Simon Kornblith
cc93621678 fix Extra and Abstract field alignment 2009-09-14 09:21:13 +00:00
Simon Kornblith
04796cd4d2 fix more spacing issues 2009-09-14 08:51:41 +00:00
Simon Kornblith
4f2a7a5463 fix itembox alignment issues 2009-09-14 08:46:39 +00:00
Dan Stillman
1d1ae0768c Remove extra padding in metadata pane on Windows 2009-09-14 07:45:51 +00:00
Dan Stillman
b7907f4883 Fix some margin/padding in metadata pane 2009-09-14 07:33:02 +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
Dan Stillman
dd89fb6d47 Merge English strings 2009-09-14 06:11:13 +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
6fbfeffd9b Disable abstract and snapshot in ScienceDirect guest mode until they're fixed
http://forums.zotero.org/discussion/8559/
2009-09-04 07:43:43 +00:00
Dan Stillman
6980e28ba7 Pushed Sudoc and PubMed Central 2009-09-03 16:57:18 +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
Matt Burton
5142f759b7 fixing pubmed, regex change and loop fix 2009-09-01 21:25:21 +00:00
Matt Burton
2c33533c98 Adding sylvain's changes 2009-09-01 21:25:14 +00:00
Dan Stillman
a7ef8f2339 Disable asynchronous autocomplete for now, because it causes hangs (sorry Elena) 2009-09-01 19:50:50 +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
Dan Stillman
305b6dc891 Fix for "constraint failed" error when a local standalone attachment in a collection was moved into a parent remotely (e.g. a PDF using Retrieve PDF Metadata) 2009-09-01 06:22:30 +00:00
Simon Kornblith
e347b7ed91 time field loop and optimize 2009-08-31 04:50:22 +00:00
Dan Stillman
ae88cbd0ce - Workaround for apparent async DB call brokenness in autocomplete -- and only occasionally permanently hang Firefox
- Restore (non-asynchronous) Fx3.0 support
2009-08-28 05:56:29 +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
17c082db20 Commit missing error strings for integration 2009-08-26 20:30:10 +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
Dan Stillman
4912e9d09c Asynchronous DB queries for autocomplete -- for Elena, although I'm not sure this actually speeds things up. Needs testing with massive databases on slow machines. 2009-08-25 01:44:04 +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
Dan Stillman
a1428f47ea Find DOIs without "DOI: " prefix in the PDF recognizer 2009-08-23 20:47:21 +00:00
Simon Kornblith
0684030d9b fix counter moving in the wrong direction 2009-08-22 16:52:35 +00:00
Simon Kornblith
0d53142b51 get rid of extra haveMissing calls and (hopefully) fix opening old documents in OOo 2009-08-22 01:23:25 +00:00
Sean Takats
7685a0f191 No longer escapes DOIs in order to avoid problems with illegal characters. Thanks, ijvm (http://forums.zotero.org/discussion/31/2/bibtex-export/) 2009-08-21 14:31:27 +00:00