stable
Clone or download
Read-only
This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: - On Siteadmin > Statistics > disk usage or export data if you enter start date greater than end date you should see error message translated. - On Siteadmin > Statistics > disk usage > one user detail you should see a graph with translated titles. Change-Id: I523c47a191235078f2348f2e25279ee4d51e53ef
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/include/DataExportPresenterBuilder.php | +4 | −0 | Go to diff View file |
M | plugins/statistics/include/DataExportRouter.php | +9 | −12 | Go to diff View file |
M | plugins/statistics/include/DiskUsageRouter.php | +25 | −16 | Go to diff View file |
M | plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php | +4 | −0 | Go to diff View file |
M | plugins/statistics/include/SearchFieldsPresenterBuilder.php | +8 | −0 | Go to diff View file |
A | plugins/statistics/include/StartDateGreaterThanEndDateException.php | +27 | −0 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageGraph.class.php | +3 | −3 | Go to diff View file |
M | plugins/statistics/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/site-content/en_US/statistics.tab | +2 | −2 | Go to diff View file |
M | plugins/statistics/site-content/fr_FR/statistics.tab | +4 | −5 | Go to diff View file |
M | plugins/statistics/www/disk_usage.php | +0 | −72 | Go to diff View file |
M | plugins/statistics/www/disk_usage_graph.php | +5 | −6 | Go to diff View file |
M | plugins/statistics/www/index.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/www/scm_stats.php | +7 | −10 | Go to diff View file |
M | plugins/statistics/www/services_usage.php | +7 | −9 | Go to diff View file |