Simon Kornblith
5e6c90d873
Merge pull request #221 from aurimasv/misc
...
Misc changes
2013-01-01 19:05:46 -08:00
aurimasv
6c2b8e1688
Minor documentation update
2013-01-01 21:03:32 -06:00
Simon Kornblith
3c6b0d99c3
Merge pull request #217 from aurimasv/recognizePDF
...
Tweak recognizePDF to avoid false positives
2013-01-01 06:21:25 -08:00
aurimasv
ea6a1098a6
[recognizePDF] Restructure file
2012-12-22 10:51:12 -06:00
aurimasv
74c9967b95
Tweak recognizePDF to avoid false positives: only count lines with more than 3 words (since we drop first and last later) as cleaned lines, increase number of pages read and number of lines away from median length as good lines (due to more stringent selection criteria), do not attempt to query google with a short query if we run out of lines, try to pick lines for a query that are not next to each other (to avoid finding articles that quote the article we're looking for)
2012-12-21 14:56:08 -06:00
Dan Stillman
11a83e5df3
Don't count as duplicates if DOI/ISBN don't match or year is off by > 1
...
Fixes #214
2012-12-21 02:10:24 -05:00
Dan Stillman
a3f7f97e02
Fix broken Note/Citation option in "Create Bibiography"
2012-12-20 01:21:36 -05:00
Simon Kornblith
45e28cf769
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/recognizePDF.js
chrome/content/zotero/xpcom/cite.js
2012-12-19 23:16:56 -05:00
Simon Kornblith
8b37031174
Merge pull request #215 from aurimasv/typo
...
Fix typo in cookie sandbox.
2012-12-19 20:11:24 -08:00
aurimasv
042e2d7fbc
Fix typo in cookie sandbox. i-- moved for clarity.
2012-12-19 21:15:58 -06:00
Simon Kornblith
040fa31887
Fix issue reported at http://forums.zotero.org/discussion/26922/
...
Since we still use E4X, this is a hack to make sure the span tag has a separate close tag.
2012-12-19 21:01:20 -05:00
Simon Kornblith
69ce6b7d1a
Fix issue reported at http://forums.zotero.org/discussion/26922/
...
In HTML, <span/> counts as <span>, not as <span></span>. We now use the HTML parser and
serializer rather than the XML serializer to create empty span tags.
Separate fix coming for 3.0 branch
2012-12-19 20:54:09 -05:00
Simon Kornblith
87199f6011
Merge pull request #191 from aurimasv/preselect
...
Allow translators to pre-select items in the "multiple" select item dialog.
2012-12-19 16:50:37 -08:00
Simon Kornblith
75999bcc66
Merge pull request #206 from aurimasv/ads
...
Use the last version of the page for translation.
2012-12-19 16:48:23 -08:00
aurimasv
b1cc6e260e
Load XRegExp into Zotero.XRegExp and Zotero.Utilities.XRegExp and make it accessible from translators.
2012-12-19 06:36:08 -06:00
aurimasv
4b13987c7e
Add XRegExp from d06eff50f8/src
2012-12-19 06:33:13 -06:00
aurimasv
68657634ec
Don't import duplicate identifiers
2012-12-12 00:21:47 -06:00
aurimasv
a64fa35ff2
Some tweaks to ISBN discovery
2012-12-12 00:21:47 -06:00
aurimasv
1ca0eb3965
Restructure multiline toggling. Move multiline progress bar next to the search button.
2012-12-12 00:21:46 -06:00
aurimasv
1b9c89fd59
Add support for multiple identifier lookup to the magic wand tool. Enable shift+enter for submitting input in multiline mode. Use shift+enter in single line mode to convert to multiline
2012-12-12 00:21:46 -06:00
Simon Kornblith
55d9d4ba51
Merge pull request #210 from aurimasv/wdp-css
...
[WebPageDump] Don't crash when @import stylesheets are null
2012-12-11 21:30:29 -08:00
Simon Kornblith
5f0f86fab9
Merge pull request #211 from aurimasv/isbn
...
Fixes to cleanISBN and translator code
2012-12-11 21:29:49 -08:00
aurimasv
524af03570
Make cleanISBN less aggressive. Should yield fewer false-positives.
2012-12-11 22:55:43 -06:00
aurimasv
4b09137402
Call complete() when no translators are set. Don't fail when a translator returns without throwing an error or completing an item.
2012-12-11 22:55:43 -06:00
Dan Stillman
4c58f248d1
Fix getTotalFileSize() error for file sync downloads
...
Also fix 'undefined' in error panel for some errors
2012-12-11 16:46:54 -05:00
Dan Stillman
bb93f019dc
File sync overhaul
...
- New promise-based architecture
- Library-specific file sync queues, allowing other libraries to
continue if there's an error in one library
- Library-specific sync errors, with error icons next to each library
- Changed file uploading in on-demand download mode, which had been missing
- On-demand download progress indicator in middle pane
- More accurate progress indicator
- Various tweaks and bug fixes
- Various future tweaks and bug fixes
2012-12-11 15:16:40 -05:00
Dan Stillman
4c8431ca7d
Generalize Zotero.HTTP.promise() for other methods
...
Also make success codes configurable with an options parameter
2012-12-11 03:35:08 -05:00
Dan Stillman
2e81f087b9
Fix WebDAV URL error message
2012-12-11 03:30:48 -05:00
Dan Stillman
1a0735b381
Disable debug output on drag over tag
2012-12-11 03:30:48 -05:00
Dan Stillman
0b89ccadf9
Update Q library
2012-12-11 03:30:47 -05:00
Dan Stillman
0e3d68bdd9
Fix debug output password hiding for HTTP.promise(), and add 'debug' option
...
'debug' option shows response text
The status code is also now displayed for 20x even without 'debug'.
2012-12-10 22:07:06 -05:00
aurimasv
07bcccd92e
[WebPageDump] Don't crash when @import stylesheets are null (caused by adblock)
2012-12-10 20:07:56 -06:00
Simon Kornblith
711b75ee66
Fix exceptions in integration.js
2012-12-06 21:23:13 -05:00
Simon Kornblith
b63886d37d
Only use mappings if mapping target exists
2012-12-06 21:22:56 -05:00
Dan Stillman
73dd60f2c1
Automatic style updating for all installed styles
2012-12-06 21:05:50 -05:00
Simon Kornblith
435b1d7bd8
Merge pull request #208 from aurimasv/PDF-doiScan
...
[PDF metadata retrieval] Fix broken DOI scanning
2012-12-01 17:08:38 -08:00
aurimasv
ab564ed7ca
[PDF metadata retrieval] Fix broken DOI scanning
2012-12-01 18:33:35 -06:00
Simon Kornblith
92e2ed45fd
Merge pull request #207 from aurimasv/SA-savePage
...
[Standalone] Pass url to detect function from savePages
2012-12-01 08:46:12 -08:00
aurimasv
7bf31afa8c
Pass url to detect function
2012-12-01 01:38:49 -06:00
aurimasv
5a4b280dad
Use the last version of the page for translation.
2012-11-27 16:33:49 -06:00
Simon Kornblith
2e4a218575
Fix cross-domain wrapping under most circumstances.
...
Cross-domain wrapping was previously broken when a page loaded a page from a different SOP, which then loaded another page. Thanks to @aurimasv for debugging this. It's still broken if one page sets document.domain and another does not, since we should wrap in this case but we won't.
Fixes #202
2012-11-25 16:26:09 -05:00
aurimasv
63f1dd163d
Make varDump more resilient to property access errors
2012-11-25 16:22:46 -05:00
Simon Kornblith
428ddbab36
Fix handling of overrides and remove debug code
...
Addresses #202
2012-11-25 16:19:11 -05:00
Simon Kornblith
b1a70bff3d
Merge branch '3.0'
2012-11-25 16:04:39 -05:00
Simon Kornblith
5f66482537
Ensure arrays exist in ZU.itemToExportFormat()
2012-11-25 16:04:20 -05:00
Dan Stillman
4caae896cf
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/attachments.js
chrome/content/zotero/xpcom/translation/translate_item.js
install.rdf
update.rdf
2012-11-23 01:49:32 -05:00
Dan Stillman
3403bedc8e
Update translators and repotime
2012-11-22 23:28:25 -05:00
Dan Stillman
939719866f
Fixes #199 , Don't lowercase snapshot filenames
...
@aurimasv, let me know if this looks OK to you
2012-11-22 22:51:10 -05:00
Simon Kornblith
a57dd18afa
Use cookieSandbox when saving snapshots
2012-11-22 16:59:13 -05:00
Simon Kornblith
520309bfa4
Fix typo
2012-11-22 16:59:13 -05:00