Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | basic support for excluding web content from index | Bryan Newbold | 2021-01-22 | 1 | -1/+1 | |
| | | | | Based on particular patterns in metadata, or exclusion lists in settings | |||||
* | html: more i18n template coverage, and less whitespace | Bryan Newbold | 2021-01-22 | 2 | -6/+3 | |
| | ||||||
* | for lookup (direct) and permalink queries, auto-expand result | Bryan Newbold | 2021-01-22 | 2 | -3/+4 | |
| | ||||||
* | html: small UI tweaks | Bryan Newbold | 2021-01-22 | 1 | -7/+7 | |
| | ||||||
* | swap tag order to keep OA (orange) grouped | Bryan Newbold | 2021-01-21 | 1 | -4/+4 | |
| | ||||||
* | doi domain display: handle /help page | Bryan Newbold | 2021-01-21 | 2 | -3/+8 | |
| | ||||||
* | quick fix: help page try button text should be white | Bryan Newbold | 2021-01-21 | 1 | -1/+1 | |
| | ||||||
* | refactor DOI domain lookup into python code; expand table | Bryan Newbold | 2021-01-21 | 1 | -29/+5 | |
| | ||||||
* | move a bit more CSS out of HTML | Bryan Newbold | 2021-01-21 | 1 | -14/+16 | |
| | ||||||
* | translation and accessibility tweaks | Bryan Newbold | 2021-01-21 | 2 | -16/+18 | |
| | ||||||
* | html: more UI tweaks and fixes | Bryan Newbold | 2021-01-21 | 3 | -26/+26 | |
| | ||||||
* | rewrite /help page | Bryan Newbold | 2021-01-21 | 1 | -39/+208 | |
| | ||||||
* | move translate icon to CSS | Bryan Newbold | 2021-01-21 | 1 | -4/+2 | |
| | ||||||
* | html: break out most CSS into separate file | Bryan Newbold | 2021-01-21 | 1 | -232/+3 | |
| | | | | | 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 | 1 | -0/+6 | |
| | ||||||
* | html: access button/options tweaks | Bryan Newbold | 2021-01-21 | 2 | -110/+140 | |
| | ||||||
* | html: remove modal/polyfill code | Bryan Newbold | 2021-01-19 | 1 | -71/+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 | 1 | -1/+13 | |
| | | | | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | html: publisher is title text for container name | Bryan Newbold | 2021-01-15 | 1 | -1/+1 | |
| | ||||||
* | html: some CSS refactoring; make journal row a macro | Bryan Newbold | 2021-01-15 | 2 | -42/+72 | |
| | ||||||
* | html: improvements to reactive search filters and main serp column | Bryan Newbold | 2021-01-15 | 3 | -23/+31 | |
| | ||||||
* | html: date hover text for years | Bryan Newbold | 2021-01-14 | 1 | -1/+1 | |
| | ||||||
* | about: small copy editing changes | Bryan Newbold | 2021-01-14 | 1 | -13/+6 | |
| | ||||||
* | serp: refactor ext id display into macro; add dblp,doaj | Bryan Newbold | 2021-01-14 | 1 | -15/+26 | |
| | ||||||
* | serp: tweak display of tag labels | Bryan Newbold | 2021-01-14 | 1 | -2/+6 | |
| | ||||||
* | fastapi: add basic error/exception handler and page | Bryan Newbold | 2021-01-14 | 1 | -0/+31 | |
| | ||||||
* | html: try goatcounter title redaction again | Bryan Newbold | 2021-01-14 | 1 | -1/+1 | |
| | | | | | If the value is actually null, goatcounter uses the default, so setting an empty string. Waiting to confirm if this actually works. | |||||
* | html: resolve footer float on large screens using CSS calc() | Bryan Newbold | 2021-01-14 | 1 | -1/+1 | |
| | ||||||
* | html: fix 'rounded' header bar | Bryan Newbold | 2021-01-14 | 1 | -2/+3 | |
| | ||||||
* | goatcounter: supress 'title', for privacy | Bryan Newbold | 2021-01-14 | 1 | -0/+7 | |
| | ||||||
* | help: fix hanging sentence in 'known issues' section | Bryan Newbold | 2021-01-14 | 1 | -1/+1 | |
| | ||||||
* | serp: expand abstracts using <details> | Bryan Newbold | 2021-01-14 | 2 | -1/+15 | |
| | | | | This isn't very polished, but a start, and uses no javascript. | |||||
* | search: show fewer, shorter highlights. sort by score. | Bryan Newbold | 2021-01-14 | 1 | -1/+1 | |
| | ||||||
* | web: fix pagination numbering lower-bound | Bryan Newbold | 2020-11-18 | 1 | -1/+1 | |
| | | | | | | | | | Offset/limit are zero-indexed in code, with lower bound inclusive and upper bound exclusive. But we should display as one-indexed, with lower and upper bounds exclusive. Eg, first three hits are "1 to 3" (not "0 to 3") and next three are "4 to 6" (not "3 to 6"). Thanks to @milotype for catching this. | |||||
* | i18n: add web interface support for 'hr' (Croatian) | Bryan Newbold | 2020-11-18 | 1 | -0/+1 | |
| | | | | Thanks to @milotype for starting this new translation on weblate! |