stable
Clone or download
Read-only
Merge commit 'refs/changes/99/12399/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: tasks #12094 Create modal to get informations in plugin Tuleap_synchro second part of three of request #12084 Add form in plugin Tuleap_Synchro Change-Id: I0447406fb54426ddb5d3acf89fb49a282ae57d52
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/Endpoint.php | +0 | −21 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointChecker.php | +72 | −0 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointCreatorController.php | +63 | −0 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Exception/BaseURINotValidException.php | +36 | −0 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Exception/TrackerIdIsNotValidException.php | +36 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/include/tuleap_synchroPlugin.class.php | +16 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/site-content/fr_FR/LC_MESSAGES/tuleap-tuleap_synchro.po | +37 | −5 | Go to diff View file |
M | plugins/tuleap_synchro/site-content/tuleap-tuleap_synchro.pot | +34 | −2 | Go to diff View file |
M | plugins/tuleap_synchro/templates/add_new_endpoint.mustache | +134 | −7 | Go to diff View file |