Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | work pipeline comparison fix | Bryan Newbold | 2020-10-28 | 1 | -0/+3 | |
| | ||||||
* | web: fix lang detection (include 'en') | Bryan Newbold | 2020-10-28 | 2 | -1/+11 | |
| | | | | | If a user had any non-english language preference, was defaulting to that, even if 'en' had higher preference. | |||||
* | fixes to issue_db tests | Bryan Newbold | 2020-10-23 | 1 | -3/+1 | |
| | ||||||
* | issuedb: use fatcat API config from settings | Bryan Newbold | 2020-10-23 | 1 | -1/+5 | |
| | ||||||
* | basic test for issue-db pipeline | Bryan Newbold | 2020-10-23 | 1 | -12/+17 | |
| | ||||||
* | improve test coverage | Bryan Newbold | 2020-10-22 | 1 | -0/+5 | |
| | ||||||
* | make fmt | Bryan Newbold | 2020-10-22 | 1 | -1/+3 | |
| | ||||||
* | web: basic Accept-Language HTTP negotiation | Bryan Newbold | 2020-10-22 | 2 | -1/+38 | |
| | ||||||
* | remove minor unused imports | Bryan Newbold | 2020-10-22 | 2 | -2/+0 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove spurious debugging print() in robots.txt handler | Bryan Newbold | 2020-10-21 | 1 | -1/+0 | |
| | ||||||
* | improve search logging and exception chaining | Bryan Newbold | 2020-10-21 | 1 | -5/+6 | |
| | ||||||
* | set up sentry exception handling | Bryan Newbold | 2020-10-21 | 2 | -4/+29 | |
| | ||||||
* | 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 | |
| | ||||||
* | add semantic-ui v2.4.2 CSS, with tweaks/removals | Bryan Newbold | 2020-10-20 | 1 | -0/+445 | |
| | ||||||
* | add semantic-ui v2.4.2 font and image files | Bryan Newbold | 2020-10-20 | 12 | -0/+1884 | |
| | ||||||
* | add Lato font from google fonts (used by semantic-ui) | Bryan Newbold | 2020-10-20 | 21 | -0/+1826 | |
| | ||||||
* | 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 | |
| | ||||||
* | more SIM metadata mappings | Bryan Newbold | 2020-10-19 | 1 | -3/+31 | |
| | ||||||
* | fmt | Bryan Newbold | 2020-10-19 | 1 | -1/+1 | |
| | ||||||
* | issue-db: use dynaconf settings | Bryan Newbold | 2020-10-19 | 1 | -2/+5 | |
| | ||||||
* | enable Norwegian (nb) in web interface | Bryan Newbold | 2020-10-19 | 2 | -4/+5 | |
| | ||||||
* | i18n: add compiled .mo for Norwegian (nb) | Bryan Newbold | 2020-10-19 | 1 | -0/+0 | |
| | ||||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2020-10-19 | 1 | -77/+95 | |
| | | | | | | | Currently translated at 91.8% (68 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/nb_NO/ | |||||
* | Translated using Weblate (German) | nautilusx | 2020-10-19 | 1 | -20/+26 | |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/ | |||||
* | initial fetch and index workers | Bryan Newbold | 2020-10-16 | 1 | -0/+238 | |
| | ||||||
* | first implementation of Kafka worker base class | Bryan Newbold | 2020-10-16 | 1 | -0/+219 | |
| | ||||||
* | SIM pipeline: more language conversions | Bryan Newbold | 2020-10-16 | 1 | -2/+5 | |
| | | | | | Not sure where these language strings are coming from, but these were from existing SIM item metadata in archive.org | |||||
* | SIM pipeline: refactor issue item fetching and bundle conversion | Bryan Newbold | 2020-10-16 | 1 | -23/+32 | |
| | ||||||
* | schema: optional 'fetched' field on bundles | Bryan Newbold | 2020-10-16 | 1 | -0/+2 | |
| | ||||||
* | transform: refactor tag generation out of transform heavy method | Bryan Newbold | 2020-10-16 | 1 | -28/+37 | |
| | ||||||
* | lint: don't use default keyword for os.environ.get() | Bryan Newbold | 2020-10-16 | 1 | -3/+1 | |
| | | | | pylint complains; not sure this is really valid | |||||
* | refactor do_fulltext_search into smaller methods | Bryan Newbold | 2020-10-16 | 1 | -52/+70 | |
| | ||||||
* | 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 | 2 | -1/+3 | |
| | ||||||
* | recompile translation databases (.mo) | Bryan Newbold | 2020-10-15 | 6 | -0/+0 | |
| | ||||||
* | Translated using Weblate (French) | Bryan Newbold | 2020-10-15 | 1 | -73/+92 | |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/fr/ | |||||
* | Translated using Weblate (Spanish) | Bryan Newbold | 2020-10-15 | 1 | -74/+92 | |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/es/ | |||||
* | Translated using Weblate (Arabic) | Bryan Newbold | 2020-10-15 | 1 | -75/+90 | |
| | | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ar/ | |||||
* | Translated using Weblate (Chinese (Simplified)) | Bryan Newbold | 2020-10-15 | 1 | -18/+17 | |
| | | | | | | | Currently translated at 82.4% (61 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/ | |||||
* | i18n: start Norwegian (nb) translation | Bryan Newbold | 2020-10-15 | 1 | -0/+340 | |
| | | | | User request. | |||||
* | i18n: start French (fr) translation | Bryan Newbold | 2020-10-15 | 1 | -0/+340 | |
| | | | | This rounds out the 6 UN languages. |