stable
Clone or download
Read-only
part of story #9770 cross references between Tuleap and Bugzilla If you create a bugzilla server with the same keyword as a tracker in a project, then in this project the references link toward the tracker, in other projects the references link toward the bugzilla server. Now when you create a Bugzilla server, then a corresponding system reference is created. This reference cannot be removed nor "edited". Users cannot create a reference with the nature 'bugzilla'. Change-Id: I63659ed5b7cbe71b86fed801116276ec7943669b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php | +6 | −0 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php | +41 | −8 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php | +35 | −16 | Go to diff View file |
R | plugins/bugzilla_reference/include/Bugzilla/Reference/BugzillaReference.php | Go to diff View file | ||
M | plugins/bugzilla_reference/include/autoload.php | +4 | −4 | Go to diff View file |
M | plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php | +24 | −14 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po | +26 | −5 | 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/event/Event.class.php | +19 | −0 | Go to diff View file |
M | src/www/project/admin/include/ReferenceAdministrationViews.class.php | +71 | −29 | Go to diff View file |