stable

Clone or download

Read-only

Refacto: rename a part of `common/reference` to `common/Reference` to be PSR-4 compatible

This is part of story #17180 take into account gitlab commits No functional changes. Change-Id: Id8766d7ae0a12e2576f49a664674d794775de1aa

Modified Files

Name
M plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php +1 −1 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.php +2 −2 Go to diff View file
M src/common/FRS/FileReference.php +1 −1 Go to diff View file
R src/common/reference/CrossReferenceByNatureCollection.php Go to diff View file
R src/common/reference/CrossReferenceCollection.php Go to diff View file
R src/common/reference/GetReferenceEvent.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceByNaturePresenter.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceByNaturePresenterBuilder.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceFieldPresenter.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceLinkListPresenter.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceLinkListPresenterBuilder.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceLinkPresenter.php Go to diff View file
R src/common/reference/Presenters/CrossReferenceLinkPresenterCollectionBuilder.php Go to diff View file
R src/common/reference/ReferenceDescriptionTranslation.php Go to diff View file
R src/common/reference/ReferenceGetTooltipChain.php Go to diff View file
R src/common/reference/ReferenceGetTooltipChainJson.php Go to diff View file
R src/common/reference/ReferenceGetTooltipChainLegacy.php Go to diff View file
R src/common/reference/ReferenceGetTooltipChainOpenGraph.php Go to diff View file
R src/common/reference/ReferenceGetTooltipContentEvent.php Go to diff View file
R src/common/reference/ReferenceGetTooltipRepresentationEvent.php Go to diff View file
R src/common/reference/ReferenceOpenGraph.php Go to diff View file
R src/common/reference/ReferenceOpenGraphDispatcher.php Go to diff View file
R src/common/reference/ReferenceValidator.php Go to diff View file
R src/common/reference/ReservedKeywordsRetriever.php Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +7 −6 Go to diff View file
D src/common/reference/CrossReferenceNatureIcon.php +0 −41 Go to diff View file
M src/common/reference/ReferenceManager.class.php +4 −4 Go to diff View file
M tests/unit/common/Reference/Presenters/CrossReferenceByNaturePresenterBuilderTest.php +2 −2 Go to diff View file
M tests/unit/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilderTest.php +1 −1 Go to diff View file
R tests/unit/common/ReferenceDescriptionTranslationTest.php Go to diff View file
M tests/unit/common/Reference/ReferenceValidatorTest.php +1 −1 Go to diff View file