Commit Graph

1298 Commits

Author SHA1 Message Date
Dan Stillman
6e6e8b5d69 Fixes #615, report item type should not have "date enacted" field (should be "date") 2007-04-13 21:15:20 +00:00
Sean Takats
ce53ec03a4 Updated arXiv.org/eprintweb translator handles new article IDs 2007-04-13 15:51:34 +00:00
Dan Stillman
81b4ce0069 Blacklist a few non-Zotero errors in getErrors() 2007-04-11 14:24:10 +00:00
Dan Stillman
4ea8d724f7 - Fixed a crash that could occur while scraping with the Zotero pane closed
- Items added with Zotero pane closed did not display in the library until clicking away and back

- Height of Zotero pane and tag selector are now reduced automatically when unhiding if larger than the available space
2007-04-11 13:01:06 +00:00
Dan Stillman
50f516d7f1 - Added wizards for userdata schema upgrade (to give feedback during upgrades) and error reporting (to send errors to the Zotero server)
- New Actions menu option, "Report Errors...", to send chrome errors from the Error Console to the Zotero server via the error reporting wizard -- no more Advanced Instructions from the Reporting Bugs page

- Disabled unresponsive script indicator during schema upgrades, since that seems to be what caused problems during the Beta 4 upgrade

- Added repair steps for interrupted Beta 4 upgrades

- Speed up b4.r2 itemNotes repair step, which may have been what was causing the unresponsive script warning on large libraries

- Moved some Zotero.UnresponsiveScriptIndicator.enable() calls into finally{} blocks to make sure they get triggered

- New method Zotero.getSystemInfo() to get some info on the environment (platform, version, app, app version, locale) as a string for inclusion in bug reports

- Added public property skipBackup to Zotero.DB so a startup error can cancel the shutdown backup

Closes #321, Notification window to show when rebuilding cache
2007-04-10 07:27:03 +00:00
Dan Stillman
fa440368b9 Fix item type/field mapping for statute item type 2007-04-10 05:21:28 +00:00
Dan Stillman
f11189778a Fixes #557, Text dragged to a note isn't saved 2007-04-08 20:12:23 +00:00
Dan Stillman
f28ec470c9 Reposition annotations on text zoom change 2007-04-08 19:39:07 +00:00
Dan Stillman
6a96516391 Addresses #445, Keep multiple backups
- Properly handle missing custom data directory on Windows
- Disable unresponsive script indicator during schema update
- Back up the database before userdata schema upgrades (and delete all but last pre-upgrade backup on successful upgrade)
- Delete tmp file in backupDatabase if corrupt
- Remove backup file test on startup -- seems to be working
2007-04-07 23:29:06 +00:00
Dan Stillman
4408a01944 Give better names to new collection/search dialogs 2007-04-07 07:15:56 +00:00
Dan Stillman
47d861fcfe Fix cut off "Shortcut Keys" prefpane title in Windows 2007-04-07 06:57:59 +00:00
Dan Stillman
1cb8444a8a Disabled the extra integrity check of the temporary shutdown backup file on Windows, since it was preventing zotero.sqlite.tmp from being renamed to zotero.sqlite.bak -- there really needs to be a mozStorage closeDatabase() function
Also addresses #605, Combine alert titles and messages
2007-04-07 06:54:02 +00:00
Dan Stillman
a3a8751259 Addresses #605, Combine alert titles and messages 2007-04-07 06:50:14 +00:00
Dan Stillman
498c9986da Closes #605, Combine alert titles and messages 2007-04-06 21:14:34 +00:00
Dan Stillman
e4c6193493 Closes #404, Add menu option to download spellcheck languages 2007-04-06 19:10:32 +00:00
Dan Stillman
c019b7bcbf Removed obsolete progress window file 2007-04-06 18:24:09 +00:00
Dan Stillman
84208b2d41 Moved preferences files into separate directory 2007-04-06 18:23:16 +00:00
Dan Stillman
ce0de34b00 Fixes #609, Date Added in middle column displays as GMT
Now displays Date Added and Date Modified as short date in proper locale order plus locale time (e.g. "4/4/07 14:27:23")
2007-04-06 17:10:57 +00:00
Dan Stillman
462ccf53d5 Remove debug lines 2007-04-06 16:09:54 +00:00
Dan Stillman
ea5bbdd2c8 Addresses #601, Allow Quick Copy to be site-specific
Addresses #560, Method for inserting bibliography/export format into text box on current page

Missed file from r1389
2007-04-06 15:55:26 +00:00
Dan Stillman
2a1658228b Closes #601, Allow Quick Copy to be site-specific
Closes #560, Method for inserting bibliography/export format into text box on current page

