mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #1021] [MERGED] Move global statistics to admin dashboard. #2090
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#2090
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/1021
Author: @tonioo
Created: 2/7/2017
Status: ✅ Merged
Merged: 2/7/2017
Merged by: @tonioo
Base:
master← Head:feature/move_global_stats_to_dashboard📝 Commits (2)
d640c65Move global statistics to admin dashboard.40b06b8Fixed unit test.📊 Changes
13 files changed (+119 additions, -129 deletions)
View changed files
📝
modoboa/admin/handlers.py(+23 -0)➕
modoboa/admin/templates/admin/_global_statistics_widget.html(+20 -0)➕
modoboa/admin/templates/admin/_per_domain_statistics_widget.html(+17 -0)➖
modoboa/admin/templates/admin/domain_statistics.html(+0 -63)📝
modoboa/admin/templatetags/admin_tags.py(+0 -5)📝
modoboa/admin/tests/test_domain.py(+6 -7)📝
modoboa/admin/urls.py(+0 -2)📝
modoboa/admin/views/__init__.py(+1 -2)📝
modoboa/admin/views/domain.py(+2 -27)📝
modoboa/core/signals.py(+2 -0)➕
modoboa/core/templates/core/_latest_news_widget.html(+23 -0)📝
modoboa/core/templates/core/dashboard.html(+8 -21)📝
modoboa/core/views/dashboard.py(+17 -2)📄 Description
see #1020
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.