Commit Graph

1870 Commits

Author SHA1 Message Date
Simon Kornblith
ba430ac67f - actually fix CrossRef translator (expects req_dat, not pid, for OpenURL 1.0)
- display translation failure if no items scraped during asynchronous translation, can be overridden by calling Zotero.done(true)
- always close scraping window following translation
- closes #742, Import of large RDF file fails. I've found a workaround for the export issue that causes this (actually a bug in Mozilla's RDF engine, which produces invalid XML under certain circumstances). However, old invalid RDF/XML documents still won't import.
2007-09-15 20:37:29 +00:00
Dan Stillman
2f9301e6f2 Fixes #696, dateAdded is null in toArray() before getField() is called 2007-09-15 20:20:56 +00:00
Dan Stillman
9e6d6c5376 Closes #642, Site-specific Quick Copy setting should apply to shortcut key 2007-09-15 19:38:50 +00:00
Dan Stillman
cab00114c0 Fixes #751, Intra-Zotero drag and drop fails if attachment file is missing (Windows) 2007-09-15 06:13:19 +00:00
Dan Stillman
e59a329d89 Fixes #762, Recursive saved search referencing a deleted collection cannot be deleted 2007-09-14 20:41:45 +00:00
Simon Kornblith
7dad885e86 closes #748, better handling of numbered citations 2007-09-14 00:02:19 +00:00
Simon Kornblith
bd6208d3be fix formatting of editors and websites in new APA style 2007-09-13 21:23:55 +00:00
Dan Stillman
23eec26264 Pushed updated CrossRef translator to repo 2007-09-13 21:11:47 +00:00
Simon Kornblith
c3e2e83df9 fixes #754, SVN Word plugin not working in 1687
fixes #740, possible CSL et al issues
fixes #757, CSLs without sort-algorithm option fail bibliography creation
fixes #747, fix issues with bookmarks
fixes CrossRef translator to use authentication
addresses #736, bring Zotero up to date with latest CSL revisions (new formatting attributes not yet implemented)
closes #746, edit bibliography support

new Word plug-in still needs compliation and testing on non-Mac platforms and needs to be tested for compatibility with old docs
2007-09-13 21:04:41 +00:00
Sean Takats
f0b25656fd Addresses #755 by adding two new translators to support NC State and the Florida state university system. Once more Endeca catalogs show up we can work to generalize further. 2007-09-13 05:27:23 +00:00
Dan Stillman
97d810fc22 Closes #654, reports need to export child items independently from parent items
Two options currently only available via about:config, combineChildItems and includeAllChildItems (which really means "Include All Child Items If Only Parent Items Are Selected")

Other changes:

- Moved Zotero.Utilities.cleanString() functionality to ZU.trimInternal() and created a regular trim() too that doesn't consolidate internal whitespace.
- Removed Zotero.getAll(), replaced with Zotero.Collection.getChildItems() and a new onlyTopLevel flag to Zotero.Items.getAll(). Also removed unused Zotero.getAttachments.
- Fixed XML parsing error during report generation when a long URL contained a trailing space
2007-09-12 08:59:34 +00:00
Dan Stillman
dc73c66d96 Allow imports to contain missing attachment files, creating placeholder attachments with proper metadata 2007-09-11 08:58:59 +00:00
Sean Takats
9c3349f251 Fixes Blackwell Synergy to close #735. 2007-09-09 19:30:00 +00:00
Dan Stillman
03c659e431 Pushed updated EBSCO and Endnote/Refer repo 2007-09-09 05:24:46 +00:00
Sean Takats
67ffde8632 Fixes ACM issue with trailing/leading whitespace around Endnote/Refer/BibIX values. 2007-09-08 07:16:31 +00:00
Sean Takats
06d200a811 Sorry, Dan. Undid your recent changes. 2007-09-08 06:36:29 +00:00
Sean Takats
769e50ef92 Fixes EBSCOhost. 2007-09-08 06:32:03 +00:00
Dan Stillman
da2d9d6032 Fix invalid version number in updated Ancestry scraper 2007-09-08 06:07:53 +00:00
Dan Stillman
ebb6d795d3 Fix unescaped quotes in IEEE style 2007-09-08 06:05:18 +00:00
Sean Takats
62242380e8 Updates Ancestry.com and History Cooperative with Elena's latest fixes. 2007-09-08 06:04:03 +00:00
Michael Berkowitz
7eae2917c4 Added missing semicolons to new stlyes 2007-09-06 19:36:50 +00:00
Michael Berkowitz
31c385b987 Added translators for ASCE and ESA Journals and styles for Nature, IEEE, and National Library of Medicine 2007-09-06 18:53:56 +00:00
Dan Stillman
ad5a93ae85 Update Zotero.Fulltext.getIndexedState() to return UNAVAILABLE instead of UNINDEXED if row in fulltextItems but no page counts 2007-09-02 20:30:01 +00:00
Dan Stillman
5ca4431ed2 Addresses #705, Rewrite Proquest translator to use RIS export
Updated ProQuest translator, fixes some bugs
2007-08-31 20:49:08 +00:00
Dan Stillman
0c45bf296e Fixes #705, Rewrite Proquest translator to use RIS export
Updated ProQuest translator from Asa
2007-08-31 17:35:18 +00:00
Dan Stillman
7440f09d3c Change "Automatically check for updated scrapers" to "Automatically check for updated translators" (and clear non-English strings) 2007-08-29 14:42:29 +00:00
Simon Kornblith
71934d0bf1 - use localized string for citation dialog title
- fix issues editing first citations (thanks Sean)
2007-08-28 21:40:10 +00:00
Simon Kornblith
485e47ed35 fix extra space on the right side of bold/italic/underline buttons 2007-08-28 19:45:33 +00:00
Simon Kornblith
c5803506b2 roll back scrapers.sql version 2007-08-28 19:21:24 +00:00
Simon Kornblith
7d11c87217 remove residual debugging code from previous patch 2007-08-28 18:57:17 +00:00
Simon Kornblith
ac7479aae6 - closes #691, Multiple item citation add/remove bug
- closes #690, Edit citation button/functionality
- closes #730, Rename style names to use "reference list" instead of bibliography
- adds an citation editor, allowing users to modify the citations that they insert
- adds user-editable prefixes and suffixes
- adds "suppress author" functionality

