stable

Clone or download

Read-only

Store and use REST URL (if defined)

part of story #10240 have more integration options with bugzilla When you defined a REST URL the url used for REST call should be the good one. Change-Id: Ia0518ed46f868ec6cbd20de73ab6e696b352a49a

Modified Files

Name
M plugins/bugzilla_reference/db/install.sql +1 −0 Go to diff View file
A plugins/bugzilla_reference/db/updates/2017/201705291641_add_rest_url.php +47 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Controller.php +13 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Presenter.php +22 −5 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/ReferencePresenter.php +8 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/Dao.php +7 −4 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php +11 −1 Go to diff View file
A plugins/bugzilla_reference/include/Bugzilla/Reference/RESTURLIsInvalidException.php +28 −0 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/Reference.php +8 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceRetriever.php +2 −1 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Reference/ReferenceSaver.php +13 −8 Go to diff View file
M plugins/bugzilla_reference/include/autoload.php +3 −2 Go to diff View file
M plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po +15 −1 Go to diff View file
M plugins/bugzilla_reference/site-content/tuleap-bugzilla_reference.pot +11 −0 Go to diff View file
M plugins/bugzilla_reference/templates/add-reference.mustache +11 −0 Go to diff View file
M plugins/bugzilla_reference/templates/edit-reference.mustache +13 −1 Go to diff View file