stable
Clone or download
Read-only
story #6855 - Refactor ChildrenCollector in right path
Change-Id: I84c6622c618bda89fc3786c7d6d63c8f15830aac
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Action/CopyArtifact.class.php | +15 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +38 | −38 | Go to diff View file |
R | plugins/tracker/include/Tracker/XMLExporter/ChildrenCollector.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ArtifactXMLExporter.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueDateXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueFloatXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueIntegerXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueListXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueStringXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueTextXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueUnknownXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValue/ChangesetValueXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValueXMLExporterVisitor.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetValuesXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChangesetXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/ChildrenXMLExporter.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/FilePathXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/LocalAbsoluteFilePathXMLExporter.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/NullChildrenCollector.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLExporter/TooManyChildrenException.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLImporter/ArtifactImportedMapping.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLImporter/ChildrenXMLImporter.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLImporter/CopyArtifactInformationsAggregator.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLImporter/TrackerIdNotDefinedException.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/ChangesetXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeDateXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeFloatXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeIntegerXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeListXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeOpenListXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeStringXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeTextXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeUnknownXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChange/FieldChangeXMLUpdater.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/FieldChangeXMLUpdaterVisitor.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/TemporaryFileCreator.class.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/XMLUpdater/TemporaryFileXMLUpdater.class.php | Go to diff View file | ||
M | plugins/tracker/include/autoload.php | +42 | −42 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php | +14 | −14 | Go to diff View file |
R | plugins/tracker/tests/Tracker/XMLExporter/ChildrenCollectorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ArtifactXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueIntegerXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueListXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValuePermissionsOnArtifactXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValue/ChangesetValueTextXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValueXMLExporterVisitorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetValuesXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChangesetXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLExporter/ChildrenXMLExporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLImporter/ChildrenXMLImporterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLImporter/CopyArtifactInformationsAggregatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/ChangesetXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/FieldChange/FieldChangeDateXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/FieldChange/FieldChangeIntegerXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/FieldChange/FieldChangeListXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/FieldChange/FieldChangePermissionsOnArtifactXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/TemporaryFileCreatorTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/TemporaryFileXMLUpdaterTest.php | Go to diff View file | ||
R | plugins/tracker/tests/Tracker/XMLUpdater/_fixtures/toto.txt | Go to diff View file |