summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/entity_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* improve citeproc/CSL web interfaceBryan Newbold2020-03-251-1/+6
| | | | | | | | | | | | | | This tries to show the citeproc (bibtext, MLA, CSL-JSON) options for more releases, and not show the links when they would break. The primary motivation here is to work around two exceptions being thrown in prod every day (according to sentry): KeyError: 'role' ValueError: CLS requries some surname (family name) I'm guessing these are mostly coming from crawlers following the citeproc links on release landing pages.
* 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
| | | | | | The more complete fix is to actually render the JATS to HTML and display that. This is just to fix a nit with the most common case of XML tags in abstracts.
* 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
| | | | | Included making release search results an entity macro (in webface templates).
* 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