stable

Clone or download

Read-only

REST tests project imports is done in PHP 7.2

All fatal errors, warnings and notices has been solved. This is part of story #11144: Run a first REST test in PHP7 Change-Id: I63981cf1495e074a7874d53792bdfbda7cd4b38c

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +7 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +2 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php +10 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php +13 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php +11 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +16 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php +10 −3 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +2 −1 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +13 −8 Go to diff View file
M src/common/dao/FRSReleaseDao.class.php +7 −8 Go to diff View file
M src/common/frs/FRSReleaseFactory.class.php +2 −2 Go to diff View file
M src/common/frs/PermissionController.php +21 −2 Go to diff View file
M src/common/frs/ServiceFile.class.php +6 −37 Go to diff View file
M src/common/language/BaseLanguage.class.php +3 −3 Go to diff View file
M src/common/permission/PermissionsManager.class.php +8 −7 Go to diff View file
M src/common/user/User.class.php +2 −2 Go to diff View file
M src/www/project/admin/permissions.php +2 −2 Go to diff View file
M tests/rest/bin/setup.sh +1 −1 Go to diff View file