Commit Graph

3 Commits

Author SHA1 Message Date
Cristian Livadaru 4c92749046
change default database charset (#466)
utf8 delivers several issues with multiple sites (Invalid datetime format for example)
The recommendation from wallabag is to use utf8mb4 as mentioned here: https://github.com/wallabag/wallabag/issues/5116 and here: https://github.com/wallabag/wallabag/issues/4764

The default setup of wallabag in caprover uses utf8, adding this env variable solves the issue even for existing installs.
2021-07-19 21:42:28 -07:00
Simon Belbeoch 76cf35c938
Bsr normalize descriptions (#371)
* BSR: use check out as the fact to check instead of checkout

* BSR: remove useless whitespace

whitespaces removed are the whitespace at the end of the line of lines followed by empty lines on files where checkout was replaced by check out

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
2021-03-17 07:56:19 -04:00
kgnfth 77a42b34f8
added Wallabag #317 (#320) 2020-12-15 19:21:12 -05:00