stable
Clone or download
Read-only
part of request #12509 Have plateform statistics in home page How to test - as annonymous go on platform homepage => no statistics are displayed - add $should_display_statistics = 1; in local.inc Go on your home page => artifacts statistics are displayed Change-Id: I7c03360646f69c1c5540c23ba165028a80b7c39d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +2 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201812051620_add_index_on_tracker_artifact_submitted_on.php | +41 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +20 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +22 | −3 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +3 | −0 | Go to diff View file |
M | src/common/layout/HomePage/StatisticsCollectionBuilder.php | +11 | −2 | Go to diff View file |
A | src/common/layout/HomePage/StatisticsCollectionCollector.php | +55 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +1 | −1 | Go to diff View file |