Commit Graph

1472 Commits

Author SHA1 Message Date
Dan Stillman
a6465175ff Debug messages for RIS/Refer content listener 2008-06-11 06:47:56 +00:00
Dan Stillman
76ef177e82 Addresses #901, downloadAssociatedFiles pref has no effect if automaticSnapshots is false
The URL check wasn't sufficient. On JSTOR, for example, with the snapshot pref disabled and the download pref enabled, it would still return both a snapshot and a PDF, since the snapshot's URL is different from the URL in the URL field. (JSTOR records actually shouldn't have a URL field value at all, but that's #827.) Now saving only if snapshot pref is on or attachment isn't HTML.
2008-06-06 09:20:12 +00:00
Dan Stillman
b0d576b089 Fixes #901, downloadAssociatedFiles pref has no effect if automaticSnapshots is false
Cleaner version of zeppomedio's patch, with an additional check to not save links when automaticSnapshots is off (since that code would now be executed even if only downloadAssociatedFiles was checked)

I haven't tested this extensively, but the settings seem to now work as expected. Thanks to zeppomedio for the patch.
2008-06-06 09:00:35 +00:00
Dan Stillman
dd13130c9a Allow recovery if a saved search throws an error (including modification or deletion of search) 2008-06-05 23:17:19 +00:00
Dan Stillman
3dc5531176 - Fix off-center Add Citation window on Windows (for some users since 1.0.4)
- Make Related Items window a real window on OS X
- Persist position of Related Items window
- Allow Escape in empty search field to close Related Items window
2008-06-05 00:38:11 +00:00
Dan Stillman
4d8637bc98 Automatic tags didn't appear in tag selector (since 1.0.4) 2008-06-04 21:52:30 +00:00
Dan Stillman
d8079dac9b Fixes #1029, Error when a bibliography with customized entries references a non-existent item 2008-06-03 19:52:50 +00:00
Dan Stillman
7471c9dc73 Fix error when loading a saved search with an empty 'is/isNot' text condition
Fix 'null' appearing in saved search window when editing a search with an empty 'is/isNot' text condition
2008-06-03 19:24:42 +00:00
Dan Stillman
e7203d4c67 Put two lines between plaintext notes 2008-06-03 18:31:22 +00:00
Dan Stillman
8b8eb3a5c4 Output full content of notes in bibliography-mode Quick Copy if only copying notes; otherwise, exclude notes from generated bibliography 2008-06-03 18:27:44 +00:00
Simon Kornblith
0bd6d05811 closes #973, citation editor broken in FF3
(fixes a message asking the user if s/he wants to regenerate a citation when the editor has never been shown and a parameter is changed)
2008-05-31 02:51:08 +00:00
Dan Stillman
08073778a3 Properly handle starting Firefox in offline mode 2008-05-30 21:44:58 +00:00
Dan Stillman
465a7ab70d Integration server wouldn't work if Firefox was started in offline mode or was switched to offline mode at any time during the current session. This could cause communication errors and hangs in Word/OO.
(The integration server still shuts down in offline mode, unfortunately, but it now is restarted when Firefox is brought back online.)
2008-05-30 08:47:15 +00:00
Dan Stillman
ac02554b1a Update Report Errors blacklist 2008-05-29 18:17:39 +00:00
Dan Stillman
7c37a3f4de Removed sr-YU (now sr-RS) 2008-05-28 01:26:58 +00:00
Sean Takats
2bf50ddca1 Updating another locale translator name. 2008-05-28 01:18:49 +00:00
Sean Takats
9dd74b7cfa Updated locale translator names. 2008-05-28 01:10:38 +00:00
Dan Stillman
d2b8ed8ce0 Update locales for 1.0.5 2008-05-27 21:26:59 +00:00
Dan Stillman
67b8fd5ff2 Addresses #1027, User-customizable integration port number
Moved port setting to extensions.zotero.integration.port
2008-05-27 18:52:08 +00:00
Dan Stillman
2f2c8645cc Convert between primary creator types when switching item types instead of reverting to "Contributor" if the current creator type isn't valid. 2008-05-27 06:30:31 +00:00
Dan Stillman
d0ca8a19a5 Some SQLite startup errors wouldn't be displayed in Error Console 2008-05-24 20:23:27 +00:00
Elena Razlogova
4429a193ce Maps version field to CSL "version" to allow citation of computer programs 2008-05-23 17:02:51 +00:00
Dan Stillman
3e739f9152 Fixes #982, Reports do not properly sort notes about an item
- Notes and attachments are now properly sorted -- ?sort=note is no longer required for title sort, and sorting by columns other than title (e.g. dateModified) will work as expected for notes and attachments
- Item order of reports generated from a collection was reversed
- With certain combinations of combineChildItems and includeAllChildItems settings, top-level items without visible children weren't displayed
2008-05-22 09:42:10 +00:00
Dan Stillman
2d4c555938 Temporary fix for child items added via context menu of parent in a collection being added to collectionItems -- don't include them in Zotero.Collection.getChildItems() 2008-05-22 09:28:31 +00:00
Dan Stillman
da07a7e984 - Fix an error message displayed when using hidden browser in Fx3
- Remove hidden browser listener properly based on event used
2008-05-22 07:14:18 +00:00
Dan Stillman
48432e9fb5 Fix "Permission denied" scraping errors on Firefox 2 -- don't know why, don't really care 2008-05-19 08:11:37 +00:00
Dan Stillman
72e5c6c4d4 Fix version detection on non-Firefox browsers (e.g. Flock) 2008-05-19 08:10:00 +00:00
Dan Stillman
bb4ffe3381 Update about.xul names 2008-05-15 19:00:12 +00:00
Dan Stillman
dff22d1c10 Ignore Cmd-Shift-Z in large text areas in the Zotero pane 2008-05-15 01:00:25 +00:00
Dan Stillman
61755d4286 Fix JS strict error in overlay.js 2008-05-14 08:52:49 +00:00
Dan Stillman
5183a04b32 - Persist "Display all tags" checkbox state
- Make "Show Automatic" mode the default in the tag selector
- Fixed persisting of tag selector height
2008-05-14 08:10:59 +00:00
Dan Stillman
292c357e4a Shortcut key handling improvements:
- Fix Cmd-Shift-Z on Fx3/Mac when Zotero pane is open
- Don't override Redo on Fx3/Mac even if the override pref is set, since it can coexist -- this lets Redo be used within textboxes
- Ignore Zotero shortcuts (other than master shortcut) when Zotero pane isn't focused

This needs testing.
2008-05-13 19:20:39 +00:00
Dan Stillman
db89785a8a Don't do doHead if MIME type already set in Zotero.Attachments.linkFromURL() 2008-05-13 18:46:15 +00:00
Dan Stillman
70614821b7 Version bump for 1.0.4 2008-05-12 16:30:34 +00:00
Dan Stillman
ca02de39fd CSL update fix for 1.0.4
Added ability to delete CSLs from repo
2008-05-12 16:16:17 +00:00
Dan Stillman
d56786e31f Addresses #931, Merge locales from BabelZilla for 1.0.4
More updates
2008-05-09 20:04:03 +00:00
Dan Stillman
a500f0f6b3 Closes #931, Merge locales from BabelZilla for 1.0.4
Closes #934, Check locales for periods in abbreviations
2008-05-08 01:40:08 +00:00
Dan Stillman
221255cd4e A few more for the people:
Closes #722, Add Publication and Journal Abbr to middle pane
Closes #896, Added accessDate option to middle pane
Closes #919, Allow additional columns in Add Citation dialog
2008-05-07 08:53:31 +00:00
Dan Stillman
572167fe7d Don't collapse whitespace in csledit/cslpreview 2008-04-28 19:14:11 +00:00
Dan Stillman
79809caddc - Allow screen position of integrationDocPrefs, addCitationDialog, and editBibliographyDialog to persist
- Pressing Escape in empty search field now closes citation window
2008-04-26 19:55:06 +00:00
Dan Stillman
59344b3985 Addresses #953, Files with invalid characters are saved improperly on Windows
Strip invalid chars when importing snapshots

Still need to do it in other places (such as manual attachment rename with an invalid char)
2008-04-26 02:38:48 +00:00
Dan Stillman
a7f1306e3b Closes #998, Add FreeMind files to external text extensions array
Adds video/x-flv content detection
2008-04-26 01:41:38 +00:00
Dan Stillman
3c6e9afc27 Closes # 986, Add text clarifying that Report Errors reports aren't viewed unless Report ID is posted
Removes middle pane in error reporting window (asking for more information) and changes message to instruct users to post to forums
2008-04-26 01:36:18 +00:00
Dan Stillman
6ddfd24675 Closes #995, Blacklist Fx3 autocomplete editing errors from Report Errors 2008-04-25 23:08:26 +00:00
Dan Stillman
62a3efaaae Fix fulltext indexing (broken by Fx compatibility fix r2474) 2008-04-21 19:30:05 +00:00
Dan Stillman
c4bc2c144c Addresses #973, citation editor broken in FF3 2008-04-19 21:19:56 +00:00
Dan Stillman
1cd19923e9 Support attachment reveal on Linux 2008-04-18 21:22:14 +00:00
Dan Stillman
567b266bca Addresses #283, Autocomplete broken in Firefox 3
Add back other autocomplete workaround
2008-04-09 19:40:35 +00:00
Dan Stillman
234f2dcdb4 Addresses #283, Autocomplete broken in Firefox 3
Better place for workaround
2008-04-09 19:17:32 +00:00
Dan Stillman
563e940d2c Fixes #937, MIME type not set correctly for Word/OOo document attachments on import 2008-04-01 07:39:57 +00:00