stable
Clone or download
Read-only
Nobody complained about the deprecation (warning in the interface and in the [deprecation guide][0]). It's time to clean up. Now the project data export deals only with XML project structure export. Since this feature is hidden behind a feature flag, the menu entry is only displayed if the feature flag is activated. BTW the feature flag is not anymore based on URL parameter. Part of request #24983: Removal of legacy project data export [0]: https://github.com/Enalean/tuleap-documentation-en/blame/13.9/languages/en/deploy.rst#L47 Change-Id: Id691e388a9d65c24426e872bd84bc58d8710c58f
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/docman/include/Docman_PermissionsExport.class.php | +0 | −224 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +0 | −36 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po | +0 | −41 | Go to diff View file |
M | plugins/docman/site-content/pt_BR/LC_MESSAGES/tuleap-docman.po | +0 | −38 | Go to diff View file |
M | site-content/en_US/project/project.tab | +0 | −57 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +1 | −29 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +0 | −59 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +0 | −25 | Go to diff View file |
M | src/common/Config/GetConfigKeys.php | +2 | −0 | Go to diff View file |
M | src/common/Project/Admin/Export/ProjectExportController.php | +10 | −48 | Go to diff View file |
M | src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php | +10 | −3 | Go to diff View file |
M | src/templates/project/admin/export.mustache | +0 | −78 | Go to diff View file |
M | src/www/project/export/access_logs_export.php | +0 | −27 | Go to diff View file |
D | src/www/project/export/artifact_deps_export.php | +0 | −105 | Go to diff View file |
D | src/www/project/export/artifact_export.php | +0 | −155 | Go to diff View file |
D | src/www/project/export/artifact_history_export.php | +0 | −142 | Go to diff View file |
D | src/www/project/export/index.php | +0 | −118 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +0 | −62 | Go to diff View file |
D | src/www/project/export/user_groups_export.php | +0 | −120 | Go to diff View file |