stable

Clone or download

Read-only

Get the time needed to collect disk stats

This is part of request #10045 Disk usage data are collected only for updated content These times are displayed as a log message in the system_event STATISTICS_DAILY Change-Id: I66ee3cf6d414380dbdf2a0b260fda1f3f9f55f1a

Modified Files

Name
M plugins/docman/include/docmanPlugin.class.php +16 −5 Go to diff View file
M plugins/forumml/include/forummlPlugin.class.php +20 −10 Go to diff View file
M plugins/git/include/gitPlugin.class.php +11 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +14 −2 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +72 −22 Go to diff View file
M plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php +22 −3 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +11 −2 Go to diff View file
M site-content/en_US/include/include.tab +1 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +2 −1 Go to diff View file
M src/common/date/DateHelper.class.php +14 −6 Go to diff View file
M tests/simpletest/common/date/DateHelperTest.php +7 −6 Go to diff View file