stable

Clone or download

Read-only

Delete a bugzilla reference

part of story #9770 cross refrences between Tuleap and Bugzill Change-Id: Ie3153b3617cb0664d680488681dfee5dbc06b7e2

Modified Files

Name
M plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +31 −5 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php +6 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Router.php +3 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php +9 −0 Go to diff View file
A plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceDestructor.php +41 −0 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 +3 −1 Go to diff View file
M plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po +17 −0 Go to diff View file
M plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot +17 −0 Go to diff View file
A plugins/bugzilla_reference/templates/delete-reference.mustache +29 −0 Go to diff View file
M plugins/bugzilla_reference/templates/reference-list.mustache +5 −3 Go to diff View file
M plugins/bugzilla_reference/www/scripts/bugzilla-reference.js +10 −0 Go to diff View file