Dragging items to external text apps is also possible now (the one oddity being that the format has to be set at the beginning of the drag session, so if the window's current page matches a site-specific setting, the dragged references will use that format even the if the text is dropped into an external app or another window)
2007-04-06 15:54:03 +00:00
Sean Takats
b6a9c09d85 Adds PROLA and Scitation translators 2007-04-05 19:43:20 +00:00
Simon Kornblith
3674ed5684 closes #608, #608: zotero rdf import error: 'shortTitle' is not a valid field for type 14 2007-04-04 23:51:24 +00:00
Dan Stillman
8fcbf7093d Recognize three-digit years 2007-04-04 18:32:05 +00:00
Dan Stillman
08e5a9ea23 Don't truncate the first character of unquoted numeric fields in BibTeX import 2007-04-04 15:40:57 +00:00
Dan Stillman
d1b2567663 - Fix missing file extension when using importFromDocument() on a non-HTML file
- Fix PDF indexing for importFromDocument() files

(Reverted to using saveURI() rather than WebPageDump for non-HTML files in Attachments.importFromDocument(), since custom filename logic was being lost and it was just calling saveURI() itself anyway)
2007-04-03 06:59:33 +00:00
Dan Stillman
ed058f75e5 - Fixed an error when moving collections
- Select collection when moving under another collection (by opening parent first)
- Streamlined collection load/notify code a bit
2007-04-03 05:01:38 +00:00
Dan Stillman
c3d891fb94 Update install manifest for Flock 0.8 2007-04-03 01:09:30 +00:00
Dan Stillman
b8f7ce7ecb Fixes #602, https://www.zotero.org/trac/ticket/602
I just set a min-height to not collapse the top part when it's empty. Could add the parent item type in brackets, but I don't know that it's necessary.
2007-04-02 18:35:53 +00:00
Dan Stillman
6594c60797 Fixes #598, Renaming selected tag causes library to "disappear"
Addresses #597, Don't iterate Array with for...in
2007-04-02 17:53:53 +00:00
Dan Stillman
1277e5915f Addresses #605, Combine alert titles and messages 2007-04-02 17:36:13 +00:00
Sean Takats
f2823cba40 Fixes translators for ACS, arXiv.org, and ScienceDirect. Adds Voyager support for National Library of Medicine. 2007-04-02 14:43:32 +00:00
Dan Stillman
1f3f9ea2e1 Dramatically speed up adding/removing items to/from collections 2007-04-02 14:22:17 +00:00
Dan Stillman
eef19de220 Fix for error when rapidly showing-hiding-showing the items list 2007-04-02 13:57:56 +00:00
Dan Stillman
4b83db32aa Fix attachment opening in Linux (broken in r1166) 2007-04-02 13:43:47 +00:00
Dan Stillman
d2de91d872 Revert r1364 fix, since that just postponed the error the user was experiencing 2007-03-31 06:59:44 +00:00
Dan Stillman
216da6c2e8 Version bump 2007-03-30 16:18:29 +00:00
Dan Stillman
50e7767c93 Fix error upgrading from 1.0.0b2.r2 that as far as I can figure out shouldn't actually happen 2007-03-29 22:37:12 +00:00
Dan Stillman
f935078e40 Fix for "Only show top-level items" checkbox not working correctly in saved searches 2007-03-29 17:13:05 +00:00
Dan Stillman
44e1fe836c Fix for Ctrl-click and Ctrl-Shift-click not opening a new tab in Windows and Linux 2007-03-29 15:34:44 +00:00
Dan Stillman
f1f82e318b Don't mess up main schema update iterator variable 2007-03-29 14:02:56 +00:00
Dan Stillman
188a450d68 Repair steps for note-saving bug 2007-03-29 13:51:54 +00:00
Dan Stillman
794349b374 Fix critical bug with note saving 2007-03-29 13:16:07 +00:00
Simon Kornblith
28d4fef65b fix attached PDF title on HighWire journals 2007-03-28 19:41:32 +00:00
Dan Stillman
d55f945acd Addresses #596, Auto-append appropriate file extension when none specified in Save dialog
I think this is the real fix
2007-03-28 19:32:56 +00:00
Simon Kornblith
5ec04a1dfe closes #594, Adjust MARC translator to take first location/publisher info 2007-03-28 19:00:12 +00:00
Simon Kornblith
8ffb70df85 closes #596, Auto-append appropriate file extension when none specified in Save dialog (i think) 2007-03-28 18:37:04 +00:00
Dan Stillman
6f39031ed6 Addresses #597, Don't iterate Array with for...in 2007-03-28 18:10:00 +00:00
Dan Stillman
bc9d904f00 Addresses #597, Don't iterate Array with for...in 2007-03-28 17:09:47 +00:00
Dan Stillman
f1f6e351da Fixes #595, Clicking URL label does not work for manually-edited URLs 2007-03-28 15:19:52 +00:00