Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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! | |||||
* | pluralize result and 'additional' strings (for i18n) | Bryan Newbold | 2020-11-05 | 2 | -7/+25 | |
| | | | | Thanks to Mito Ivir on weblate for the recommendation. | |||||
* | html: better <title> | Bryan Newbold | 2020-10-22 | 4 | -1/+13 | |
| | ||||||
* | make onion-location header configurable | Bryan Newbold | 2020-10-22 | 1 | -4/+2 | |
| | ||||||
* | integrate goatcounter JS (analytics) | Bryan Newbold | 2020-10-22 | 3 | -3/+14 | |
| | ||||||
* | update frontend/backend config values | Bryan Newbold | 2020-10-22 | 1 | -1/+1 | |
| | ||||||
* | update search form target metadata | Bryan Newbold | 2020-10-21 | 3 | -3/+3 | |
| | ||||||
* | html: point to local semantic-ui CSS | Bryan Newbold | 2020-10-20 | 1 | -11/+2 | |
| | ||||||
* | html: remove already-disabled jquery and Javascript license | Bryan Newbold | 2020-10-20 | 1 | -38/+0 | |
| | ||||||
* | html: another RTL div style tweak | Bryan Newbold | 2020-10-20 | 1 | -2/+2 | |
| | ||||||
* | html: experiment with lang menu roles | Bryan Newbold | 2020-10-20 | 1 | -16/+16 | |
| | ||||||
* | html: several small tweaks and accessibility improvements | Bryan Newbold | 2020-10-20 | 3 | -29/+69 | |
| | ||||||
* | html: add <a> rel tags where appropriate | Bryan Newbold | 2020-10-20 | 2 | -8/+8 | |
| | ||||||
* | enable Norwegian (nb) in web interface | Bryan Newbold | 2020-10-19 | 1 | -3/+4 | |
| | ||||||
* | web: add experimental Onion-Location HTML meta tag | Bryan Newbold | 2020-10-15 | 1 | -0/+5 | |
| | ||||||
* | i18n: enable French and Spanish (fr, es) | Bryan Newbold | 2020-10-15 | 1 | -0/+2 | |
| | ||||||
* | remove unused console.log() | Bryan Newbold | 2020-10-15 | 1 | -1/+0 | |
| | ||||||
* | i18n: trim translated message | Bryan Newbold | 2020-10-14 | 1 | -1/+1 | |
| | ||||||
* | accessibility: one more contrast tweak | Bryan Newbold | 2020-10-14 | 1 | -0/+3 | |
| | ||||||
* | accessibility: style tweaks for constract | Bryan Newbold | 2020-10-14 | 3 | -15/+22 | |
| | | | | | | | | | Includes swapping the <head> CSS block to follow the CSS file link, so that file-local styles have precedence. Not sure I like all these changes, for example the link color and blue box colors. Blue "Show XYZ additional hits" message should probably be larger font for readability, not contrast. | |||||
* | web: right-to-left design tweaks | Bryan Newbold | 2020-10-14 | 3 | -6/+6 | |
| | ||||||
* | i18n: enable arabic (ar) | Bryan Newbold | 2020-10-14 | 1 | -0/+1 | |
| | | | | | There are no existing translated strings, but enabling to develop/demonstrate RTL design. | |||||
* | web: improve translation tagging | Bryan Newbold | 2020-10-14 | 3 | -13/+24 | |
| | ||||||
* | html: structure more semantic | Bryan Newbold | 2020-10-14 | 3 | -20/+21 | |
| | ||||||
* | serp: entire header links to page for SIM page hits | Bryan Newbold | 2020-10-14 | 1 | -1/+1 | |
| | | | | | | This was cleverly splitting the "Page NNN" part to be a page-level link, and the rest of the title as the issue-level, but this is too complex (and not visible to user). | |||||
* | web: add some img alt tags | Bryan Newbold | 2020-10-14 | 3 | -12/+12 | |
| | ||||||
* | footer: swap column order | Bryan Newbold | 2020-10-14 | 1 | -9/+9 | |
| | ||||||
* | footer: hide IA logo on tablet or smaller | Bryan Newbold | 2020-10-14 | 1 | -1/+1 | |
| | ||||||
* | web: rel=noopener for outlinks | Bryan Newbold | 2020-10-14 | 4 | -31/+31 | |
| | | | | | | | | | | Via Lighthouse. Apparently destination pages can reach-back to the opening window via JS API. Weird! Note that instead of noreferrer, we have a meta tag to have off-domain (off-origin) links only include the origin name (eg, hostname) instead of full URL with query paths. So we don't forward user queries to non-archive.org domains. | |||||
* | move homepage thumbnails into repo/domain | Bryan Newbold | 2020-10-14 | 1 | -8/+8 | |
| |