stable
Clone or download
Read-only
part of story #9770 cross refrences between Tuleap and Bugzilla You should be able to link and unlink bugzilla references as normal cross references Change-Id: Id303402d61e5f63593216a0e615610460269c2b9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/bugzilla_reference/db/uninstall.sql | +2 | −0 | Go to diff View file |
A | plugins/bugzilla_reference/include/Bugzilla/CrossReferenceCreator.php | +44 | −0 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/BugzillaReference.php | +4 | −4 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php | +9 | −1 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php | +28 | −22 | Go to diff View file |
M | plugins/bugzilla_reference/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php | +58 | −13 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po | +3 | −0 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot | +3 | −0 | Go to diff View file |
M | src/common/dao/CrossReferenceDao.class.php | +57 | −1 | Go to diff View file |
M | src/common/event/Event.class.php | +14 | −6 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +49 | −50 | Go to diff View file |