aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* rework container page (search, stats)Bryan Newbold2019-02-221-4/+35
|
* front-page tweaksBryan Newbold2019-02-221-16/+29
|
* add general and container-specific statsBryan Newbold2019-02-221-0/+48
|
* add container search to prod front pageBryan Newbold2019-02-201-1/+1
|
* refactor entity searchesBryan Newbold2019-02-202-0/+8
|
* add container searchBryan Newbold2019-02-201-0/+49
| | | | | | | And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored
* provenance, not progenyBryan Newbold2019-02-141-4/+4
|
* about page copy editingBryan Newbold2019-02-141-39/+39
| | | | Thanks Lucy!
* add photo attributionBryan Newbold2019-02-121-5/+5
|
* word-wrap big DOIsBryan Newbold2019-02-121-2/+2
|
* don't prefix URL with web.archive.orgBryan Newbold2019-02-121-1/+1
|
* search results: file_pdf_url -> best_pdf_urlBryan Newbold2019-02-121-2/+2
|
* auth required for creation; correct edit stub noteBryan Newbold2019-02-071-1/+1
|
* update front-page examples/linksBryan Newbold2019-02-071-7/+16
|
* update /aboutBryan Newbold2019-02-061-7/+18
|
* draft an about page; move RFC to separate URLBryan Newbold2019-02-062-181/+284
|
* update home pageBryan Newbold2019-02-061-7/+38
| | | | | "Beta" status (not "preview"). Makes some links/entities domain-specific (aka, prod/qa/dev)
* add 400 status pageBryan Newbold2019-02-051-0/+13
|
* fix file-to-release linksBryan Newbold2019-02-051-2/+2
|
* direct link to release (not DOI lookup)Bryan Newbold2019-02-011-1/+1
| | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent.
* fixes for new elastic transform view codeBryan Newbold2019-02-011-1/+1
|
* fix light grey bars in header CSSBryan Newbold2019-02-011-0/+4
|
* better flask error pagesBryan Newbold2019-02-015-1/+57
|
* fix editgroup_id referencesBryan Newbold2019-02-013-3/+3
|
* tweaks and fixes for new container extra schemaBryan Newbold2019-02-012-38/+48
|
* tweak crossref import, and update testsBryan Newbold2019-01-241-3/+3
|
* remove coden and abbrev from python toolsBryan Newbold2019-01-211-6/+0
|
* allow null release_refs (as opposed to empty list)Bryan Newbold2019-01-111-1/+1
|
* start fixing webface for editgroup changesBryan Newbold2019-01-111-8/+6
|
* use full-on autoaccept modeBryan Newbold2019-01-111-0/+0
| | | | | | | | Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description.
* decode GIT_REVISION earlierBryan Newbold2019-01-081-1/+1
|
* basic/crude IA loginBryan Newbold2019-01-073-1/+33
|
* basic OIDC auth workingBryan Newbold2019-01-031-1/+1
|
* account page and renamingBryan Newbold2019-01-034-5/+45
|
* several auth improvementsBryan Newbold2019-01-034-5/+64
|
* remove unused postgres-backed stats stuffBryan Newbold2018-12-241-104/+0
| | | | Will replace with elasticsearch-based dash in webface
* implement release_year (and rustfmt)Bryan Newbold2018-12-244-6/+13
|
* start handling redirects and deletions in webfaceBryan Newbold2018-12-211-0/+43
|
* SHA1 no longer required on file entitiesBryan Newbold2018-12-211-1/+1
|
* fix empty ISSN bug (container view)Bryan Newbold2018-12-031-2/+2
|
* webface: defer all javascript to end of bodyBryan Newbold2018-11-131-5/+5
|
* webface: add input form labelsBryan Newbold2018-11-133-6/+6
|
* refactor python modulesBryan Newbold2018-11-1221-0/+1764