stable
Clone or download
Read-only
This is a follow-up to git #tuleap/stable/decc087dfa2c2ddc2d8485708071e0e873b020a4 The project template Issues is not anymore defined with XML files \o/ No functional changes expected. Part of request #22651: Convert Issue XML template to PHP code Change-Id: I660d5c2c51f87ec325eb068cccdfac6ea685b12b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackersv5/include/XML/Template/CompleteIssuesTemplate.php | +35 | −3 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +7 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Template/IssuesTemplate.php | +31 | −5 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +7 | −0 | Go to diff View file |
A | src/common/Dashboard/XML/XMLColumn.php | +58 | −0 | Go to diff View file |
A | src/common/Dashboard/XML/XMLDashboard.php | +57 | −0 | Go to diff View file |
A | src/common/Dashboard/XML/XMLLine.php | +73 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/IssuesTemplate.php | +3 | −19 | Go to diff View file |
A | src/common/Project/Registration/Template/IssuesTemplateDashboardDefinition.php | +124 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +1 | −1 | Go to diff View file |
M | src/common/Project/XML/XMLProject.php | +36 | −0 | Go to diff View file |
A | src/common/Widget/XML/XMLPreference.php | +61 | −0 | Go to diff View file |
A | src/common/Widget/XML/XMLPreferenceValue.php | +53 | −0 | Go to diff View file |
A | src/common/Widget/XML/XMLWidget.php | +57 | −0 | Go to diff View file |
M | test/unit/common/Project/XML/XMLProjectTest.php | +32 | −0 | Go to diff View file |
M | tests/unit/Tuleap/Tools/Xml2Php/Project/ProjectConvertorTest.php | +66 | −0 | Go to diff View file |
A | tests/unit/common/Dashboard/XML/XMLColumnTest.php | +56 | −0 | Go to diff View file |
A | tests/unit/common/Dashboard/XML/XMLDashboardTest.php | +61 | −0 | Go to diff View file |
A | tests/unit/common/Dashboard/XML/XMLLineTest.php | +72 | −0 | Go to diff View file |
A | tests/unit/common/Widget/XML/XMLPreferenceTest.php | +54 | −0 | Go to diff View file |
A | tests/unit/common/Widget/XML/XMLPreferenceValueTest.php | +56 | −0 | Go to diff View file |
A | tests/unit/common/Widget/XML/XMLWidgetTest.php | +56 | −0 | Go to diff View file |
D | tools/utils/setup_templates/issues/issue_template.xml | +0 | −85 | Go to diff View file |
D | tools/utils/setup_templates/issues/users.xml | +0 | −2 | Go to diff View file |
M | tools/utils/xml-templates-to-php/src/Project/ProjectConvertor.php | +94 | −0 | Go to diff View file |