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
main
number_format
7fe446e
a08548b
9589400
3796112
187c56c
80bad24
81b8da3
331a7d5
27 files changed (+460 additions, -369 deletions)
📝 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)
app/WYGIWYH/settings.py
app/apps/common/functions/format.py
app/apps/common/middleware/localization.py
app/apps/common/middleware/thread_local.py
app/apps/common/templatetags/date.py
app/apps/common/templatetags/formats.py
app/apps/common/widgets/datepicker.py
app/apps/common/widgets/decimal.py
app/apps/currencies/forms.py
app/apps/currencies/views/exchange_rates.py
app/apps/dca/forms.py
app/apps/dca/views.py
app/apps/monthly_overview/views.py
app/apps/transactions/filters.py
app/apps/transactions/forms.py
app/apps/transactions/views/installment_plans.py
app/apps/transactions/views/recurring_transactions.py
app/apps/transactions/views/transactions.py
app/apps/users/forms.py
app/apps/users/migrations/0017_usersettings_number_format.py
...and 7 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.