stable

Clone or download

Read-only

Merge commit 'refs/changes/20/18920/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14867: Introduce embed-js as a new plugin Change-Id: I5d0e1b3f8d1280f64a2d8d108fd10adf80a7c79e

Modified Files

Name
A plugins/embed/README.mkd +28 −0 Go to diff View file
A plugins/embed/include/embedPlugin.php +68 −0 Go to diff View file
A plugins/embed/package-lock.json +115 −0 Go to diff View file
A plugins/embed/package.json +19 −0 Go to diff View file
A plugins/embed/scripts/embed-tracker.js +30 −0 Go to diff View file
A plugins/embed/site-content/fr_FR/LC_MESSAGES/tuleap-embed.po +13 −0 Go to diff View file
A plugins/embed/webpack.common.js +49 −0 Go to diff View file
A plugins/embed/webpack.dev.js +23 −0 Go to diff View file
A plugins/embed/webpack.prod.js +23 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +6 −1 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Renderer/GetAdditionalJavascriptFilesForArtifactDisplay.php +49 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +12 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +12 −0 Go to diff View file