aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web
Commit message (Collapse)AuthorAgeFilesLines
* web: update front-page statsBryan Newbold2022-10-211-3/+3
|
* citeproc: also check/protect the bibtext fetch pathBryan Newbold2022-04-261-1/+8
|
* html: yet another webcapture template check bugfixBryan Newbold2022-04-261-1/+1
|
* citeproc with missing surname is HTTP 400, not 500Bryan Newbold2022-04-261-1/+1
|
* web: partially handle CSL author missing pathBryan Newbold2022-04-181-1/+9
|
* web: another release/webcapture jinja2 checkBryan Newbold2022-04-081-1/+1
|
* Merge branch 'bnewbold-dataset-ingest-fixes'Bryan Newbold2022-04-073-26/+88
|\
| * web: improve no-file release page behaviorBryan Newbold2022-04-071-12/+13
| |
| * web: fileset manifest table as 'single line' class, with scrolling overflowBryan Newbold2022-04-071-1/+3
| |
| * web: fileset manifest table to front (z-index) and widthBryan Newbold2022-04-051-1/+1
| |
| * web: refactor fileset manifest displayBryan Newbold2022-03-311-14/+65
| |
| * web metadata display: multi-line for some array valuesBryan Newbold2022-03-311-0/+8
| |
* | Fix typo "Registery" in templatesFederico Leva2022-03-311-1/+1
|/
* quick fix: coverage searchBryan Newbold2022-03-091-1/+2
|
* web editing: set entity status, eg when re-editingBryan Newbold2022-03-092-1/+12
|
* web editing: fix links between edit tabs for re-editing behaviorBryan Newbold2022-03-097-11/+14
|
* Merge branch 'bnewbold-container-web' into 'master'bnewbold2022-03-1010-335/+778
|\ | | | | | | | | container web interface improvements See merge request webgroup/fatcat!140
| * hack around mypy complaintsBryan Newbold2022-02-152-5/+8
| |
| * containers: update preservation pageBryan Newbold2022-02-153-81/+101
| | | | | | | | Mostly adding copy and a KBART holdings page.
| * web: update container landing pageBryan Newbold2022-02-152-46/+65
| |
| * container browse: more polishBryan Newbold2022-02-153-25/+48
| |
| * web: small improvements to release SERP rowsBryan Newbold2022-02-151-1/+4
| |
| * container browse: refactor count data structure to fix sortingBryan Newbold2022-02-153-30/+79
| |
| * containers: small fixes to browse viewBryan Newbold2022-02-151-3/+8
| |
| * web: tweak 'generic' / container mix-in search result behaviorBryan Newbold2022-02-151-1/+10
| |
| * web: remove generic entity fields from 'metadata' tabBryan Newbold2022-02-152-4/+17
| |
| * containers: iterate on browse interface, showing year/volume/issueBryan Newbold2022-02-113-51/+94
| |
| * containers: progress on browse interfaceBryan Newbold2022-02-114-28/+146
| |
| * container browse: quick fix type annotationBryan Newbold2022-02-091-1/+1
| |
| * move container_status ES query code from fatcat_web to fatcat_toolsBryan Newbold2022-02-092-153/+18
| | | | | | | | | | | | The main motivation is to never have fatcat_tools import from fatcat_web, only vica-versa. Some code in fatcat_tools needs container stats, so starting with that code path (plus some generic helpers).
| * containers: initial work on 'browse' featureBryan Newbold2022-02-094-1/+107
| |
| * web: move search-in-container to dedicated tabBryan Newbold2022-02-094-3/+119
| |
| * search: improve container_id handlingBryan Newbold2022-02-091-27/+6
| |
| * container SERP: fix layout on mobileBryan Newbold2022-02-092-54/+62
| |
| * container search: iterate on SERP page (including stats)Bryan Newbold2022-02-093-10/+72
| |
| * container: scholars portal kbart link; unknown type displayBryan Newbold2022-02-091-1/+3
| |
* | update sentry SDK configurationBryan Newbold2022-02-252-10/+5
|/
* Merge remote-tracking branch 'github/master'Bryan Newbold2022-02-091-1/+7
|\
| * Display unknown abstract formatJohannah Sprinz2022-02-081-3/+7
| |
| * hide abstract format if NoneJohannah Sprinz2022-02-081-1/+3
| |
* | web: update homepage preservation svg imageBryan Newbold2022-02-092-2/+6
| |
* | web: editgroup and editor underscore redirect helpersBryan Newbold2022-02-091-0/+10
| |
* | release SERP: show wikidata QIDBryan Newbold2022-02-081-0/+3
| |
* | editing: correct button/form namesBryan Newbold2022-02-082-2/+2
| |
* | release: tweak preservation label textBryan Newbold2022-02-081-2/+2
|/
* container view: don't display status/type if unknownBryan Newbold2022-02-071-2/+8
|
* web: switch 'perpetual access' terminology to 'preservation'Bryan Newbold2022-02-073-9/+9
|
* web: handle abstract with no mimetypeBryan Newbold2022-02-071-1/+1
| | | | | Good example of a bug where type annotations on entity classes would help.
* search: fix 'max() arg is an empty sequence'Bryan Newbold2022-02-041-2/+2
|
* search: add a circuit break on very large volume rangesBryan Newbold2022-02-041-0/+2
|