stable

Clone or download

Read-only

Merge commit 'refs/changes/70/19270/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14997: Convert the statistics plugin to gettext

Modified Files

Name
M plugins/git/include/GitBackend.class.php +10 −10 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +15 −0 Go to diff View file
M plugins/statistics/include/AdminHeaderPresenter.php +14 −14 Go to diff View file
M plugins/statistics/include/DataExportPresenter.php +3 −3 Go to diff View file
M plugins/statistics/include/DataExportRouter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageGlobalPresenterBuilder.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageProjectsPresenter.php +9 −9 Go to diff View file
M plugins/statistics/include/DiskUsageRouter.php +6 −6 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +3 −3 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenter.php +10 −10 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenterBuilder.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageServicesSearchFieldsPresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenter.php +7 −7 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenter.php +7 −7 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageUserDetailsSearchFieldsPresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/Frequencies/FrequenciesPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/Frequencies/FrequenciesSearchFieldsPresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +6 −22 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +8 −8 Go to diff View file
M plugins/statistics/include/ProjectQuotaPresenter.php +24 −24 Go to diff View file
M plugins/statistics/include/ProjectsOverQuotaPresenter.php +8 −8 Go to diff View file
M plugins/statistics/include/SCMStatisticsPresenter.php +7 −7 Go to diff View file
M plugins/statistics/include/SearchFieldsPresenterBuilder.php +18 −18 Go to diff View file
M plugins/statistics/include/ServicesUsagePresenter.php +4 −4 Go to diff View file
M plugins/statistics/include/StatisticsPluginDescriptor.class.php +1 −1 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +15 −15 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +2 −2 Go to diff View file
M plugins/statistics/include/Statistics_Formatter_Scm.class.php +19 −19 Go to diff View file
M plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php +2 −2 Go to diff View file
M plugins/statistics/include/SystemEventQueueStatistics.php +1 −1 Go to diff View file
M plugins/statistics/include/UsageProgressPresenter.php +3 −3 Go to diff View file
M plugins/statistics/include/constants.php +0 −1 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +4 −4 Go to diff View file
D plugins/statistics/site-content/en_US/statistics.tab +0 −180 Go to diff View file
M plugins/statistics/site-content/fr_FR/LC_MESSAGES/tuleap-statistics.po +435 −0 Go to diff View file
D plugins/statistics/site-content/fr_FR/statistics.tab +0 −180 Go to diff View file
M plugins/statistics/www/index.php +2 −2 Go to diff View file
M plugins/statistics/www/project_quota.php +1 −1 Go to diff View file
M plugins/statistics/www/project_stat.php +9 −13 Go to diff View file
M plugins/statistics/www/scm_stats.php +1 −1 Go to diff View file
M plugins/statistics/www/services_usage.php +1 −1 Go to diff View file