Commit graph

3682 commits

Author SHA1 Message Date
Simon Kornblith
dd29d18b93 Open quickstart window on first run in Standalone 2011-07-02 16:52:34 +00:00
Avram Lyon
e7c05c6406 Trans: Fix parallel citation cross-refs, per Frank, and fix test to match. 2011-07-02 09:34:46 +00:00
Frank Bennett
f913bad297 Trans: set parallel citations when grabbing legal cases from search list. 2011-07-02 07:26:33 +00:00
Simon Kornblith
d12d639842 Support for add-ons 2011-07-02 07:16:24 +00:00
Simon Kornblith
50cc1fcb71 Fixes #1757, VIew Debug output doesn't work in standalone 2011-07-02 05:51:29 +00:00
Simon Kornblith
7b41d76b75 Move standalone.xul to separate standalone directory 2011-07-02 04:27:57 +00:00
Simon Kornblith
56eed344f5 Fixes #1826, Quick Copy does not work in Standalone 2011-07-02 04:00:12 +00:00
Simon Kornblith
fa7ca7e2d7 Improve standalone menus 2011-07-02 03:09:13 +00:00
Simon Kornblith
8feb3f93ff Safari/Chrome-compatible BibTeX and Google Scholar 2011-07-02 00:44:25 +00:00
Simon Kornblith
e63e917ecf Don't require done function in ZU.processDocuments 2011-07-02 00:17:33 +00:00
Avram Lyon
01086afd43 Trans: Sebastian's updates to The Atlantic, with tests and browser compat (2.1.9+) 2011-07-01 20:27:56 +00:00
Simon Kornblith
9e4df7b8b1 Mark Chronicle of Higher Education as Safari/Chrome compatible 2011-07-01 20:03:46 +00:00
Avram Lyon
cfb1be2fbd Trans: Fix CoHE blogs and add tests, per http://forums.zotero.org/discussion/11942/ 2011-07-01 19:59:45 +00:00
Simon Kornblith
931ba556e1 Don't require a callback to getTranslators, and ask for the translators handler instead, which is already compatible with 2.1. (Not sure what I was thinking last night...) 2011-07-01 19:39:06 +00:00
Avram Lyon
18bd1855dc Trans: Fixing abstract handling for JSTOR and SSRN, per http://forums.zotero.org/discussion/18599/ 2011-07-01 19:00:26 +00:00
Simon Kornblith
f6c56b6b1f Chrome/Safari compatibility 2011-07-01 17:30:48 +00:00
Simon Kornblith
63e07763d7 More refinements for select handlers that do not use a callback 2011-07-01 17:25:26 +00:00
Simon Kornblith
f18b13e882 Mark Copernicus Chrome/Safari compatible 2011-07-01 07:39:35 +00:00
Simon Kornblith
78e7cd070d Mark FAZ.NET Chrome/Safari compatible 2011-07-01 07:38:37 +00:00
Avram Lyon
f5874b5a2e Trans: Update LJ and arXiv, add Wikileaks Cables and Slate
Kudos to Erik and Sebastian for their efforts
2011-07-01 07:08:37 +00:00
Simon Kornblith
084d998f7a Make JSTOR Chrome/Safari compatible 2011-07-01 06:57:43 +00:00
Avram Lyon
f87c22c744 Trans: Updated FAZ.NET with tests and improved date handling, thanks to ibex 2011-07-01 06:55:25 +00:00
Avram Lyon
f92fbefb32 Trans: Remove the legacy logic of Copernicus.js and switch to Copernicus2.js exclusively; the old version is not longer needed. 2011-07-01 06:49:43 +00:00
Simon Kornblith
e69ae33d36 - Make Voyager translator Chrome/Safari-compatible
- Mark MARC translator as Chrome/Safari-compatible
2011-07-01 06:26:36 +00:00
Simon Kornblith
b74cfb4a70 Fix multiple replacement in captializeTitles in Chrome/Safari 2011-07-01 06:22:01 +00:00
Simon Kornblith
e37f4e3215 Don't break code (e.g. Scaffold) that returns a value from the select handler instead of using the callback 2011-07-01 06:07:30 +00:00
Simon Kornblith
36b36b6857 Chrome/Safari-compatible COinS 2011-07-01 05:15:39 +00:00
Simon Kornblith
bd165f60bc - Add ability to pass a callback to Zotero.getTranslators(). AFAIK, this is only used by COinS.
- Don't try to do RPC on non-web translators
- Remove Zotero.Text.titleCase from zotero.js
2011-07-01 05:14:45 +00:00
Simon Kornblith
3dcb45d6ac Add Chrome/Safari-compatible PubMed 2011-07-01 04:21:20 +00:00
Simon Kornblith
3b2cc93269 Move Zotero.Text.titleCase() to Zotero.Utilities(), since it's not used anywhere else in the Zotero code 2011-07-01 04:20:48 +00:00
Simon Kornblith
cd046433da Don't run translator tester without Zotero Standalone 2011-06-30 23:10:00 +00:00
Simon Kornblith
ca1e3f8647 -Retrieve trunk translators from repo
-Make translator tester always re-retrieve translators that were previously retrieved from repo
2011-06-30 23:05:15 +00:00
Simon Kornblith
1d72849d99 Don't store translator code in localStorage 2011-06-30 22:14:45 +00:00
Simon Kornblith
39298312db - Reduce object creation overhead when updating translators
- Don't save code for a translator if the lastUpdated date is older than the lastUpdated date in the translator metadata. This is necessary in case translator metadata is retrieved from the repo and then outdated code is retrieved from standalone to avoid being stuck on the outdated code until the next translator update.
2011-06-30 07:15:13 +00:00
Simon Kornblith
aeef8ecc15 Use lastUpdated dates to determine whether to update translators 2011-06-30 06:36:48 +00:00
Simon Kornblith
b1584a1eae Normalize notes and creators 2011-06-30 05:19:11 +00:00
Simon Kornblith
e5268ba2f2 Normalize tags on save 2011-06-30 03:36:00 +00:00
Simon Kornblith
ad04e96ad4 Fix error in multiple item saving 2011-06-30 02:01:31 +00:00
Simon Kornblith
b114266fb3 - Closes #1832, Connectors should be able to retrieve translator data and code from server in the absence of Zotero Standalone
- Closes #1831, Connectors should be able to save via API in the absence of Zotero Standalone
- Fixes Zotero.Utilities.deepCopy() for arrays
- Fixes some circumstances where an error would not be saved for future error reporting
- Fixes connector status checking
2011-06-30 01:08:30 +00:00
Simon Kornblith
2bee3ecf1e Update to citeproc-js 1.0.185 2011-06-29 23:28:06 +00:00
Avram Lyon
ea973c8444 Trans: Add correct ToC support for Wiley 2011-06-29 12:08:54 +00:00
Simon Kornblith
cd783b3f49 Fix error 2011-06-28 18:32:43 +00:00
Simon Kornblith
0d7ffcc1c1 - Add preferences to connector. Debug logging does not yet work
- Add rudimentary connector API version checks, although I still need a good way of showing that the connector/server is out of date
- Throw new Error() in translate (so that we get a stack trace)
- Log errors in connector
2011-06-28 18:24:24 +00:00
Simon Kornblith
dda8551a22 Fix additional race condition and make IPC more resilient to hanging on shutdown 2011-06-28 03:59:18 +00:00
Simon Kornblith
1cba396675 Indent translator metadata with tabs instead of spaces 2011-06-28 00:50:50 +00:00
Avram Lyon
ae59249206 Trans: Add additional pattern for Informaworld; add tests. Per http://forums.zotero.org/discussion/12514 2011-06-25 17:51:08 +00:00
Simon Kornblith
0972918018 Add tests to ScienceDirect 2011-06-23 09:46:05 +00:00
Simon Kornblith
1d2052cb1a Fix mistake in last commit 2011-06-23 09:43:26 +00:00
Simon Kornblith
ca2e1f4de6 Fix decrementing async processes when there is more than one level of translator calls 2011-06-23 09:42:50 +00:00
Simon Kornblith
bebd967264 but don't delete metadata (oops) 2011-06-23 09:32:16 +00:00