stable

Clone or download

Read-only

XML import - handle new attribute 'is_folder' for tracker

part of story #9468 import folders This patch only insert new tracker_id in new artifacts folder plugin. The next commit will enable to import new link type Change-id: I5dde224ee72349531c61c9f9260911f8bd3ef995

Modified Files

Name
M plugins/artifactsfolders/include/Folder/Dao.php +9 −0 Go to diff View file
M plugins/artifactsfolders/include/Folder/FolderUsageRetriever.php +11 −4 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +26 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +31 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +1 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +5 −0 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +5 −0 Go to diff View file