Commit Graph

1428 Commits

Author SHA1 Message Date
Dan Stillman
b78b7eb777 Closes #700, Update csledit.xul to use new citation API
Think this works. Reopen if problems.
2007-08-07 19:10:47 +00:00
Simon Kornblith
5e1191b43e closes #689, eliminate initial prompt to migrate from fields to bookmarks
closes #618, Word plugin should have required-version logic

still need to:
	- test with Word for Windows
	- test with OOo (I assume the codebase is similar enough between Mac and Win)
	- test with files from old Word plug-in
but, I will probably try to get all of the Word plug-in stuff done before I worry about this (unless there are objections)
2007-08-07 08:29:11 +00:00
Simon Kornblith
2615dc9684 - use priority exclusively for translator ordering
- full disambiguation support (including adding additional authors to disambiguate, adding first names, or adding a letter after the year)
- brings Zotero into line with current CSL revision
- fixes miscellaneous issues with new CSL interpreter
- closes #614, Same-Year Citation Suffix problems
2007-08-04 22:45:08 +00:00
Ben Parr
8e8bd4dc9c Timeline Update:
- HTML title now contains the name of the library / saved search / collection whose items are being displayed in the timeline
- Clearer notes for the changes made to bundle.js, timeline-api.js and timelineControls.js
2007-08-02 21:59:12 +00:00
Ben Parr
3491798be2 Timeline Update:
- Changed the URL format to use query strings in order to make URLs more flexible 
- Changed the "Jump to Year" option...
	 1) goes to the typed year 1 second after a change to the text field or when the user pushes the return key
	 2) deleting everything in the text field returns the timeline to today's date
	 3) removed the "Go..." button
2007-08-02 19:35:55 +00:00
Ben Parr
f054f41519 Timeline Update
-Users can now create a timeline from the Zotero items in a saved search or collection if that is what is in the current view.
-Fixed javascript warnings
-Noted changes from original code in bundle.js and timeline-api.js
2007-08-01 20:36:12 +00:00
Dan Stillman
f503693da9 Fix error in browser.js when displaying pages through custom protocol handler 2007-08-01 18:21:08 +00:00
Dan Stillman
7e23e1d3cc - Use same fonts as interface for items on timeline
- Add a little padding between timeline and controls
2007-07-31 21:54:06 +00:00
Ben Parr
87f0b81b3b Now works for both engineeringvillage2.com and engineeringvillage.com 2007-07-31 19:06:13 +00:00
Dan Stillman
a2501bd91a Fix timeline breakage with e-mail item types (which don't have titles, so title property is undefined from toArray()) 2007-07-31 19:05:44 +00:00
Dan Stillman
844c503cf7 Make ZU.htmlSpecialChars() error message more verbose 2007-07-31 18:51:37 +00:00
Dan Stillman
a659f93a04 Clean up license blocks on Timeline files 2007-07-31 18:00:51 +00:00
Ben Parr
56ca32dd96 Fix url's in License block. 2007-07-31 17:51:55 +00:00
Ben Parr
a6a535fc13 Add the Simile Project License to files downloaded from their site. 2007-07-31 17:49:10 +00:00
Ben Parr
0f5bd0d1cf Creates a timeline from Zotero items using the Timeline tool from MIT's Simile project. You can create a timeline by clicking the Actions icon in Zotero and then clicking Create Timeline. 2007-07-31 17:08:12 +00:00
Dan Stillman
d8de14f047 Fix invalid version formats in scrapers.sql (need period between beta part and revision part) 2007-07-31 16:29:52 +00:00
Michael Berkowitz
a238b03bb4 2007-07-31 16:12:14 +00:00
Michael Berkowitz
35d2ee2158 2007-07-31 15:53:38 +00:00
Michael Berkowitz
6fdc785489 2007-07-31 15:03:46 +00:00
Sean Takats
2c5884f117 updated translators:
Voyager: tweaks XPath to be more forgiving (better support for U-W Madison, etc.)
Melvyl: now works on "review" view of search results
ERIC: fixes regex

added translators:
bibsys.no
BBC News
AMS Online Journals (ams.allenpress.com)
Education Week
AGU Journals
LA Times
BioMed Central
OpticsInfoBase
SSRN
RSC Publishing (rsc.org)
GBV
2007-07-30 17:23:14 +00:00
Dan Stillman
7a168bd228 Fix for Zotero.ItemFields.getLocalizedString() with field "itemType" 2007-07-26 20:43:41 +00:00
Dan Stillman
ce85104f97 Addresses #653, Remember last-accessed collection
Skipped file
2007-07-25 20:34:40 +00:00
Dan Stillman
08da46cab3 Closes #653, Remember last-accessed collection
Because of the way item caching works, this doesn't fix most of the startup delay problems, though
2007-07-25 20:33:35 +00:00
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