aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes to schema parsing from prodBryan Newbold2020-06-291-9/+13
|
* include GROBID-extracted abstracts in search documentsBryan Newbold2020-06-292-10/+23
|
* update TODO.txtBryan Newbold2020-06-291-28/+6
|
* Search Inside -> SearchBryan Newbold2020-06-291-1/+1
|
* fix SIM highlight HTML escapesBryan Newbold2020-06-291-3/+7
| | | | Thanks to Merlijn for finding the broken examples in QA.
* recommend search filter changes on no hits pageBryan Newbold2020-06-291-0/+18
|
* note about highlight encoding in ES 7.xBryan Newbold2020-06-291-0/+2
|
* OA logo SVG file (small) (unused)Bryan Newbold2020-06-291-0/+19
| | | | via wikimedia commons. Public Domain.
* small improvements to SIM metadata mapsBryan Newbold2020-06-291-6/+11
|
* update stage and withdrawn display; tweak other result stylesBryan Newbold2020-06-291-10/+12
|
* remove confusing unlock logo from OA tagBryan Newbold2020-06-291-1/+1
|
* alt/hover text for json tag linkBryan Newbold2020-06-291-1/+1
|
* remove 'metadata' tag/link now that title goes to fatcat landingBryan Newbold2020-06-291-5/+0
|
* un-collapse only to same issue, not uncollapse-all-hitsBryan Newbold2020-06-292-10/+16
| | | | | This is user expecation, and was a lingering TODO with initial implementation.
* search titles link to fatcat.wiki landing pagesBryan Newbold2020-06-291-13/+1
| | | | Not entirely settled on this decision, but trying it for now.
* settings: QA point to search.fatcat.wikiBryan Newbold2020-06-291-1/+1
|
* fixes to pagination displayBryan Newbold2020-06-291-1/+5
|
* fix search order default labelBryan Newbold2020-06-291-1/+1
| | | | Thanks for the catch Alexis R!
* fixes for pdf_meta dictBryan Newbold2020-06-291-1/+2
|
* remove old COVID19 thumbnail hackBryan Newbold2020-06-293-3/+3
|
* fetch pdftotext and pdf_meta from blobs, postgrestBryan Newbold2020-06-294-43/+72
| | | | | This replaces the temporary COVID-19 content hack with production content (text, thumbnail URLs) stored in postgrest and seaweedfs.
* makefile: deps -> depBryan Newbold2020-06-291-2/+2
|
* update translation filesBryan Newbold2020-06-045-86/+104
|
* commit production work-around (temporarily)Bryan Newbold2020-06-041-1/+2
|
* add WIP notes to repoBryan Newbold2020-06-043-0/+168
|
* first iteration of an API query helperBryan Newbold2020-06-041-0/+117
| | | | If fatcat-cli was ready, could just use that instead. Oh well!
* mouse-over explantion for weird lack-of-logoBryan Newbold2020-06-041-1/+1
|
* more label/tag tweaksBryan Newbold2020-06-041-1/+8
|
* less scary unknown release_type displayBryan Newbold2020-06-041-1/+1
|
* fix fatcat container linksBryan Newbold2020-06-041-2/+2
|
* iterate on tag label displayBryan Newbold2020-06-041-4/+15
|
* tweak search box hint textBryan Newbold2020-06-042-2/+2
|
* fix OA filterBryan Newbold2020-06-041-1/+1
|
* 'tag' alias for 'tags'Bryan Newbold2020-06-041-0/+1
|
* collapse pages by SIM issueBryan Newbold2020-06-047-20/+57
|
* fmtBryan Newbold2020-06-043-1/+12
|
* more type annotations and fixesBryan Newbold2020-06-042-19/+23
|
* start some annotaition fixes for pytypeBryan Newbold2020-06-035-7/+16
|
* flake8-annotation lintingBryan Newbold2020-06-039-19/+34
| | | | Added some new annotations; need to finish more.
* makefile: more lints; fixesBryan Newbold2020-06-031-4/+21
| | | | - allow digits in "help" targets
* more flake8Bryan Newbold2020-06-033-3/+3
|
* flake8 fixes (partial)Bryan Newbold2020-06-0312-51/+22
|
* more i18n template updatesBryan Newbold2020-06-031-11/+55
|
* reformat python code with blackBryan Newbold2020-06-0315-519/+797
|
* pipenv: flake8 and pytypesBryan Newbold2020-06-032-84/+167
|
* update translation filesBryan Newbold2020-06-034-25/+129
|
* fixes from running pipelineBryan Newbold2020-06-031-1/+2
| | | | Not caught by mypi/lint? Hrm.
* add a 'scholarly' to homepage textBryan Newbold2020-06-031-1/+1
|
* front page merge sentancesBryan Newbold2020-06-031-2/+1
|
* improve text scrubbingBryan Newbold2020-06-032-13/+36
| | | | | | | | | | Was going to use textpipe, but dependency was too large and failed to install with halfway modern GCC (due to CLD2 issue): https://github.com/GregBowyer/cld2-cffi/issues/12 So instead basically pulled out the clean_text function, which is quite short.