[PR #1622] [MERGED] Added DNS configuration page for domain. #2275

Closed
opened 2026-02-27 12:10:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1622
Author: @tonioo
Created: 11/20/2018
Status: Merged
Merged: 11/20/2018
Merged by: @tonioo

Base: masterHead: feature/dns_config_page


📝 Commits (1)

  • 76ee15c Added DNS configuration page for domain.

📊 Changes

10 files changed (+119 additions, -6 deletions)

View changed files

📝 modoboa/admin/forms/domain.py (+1 -1)
📝 modoboa/admin/models/domain.py (+1 -1)
📝 modoboa/admin/templates/admin/_domain_dnschecks_status.html (+2 -0)
📝 modoboa/admin/templates/admin/domain_detail.html (+5 -1)
📝 modoboa/dnstools/locale/en/LC_MESSAGES/django.po (+24 -1)
📝 modoboa/dnstools/locale/fr/LC_MESSAGES/django.po (+25 -2)
modoboa/dnstools/templates/dnstools/domain_dns_configuration.html (+33 -0)
📝 modoboa/dnstools/tests.py (+6 -0)
📝 modoboa/dnstools/urls.py (+3 -0)
📝 modoboa/dnstools/views.py (+19 -0)

📄 Description

see #1621


🔄 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/1622 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 11/20/2018 **Status:** ✅ Merged **Merged:** 11/20/2018 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/dns_config_page` --- ### 📝 Commits (1) - [`76ee15c`](https://github.com/modoboa/modoboa/commit/76ee15c388604826238d0d82b481c8b50b3dcfa1) Added DNS configuration page for domain. ### 📊 Changes **10 files changed** (+119 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/forms/domain.py` (+1 -1) 📝 `modoboa/admin/models/domain.py` (+1 -1) 📝 `modoboa/admin/templates/admin/_domain_dnschecks_status.html` (+2 -0) 📝 `modoboa/admin/templates/admin/domain_detail.html` (+5 -1) 📝 `modoboa/dnstools/locale/en/LC_MESSAGES/django.po` (+24 -1) 📝 `modoboa/dnstools/locale/fr/LC_MESSAGES/django.po` (+25 -2) ➕ `modoboa/dnstools/templates/dnstools/domain_dns_configuration.html` (+33 -0) 📝 `modoboa/dnstools/tests.py` (+6 -0) 📝 `modoboa/dnstools/urls.py` (+3 -0) 📝 `modoboa/dnstools/views.py` (+19 -0) </details> ### 📄 Description see #1621 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:14 +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#2275
No description provided.