stable

Clone or download

Read-only

Refactoring: Inject ChangesetDataInitializator

No functional changes. In order to clear the path for next changesets about XMLImport vs DnDropped images in textareas, we should decrease the dependency on FormElement Factory. Part of story #13453: finish drag'n drop images in tracker text areas Change-Id: I46881448058576c4cc24c7dedad33b3fb6124912

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetCreatorBase.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetAtGivenDateCreator.class.php +3 −19 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreator.class.php +2 −18 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetAtGivenDateCreator.class.php +2 −24 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php +2 −24 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +39 −49 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +4 −2 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +4 −2 Go to diff View file