stable

Clone or download

Read-only

Remove remaining plugin_admindelegation entry in .tab

Get rid of legacy way of defining widget category. Before this commit each widget would give a category short name which were used as secondary key to retrieve the category label. This forced plugins like admindelegation to define a widget_categ_label entry in a .tab file. Now every widget has to give directly the category so that there isn't anymore "magic" computation to be able to display the category. This closes request #13065: Convert admindelegation to gettext Change-Id: I2e0630aa598cc9f64146a9a479dc3fc12b756c7a

Modified Files

Name
M plugins/admindelegation/include/AdminDelegation_ShowProjectWidget.class.php +1 −1 Go to diff View file
M plugins/admindelegation/include/AdminDelegation_UserWidget.class.php +1 −1 Go to diff View file
D plugins/admindelegation/site-content/en_US/admindelegation.tab +0 −2 Go to diff View file
M plugins/admindelegation/site-content/fr_FR/LC_MESSAGES/tuleap-admindelegation.po +10 −2 Go to diff View file
D plugins/admindelegation/site-content/fr_FR/admindelegation.tab +0 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +1 −1 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +0 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +4 −1 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +0 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearch.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_Embedded.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocman.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocmanSearch.class.php +10 −10 Go to diff View file
M plugins/docman/site-content/en_US/docman.tab +0 −1 Go to diff View file
M plugins/docman/site-content/fr_FR/docman.tab +0 −1 Go to diff View file
M plugins/git/include/Git_Widget_ProjectPushes.class.php +2 −2 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +1 −1 Go to diff View file
M plugins/hudson/include/HudsonWidget.class.php +1 −1 Go to diff View file
M plugins/hudson/site-content/en_US/hudson.tab +0 −2 Go to diff View file
M plugins/hudson/site-content/fr_FR/LC_MESSAGES/tuleap-hudson.po +5 −2 Go to diff View file
M plugins/hudson/site-content/fr_FR/hudson.tab +0 −2 Go to diff View file
M plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php +1 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +0 −1 Go to diff View file
M plugins/statistics/site-content/fr_FR/LC_MESSAGES/tuleap-statistics.po +8 −3 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +0 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/TimeTrackingOverview.php +1 −1 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/UserWidget.php +1 −1 Go to diff View file
M plugins/timetracking/site-content/en_US/timetracking.tab +0 −3 Go to diff View file
M plugins/timetracking/site-content/fr_FR/timetracking.tab +0 −3 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +1 −1 Go to diff View file
M site-content/en_US/widget/widget.tab +0 −7 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/fr_FR/widget/widget.tab +0 −7 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/Add/WidgetsByCategoryPresenter.php +1 −1 Go to diff View file
M src/common/widget/Widget.class.php +4 −2 Go to diff View file
M src/common/widget/Widget_MyArtifacts.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_MyLatestSvnCommits.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_MyMonitoredForums.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_MyMonitoredFp.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_ProjectLatestCommits.class.php +1 −1 Go to diff View file
M src/common/widget/Widget_ProjectLatestFileReleases.class.php +4 −4 Go to diff View file
M src/common/widget/Widget_ProjectSvnStats.class.php +1 −1 Go to diff View file