stable

Clone or download

Read-only

Refactoring: continue usage of IDuplicateSemantic

- Fix namespace issue: there should not be a \Tracker namespace - Fix variable name and event that were not containing anymore factories - Add missing implements statement for BackgroundColorSemanticFactory - Remove intermediate \Cardwall_Semantic_CardFieldsFactory::duplicate() No functional changes Part of story #12537 configure my burndown/up & sprint with a start date & end date Change-Id: I6e05d5245c4c492a002a5831787c3eaf81fb226a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php +3 −3 Go to diff View file
M plugins/cardwall/include/Semantic/BackgroundColorSemanticFactory.php +3 −1 Go to diff View file
M plugins/cardwall/include/Semantic/CardFieldsFactory.class.php +3 −52 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +7 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/CollectionOfFieldsDuplicator.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/IDuplicateSemantic.php +2 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/IRetrieveSemanticFromXML.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicator.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php +15 −15 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php +10 −10 Go to diff View file
M plugins/tracker/include/constants.php +3 −3 Go to diff View file