stable

Clone or download

Read-only

request #14773: Do not allow to use string as classname

Existing code have been updated to include a proper check when needed. No functionnal change is expected. Change-Id: I080f5629ad1534ec8d77eb1fbf8030da6fab62bc

Modified Files

Name
M plugins/cardwall/include/cardwallPlugin.php +3 −0 Go to diff View file
M plugins/docman/include/Docman_Controller.class.php +3 −0 Go to diff View file
M plugins/git/include/Git.class.php +3 −10 Go to diff View file
M plugins/git/include/gitPlugin.php +6 −0 Go to diff View file
M plugins/git/include/mvc/PluginController.class.php +5 −0 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +4 −0 Go to diff View file
M plugins/svn/include/svnPlugin.php +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_PermissionsOnArtifact.class.php +1 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php +5 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php +2 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_FileInfo.class.php +5 −12 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_FieldFactory.class.php +5 −4 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +3 −0 Go to diff View file
M src/common/Project/Project.class.php +2 −2 Go to diff View file
M src/common/chart/Chart.class.php +3 −3 Go to diff View file
M src/common/chart/Chart_Gantt.class.php +2 −7 Go to diff View file
M src/common/chart/Chart_Pie.class.php +2 −8 Go to diff View file
M src/common/chart/ErrorChart.class.php +2 −7 Go to diff View file
M src/common/layout/ThemeManager.class.php +8 −2 Go to diff View file
M src/common/valid/ValidFactory.class.php +8 −6 Go to diff View file
M src/www/include/nusoap.php +4 −2 Go to diff View file
M tests/psalm/psalm.xml +0 −2 Go to diff View file