stable

Clone or download

Read-only

Remove wiki documents from export/import

The wiki documents are referencing phpwiki pages. * wiki page content (phpwiki) is not part of the export, this leads to document targeting a non existing page, or an existing page which can have same name but not same content. * Recommendation is to use Mediawiki instead of PHPWiki Part of request #14507: XML import/export : docman Change-Id: Iba6c1a73ebebf88c1a1607c7ce15a8c04490316a

Modified Files

Name
M plugins/docman/include/Docman_ItemFactory.class.php +1 −2 Go to diff View file
M plugins/docman/include/XML/Export/XMLExportVisitor.php +11 −3 Go to diff View file
M plugins/docman/include/XML/Import/ImportProperties.php +0 −36 Go to diff View file
M plugins/docman/include/XML/Import/ImportPropertiesExtractor.php +0 −11 Go to diff View file
M plugins/docman/include/XML/Import/ItemImporter.php +0 −1 Go to diff View file
M plugins/docman/include/XML/Import/NodeImporter.php +0 −1 Go to diff View file
M plugins/docman/phpunit/XML/Export/XMLExportVisitorTest.php +2 −7 Go to diff View file
M plugins/docman/phpunit/XML/Import/ImportPropertiesExtractorTest.php +2 −8 Go to diff View file
M plugins/docman/phpunit/XML/Import/ImportPropertiesTest.php +0 −22 Go to diff View file
M plugins/docman/phpunit/XML/Import/ItemImporterTest.php +1 −1 Go to diff View file
M plugins/docman/phpunit/XML/Import/NodeImporterTest.php +0 −41 Go to diff View file
M plugins/docman/resources/docman-definition.rnc +0 −6 Go to diff View file
M plugins/docman/resources/docman-definition.rng +0 −10 Go to diff View file
M src/common/xml/resources/project/docman-definition.rng +0 −10 Go to diff View file