Commit Graph

1455 Commits

Author SHA1 Message Date
Dan Stillman
667c1e4743 Closes #652, Command-Backspace should delete from library in a collection
Ctrl on Win/Linux. Also works in saved searches.
2007-07-25 04:59:03 +00:00
Dan Stillman
f80abfb29c Closes #676, Advanced search results pane needs min-height 2007-07-25 04:45:49 +00:00
Dan Stillman
0f2eceba0b Addresses #603, Add preference to disable title-casing in translators
Make capitalizeTitles default to true
2007-07-24 21:11:38 +00:00
Dan Stillman
311bccaa78 Closes #603, Add preference to disable title-casing in translators
- Zotero.Utilities.capitalizeTitle() now follows the capitalizeTitles pref, enabled by default; added |force| parameter to override

- Added context menu on metadata fields to lowercase or title case title-ish fields; only works in non-editor mode currently, since overriding the textbox context menu is more annoying

- Fixed error in capitalizeTitle() on string with just whitespace
2007-07-24 21:10:17 +00:00
Dan Stillman
9d8c427d1e Addresses #680, Implement left-bound search pref
Implemented for tags and the fulltext word index, which should speed things up a bit. Not implemented for notes and fields, since those might have multiple words -- would have to put them in the fulltext word index...
2007-07-20 19:06:29 +00:00
Sean Takats
ff654dbdda Closes #685. 2007-07-20 18:30:08 +00:00
Dan Stillman
edb66a779c Zotero.File.getContentsFromURL(url) 2007-07-20 18:19:03 +00:00
Dan Stillman
886ce6b4a6 Fixes #679, drag-and-drop to Word and "copy item to clipboard" shortcut don't work in dev r1546
Simon, fix any of this if it's incorrect
2007-07-18 15:01:05 +00:00
Dan Stillman
c4c3b4ad84 Fix symlinked pdftotext on Linux 2007-07-17 20:57:15 +00:00
Dan Stillman
d5b126caf2 Fixes #674, Saved search referencing a deleted saved search cannot be deleted 2007-07-17 06:34:37 +00:00
Dan Stillman
2af5590122 Some quick code to run a manual PRAGMA integrity_check from the prefs 2007-07-16 22:34:36 +00:00
Dan Stillman
de4f449c45 Fix JS strict warning in overlay.js and error when right-clicking the browser content area before anything is selected in Zotero 2007-07-16 21:52:28 +00:00
Dan Stillman
de6f35be6b Fix case of Zotero.DB call (thanks Sean) 2007-07-16 11:45:32 +00:00
Dan Stillman
6e6e5fb306 Fix error upgrading from old versions 2007-07-16 07:59:19 +00:00
Dan Stillman
c257672b7c Closes #523 -- implement Title field like Extra field (except Enter still saves, since titles don't need newlines) 2007-07-15 20:26:27 +00:00
Dan Stillman
b2284f2404 Don't do a VACUUM in the middle of a transaction 2007-07-15 18:31:59 +00:00
Dan Stillman
d921d8239a - Added UI elements for fulltext indexing, including new Search prefpane
- Added pdfinfo support to determine number of PDF pages (requires custom binary)
- Automatic downloading and installation of customized Xpdf tools from zotero.org

Other changes:

- Various API Zotero.Fulltext API changes
- Prevent buggy automatic prefpane sizing
- New 'refresh' Notifier action to just reselect the currently selected item without sending a 'modify' trigger
- Zotero.File.putContents(file, str) -- can only handle ASCII text
- Zotero.isLinux property
2007-07-15 18:18:22 +00:00
Simon Kornblith
f5761d507a Adds support for the revised CSL schema and an APA CSL. Support for the old schema is maintained through the Zotero.CSL.Compat interface.
closes #563, fix defaults issues in CSL parser (now irrelevant)
closes #335, clean up citation code
2007-07-14 23:23:41 +00:00
Dan Stillman
5a5a1b7237 Quick update to csledit.xul to display citations (both single and combined) 2007-07-11 17:17:18 +00:00
Sean Takats
df161922c1 Accidentally deleted Simon's WorldCat search translator in last commit. Restored here without changes. 2007-06-26 23:14:26 +00:00
Sean Takats
21f521609f new translators:
National Bureau of Economic Research (nber.org)
NASA ADS (adsabs.harvard.edu)
SPIE Digital Library (spiedigitallibrary.aip.org)
ERIC (eric.ed.gov)
RePEc (ideas.repec.org)
Engineering Village (engineeringvillage2.org)
International Herald Tribune (iht.com)

