stable
Clone or download
Read-only
part of story #10240 have more integration options with bugzilla To test it: Add your valid bugzilla server in site administration You should be able to use bugzilla references, without error FYI: Bugzilla don't like the API generation if you don't have configured the default mail. If you don't want fatal error, update it before generating key. If you got the fatal error: In /var/www/html/bugzilla/data/params.json update the folloning line: "mail_delivery_method" : "SMTP", "mailfrom" : "a valid mail", "maintainer" : "a valid mail", Change-Id: I1b996785920050c21a38f7e4737466220556de11
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/bugzilla_reference/db/install.sql | +1 | −1 | Go to diff View file |
A | plugins/bugzilla_reference/db/updates/2017/201705291443_use_api_credential_for_bugzilla_server.php | +52 | −0 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php | +1 | −1 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php | +21 | −20 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Administration/ReferencePresenter.php | +8 | −3 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php | +7 | −7 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php | +2 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/Reference.php | +5 | −5 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php | +12 | −11 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po | +5 | −5 | Go to diff View file |
M | plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot | +4 | −4 | Go to diff View file |
M | plugins/bugzilla_reference/templates/add-reference.mustache | +2 | −2 | Go to diff View file |
M | plugins/bugzilla_reference/templates/edit-reference.mustache | +18 | −9 | Go to diff View file |