stable

Clone or download

Read-only

Add backlog structure update into project history

implements request #40116 Add some project history Why? sometimes things happens on customer tracker and planning, conf might change , it will help debug support to have what happens in backlog structure How to test: Uplate a backlog planning, in project history an entrey is displayed containing the backlog id that have been updated, previous and current planning possibilities Change-Id: I9a0472d301181ad01c880d14e6bec103bc004fee

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +27 −139 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −0 Go to diff View file
A plugins/agiledashboard/include/Planning/BacklogHistoryEntry.php +61 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +56 −51 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +32 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +11 −0 Go to diff View file
M plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po +9 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php +10 −0 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +2 −0 Go to diff View file
M src/common/Project/Admin/GetProjectHistoryEntryValue.php +14 −29 Go to diff View file
M src/common/Project/Admin/History/GetHistoryKeyLabel.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistoryResultsPresenter.php +3 −4 Go to diff View file
M src/common/Project/Admin/ProjectHistorySearchPresenter.php +1 −1 Go to diff View file
M src/www/project/admin/project_admin_utils.php +6 −7 Go to diff View file