stable

Clone or download

Read-only

Allow plugins to add additional badges in user statistics widget

Part of request #10109 Warn site admin that there are too many users on the platform No functional changes. You should still have the following metrics: * Per activities * Active or restricted users using mode lab The last one is extracted in a StatisticsPresente for the example. Change-Id: I9f9866ffbb052aa1fa5c24d7796b56d6e3114a6f

Modified Files

Name
A src/common/admin/Homepage/StatisticsBadgePresenter.php +41 −0 Go to diff View file
A src/common/admin/Homepage/StatisticsPresenter.php +37 −0 Go to diff View file
M src/common/admin/Homepage/UsersStatisticsPresenter.php +3 −6 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/event/Event.class.php +9 −0 Go to diff View file
M src/templates/admin/homepage/users-statistics.mustache +10 −6 Go to diff View file
M src/www/admin/index.php +22 −1 Go to diff View file