stable
Clone or download
Read-only
This is part of request #12147: Fix PHP 7.2 warnings and errors Change-Id: Idd2711b97282c49c0f4989d2a617fd4186aca2e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackers/include/common/GraphicEngineUserPrefs.class.php | +6 | −5 | Go to diff View file |
M | src/common/tracker/Artifact.class.php | +20 | −28 | Go to diff View file |
M | src/common/tracker/ArtifactFactory.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactField.class.php | +2 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactFieldFactory.class.php | +11 | −22 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSet.class.php | +7 | −7 | Go to diff View file |
M | src/common/tracker/ArtifactFieldSetFactory.class.php | +13 | −4 | Go to diff View file |
M | src/common/tracker/ArtifactImport.class.php | +10 | −14 | Go to diff View file |
M | src/common/tracker/ArtifactReport.class.php | +13 | −28 | Go to diff View file |
M | src/common/tracker/ArtifactRulesManager.class.php | +52 | −24 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +9 | −11 | Go to diff View file |
M | src/www/tracker/admin/index.php | +2 | −2 | Go to diff View file |
M | src/www/tracker/browse.php | +28 | −17 | Go to diff View file |
M | src/www/tracker/include/ArtifactHtml.class.php | +4 | −4 | Go to diff View file |
M | src/www/tracker/include/ArtifactImportHtml.class.php | +23 | −11 | Go to diff View file |
M | src/www/tracker/include/ArtifactReportHtml.class.php | +40 | −27 | Go to diff View file |
M | src/www/tracker/include/ArtifactTypeHtml.class.php | +21 | −21 | Go to diff View file |
M | src/www/tracker/index.php | +4 | −2 | Go to diff View file |