stable
Clone or download
Read-only
request #12509 Have plateform statistics in home page In home page a new block appears with the cumul of commits done in SVN Core and SVN plugin Change-Id: I22b88a2b2c47dc740f21ce30e34d236961a506c1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/SVN/Dao.php | +22 | −0 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +33 | −1 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | src/common/layout/HomePage/HomePageStatistic.php | +7 | −17 | Go to diff View file |
A | src/common/layout/HomePage/LastMonthStatisticsCollectorSVN.php | +64 | −0 | Go to diff View file |
M | src/common/layout/HomePage/StatisticsCollectionBuilder.php | +38 | −4 | Go to diff View file |
A | src/common/layout/HomePage/StatisticsCollectorSVN.php | +48 | −0 | Go to diff View file |
M | src/common/svn/SVN_LogDao.class.php | +22 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +4 | −1 | Go to diff View file |