stable

Clone or download

Read-only

get_available_reference_natures should be a dispatchable event

This is part of story #17180 take into account GitLab commits No functionals change. In next patch, ReferenceManager::getAvailablesReferences will return NatureCollection instead of a array. I prefer to introduce the event first, and use NatureColecction afterwards to improve readable and understandable. Change-Id: Ia5eee92d0b8ee0a45cc2f101fd6d0aee76b82ee4

Modified Files

Name
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.php +7 −4 Go to diff View file
M plugins/git/include/gitPlugin.php +10 −11 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +7 −4 Go to diff View file
M plugins/hudson/include/hudsonPlugin.php +13 −9 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +7 −7 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +7 −6 Go to diff View file
M src/common/Event/Event.class.php +0 −11 Go to diff View file
A src/common/Reference/NatureCollection.php +48 −0 Go to diff View file
M src/common/reference/ReferenceManager.class.php +79 −38 Go to diff View file