stable

Clone or download

Read-only

Mass rename .class.php -> .php in plugins/tracker/include/Tracker/FormElement

This triggered some side effect with files that were still requiring them manually. When spotted I choose to let the autoload do their job. I had to include some JPGraph related changes because psalm suddenly failed to find the symbols. Part of request #17148: Tracker move to PSR4 Change-Id: I051e2498a9887f32a848b839d5eda00a8f5c337c

Modified Files

Name
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +0 −3 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +0 −7 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_MyChart.class.php +0 −7 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_ProjectChart.class.php +0 −7 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_Int_TextFieldsV5.class.php +0 −1 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesAndTextsV5.class.php +1 −2 Go to diff View file
M plugins/graphontrackersv5/include/common/HTML_Element_Selectbox_TrackerFields_SelectboxesV5.class.php +0 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php +0 −7 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +0 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php +0 −6 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_BarDataBuilder.class.php +2 −5 Go to diff View file
M plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_Chart_PieDataBuilder.class.php +0 −2 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +2 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php +3 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php +2 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.php +0 −11 Go to diff View file
M plugins/statistics/include/Frequencies/GraphDataBuilders/SampleGraph.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/Chart/BurndownView.class.php +2 −0 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/DateFormatter.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/DateTimeFormatter.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ItemListedTwiceException.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetCommand.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PostSaveNewChangesetQueue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommand.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/UpdateLinkingDirectionCommand.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Field/ListFields/Bind/BindVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/IAcceptFieldVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/IComputeValues.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/IHaveAnId.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/IProvideFactoryButtonInformation.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/InvalidFieldException.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/InvalidFieldValueException.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Chart_Field_Exception.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Column_Group.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_FieldVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Alphanum.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Checkbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastModifiedBy.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_LastUpdateDate.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindDecorator.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Null.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue_None.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Ugroups.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UgroupsValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Users.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_UnsavedValue.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_MultiSelectbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_OpenList.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Radiobutton.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ReadOnly.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Shareable.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedBy.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_SubmittedOn.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Interface.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Shared.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_LineBreak.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_Separator.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Usable.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Visitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/Tracker_SharedFormElementFactory.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Container.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/CreateSharedVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/ArtifactId.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Burndown.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Checkbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Computed.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/CrossReferences.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastModifiedBy.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/LastUpdateDate.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/List.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/MultiSelectbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/PermissionsOnArtifact.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Priority.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Radiobutton.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedBy.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Field/SubmittedOn.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Shared.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/LineBreak.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/StaticField/Separator.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateSharedVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.class.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/Tracker_Tooltip.class.php +0 −4 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −2 Go to diff View file
M src/common/chart/Chart.class.php +2 −0 Go to diff View file
M src/common/chart/Chart_GanttBar.class.php +3 −0 Go to diff View file
M tests/psalm/psalm.xml +1 −0 Go to diff View file
M tests/psalm/tuleap-baseline.xml +120 −165 Go to diff View file