mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-06 13:10:03 +01:00
[PR #85] [MERGED] feat: add number format user setting and improve date format handling #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/85
Author: @eitchtee
Created: 1/27/2025
Status: ✅ Merged
Merged: 1/27/2025
Merged by: @eitchtee
Base:
main← Head:number_format📝 Commits (8)
7fe446erefactor: remove custom_date filtera08548bfeat: add local access to user and request from anywhere9589400feat: add number_format user setting3796112feat: monkey patch get_format to return usersettings187c56crefactor: remove user attr from datepicker80bad24refactor: remove custom_date filter81b8da3feat: add number_format to user_settings form331a7d5locale: update translations📊 Changes
27 files changed (+460 additions, -369 deletions)
View changed files
📝
app/WYGIWYH/settings.py(+1 -0)➕
app/apps/common/functions/format.py(+31 -0)📝
app/apps/common/middleware/localization.py(+11 -3)➕
app/apps/common/middleware/thread_local.py(+73 -0)➖
app/apps/common/templatetags/date.py(+0 -32)📝
app/apps/common/templatetags/formats.py(+1 -1)📝
app/apps/common/widgets/datepicker.py(+1 -17)📝
app/apps/common/widgets/decimal.py(+3 -1)📝
app/apps/currencies/forms.py(+2 -4)📝
app/apps/currencies/views/exchange_rates.py(+4 -4)📝
app/apps/dca/forms.py(+2 -2)📝
app/apps/dca/views.py(+4 -4)📝
app/apps/monthly_overview/views.py(+2 -2)📝
app/apps/transactions/filters.py(+3 -3)📝
app/apps/transactions/forms.py(+9 -13)📝
app/apps/transactions/views/installment_plans.py(+4 -6)📝
app/apps/transactions/views/recurring_transactions.py(+4 -8)📝
app/apps/transactions/views/transactions.py(+10 -16)📝
app/apps/users/forms.py(+14 -0)➕
app/apps/users/migrations/0017_usersettings_number_format.py(+18 -0)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.