-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix localization in #3224 #3227
Labels
Comments
hughrun
added a commit
to hughrun/bookwyrm
that referenced
this issue
Jan 20, 2024
- improve nginx config - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int - translate fallback value in id_to_username template tag - make location of setting to turn on user exports easier to locate for admins fixes bookwyrm-social#3227 fixes bookwyrm-social#3231 fixes bookwyrm-social#3232 fixes bookwyrm-social#3236
MaggieFero
added a commit
to phildini/bookwyrm
that referenced
this issue
Mar 2, 2024
* fix multiple issues from user exports config changes - improve nginx config - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int - translate fallback value in id_to_username template tag - make location of setting to turn on user exports easier to locate for admins fixes bookwyrm-social#3227 fixes bookwyrm-social#3231 fixes bookwyrm-social#3232 fixes bookwyrm-social#3236 * fix comment in env example * Fixes translation tags * Add search for author * Support DATA_UPLOAD_MAX_MEMORY_MiB, only, in .env Since arithmetic is not allowed in .env files, a change in unit for the variable seems most usable. * Adds production.conf security configuration missing in version 0.7.2 --------- Co-authored-by: Hugh Rundle <[email protected]> Co-authored-by: Mouse Reeve <[email protected]> Co-authored-by: Bart Schuurmans <[email protected]> Co-authored-by: Adeodato Simó <[email protected]> Co-authored-by: Hugh Rundle <[email protected]> Co-authored-by: FoW <[email protected]>
MaggieFero
added a commit
to phildini/bookwyrm
that referenced
this issue
Mar 3, 2024
* fix multiple issues from user exports config changes - improve nginx config - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int - translate fallback value in id_to_username template tag - make location of setting to turn on user exports easier to locate for admins fixes bookwyrm-social#3227 fixes bookwyrm-social#3231 fixes bookwyrm-social#3232 fixes bookwyrm-social#3236 * fix comment in env example * Fixes translation tags * Add search for author * Support DATA_UPLOAD_MAX_MEMORY_MiB, only, in .env Since arithmetic is not allowed in .env files, a change in unit for the variable seems most usable. * Adds production.conf security configuration missing in version 0.7.2 * Add timeout to isbn.py An instance of requests.get in isbn.py lacks a timeout, and this commit adds one with a default of 15 as used other places in the code, where requests.get does already have a timeout. * Add timeout to base_activity.py An instance of requests.get was missing a timeout; this commit adds a timeout of 15 as used in other places in this codebase which already have timeouts. * Typo fix Add a comma * Remove duplicate types-requests==2.31.0.2 The types-requests==2.31.0.2 dependency was double-listed right next to each other; this commit removes one. * Alphabetize requirements.txt Alphabetize requirements.txt for developer convenience; this helps to find duplicates and unnecessarily-pinned subdependencies, as well as making the file easier to read and use. * Upgrade Python Version from 3.9 to 3.11 * Disable Pylint Failure for imghdr deprecation for now * Upgrade Celery to 5.3.1 * Upgrade django-celery-beat to 2.5.0 * Upgrade django-compressor to 4.4 * Upgrade flower to 2.0.0 * Add grpcio pin @ 1.57.0 * Pin Tornado at 6.3.3 * Upgrade Pylint to 2.15.0 * Upgrade pytest to 6.2.5 * Pin setuptools at 65.5.1 * Fix typo in operator * Add extra space required by linter * Fix spacing for linter * Add linter exclusion for TBookWyrmModel --------- Co-authored-by: Hugh Rundle <[email protected]> Co-authored-by: Mouse Reeve <[email protected]> Co-authored-by: Bart Schuurmans <[email protected]> Co-authored-by: Adeodato Simó <[email protected]> Co-authored-by: Hugh Rundle <[email protected]> Co-authored-by: FoW <[email protected]>
MaggieFero
pushed a commit
to phildini/bookwyrm
that referenced
this issue
May 14, 2024
- improve nginx config - fix DATA_UPLOAD_MAX_MEMORY_SIZE default not being an int - translate fallback value in id_to_username template tag - make location of setting to turn on user exports easier to locate for admins fixes bookwyrm-social#3227 fixes bookwyrm-social#3231 fixes bookwyrm-social#3232 fixes bookwyrm-social#3236
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #3224
Also check whether this is part of the translations documentation.
The text was updated successfully, but these errors were encountered: