Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial implementation of filters | Bryan Newbold | 2020-04-08 | 1 | -3/+5 |
| | |||||
* | refactor search to use elasticsearch-dsl | Bryan Newbold | 2020-04-08 | 1 | -0/+2 |
| | |||||
* | webface: disable 404, 5xx custom error pages | Bryan Newbold | 2020-04-08 | 1 | -11/+11 |
| | | | | | | | | These break with 'lang_code' errors in our translation setup, I think because in this context we don't yet know what the language is. A work-around might be to manually set the language in the error handler function. | ||||
* | wrangle lang_code / error templates a bit more | Bryan Newbold | 2020-04-03 | 1 | -7/+14 |
| | | | | | Still not perfect: a 404 is always in 'en' and all links are then not in the local lang. | ||||
* | UI tweaks, i18n prep | Bryan Newbold | 2020-04-03 | 1 | -2/+6 |
| | |||||
* | webface: refactoring of style | Bryan Newbold | 2020-04-02 | 1 | -0/+2 |
| | |||||
* | first iteration of web interface | Bryan Newbold | 2020-04-01 | 1 | -0/+112 |
Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat. |