mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #2011] [MERGED] Moving back the stats module to the core. #2403
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/modoboa/modoboa/pull/2011
Author: @tonioo
Created: 9/17/2020
Status: ✅ Merged
Merged: 9/17/2020
Merged by: @tonioo
Base:
master← Head:feature/messages_log📝 Commits (4)
be65d3bMoving back the stats module to the core.6766c0eAdded system packages to build RRDtool.cfb559eFixed unit tests.df07f8cImproved coverage.📊 Changes
73 files changed (+6424 additions, -6 deletions)
View changed files
📝
.travis.yml(+3 -1)📝
modoboa/admin/factories.py(+1 -0)📝
modoboa/admin/static/admin/js/admin.js(+4 -1)➕
modoboa/admin/templates/admin/domains_log_headers.html(+6 -0)➕
modoboa/admin/templates/admin/domains_logs.html(+9 -0)📝
modoboa/admin/templatetags/admin_tags.py(+7 -0)📝
modoboa/admin/tests/test_domain.py(+26 -0)📝
modoboa/admin/urls.py(+2 -0)📝
modoboa/admin/views/domain.py(+45 -3)📝
modoboa/core/commands/templates/settings.py.tpl(+1 -0)📝
modoboa/core/tests/test_views.py(+4 -1)➕
modoboa/maillog/__init__.py(+1 -0)➕
modoboa/maillog/apps.py(+16 -0)➕
modoboa/maillog/factories.py(+25 -0)➕
modoboa/maillog/forms.py(+59 -0)➕
modoboa/maillog/graphics.py(+269 -0)➕
modoboa/maillog/handlers.py(+38 -0)➕
modoboa/maillog/lib.py(+25 -0)➕
modoboa/maillog/locale/cs_CZ/LC_MESSAGES/django.po(+178 -0)➕
modoboa/maillog/locale/cs_CZ/LC_MESSAGES/djangojs.po(+24 -0)...and 53 more files
📄 Description
The stats module is definitly a core component.
This PR also implements a maillog viewer.
see #2010
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.