Commit Graph

1951 Commits

Author SHA1 Message Date
Dan Stillman
6bda9e1429 Pushed updated Google Books to repo 2007-12-22 21:13:17 +00:00
Michael Berkowitz
d250300708 Addresses Julian's email concerning the Google Books translator's mishandling of the co.uk suffix. It should work now. 2007-12-22 19:49:46 +00:00
Sean Takats
ff410ebf0e arXiv.org translator now supports xxx.lanl.gov 2007-12-22 05:05:29 +00:00
Sean Takats
0b37cf4304 Improves ACS multiple download. 2007-12-21 19:59:44 +00:00
Dan Stillman
9f9b94a0f6 Fix error outputting BibTeX with just a year in the date field 2007-12-21 15:28:45 +00:00
Sean Takats
6a7bc137d8 Fixes date handling for RSC Journals (they're generating a bad Y1 tag) 2007-12-21 15:09:52 +00:00
Simon Kornblith
1ad58be1ae - closes #857, Citations appear out of order in the text
- closes #798, NeoOffice plugin buttons appear as text (now includes 26px icons that are simply the 16px icons with empty space around them)
- closes #858, Citations using superscripts don't seem to close the superscript
- closes #845, Support line-spacing and entry-spacing
- closes #814, Can only edit first citation in OpenOffice
- closes #811, Inserting and canceling new footnote citation leaves empty footnote behind
- after inserting a citation, further typing in OOo no longer extends the ReferenceMark
- fixes a bug in the Word plug-in compiler
2007-12-19 18:38:23 +00:00
Julian Onions
98bf76eb44 Change to the new schema, is-numeric and is-date style.
is-date doesn't really work correctly as yet.
2007-12-19 16:44:40 +00:00
Julian Onions
d4e556e891 fixes #540 - Edition field not used in citations
Added the number directive and the datatype="number" support in <if>
Need to fix up the CSL files now - a job for tomorrow!
2007-12-18 22:58:08 +00:00
Dan Stillman
572f31a5bd Addresses #821, Validate URL in linkFromURL() before calling doHead()
Not fixing this in the attachments layer -- even if I corrected URLs in the attachments layer, the translation layer would still revert them to the original. Instead, importFromURL() and linkFromURL() will now just throw an explicit error if passed an invalid URL.
2007-12-17 21:53:26 +00:00
Sean Takats
33a9af4e1b Fixes PDF association problems with browse pages on JSTOR. 2007-12-17 21:04:46 +00:00
Elena Razlogova
acf8e41f68 mapped "history" for legal citations 2007-12-17 12:36:37 +00:00
Simon Kornblith
2fa9b6686a - closes #868, Some Unicode characters aren't stripped properly in non-UTF-8 BibTeX output
- speeds up BibTeX text encoding
- escapes BibTeX special characters
2007-12-17 00:52:47 +00:00
Dan Stillman
f6e6b4cdc0 Pushed Google Books to repo 2007-12-16 09:11:59 +00:00
Dan Stillman
b147bd4a6e Addresses #749, BibTeX issues
Set character set to 'us-ascii' if not UTF-8 (avoid a problem with certain characters)
2007-12-16 06:43:25 +00:00
Sean Takats
c29bd939d1 Fixes Google Books 2007-12-16 06:00:44 +00:00
Simon Kornblith
41221592b3 Addresses #749, BibTeX issues
- import UTF-8 by default (as far as I can tell, this is no worse than the previous behavior, which would probably have read all BibTeX files as ASCII)
- use only ascii characters in cite keys
- present BibTeX UTF-8 export option on export
- hide disabled export options, rather than graying them out, to avoid the indication that other formats will not be exported as UTF-8
2007-12-16 03:59:39 +00:00
Dan Stillman
6a71c39d91 Fix Undo behavior in notes (right pane and separate window) to not undo content from other notes into current one and to not undo to empty where possible 2007-12-15 21:26:33 +00:00
Elena Razlogova
c357a25045 unmapped history per Bruce's request; added term "presented at" 2007-12-15 18:44:17 +00:00
Elena Razlogova
82084209b6 mapped artworkSize and history; added short form for genre 2007-12-15 02:00:04 +00:00
Julian Onions
911360f83c closes #749 - BibTeX issues - import/export of BibTex characters
Much more translation done now. Preference for direct UTF-8 export/import included.
2007-12-12 17:05:54 +00:00
Dan Stillman
ae4ec20b94 Trigger dev XPI rebuild 2007-12-12 15:07:35 +00:00
Dan Stillman
ed43c2a96e Closes #828, Change Default OpenURL Resolver to OCLC Gateway 2007-12-12 15:02:04 +00:00
Dan Stillman
690b9417fc Fixes #864, OCLC FirstSearch WorldCat not importing accented characters properly
Added responseCharset parameter to doPost() and doGet() to set xmlhttp.channel.contentCharset before attempting to read textual data -- fifth and fourth parameters, respectively
2007-12-12 04:20:02 +00:00
Simon Kornblith
3cefc2ba8d closes #841, Do not cite URL for articles with page numbers by default
now applies to magazine and newspaper articles
2007-12-07 23:41:26 +00:00
Elena Razlogova
4ce5213e8f added comments to note future sql changes 2007-12-07 19:45:17 +00:00
Julian Onions
234cb1da2c closes #859 - Mappings required for legal cases
Previous fix was in SQL, this is in JS - the trunk will get the SQL fix and then this temporary fix can be removed.
2007-12-07 19:08:30 +00:00
Dan Stillman
14139a1003 Revert SQL changes in r2001 (no more DB changes on the branch) 2007-12-07 18:41:25 +00:00
Julian Onions
cce47d87e1 fixes #859 - Mappings required for legal cases
closes #856 - Chapter (number) is required in the book section
Plus two tiny fixes for strict javascript correctness
2007-12-07 17:01:44 +00:00
Simon Kornblith
ac16c00706 addresses #854, Pages field is not parsed
matches en-dash for plural condition (still not reformatted)
2007-12-05 19:27:51 +00:00
Michael Berkowitz
b861656dec -Updates PLoS translator to accurately handle the "%2F" character appearing in place of "/" 2007-12-05 16:33:11 +00:00
Julian Onions
521966a65a Added the new terms online, cited, edition and internet 2007-12-05 15:47:40 +00:00
Julian Onions
fcf3b2c7bb close #852 - The anonymous "term" is not supported 2007-12-04 14:40:49 +00:00
Julian Onions
5f2556e9a5 A simpler change for some of the mappings in #842 2007-12-04 11:05:46 +00:00
Sean Takats
bad2c51ac6 Adds Wiley InterScience translator. 2007-12-03 21:55:02 +00:00
Sean Takats
72342d9232 Fixes ProQuest search result pages beyond first page. 2007-12-03 02:54:11 +00:00
Simon Kornblith
3487bf8737 - closes #841, Do not cite URL for articles with page numbers by default
- adds a preference to configure this behavior. if localizing the strings is too much work, we can defer this to a later release
2007-12-01 05:44:44 +00:00
Sean Takats
43c07f853b Addresses #731. Improves date handling and some optional metadata with LexisNexis. 2007-11-30 21:45:38 +00:00
Sean Takats
68149c59c6 Addresses #731. Single articles from LexisNexis should now work. 2007-11-30 20:44:04 +00:00
Simon Kornblith
f584b1d7ba - fixes comma issue with two names in Chicago footnote style
- remove question marks from "report" type in cite.js
2007-11-30 20:12:15 +00:00
Julian Onions
5816dd2306 Added the ability to choose ibid and ibid-with-locator style testing. 2007-11-30 12:27:25 +00:00
Julian Onions
81640bcc2f Fix for bug #849, allows locator to be tested in an <if variable="locator"> statement. 2007-11-30 09:43:42 +00:00
Dan Stillman
79b972d362 Update version number on 1.0 branch 2007-11-29 21:18:37 +00:00
Sean Takats
a9febe886a Adds Nick dos Remedios's patent support to RIS 2007-11-29 20:23:53 +00:00
Dan Stillman
15ce597825 Flickr is not, in fact, an export translator 2007-11-29 17:41:24 +00:00
Dan Stillman
4a8dab3d43 Pushed Endnote/Refer and IEEE Xplore 2007-11-29 17:32:20 +00:00
Sean Takats
baa76a8a8d Addresses #843 to provide fallback for item types other than journalArticle and bookSection 2007-11-29 17:28:52 +00:00
Sean Takats
5318163f32 Fixes IEEE PDF download. 2007-11-29 16:47:34 +00:00
Michael Berkowitz
1967489a12 Re-addresses #843 to handle the difference between %J and %B tags correctly. 2007-11-29 15:17:41 +00:00
Julian Onions
77736342b4 Mappings for various things including
series-editor, documentNumber, patentNumber, billNumber, codeNumber, episodeNumber 
as per ticket #842
2007-11-29 10:21:32 +00:00