Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: add mastodon link | Bryan Newbold | 2022-11-15 | 1 | -0/+1 |
| | |||||
* | polish RSS feed generation, and add basic test coverage | Bryan Newbold | 2022-04-06 | 1 | -13/+7 |
| | |||||
* | initial implementation of RSS search feeds | Bryan Newbold | 2022-03-25 | 1 | -0/+15 |
| | | | | UI integration needs work | ||||
* | meta referrer: single string, no whitespace | Bryan Newbold | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | HTML: more strict referrer policy | Bryan Newbold | 2021-09-20 | 1 | -1/+2 |
| | |||||
* | enable Greek (el) translation (still partial) | Bryan Newbold | 2021-05-18 | 1 | -0/+1 |
| | |||||
* | web: don't clobber user input query when parsing | Bryan Newbold | 2021-04-30 | 1 | -0/+3 |
| | | | | | | | This is intended to be a UX improvement, to avoid adding double quotes around the query a user has pasted in. This does make the "parsing" behavior less transparent. | ||||
* | web: return English to top of translation list (oops) | Bryan Newbold | 2021-04-30 | 1 | -1/+1 |
| | |||||
* | enable initial Korean (ko) web interface translation | Bryan Newbold | 2021-04-30 | 1 | -1/+2 |
| | |||||
* | base template: typo | Bryan Newbold | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | i18n: Farsi is also RTL (and add Hebrew) | Bryan Newbold | 2021-03-23 | 1 | -2/+2 |
| | |||||
* | implement additional translation languages | Bryan Newbold | 2021-03-23 | 1 | -0/+4 |
| | |||||
* | web: re-phrase alpha banner notice; remove header tag | Bryan Newbold | 2021-03-04 | 1 | -1/+1 |
| | | | | | Note entirely removing it yet, and keeping the older verison around in comment so we can revert easily (and keep translated notice). | ||||
* | html/css: yet more RTL tweaks | Bryan Newbold | 2021-01-25 | 1 | -0/+6 |
| | |||||
* | html/css: refactor RTL filter bar code | Bryan Newbold | 2021-01-25 | 1 | -0/+13 |
| | |||||
* | html: small RTL style fixes | Bryan Newbold | 2021-01-25 | 1 | -1/+5 |
| | |||||
* | html: several UI fixes and tweaks | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | | | | | | | - title and highlight box misalignment - circle buttons ("action bar") alignment to left on mobile - vertical alignment of action bar and access buttons on mobile - smaller whitespace when no highlight/abstract | ||||
* | html: more UI tweaks and fixes | Bryan Newbold | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+3 |
| | |||||
* | html: access button/options tweaks | Bryan Newbold | 2021-01-21 | 1 | -6/+10 |
| | |||||
* | html: remove modal/polyfill code | Bryan Newbold | 2021-01-19 | 1 | -71/+0 |
| | |||||
* | html: new <detail> dropdown main link | Bryan Newbold | 2021-01-19 | 1 | -7/+13 |
| | |||||
* | html: tweak hover thumbnail CSS | Bryan Newbold | 2021-01-19 | 1 | -0/+15 |
| | |||||
* | html: replace citation modal with a click-behavior window | Bryan Newbold | 2021-01-19 | 1 | -0/+36 |
| | |||||
* | dialog polyfill: need to actually register on every element | Bryan Newbold | 2021-01-19 | 1 | -0/+7 |
| | |||||
* | html: tweaks to modal pop-ups | Bryan Newbold | 2021-01-19 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -6/+12 |
| | |||||
* | WIP: model pop-ups | Bryan Newbold | 2021-01-19 | 1 | -2/+60 |
| | |||||
* | serp: replace thumbnails with vertical buttons | Bryan Newbold | 2021-01-19 | 1 | -0/+10 |
| | |||||
* | html: some CSS refactoring; make journal row a macro | Bryan Newbold | 2021-01-15 | 1 | -3/+30 |
| | |||||
* | html: improvements to reactive search filters and main serp column | Bryan Newbold | 2021-01-15 | 1 | -0/+7 |
| | |||||
* | 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 |
| | |||||
* | serp: expand abstracts using <details> | Bryan Newbold | 2021-01-14 | 1 | -0/+10 |
| | | | | This isn't very polished, but a start, and uses no javascript. | ||||
* | 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! | ||||
* | html: better <title> | Bryan Newbold | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | make onion-location header configurable | Bryan Newbold | 2020-10-22 | 1 | -4/+2 |
| | |||||
* | integrate goatcounter JS (analytics) | Bryan Newbold | 2020-10-22 | 1 | -0/+4 |
| | |||||
* | update search form target metadata | Bryan Newbold | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -3/+32 |
| | |||||
* | html: add <a> rel tags where appropriate | Bryan Newbold | 2020-10-20 | 1 | -3/+3 |
| |