aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/entity_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* web: add type annotationsBryan Newbold2021-11-031-12/+18
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-60/+88
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-2/+2
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-3/+18
* web: fix missing ext_ids default for deleted entity viewBryan Newbold2021-07-131-1/+1
* web: expand release creators in more situationsBryan Newbold2021-04-191-1/+1
* routes: handle case of viewing deleted entity in editgroup contextBryan Newbold2020-07-301-1/+26
* move container _stats enrichment to routesBryan Newbold2020-07-301-8/+1
* web: move random article enrichment to special caseBryan Newbold2020-07-301-4/+2
* use ES 'best_url' in file download pagesBryan Newbold2020-06-041-0/+2
* web: small corrections to subtitle/original_nameBryan Newbold2020-03-281-0/+2
* Merge branch 'bnewbold-translation-view'Bryan Newbold2020-03-281-0/+4
|\
| * web: use more idiomatic type checkBryan Newbold2020-03-281-1/+1
| * web: copy extra.subtitle to subtitle for release viewBryan Newbold2020-03-261-0/+4
* | Merge pull request #53 from EdwardBetts/spellingbnewbold2020-03-271-1/+1
|\ \
| * | Correct spelling mistakesEdward Betts2020-03-271-1/+1
| |/
* | Merge branch 'bnewbold-400-bad-revisions' into 'master'Martin Czygan2020-03-261-2/+12
|\ \
| * | catch ApiValueError in some generic API callsBryan Newbold2020-03-251-2/+12
| |/
* / improve citeproc/CSL web interfaceBryan Newbold2020-03-251-1/+6
|/
* clarify shadow filter codeBryan Newbold2020-02-131-1/+1
* filter out shadows-only files in webfaceBryan Newbold2020-02-131-0/+4
* improve previous commit (JATS abstract hack)Bryan Newbold2019-12-031-4/+6
* hack: remove enclosing JATS XML tags around abstractsBryan Newbold2019-12-031-1/+7
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
* include example releases on container landing pageBryan Newbold2019-09-031-7/+8
* improve wayback view pageBryan Newbold2019-08-241-1/+1
* default container stats by ident, not issnlBryan Newbold2019-08-121-1/+1
* refactor all entities to new UI styleBryan Newbold2019-06-131-1/+1
* implement major refactor for other entity typesBryan Newbold2019-06-131-14/+121
* revision links from editgroup, and typofixBryan Newbold2019-06-131-0/+1
* container revision viewBryan Newbold2019-06-131-0/+10
* web entity helpers (for refactored views)Bryan Newbold2019-06-121-0/+41