stable

Clone or download

Read-only

Add empty state for bugzilla plugin

part of story #9770 cross refrences between Tuleap and Bugzilla This commit only introduce empty state, Functionnal of add button will be added in next commit Change-Id: Ib96b05a9fceba39ff2a48ba02ff130c2c12cdf55

Modified Files

Name
A plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +47 −0 Go to diff View file
A plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php +44 −0 Go to diff View file
A plugins/bugzilla_reference/include/Bugzilla/Administration/Router.php +57 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Plugin/Descriptor.php +3 −3 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php +29 −1 Go to diff View file
M plugins/bugzilla_reference/include/constants.php +3 −1 Go to diff View file
M plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po +9 −0 Go to diff View file
M plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot +9 −0 Go to diff View file
A plugins/bugzilla_reference/templates/reference-list.mustache +14 −0 Go to diff View file
A plugins/bugzilla_reference/www/admin/index.php +29 −0 Go to diff View file