stable
Clone or download
Read-only
story #8570: Import Files (FRS)
Change-Id: I70700e1a6778d4e8d1d291a38a346129508bfbf4
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +1 | β1 | Go to diff View file |
M | src/common/autoload.php | +5 | β2 | Go to diff View file |
M | src/common/dao/FRSFileDao.class.php | +1 | β5 | Go to diff View file |
A | src/common/dao/FRSFileTypeDao.class.php | +42 | β0 | Go to diff View file |
A | src/common/dao/FRSProcessorDao.class.php | +46 | β0 | Go to diff View file |
M | src/common/frs/FRSFile.class.php | +21 | β8 | Go to diff View file |
M | src/common/frs/FRSFileFactory.class.php | +18 | β9 | Go to diff View file |
M | src/common/frs/FRSPackageFactory.class.php | +16 | β0 | Go to diff View file |
M | src/common/frs/FRSRelease.class.php | +1 | β2 | Go to diff View file |
M | src/common/frs/FRSReleaseFactory.class.php | +26 | β5 | Go to diff View file |
A | src/common/frs/FRSXMLImporter.class.php | +225 | β0 | Go to diff View file |
M | src/common/project/ProjectXMLImporter.class.php | +9 | β0 | Go to diff View file |
M | src/common/project/XML/Import/ZipArchive.php | +1 | β1 | Go to diff View file |
A | src/common/xml/resources/frs-definition.rnc | +34 | β0 | Go to diff View file |
A | src/common/xml/resources/project/frs-definition.rng | +107 | β0 | Go to diff View file |
M | src/common/xml/resources/project/project.rnc | +4 | β2 | Go to diff View file |
M | src/common/xml/resources/project/project.rng | +11 | β5 | Go to diff View file |
M | tests/simpletest/common/frs/FRSFileFactoryTest.php | +69 | β1 | Go to diff View file |
A | tests/simpletest/common/frs/FRSXMLImporterTest.php | +284 | β0 | Go to diff View file |