Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs: format (commas) large refs hit counts | Bryan Newbold | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | refs web: correct URL to refs section of guide | Bryan Newbold | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | refs: web UI tweaks for iterated CSL schema | Bryan Newbold | 2021-08-03 | 1 | -3/+19 |
| | |||||
* | refs: fix typo preventing CSL from rendering in refs output | Bryan Newbold | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | refs: revert fatcat-pubmed -> pubmed truncation | Bryan Newbold | 2021-07-27 | 1 | -4/+1 |
| | | | | This was just going to be confusing | ||||
* | refs: lint fixes | Bryan Newbold | 2021-07-27 | 1 | -2/+2 |
| | |||||
* | refs: several small improvements to web UI | Bryan Newbold | 2021-07-27 | 5 | -35/+71 |
| | |||||
* | refs: slightly better match form (will change) | Bryan Newbold | 2021-07-27 | 1 | -42/+46 |
| | |||||
* | refs: show up to 8 authors in summary tables | Bryan Newbold | 2021-07-27 | 1 | -4/+4 |
| | |||||
* | refs: support for wikipedia outbound refs, and display in tables | Bryan Newbold | 2021-07-27 | 3 | -6/+67 |
| | |||||
* | refs: fix offset/limit bug | Bryan Newbold | 2021-07-27 | 1 | -1/+1 |
| | |||||
* | refs: generalize web endpoints; JSON content negotiation; openlibrary ↵ | Bryan Newbold | 2021-07-23 | 2 | -19/+109 |
| | | | | inbound view; etc | ||||
* | refs: change mind about URL structure again | Bryan Newbold | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | web: refactor refs table into separate refs_macros file | Bryan Newbold | 2021-07-23 | 3 | -74/+127 |
| | |||||
* | remove unused imports (lint) | Bryan Newbold | 2021-07-23 | 1 | -5/+2 |
| | |||||
* | web: always log upstream errors (may be redundant) | Bryan Newbold | 2021-07-23 | 1 | -0/+2 |
| | |||||
* | refs: refactor web paths; enrich refs as generic; remove old refs link | Bryan Newbold | 2021-07-23 | 3 | -16/+17 |
| | |||||
* | release view: improve biblio metadata display in central column | Bryan Newbold | 2021-07-23 | 1 | -13/+14 |
| | |||||
* | match UI: improve form layout | Bryan Newbold | 2021-07-23 | 1 | -13/+16 |
| | |||||
* | improvements to fuzzy refs view | Bryan Newbold | 2021-07-23 | 3 | -47/+75 |
| | | | | | | | | - fixes to release summary macro - show tab counts correctly by re-using generic entity get helper - table styling; 'prev' link - openlibrary access links - parse-and-match button for unmatched+unstructured refs | ||||
* | fixes for newer ref index | Bryan Newbold | 2021-07-23 | 1 | -49/+10 |
| | |||||
* | web: inbound/outbound refs as links (temporarily); change URL names | Bryan Newbold | 2021-07-23 | 3 | -3/+7 |
| | |||||
* | web: initial implementation of fuzzy citation parsing and matching tool | Bryan Newbold | 2021-07-23 | 3 | -0/+173 |
| | |||||
* | web: template macro to display release entry summary | Bryan Newbold | 2021-07-23 | 1 | -0/+52 |
| | |||||
* | first iteration of basic citation inbound/outbound views | Bryan Newbold | 2021-07-23 | 3 | -1/+146 |
| | |||||
* | web: fix flask/werkzeug encoding for mediawiki oauth | Bryan Newbold | 2021-07-13 | 1 | -1/+4 |
| | |||||
* | web: fix missing ext_ids default for deleted entity view | Bryan Newbold | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | web: fix 'file' entity edit form links | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | web: missing trailing parens | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | web: PMCID external link improvement | Bryan Newbold | 2021-07-02 | 2 | -2/+2 |
| | |||||
* | web: fix DOAJ article links (remove trailing slash) | Bryan Newbold | 2021-06-04 | 1 | -1/+1 |
| | |||||
* | web: fix spacing for doaj/dblp identifiers in SERP | Bryan Newbold | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | web: bugfix dblp vs. doaj display logic | Bryan Newbold | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | skip pylint on 'assigning-non-slot' warnings in Flask 2.0 | Bryan Newbold | 2021-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The 'permanent' field is still valid to set to a boolean in Flask 2.0; not sure why pylint is unhappy in CI (causing test failures). Don't see any problem running test suite locally. Flask API docs: https://flask.palletsprojects.com/en/2.0.x/api/?highlight=permanent#flask.session.permanent And code (recent master branch): https://github.com/pallets/flask/blob/4240ace59710d86c478111affd4ad6fb4c8cad9e/src/flask/sessions.py#L20 | ||||
* | small python lint fixes (no behavior change) | Bryan Newbold | 2021-05-25 | 2 | -2/+2 |
| | |||||
* | Andrew W. Mellon Foundation | Bryan Newbold | 2021-05-18 | 2 | -3/+3 |
| | |||||
* | web: fix edit form style guide links | Bryan Newbold | 2021-04-20 | 2 | -4/+4 |
| | |||||
* | web: expand release creators in more situations | Bryan Newbold | 2021-04-19 | 2 | -2/+2 |
| | |||||
* | fix public API links | Bryan Newbold | 2021-04-15 | 1 | -2/+2 |
| | |||||
* | fix 'colected' typos | Bryan Newbold | 2021-04-13 | 1 | -1/+1 |
| | | | | Thanks for the catch martin | ||||
* | prefer contrib.creator.display_name over contrib.raw_name | Bryan Newbold | 2021-04-12 | 2 | -5/+10 |
| | | | | | | | | These will be getting updates from ORCID and are usually more complete and more correct for display, attribution, and search purposes. Might need to tweak fuzzycat code to handle multiple names at the verification stage. | ||||
* | web: show file size not known, when it isn't | Bryan Newbold | 2021-04-12 | 1 | -0/+2 |
| | | | | This is mostly to prevent showing an empty metadata box | ||||
* | web: better logic for showing 'save-paper-now' link | Bryan Newbold | 2021-04-12 | 1 | -0/+2 |
| | |||||
* | web: include DOI in share-your-paper URL, when possible | Bryan Newbold | 2021-04-12 | 1 | -2/+8 |
| | |||||
* | web: consistent public API URLs | Bryan Newbold | 2021-04-12 | 6 | -14/+9 |
| | |||||
* | web: improve preservation holdings display for containers | Bryan Newbold | 2021-04-12 | 1 | -10/+22 |
| | |||||
* | web: improve access button HTML | Bryan Newbold | 2021-04-12 | 2 | -3/+2 |
| | |||||
* | web: add goatcounter analytics | Bryan Newbold | 2021-04-12 | 2 | -0/+15 |
| | | | | Same setup as scholar.archive.org | ||||
* | search: more ES 7.x changes (track total counts) | Bryan Newbold | 2021-04-09 | 1 | -0/+11 |
| | |||||
* | web infra: log to stderr | Bryan Newbold | 2021-04-06 | 1 | -2/+4 |
| |