stable

Clone or download

Read-only

Merge commit 'refs/changes/61/12161/21' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11930 Create plugin tlp2tlp tasks #11929 Create modal Change-Id: I60805c33db7b29f6f1fb64110c52cd5fc72f49e0

Modified Files

Name
A plugins/tuleap_synchro/Readme.mkd +3 −0 Go to diff View file
A plugins/tuleap_synchro/VERSION +1 −0 Go to diff View file
A plugins/tuleap_synchro/build-manifest.json +8 −0 Go to diff View file
A plugins/tuleap_synchro/build-rpm.sh +18 −0 Go to diff View file
A plugins/tuleap_synchro/composer.json +7 −0 Go to diff View file
A plugins/tuleap_synchro/include/ListTlpEndPointsController.php +70 −0 Go to diff View file
A plugins/tuleap_synchro/include/Plugin/PluginDescriptor.php +36 −0 Go to diff View file
A plugins/tuleap_synchro/include/Plugin/PluginInfo.php +32 −0 Go to diff View file
A plugins/tuleap_synchro/include/tuleap_synchroPlugin.class.php +72 −0 Go to diff View file
A plugins/tuleap_synchro/scripts/package-lock.json +5 −0 Go to diff View file
A plugins/tuleap_synchro/scripts/package.json +17 −0 Go to diff View file
A plugins/tuleap_synchro/scripts/site-admin/src/index.js +30 −0 Go to diff View file
A plugins/tuleap_synchro/scripts/webpack.config.js +37 −0 Go to diff View file
A plugins/tuleap_synchro/site-content/fr_FR/LC_MESSAGES/tuleap-tuleap_synchro.po +55 −0 Go to diff View file
A plugins/tuleap_synchro/site-content/tuleap-tuleap_synchro.pot +41 −0 Go to diff View file
A plugins/tuleap_synchro/templates/add_new_endpoint.mustache +15 −0 Go to diff View file
A plugins/tuleap_synchro/templates/list_endpoints.mustache +38 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 −0 Go to diff View file