| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make fmt | Bryan Newbold | 2020-06-29 | 4 | -13/+22 |
| | | |||||
| * | fixes to schema parsing from prod | Bryan Newbold | 2020-06-29 | 1 | -9/+13 |
| | | |||||
| * | include GROBID-extracted abstracts in search documents | Bryan Newbold | 2020-06-29 | 2 | -10/+23 |
| | | |||||
| * | update TODO.txt | Bryan Newbold | 2020-06-29 | 1 | -28/+6 |
| | | |||||
| * | Search Inside -> Search | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | fix SIM highlight HTML escapes | Bryan Newbold | 2020-06-29 | 1 | -3/+7 |
| | | | | | Thanks to Merlijn for finding the broken examples in QA. | ||||
| * | recommend search filter changes on no hits page | Bryan Newbold | 2020-06-29 | 1 | -0/+18 |
| | | |||||
| * | note about highlight encoding in ES 7.x | Bryan Newbold | 2020-06-29 | 1 | -0/+2 |
| | | |||||
| * | OA logo SVG file (small) (unused) | Bryan Newbold | 2020-06-29 | 1 | -0/+19 |
| | | | | | via wikimedia commons. Public Domain. | ||||
| * | small improvements to SIM metadata maps | Bryan Newbold | 2020-06-29 | 1 | -6/+11 |
| | | |||||
| * | update stage and withdrawn display; tweak other result styles | Bryan Newbold | 2020-06-29 | 1 | -10/+12 |
| | | |||||
| * | remove confusing unlock logo from OA tag | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | alt/hover text for json tag link | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | remove 'metadata' tag/link now that title goes to fatcat landing | Bryan Newbold | 2020-06-29 | 1 | -5/+0 |
| | | |||||
| * | un-collapse only to same issue, not uncollapse-all-hits | Bryan Newbold | 2020-06-29 | 2 | -10/+16 |
| | | | | | | This is user expecation, and was a lingering TODO with initial implementation. | ||||
| * | search titles link to fatcat.wiki landing pages | Bryan Newbold | 2020-06-29 | 1 | -13/+1 |
| | | | | | Not entirely settled on this decision, but trying it for now. | ||||
| * | settings: QA point to search.fatcat.wiki | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | fixes to pagination display | Bryan Newbold | 2020-06-29 | 1 | -1/+5 |
| | | |||||
| * | fix search order default label | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | | | | | Thanks for the catch Alexis R! | ||||
| * | fixes for pdf_meta dict | Bryan Newbold | 2020-06-29 | 1 | -1/+2 |
| | | |||||
| * | remove old COVID19 thumbnail hack | Bryan Newbold | 2020-06-29 | 3 | -3/+3 |
| | | |||||
| * | fetch pdftotext and pdf_meta from blobs, postgrest | Bryan Newbold | 2020-06-29 | 4 | -43/+72 |
| | | | | | | This replaces the temporary COVID-19 content hack with production content (text, thumbnail URLs) stored in postgrest and seaweedfs. | ||||
| * | makefile: deps -> dep | Bryan Newbold | 2020-06-29 | 1 | -2/+2 |
| | | |||||
| * | update translation files | Bryan Newbold | 2020-06-04 | 5 | -86/+104 |
| | | |||||
| * | commit production work-around (temporarily) | Bryan Newbold | 2020-06-04 | 1 | -1/+2 |
| | | |||||
| * | add WIP notes to repo | Bryan Newbold | 2020-06-04 | 3 | -0/+168 |
| | | |||||
| * | first iteration of an API query helper | Bryan Newbold | 2020-06-04 | 1 | -0/+117 |
| | | | | | If fatcat-cli was ready, could just use that instead. Oh well! | ||||
| * | mouse-over explantion for weird lack-of-logo | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | more label/tag tweaks | Bryan Newbold | 2020-06-04 | 1 | -1/+8 |
| | | |||||
| * | less scary unknown release_type display | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | fix fatcat container links | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | | |||||
| * | iterate on tag label display | Bryan Newbold | 2020-06-04 | 1 | -4/+15 |
| | | |||||
| * | tweak search box hint text | Bryan Newbold | 2020-06-04 | 2 | -2/+2 |
| | | |||||
| * | fix OA filter | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | | |||||
| * | 'tag' alias for 'tags' | Bryan Newbold | 2020-06-04 | 1 | -0/+1 |
| | | |||||
| * | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 7 | -20/+57 |
| | | |||||
| * | fmt | Bryan Newbold | 2020-06-04 | 3 | -1/+12 |
| | | |||||
| * | more type annotations and fixes | Bryan Newbold | 2020-06-04 | 2 | -19/+23 |
| | | |||||
| * | start some annotaition fixes for pytype | Bryan Newbold | 2020-06-03 | 5 | -7/+16 |
| | | |||||
| * | flake8-annotation linting | Bryan Newbold | 2020-06-03 | 9 | -19/+34 |
| | | | | | Added some new annotations; need to finish more. | ||||
| * | makefile: more lints; fixes | Bryan Newbold | 2020-06-03 | 1 | -4/+21 |
| | | | | | - allow digits in "help" targets | ||||
| * | more flake8 | Bryan Newbold | 2020-06-03 | 3 | -3/+3 |
| | | |||||
| * | flake8 fixes (partial) | Bryan Newbold | 2020-06-03 | 12 | -51/+22 |
| | | |||||
| * | more i18n template updates | Bryan Newbold | 2020-06-03 | 1 | -11/+55 |
| | | |||||
| * | reformat python code with black | Bryan Newbold | 2020-06-03 | 15 | -519/+797 |
| | | |||||
| * | pipenv: flake8 and pytypes | Bryan Newbold | 2020-06-03 | 2 | -84/+167 |
| | | |||||
| * | update translation files | Bryan Newbold | 2020-06-03 | 4 | -25/+129 |
| | | |||||
| * | fixes from running pipeline | Bryan Newbold | 2020-06-03 | 1 | -1/+2 |
| | | | | | Not caught by mypi/lint? Hrm. | ||||
| * | add a 'scholarly' to homepage text | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | | |||||
| * | front page merge sentances | Bryan Newbold | 2020-06-03 | 1 | -2/+1 |
| | | |||||
