stable

Clone or download

Read-only

Merge commit 'refs/changes/69/19269/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14995: Convert (most of) the Agile Dashboard plugin to gettext

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +9 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +21 −28 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardConfigurationResponse.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/VirtualTopMilestoneCrumbBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +9 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstScrumCreator.php +3 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/ArtifactView.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPaneInfo.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPresenter.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2PaneInfo.php +1 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php +13 −17 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardPluginDescriptor.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +12 −12 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactParentsSelectorEventListener.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/ImportTemplateFormPresenter.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningAdminPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php +9 −15 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningOutOfHierarchyAdminPresenter.class.php +1 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php +7 −7 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +19 −27 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/LastLevelMilestone.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneAccessPresenter.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenterAbstract.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −4 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +0 −162 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +440 −2 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +0 −163 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +1 −1 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/BacklogRequiredTrackerCollection.php +1 −1 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/BacklogRequiredTrackerCollectionFormatter.php +1 −1 Go to diff View file
M plugins/velocity/tests/unit/Velocity/Semantic/BacklogRequiredTrackerCollectionTest.php +1 −4 Go to diff View file