stable
Clone or download
Read-only
request #11930 Create plugin tlp2tlp
tasks #11929 Create modal Add base of tlp2tlp plugin It provides a site admin end point to list and create import endpoints. Nothing is created yet. Change-Id: I2d6884c89eab770bd63e352439f828cf5546b2da
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 |