stable

Clone or download

Read-only

Import XML: add import links into frs

this is part of story #9692 Have a field in the FRS where I can add a link Links should be now importable, syntax: <link name="test" url="http://example.com" release-time="2016-07-19T10:38:19+01:00"> <user format="username">goupix</user> </link> Change-Id: I90401e288de235bf4dc34d5b6450806f82777c2d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +4 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +4 −1 Go to diff View file
M src/common/frs/FRSXMLImporter.class.php +43 −15 Go to diff View file
M src/common/frs/UploadedLinksUpdater.php +2 −2 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +15 −6 Go to diff View file
M src/common/xml/resources/frs-definition.rnc +6 −0 Go to diff View file
M src/common/xml/resources/project/frs-definition.rng +26 −0 Go to diff View file
M src/utils/import_project_xml.php +4 −1 Go to diff View file
M src/www/file/file_utils.php +1 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +4 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +4 −1 Go to diff View file
M tests/simpletest/common/frs/FRSXMLImporterTest.php +84 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +2 −1 Go to diff View file