stable

Clone or download

Read-only

Use hash map instead of flat array in nature organizer

This is part of story #17180 take into account gitlab commits No functional changes. All xRefs are still displayed (in tracker, svn, document, ...). Change-Id: I24016f4388df810b089074282f6da6c8ba66b337

Modified Files

Name
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.php +2 −10 Go to diff View file
M plugins/git/include/gitPlugin.php +2 −1 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +2 −10 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +2 −0 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +1 −1 Go to diff View file
M src/common/Event/Event.class.php +0 −9 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +11 −25 Go to diff View file
M src/common/Reference/CrossReferenceByDirectionPresenterBuilder.php +7 −8 Go to diff View file
M src/common/Reference/CrossReferenceByNatureOrganizer.php +13 −10 Go to diff View file
M src/common/Reference/Nature.php +9 −4 Go to diff View file
M src/common/Reference/NatureCollection.php +5 −0 Go to diff View file
M src/common/reference/CrossReferenceByNatureCollection.php +5 −5 Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +9 −5 Go to diff View file
M src/common/reference/ReferenceManager.class.php +21 −7 Go to diff View file
M tests/unit/common/Reference/CrossReferenceByDirectionPresenterBuilderTest.php +3 −4 Go to diff View file
M tests/unit/common/Reference/CrossReferenceByNatureOrganizerTest.php +37 −30 Go to diff View file