Skip to content
Permalink
Tree: 21ef14cbac
Commits on Apr 13, 2019
  1. newspapers.com: Some clean-up

    adam3smith committed Apr 13, 2019
    Remove unused functions, variables, duplicate tests
Commits on Apr 12, 2019
  1. Fix code formatting

    pbinkley committed Apr 12, 2019
Commits on Feb 4, 2019
  1. [BibTeX] Use location as event-place for conferences (zotero#1525)

    zuphilip committed Feb 4, 2019
    Moreover, in this way we make sure that the order of the fields
    `address` and `location` in BibTeX don't matter. We take `location`
    either as `event-place` in extra for conferenceArticles (e.g. for
    ACM) or as a backup for the `place` field. This solves zotero#1020.
    
    Additionally, delete `institution` from inputField map because it
    is already handled as an backupPublisher.
  2. PubMedLabs update to PubMed.js (zotero#1801)

    akinhwan authored and zuphilip committed Feb 4, 2019
Commits on Feb 2, 2019
Commits on Feb 1, 2019
  1. Re-introduce changes from zotero#1814 (zotero#1818)

    adam3smith committed Feb 1, 2019
    But this time without breaking stuff...
Commits on Jan 31, 2019
  1. Revert zotero#1814 for BibTeX.js

    zuphilip committed Jan 31, 2019
  2. Sverige Radio: Update the way to retrieve date to match the new format (

    sebastian-berlin-wmse authored and adam3smith committed Jan 31, 2019
    zotero#1808)
    
    Also updated some tests that were outdated.
  3. Get citekey from future citationKey or extract from extra field (zote…

    retorquere authored and adam3smith committed Jan 31, 2019
    …ro#1814)
    
    * BibLaTex, BibTeX, TEI, CSL JSON
    * CSL JSON id is useful for pandoc; TEI was already updated for .citationKey but didn't have the extra-field parser
Commits on Jan 22, 2019
  1. TEI: Use Better BibTeX citation key if available (zotero#1810)

    adunning authored and adam3smith committed Jan 22, 2019
    This will use the citation key generated by Better BibTeX for Zotero as the `xml:id` if it is available. If that add-on is not enabled, this change has no effect. Solution from @retorquere in <retorquere/zotero-better-bibtex#1124>.
    
    Note discussion on PR at zotero#1810
Commits on Jan 16, 2019
  1. NYT: Disable snapshot saving

    dstillman committed Jan 16, 2019
Commits on Jan 14, 2019
Commits on Jan 10, 2019
  1. PubMed: Fix checkbox support

    dstillman committed Jan 10, 2019
Commits on Jan 7, 2019
  1. Don't try to look up PMIDs via Crossref

    dstillman committed Jan 7, 2019
    PMIDs are converted to OpenURL context objects, which Crossref can
    handle in some cases, but as far as I can tell PMIDs aren't supported
    and should just be retrieved from PubMed.
  2. Update PubMed translator to use HTTPS

    dstillman committed Jan 7, 2019
    This includes PMID lookup via Add Item by Identifier
Commits on Dec 26, 2018
  1. EBSCOhost: Fix PDF downloads via some proxy servers

    dstillman committed Dec 26, 2018
    Depends on zotero/zotero#1612, which will be in Zotero Connector 5.0.51
Commits on Dec 18, 2018
Commits on Dec 17, 2018
Commits on Dec 14, 2018
Commits on Nov 28, 2018
Commits on Nov 26, 2018
  1. Use JSON-LD for Die Zeit.js (zotero#1786)

    zuphilip authored and adam3smith committed Nov 26, 2018
    This fixes zotero#1785.
Commits on Nov 25, 2018
Commits on Nov 18, 2018
  1. GMS German Medical Science.js: English website (zotero#1778)

    Sebastian authored and zuphilip committed Nov 18, 2018
    The journal website is available in German and English, the translator
    works identically for both.
Commits on Nov 16, 2018
  1. Google Scholar: Don't try to save snapshot if same as full text URL

    dstillman committed Nov 16, 2018
    For results that were just PDF pages, this would cause an open/save
    dialog to pop up, since Zotero tried to open what it was told was
    text/html and get a PDF instead.
    
    Also change "Fulltext" attachment title to "Full Text"
Commits on Nov 12, 2018
  1. Espacenet: Bug fixes and minor improvements (zotero#1748)

    pjalet authored and adam3smith committed Nov 12, 2018
    * Bug fix (issue with locale identification) and minor improvements
    
    Locale identification failed because the URL may end with an # -> fixed with new regex on line 93.
    Using secondaryInventors  and secondaryApplicants led to duplicates -> fixed by using inventors and applicants instead (l. 156, 165)
    Names from inventors and applicants include country code in brackets -> fixed with modified regex on line 129.
    Case correction did not work when some names where upper case and some not -> fixde by eliminating test on line 131 and going first to lower case on line 132.
    Catching the application number through default case led to inclusion of parasitic text ("global dossier") -> fixed with specific case and XPath on line 190
    Current patent number is directly accessible through navigation block on left of the page, so that text cleanup is not necessary -> new assignement on line 204.
Older
You can’t perform that action at this time.