Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | huge update to i18n .pot file | Bryan Newbold | 2021-01-21 | 1 | -99/+519 |
| | |||||
* | partial update to CHANGELOG | Bryan Newbold | 2021-01-21 | 1 | -0/+5 |
| | |||||
* | refactor DOI domain lookup into python code; expand table | Bryan Newbold | 2021-01-21 | 3 | -29/+101 |
| | |||||
* | move a bit more CSS out of HTML | Bryan Newbold | 2021-01-21 | 2 | -15/+38 |
| | |||||
* | translation and accessibility tweaks | Bryan Newbold | 2021-01-21 | 2 | -16/+18 |
| | |||||
* | settings: enable citation queries by default | Bryan Newbold | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | citation: fixes to generic hack; remove bibtex hack | Bryan Newbold | 2021-01-21 | 1 | -31/+6 |
| | |||||
* | html: more UI tweaks and fixes | Bryan Newbold | 2021-01-21 | 4 | -149/+174 |
| | |||||
* | rewrite /help page | Bryan Newbold | 2021-01-21 | 1 | -39/+208 |
| | |||||
* | move translate icon to CSS | Bryan Newbold | 2021-01-21 | 2 | -4/+18 |
| | |||||
* | html: break out most CSS into separate file | Bryan Newbold | 2021-01-21 | 2 | -232/+234 |
| | | | | | The quantity of CSS has grown a lot and bundling in every request doesn't seem like the correct thing any more. | ||||
* | html: many tweaks and improvements | Bryan Newbold | 2021-01-21 | 3 | -37/+58 |
| | |||||
* | add permalink icon/link | Bryan Newbold | 2021-01-21 | 2 | -0/+8 |
| | |||||
* | html: access button/options tweaks | Bryan Newbold | 2021-01-21 | 2 | -110/+140 |
| | |||||
* | fixup: check for container.extra in indexing pipeline | Bryan Newbold | 2021-01-21 | 1 | -1/+3 |
| | |||||
* | html: remove modal/polyfill code | Bryan Newbold | 2021-01-19 | 3 | -974/+0 |
| | |||||
* | html: new <detail> dropdown main link | Bryan Newbold | 2021-01-19 | 2 | -57/+148 |
| | |||||
* | html: tweak hover thumbnail CSS | Bryan Newbold | 2021-01-19 | 2 | -1/+16 |
| | |||||
* | html: replace citation modal with a click-behavior window | Bryan Newbold | 2021-01-19 | 2 | -28/+61 |
| | |||||
* | html: add missing size format transform in access button | Bryan Newbold | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | html: fix modal div nesting | Bryan Newbold | 2021-01-19 | 1 | -57/+58 |
| | |||||
* | modals: polyfill works better when less nested | Bryan Newbold | 2021-01-19 | 1 | -3/+3 |
| | |||||
* | dialog polyfill: need to actually register on every element | Bryan Newbold | 2021-01-19 | 1 | -0/+7 |
| | |||||
* | html: only lazy-load thumbnail images | Bryan Newbold | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | html: tweaks to modal pop-ups | Bryan Newbold | 2021-01-19 | 2 | -3/+15 |
| | |||||
* | html: add conditional polyfill for dialog element | Bryan Newbold | 2021-01-19 | 3 | -1/+916 |
| | | | | This polyfill comes from Google | ||||
* | progress on modals; restyle buttons | Bryan Newbold | 2021-01-19 | 2 | -139/+90 |
| | |||||
* | WIP: model pop-ups | Bryan Newbold | 2021-01-19 | 2 | -101/+221 |
| | |||||
* | serp: replace thumbnails with vertical buttons | Bryan Newbold | 2021-01-19 | 2 | -32/+87 |
| | |||||
* | parse: tweak citation sniff routine | Bryan Newbold | 2021-01-19 | 1 | -3/+11 |
| | |||||
* | add citation query feature (disabled by default) | Bryan Newbold | 2021-01-19 | 3 | -17/+75 |
| | | | | | | This is operationally complex (queries hit 3x backend services!), so not enabled by default. Will need more testing; possibly circuit-breaking. Though haproxy should provide some of that automatically at this point. | ||||
* | refactor citation lookups; add high-level helper | Bryan Newbold | 2021-01-19 | 1 | -5/+32 |
| | |||||
* | parse: handle pre-quoted strings better | Bryan Newbold | 2021-01-19 | 1 | -1/+10 |
| | |||||
* | citation querying helpers (GROBID, fuzzycat, etc) | Bryan Newbold | 2021-01-19 | 1 | -0/+175 |
| | |||||
* | query parsing: sniff for citations; more corner cases | Bryan Newbold | 2021-01-19 | 1 | -7/+106 |
| | |||||
* | grobid2json: add namespace override option for some parsing | Bryan Newbold | 2021-01-19 | 1 | -3/+3 |
| | | | | | | | This is to make the reference parsing code re-usable with the simpler processCitations response, which is an XML fragment with no namespace. Should have no impact on existing code paths. | ||||
* | pipenv: fuzzycat | Bryan Newbold | 2021-01-19 | 2 | -13/+102 |
| | |||||
* | initial crude query parsing routines | Bryan Newbold | 2021-01-19 | 1 | -0/+71 |
| | |||||
* | initial notes on crude query parsing | Bryan Newbold | 2021-01-19 | 1 | -0/+18 |
| | |||||
* | notes on re-indexing under focal | Bryan Newbold | 2021-01-19 | 1 | -0/+31 |
| | |||||
* | fix indexing bug (false-y publisher_type?) | Bryan Newbold | 2021-01-18 | 1 | -0/+2 |
| | |||||
* | lint: fix small bugs and type annotations | Bryan Newbold | 2021-01-18 | 3 | -5/+6 |
| | |||||
* | settings: default to local search/indexing | Bryan Newbold | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | worker: switch to ES helper for bulk indexing | Bryan Newbold | 2021-01-18 | 1 | -8/+10 |
| | | | | | This seems to resolve the problems with index workers failing after a couple hundred docs. | ||||
* | add missing dotfiles (due to gitignore oops) | Bryan Newbold | 2021-01-18 | 4 | -0/+28 |
| | |||||
* | improve 'oa' tag calculation | Bryan Newbold | 2021-01-16 | 1 | -4/+4 |
| | |||||
* | small corrections to schema/transform | Bryan Newbold | 2021-01-16 | 2 | -3/+8 |
| | |||||
* | about: another small copy-editing tweak | Bryan Newbold | 2021-01-15 | 1 | -2/+2 |
| | |||||
* | html: actually remove redundant CSS | Bryan Newbold | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | make fmt | Bryan Newbold | 2021-01-15 | 2 | -14/+19 |
| |