Commit Graph

1311 Commits

Author SHA1 Message Date
Dan Stillman
f1d6f45bc8 Repeat the statute date->dateEnacted migration step, since the itemTypeField mapping in system.sql wasn't changed until later 2007-04-23 23:06:24 +00:00
Sean Takats
6a95a73638 Fixes EBSCO translator 2007-04-23 15:33:47 +00:00
Sean Takats
a5c34f9f82 Adds SPIRES translator 2007-04-23 01:49:57 +00:00
Dan Stillman
46a5e4b195 Fixes #621, saved search displays child items in black even if only parent item matches search criteria
Addresses #597, Don't iterate Array with for...in

Also fixes child items displaying twice in saved search reports and adds proper collation support in reports
2007-04-21 21:18:05 +00:00
Dan Stillman
beba35b44a - Updated ItemTreeView.selectItem() to clear tag selector and quicksearch and try again if item not initially found
- Fix phrase search in quick search and other brokenness
2007-04-17 05:00:27 +00:00
Dan Stillman
fe31d4c789 - Fixed tag selector still displaying all tags for collections and saved searches
- Added asTempTable parameter to Zotero.Search.search() to save results to a temporary table -- avoids large inserts with post-search filters
- Added proper collation sort support for tags
2007-04-16 22:06:49 +00:00
Dan Stillman
a61afc89cc Addresses #375, Drag and drop file attachments
- Fix file drag-and-drop on Windows
- Dragging favicon of non-HTML local file now saves as file rather than snapshot
2007-04-16 13:36:47 +00:00
Sean Takats
5b14285702 ScienceDirect translator fixed 2007-04-16 13:16:00 +00:00
Dan Stillman
eae69ebfad Closes #375, Drag and drop file attachments 2007-04-16 12:38:47 +00:00
Dan Stillman
d369e5f571 Fix diacritic sorting (and possible other locale-specific collation issues) for bibliographies 2007-04-16 05:22:05 +00:00
Dan Stillman
2f423da309 Sort collections and items using locale-specific collation sort 2007-04-16 05:00:32 +00:00
Dan Stillman
0dbf98ccf4 Fixes #616, Tags don't appear in tag selector for child items
Also, child items in search results now always display in context, with the non-matching rows in gray. May later implement Elena's idea to show an ellipsis to toggle non-matching items.

New method Search.setScope(searchObj) to pass one search as the scope for another -- used to make quicksearch and tag selector properly search within the current view.

Note: These changes need testing -- I may not have gotten all the various conditions (view mode, quicksearch, tag selector, advanced search, drag-and-drop) exactly right.
2007-04-16 04:35:56 +00:00
Dan Stillman
c6f4a0d023 Restore default Zotero pane height of 300px if no savedHeight 2007-04-13 21:34:28 +00:00
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