stable

Clone or download

Read-only

Refactoring: extract computation of nb users in dedicated object

Part of request #10109 Warn site admin that there are too many users on the platform No functional changes. Figures on site admin homepage should not change. Change-Id: Ia3bc55c2c2ceafbd08a3dd726ae0ca395843f83c

Modified Files

Name
A src/common/admin/Homepage/NbUsersByStatus.php +128 −0 Go to diff View file
A src/common/admin/Homepage/NbUsersByStatusBuilder.php +73 −0 Go to diff View file
A src/common/admin/Homepage/UserCounter.php +35 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/www/admin/index.php +10 −22 Go to diff View file