[PR #784] [MERGED] User lang #2014

Closed
opened 2026-02-27 11:20:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/784
Author: @tonioo
Created: 11/14/2015
Status: Merged
Merged: 11/14/2015
Merged by: @tonioo

Base: masterHead: user_lang_766


📝 Commits (3)

📊 Changes

12 files changed (+118 additions, -58 deletions)

View changed files

📝 modoboa/core/__init__.py (+1 -2)
📝 modoboa/core/app_settings.py (+0 -30)
modoboa/core/constants.py (+18 -0)
📝 modoboa/core/forms.py (+4 -1)
modoboa/core/migrations/0005_user_language.py (+20 -0)
📝 modoboa/core/models.py (+9 -0)
📝 modoboa/core/templates/core/user_preferences.html (+13 -6)
📝 modoboa/core/tests.py (+2 -2)
📝 modoboa/core/views/auth.py (+5 -3)
📝 modoboa/core/views/user.py (+11 -4)
modoboa/lib/migrations/0004_auto_20151114_1409.py (+25 -0)
📝 modoboa/lib/parameters.py (+10 -10)

📄 Description

Move user language to model.

see #766


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/784 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 11/14/2015 **Status:** ✅ Merged **Merged:** 11/14/2015 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `user_lang_766` --- ### 📝 Commits (3) - [`0cd979d`](https://github.com/modoboa/modoboa/commit/0cd979d9a90d1905fa33b9edd789cf4695fe1e61) Move language to User model. - [`2ca7595`](https://github.com/modoboa/modoboa/commit/2ca759531cd0493fb595912d0a3e8c41f2959ecf) Fix unit test. - [`4d73d91`](https://github.com/modoboa/modoboa/commit/4d73d91fce5943cb08c666458d8464940b93ed55) Fix unit test. ### 📊 Changes **12 files changed** (+118 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/core/__init__.py` (+1 -2) 📝 `modoboa/core/app_settings.py` (+0 -30) ➕ `modoboa/core/constants.py` (+18 -0) 📝 `modoboa/core/forms.py` (+4 -1) ➕ `modoboa/core/migrations/0005_user_language.py` (+20 -0) 📝 `modoboa/core/models.py` (+9 -0) 📝 `modoboa/core/templates/core/user_preferences.html` (+13 -6) 📝 `modoboa/core/tests.py` (+2 -2) 📝 `modoboa/core/views/auth.py` (+5 -3) 📝 `modoboa/core/views/user.py` (+11 -4) ➕ `modoboa/lib/migrations/0004_auto_20151114_1409.py` (+25 -0) 📝 `modoboa/lib/parameters.py` (+10 -10) </details> ### 📄 Description Move user language to model. see #766 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2014
No description provided.