updated translators:
InnoPAC: adds u texas austin compatibility and uc san francisco compatibility
Open WorldCat (Web): adds saved bibliography compatibility
2007-06-26 23:05:20 +00:00
Dan Stillman
80f5ffa9e2 Don't commit a method commented out 2007-06-26 19:12:34 +00:00
Dan Stillman
c7c8544de9 - Added new Zotero.Utilities method, unescapeHTML()
- Unescape HTML entities in RIS files automatically
2007-06-25 21:47:52 +00:00
Simon Kornblith
ceb18b9eab fix issues with detectCode in Scaffold 2007-06-25 03:31:12 +00:00
Sean Takats
7b5a6b1184 Adds multilingual support to EBSCOhost translator; now handles report numbers in BibTeX translator 2007-06-22 13:38:31 +00:00
Dan Stillman
9486108f54 Fixed unescaped apostrophe in Washington Post translator 2007-06-21 16:40:21 +00:00
Sean Takats
2d90d09a2d Updates washingtonpost.com translator with Elena's code; fixes old minor error in Amazon translator 2007-06-21 15:10:38 +00:00
Simon Kornblith
4790473f78 only use citation dialog that appears over all windows on Windows, since it doesn't work right on Linux eitherx 2007-06-21 06:27:00 +00:00
Simon Kornblith
bccef73b0f closes #630, Implement copyCitationsToClipboard in fileInterface.js
the function is actually called copyCitationToClipboard, because it generates a single citation of multiple items if multiple items are passed to it. if this isn't the desired behavior, it's easy to change.
2007-06-21 06:12:06 +00:00
Dan Stillman
c68dbce961 Pushed updated HeinOnline and Patents translators (and ARTFL) 2007-06-21 05:56:11 +00:00
Sean Takats
2323d9f7ae Adds support for ARTFL Encyclopedie 2007-06-21 05:51:41 +00:00
Sean Takats
d85417c45d And the timestamps 2007-06-20 18:21:12 +00:00
Sean Takats
8efeb570d9 Updates Bill McKinney's translators to use abstractNote instead of abstract. Should have caught that... 2007-06-20 18:19:00 +00:00
Sean Takats
f1ff4ca2a9 Closes #669 by supporting encode/decode of non-ASCII (e.g. accented) characters in COinS tags 2007-06-20 15:53:25 +00:00
Sean Takats
22c2fe8dde Adds MELVYL dev translator for testing their new catalog 2007-06-18 22:06:30 +00:00
Dan Stillman
6005b514d5 Pushed ASA and MHRA CSLs, washingtonpost.com (just removing the debug info--the fix is in the main code), Google Books, Epicurious, HeinOnline, GPO access, AustLII, BAILII, CanLII, Cornell LII, Patents - USPTO 2007-06-18 18:13:39 +00:00
Sean Takats
90d7abf53f Fixes Google Books translator. Title XPath had changed. 2007-06-18 14:04:18 +00:00
Simon Kornblith
b1ae95fcad - fix et al issue in citation processor
- update Jim's CSLs to use xbiblio namespace
2007-06-18 00:38:48 +00:00
Simon Kornblith
cd43ddce68 closes #587, Annotation minimized state should persist 2007-06-17 22:12:56 +00:00
Simon Kornblith
7bf8979333 closes #644, washingtonpost.com translator broken
for some reason, passing the DOM window, rather than the URL, when creating the sandbox fixed this issue. i'm not entirely sure why this is, but it seems like the javascript on the washingtonpost.com site might be modifying document.domain in such a way that this is necessary.
2007-06-17 21:38:07 +00:00
Simon Kornblith
d1de380ba5 remove debug code from washingtonpost.com 2007-06-17 21:19:15 +00:00
Simon Kornblith
61268a7076 addresses #219, add more citation styles
adds Jim's styles for American Sociological Association and Modern Humanities Research Association (Note without Bibliography)
2007-06-17 20:53:53 +00:00
Dan Stillman
0600f932ad Updated Ancestry.com translator from Elena 2007-06-16 17:15:01 +00:00
Dan Stillman
affcc45690 Make sorting case-insensitive in tags and elsewhere 2007-06-15 20:23:54 +00:00
Sean Takats
acf86fcee4 Adds Bill McKinney's legal translators: HeinOnline, U.S. Electronic Code of Federal Regulations, Australasian and New Zealand Legal Information Institute, British and Irish Legal Information Institute, Canadian Legal Information Institute, Cornell's Legal Information Institute, and the US Patent and Trademark Office. Also adds support for Epicurious.com 2007-06-15 17:05:40 +00:00
Sean Takats
7111f132c9 Adds Elena's Ancestry.com translator 2007-06-13 16:54:53 +00:00
Dan Stillman
b4bfa6cf1a Pushed updated HighWire, APA, and CMS Note w/Bib 2007-06-13 00:57:58 +00:00
Sean Takats
4cbe5a41f7 Restores Project MUSE multiple item save. Single item save still broken, but fix is supposedly on the horizon. 2007-06-12 22:08:24 +00:00
Sean Takats
3c874558a6 Adds IUCAT support to SIRSI and fixes EBSCOhost, closing #643 2007-06-12 21:12:38 +00:00
Simon Kornblith
bc54320ff7 - improves HighWire regex
- does not add shortTitle field to imported items (only items scraped via web)
- fixes issues with ibid in Chicago Manual of Style (Note with Bibliography)
- fixes issues with repeat parenthetical citations
2007-06-10 16:59:16 +00:00