stable

Clone or download

Read-only

feat: project text file export is deprecated

The feature is planned to be removed in June 2022. We should warn end user about this deletion. I took the opportunity to convert this front page to BurningParrot. This will help to add project xml export later. Only basic styling is used in the new table since it will be deleted. Part of request #24983: Removal of legacy project data export Change-Id: I5b611e72d3492b609bff03dba8379d1fb1d8d8f7

Modified Files

Name
M plugins/docman/include/docmanPlugin.php +5 −9 Go to diff View file
M site-content/en_US/project/project.tab +0 −11 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +29 −1 Go to diff View file
M site-content/fr_FR/project/project.tab +0 −11 Go to diff View file
A src/common/Project/Admin/Export/ProjectExportController.php +131 −0 Go to diff View file
M src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +15 −0 Go to diff View file
A src/templates/project/admin/export.mustache +77 −0 Go to diff View file
M src/www/project/export/index.php +1 −126 Go to diff View file