- 16 May, 2022 4 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
Separate validating, tweaking, and sanitizing See merge request !119
-
Remi Rampin authored
Some validation functions only validated, while some would actually make a tweaked version and return it. This caused some issues where the function was called incorrectly (it returns the new value, which evaluates to True, but if the value is different this should be interpreted as a failed validation). The value-returning functions are now prefixed by `fix_` and have a purely-validating counterpart. In addition, don't bother sanitizing document filenames for filesystem use, just make sure they aren't very long. Sanitize them when we actually write to disk (e.g. in convert.py).
-
- 15 May, 2022 3 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
- 06 May, 2022 1 commit
-
-
Remi Rampin authored
-
- 02 May, 2022 4 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
- 01 May, 2022 5 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
Better error messages when opening bad DB version See merge request !110
-
Remi Rampin authored
-
- 30 Apr, 2022 4 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
Update dependencies See merge request !114
-
Remi Rampin authored
-
Remi Rampin authored
-
- 29 Apr, 2022 1 commit
-
-
Remi Rampin authored
-
- 27 Apr, 2022 2 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
- 23 Apr, 2022 1 commit
-
-
Remi Rampin authored
-
- 19 Apr, 2022 6 commits
-
-
Remi Rampin authored
Add an extra for postgres (psycopg2) See merge request !116
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
- 05 Apr, 2022 9 commits
-
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
Translation context Closes #193 See merge request !113
-
Remi Rampin authored
-
Remi Rampin authored
-