stable
Clone or download
Read-only
part of: story #22687 distinguish projects with an icon How to test export a project with command line: ./php-launcher.sh export_project_xml.php --all -u <a_site_admin_user> -p <project_id> -o /usr/share/tuleap/export.zip If your project has an icon, then it is exported: <project unix-name="project" full-name="project" description="" access="public" icon-codepoint="☠️"> If it has no project icon, attribute `icon-codepoint' is not set Change-Id: Id00d168329d080e7919172f8f11db56e94cace61
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/ProjectXMLExporter.class.php | +8 | −1 | Go to diff View file |
M | tests/unit/common/Project/ProjectXMLExporterTest.php | +4 | −1 | Go to diff View file |