stable
Clone or download
Read-only
This is part of request #21387 Done semantic must be handled by Tracker plugin int type cannot be added directly in duplicate (because of inheritance), so wa have to add int casts to ensure that DAO objects will receive integers. Change-Id: Ifa5c7973af86c8a3e3411cd3b16738af640cbc91
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffortFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/cardwall/include/Semantic/BackgroundColorSemanticFactory.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/CollectionOfFieldsDuplicator.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/IDuplicateSemantic.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressDuplicator.php | +4 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneDuplicator.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicator.php | +3 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_ContributorFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_StatusFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_TitleFactory.class.php | +1 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tooltip/Tracker_TooltipFactory.class.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +5 | −1 | Go to diff View file |