Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | tweak abstract truncation | Johannah Sprinz | 2022-02-08 | 1 | -2/+2 |
| | | | | truncate abstracts longer than 550 chars at the 500 char mark | ||||
* | meta referrer: single string, no whitespace | Bryan Newbold | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | codespell fixes | Bryan Newbold | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | web: remove spurious whitespace from another i18n string | Bryan Newbold | 2021-11-12 | 1 | -2/+2 |
| | |||||
* | try tweaking 'Support and Acknowledgements' title on about page, to fix i18n | Bryan Newbold | 2021-11-10 | 1 | -3/+1 |
| | |||||
* | add some missing trans blocks on <h3> tags | Bryan Newbold | 2021-11-10 | 1 | -2/+2 |
| | | | | Thanks to milotype for noticing! | ||||
* | html: homepage example card titles as links | Bryan Newbold | 2021-09-21 | 1 | -4/+4 |
| | | | | Thanks to Jefferson B for noticing | ||||
* | HTML: more strict referrer policy | Bryan Newbold | 2021-09-20 | 1 | -1/+2 |
| | |||||
* | web: permalink button goes to landing page, if one exists | Bryan Newbold | 2021-08-12 | 1 | -1/+1 |
| | | | | Old URLs should continue to work. | ||||
* | web: clear goatcounter title for fulltext links | Bryan Newbold | 2021-08-12 | 1 | -4/+4 |
| | |||||
* | config: remove 'scholar-svc500' name from QA config | Bryan Newbold | 2021-08-03 | 1 | -1/+0 |
| | |||||
* | web: access_redirect_fallback mechanism | Bryan Newbold | 2021-07-26 | 1 | -0/+35 |
| | | | | | | | | | | | | This adds a helper code path that "tries harder" to find an access link, by querying the fatcat API directly to look for any file from any release associated with the work. If it finds a match, it does the redirect as usual (but does log the incident). If no match can be found, there is now a more helpful access-specific 404 error page. If the *work* is a 404, the generic error page is shown. | ||||
* | web: fix paper.fulltext is None error | Bryan Newbold | 2021-07-24 | 1 | -1/+1 |
| | |||||
* | fix jinja2/babel deprecations | Bryan Newbold | 2021-06-11 | 2 | -5/+5 |
| | |||||
* | update citation_pdf_url HTML meta tag to new access URL style | Bryan Newbold | 2021-06-11 | 1 | -2/+2 |
| | |||||
* | web: add goatcounter tracking to more download buttons | Bryan Newbold | 2021-06-02 | 1 | -4/+4 |
| | |||||
* | web: fix fatcat.wiki search option link | Bryan Newbold | 2021-05-24 | 1 | -1/+1 |
| | |||||
* | enable Greek (el) translation (still partial) | Bryan Newbold | 2021-05-18 | 1 | -0/+1 |
| | |||||
* | web: add mellon grant acknowledgement to about page | Bryan Newbold | 2021-05-18 | 1 | -0/+11 |
| | |||||
* | iterate on PDF redirect links | Bryan Newbold | 2021-05-17 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | web: make landing page 'canonical' links absolute URLs | Bryan Newbold | 2021-04-30 | 1 | -1/+1 |
| | |||||
* | web: use absolute URLs to sitemaps and in citation_pdf_url | Bryan Newbold | 2021-04-30 | 1 | -4/+3 |
| | |||||
* | iterate on access redirects and landing page implementation | Bryan Newbold | 2021-04-27 | 1 | -19/+19 |
| | | | | Small code refactors and minimal test coverage | ||||
* | web: initial implementation of work landing page and citation_pdf_url access ↵ | Bryan Newbold | 2021-04-23 | 2 | -1/+49 |
| | | | | | | | | | | | | redirect The initial intent is to have something that can be used by indexing services to pull the citation_pdf_url meta tag and bounce to a direct IA PDF access URL. For now the landing page stubs are just formatted as SERP results. Presumbably these will get re-styled at some point and include citation graph links, etc. | ||||
* | base template: typo | Bryan Newbold | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | web: small typos | Bryan Newbold | 2021-03-25 | 1 | -2/+2 |
| | | | | Thanks for catching these gio | ||||
* | 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 |
| | |||||
* | i18n: wrap /about page with translation tags; update .pot | Bryan Newbold | 2021-03-23 | 2 | -33/+30 |
| | |||||
* | update dblp title/note | Bryan Newbold | 2021-03-22 | 1 | -1/+1 |
| | | | | Closes #65. | ||||
* | homepage: fix typo | Bryan Newbold | 2021-03-10 | 1 | -1/+1 |
| | | | | Thanks for the eagle eyes, @BroadwayCrit from twitter! | ||||
* | web: fix pagination limit | Bryan Newbold | 2021-03-09 | 1 | -1/+1 |
| | | | | Reported by curiouscats on HN; thanks! | ||||
* | web: re-phrase alpha banner notice; remove header tag | Bryan Newbold | 2021-03-04 | 3 | -4/+11 |
| | | | | | Note entirely removing it yet, and keeping the older verison around in comment so we can revert easily (and keep translated notice). | ||||
* | homepage: fix 'more' link | Bryan Newbold | 2021-03-02 | 1 | -1/+1 |
| | |||||
* | html: fix 'clear filters' alignment (add class) | Bryan Newbold | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | help page: typos and missing spaces due to i18n | Bryan Newbold | 2021-01-25 | 1 | -2/+4 |
| | | | | Thanks Cari for finding these. | ||||
* | i18n: use babel.numbers.format_number() in web interface | Bryan Newbold | 2021-01-25 | 2 | -8/+10 |
| | |||||
* | html/css: yet more RTL tweaks | Bryan Newbold | 2021-01-25 | 2 | -1/+7 |
| | |||||
* | css: padding around pagination text | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | | | | Eg, for English. | ||||
* | html: update next/prev links to used named HTML entities | Bryan Newbold | 2021-01-25 | 1 | -4/+4 |
| | | | | | Also, include the entities in the translation string (for clarify and RTL translation). | ||||
* | html/css: refactor RTL filter bar code | Bryan Newbold | 2021-01-25 | 3 | -3/+17 |
| | |||||
* | html: small RTL style fixes | Bryan Newbold | 2021-01-25 | 1 | -1/+5 |
| | |||||
* | html: constrain thumbnail size better | Bryan Newbold | 2021-01-25 | 1 | -1/+1 |
| | | | | Fixes some safari and mobile UI bugs. | ||||
* | html: fix pagination box on mobile | Bryan Newbold | 2021-01-25 | 2 | -13/+19 |
| | |||||
* | html: several UI fixes and tweaks | Bryan Newbold | 2021-01-25 | 3 | -14/+11 |
| | | | | | | | - 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 |