known issues:
- probably won't work right with bookmarks for now
- not tested on Windows or in OOo
2007-08-28 18:48:00 +00:00
Dan Stillman
5c5addceee Zotero.File.copyToUnique() (unused) 2007-08-27 21:01:48 +00:00
Dan Stillman
32cda9a696 Closes #571, keystroke to copy citation (rather than bibliography entry) 2007-08-27 20:58:39 +00:00
Dan Stillman
10cffcd00f Fix setting of firstRun pref 2007-08-27 04:53:15 +00:00
Dan Stillman
30c645536f fulltextItemWords upgrade workaround was being run on every startup (though it wouldn't have any effect subsequent times) 2007-08-27 04:39:21 +00:00
Dan Stillman
973c9d4920 Fix SQL error caused by r1661 2007-08-27 04:33:47 +00:00
Dan Stillman
d9bf81c231 The fulltext index wasn't actually being rebuilt correctly since the addition of the INSERT INTO ... SELECT FROM workaround -- fulltextItems has to be populated after the rebuild of fulltextItemWords 2007-08-27 04:23:28 +00:00
Dan Stillman
8e4625bc41 QSG tab wasn't opening after XPI install -- do it on a timer 2007-08-27 04:17:36 +00:00
Dan Stillman
e8dd1fc73f Display Zotero Quick Start Guide in new tab on first install (using combination of database initialization and firstRun pref as a test) 2007-08-27 02:24:17 +00:00
Dan Stillman
2897dbe5bc Pushed updated Economist, Epicurious, BBC, Melvyl to repo
Reverted Amazon timestamp (since translator hasn't changed)
2007-08-27 01:40:00 +00:00
Sean Takats
33fc4fac40 Fixes Epicurious.
Fixes typo in BBC News.
Adjusts Melvyl to prepare for Labor Day OPAC upgrade.
2007-08-27 01:26:17 +00:00
Michael Berkowitz
d5f6ba2be3 2007-08-24 19:25:58 +00:00
Dan Stillman
6da6112f35 Update version numbers (build script test) 2007-08-23 07:29:25 +00:00
Dan Stillman
cfaa82cc1d Update install.rdf and update.rdf for more secure extension serving 2007-08-23 06:38:41 +00:00
Dan Stillman
9c12c8d56c Version number bump to 1.0.0rc3 2007-08-23 05:53:38 +00:00
Dan Stillman
002ec35328 Addresses #726, Localize remaining hard-coded strings
Merged new English strings to locales for RC3
2007-08-23 05:48:11 +00:00
Dan Stillman
a831653074 Add missing space in Quick Start Guide message
Make Quick Start Guide use CURRENT_TIMESTAMP for date
2007-08-23 04:33:50 +00:00
Dan Stillman
74bc769a1e Addresses #726, Localize remaining hard-coded strings
Adds a couple more strings in about.dtd (zotero.alumni and zotero.about.additionalSoftware)

Adds "Alumni" and "Third-Party Software and Standards" sections

Splits up new Quick Start Guide localized string into several parts (and removes "tell your friends" line).
2007-08-23 04:27:44 +00:00
Dan Stillman
a0063289bc Update install.rdf for Flock 0.9 2007-08-23 00:21:43 +00:00
Dan Stillman
6f2e797c10 Addresses #726, Localize remaining hard-coded strings
Use existing string for "Advanced Search"
2007-08-22 23:33:44 +00:00