aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* html: experiment with lang menu rolesBryan Newbold2020-10-201-16/+16
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-203-29/+69
|
* html: add <a> rel tags where appropriateBryan Newbold2020-10-202-8/+8
|
* settings: real QA config valuesBryan Newbold2020-10-201-2/+2
|
* settings/make: default dynaconf environment nameBryan Newbold2020-10-202-4/+4
| | | | | Also override any .env value for dynaconf env when running tests or lint.
* more SIM metadata mappingsBryan Newbold2020-10-191-3/+31
|
* fmtBryan Newbold2020-10-191-1/+1
|
* settings: set prod to actual settings we are usingBryan Newbold2020-10-191-2/+3
|
* issue-db: use dynaconf settingsBryan Newbold2020-10-192-2/+6
|
* update Makefile issue-db targetsBryan Newbold2020-10-191-9/+9
|
* enable Norwegian (nb) in web interfaceBryan Newbold2020-10-192-4/+5
|
* i18n: add compiled .mo for Norwegian (nb)Bryan Newbold2020-10-191-0/+0
|
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2020-10-191-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)nautilusx2020-10-191-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/
* make issue-db: try to fix lazy dep buildingBryan Newbold2020-10-171-6/+3
|
* Merge branch 'bnewbold-update-workers'Bryan Newbold2020-10-167-25/+567
|\
| * initial fetch and index workersBryan Newbold2020-10-161-0/+238
| |
| * first implementation of Kafka worker base classBryan Newbold2020-10-161-0/+219
| |
| * SQUASH: proposalBryan Newbold2020-10-161-2/+17
| |
| * settings: kafka config and worker defaultsBryan Newbold2020-10-161-0/+9
| |
| * SIM pipeline: more language conversionsBryan Newbold2020-10-161-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 conversionBryan Newbold2020-10-161-23/+32
| |
| * schema: optional 'fetched' field on bundlesBryan Newbold2020-10-161-0/+2
| |
| * proposal: kafka update pipeline(s)Bryan Newbold2020-10-161-0/+47
| |
* | make: add issue-db targetBryan Newbold2020-10-161-0/+35
|/
* transform: refactor tag generation out of transform heavy methodBryan Newbold2020-10-161-28/+37
|
* lint: don't use default keyword for os.environ.get()Bryan Newbold2020-10-161-3/+1
| | | | pylint complains; not sure this is really valid
* refactor do_fulltext_search into smaller methodsBryan Newbold2020-10-161-52/+70
|
* web: add experimental Onion-Location HTML meta tagBryan Newbold2020-10-151-0/+5
|
* i18n: enable French and Spanish (fr, es)Bryan Newbold2020-10-152-1/+3
|
* recompile translation databases (.mo)Bryan Newbold2020-10-156-0/+0
|
* Translated using Weblate (French)Bryan Newbold2020-10-151-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 Newbold2020-10-151-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 Newbold2020-10-151-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 Newbold2020-10-151-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) translationBryan Newbold2020-10-151-0/+340
| | | | User request.
* i18n: start French (fr) translationBryan Newbold2020-10-151-0/+340
| | | | This rounds out the 6 UN languages.
* i18n: small string formatting updateBryan Newbold2020-10-159-35/+64
|
* update TODO listBryan Newbold2020-10-151-0/+38
|
* remove unused console.log()Bryan Newbold2020-10-151-1/+0
|
* Translated using Weblate (Russian)Bryan Newbold2020-10-151-2/+2
| | | | | | | Currently translated at 74.3% (55 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Russian)Artem2020-10-151-10/+9
| | | | | | | Currently translated at 74.3% (55 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* i18n: trim translated messageBryan Newbold2020-10-141-1/+1
|
* update translation .pot + .po filesBryan Newbold2020-10-146-295/+709
|
* accessibility: one more contrast tweakBryan Newbold2020-10-141-0/+3
|
* accessibility: style tweaks for constractBryan Newbold2020-10-143-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 tweaksBryan Newbold2020-10-143-6/+6
|
* i18n: enable arabic (ar)Bryan Newbold2020-10-142-1/+2
| | | | | There are no existing translated strings, but enabling to develop/demonstrate RTL design.
* web: improve translation taggingBryan Newbold2020-10-143-13/+24
|
* html: structure more semanticBryan Newbold2020-10-143-20/+21
|