stable

Clone or download

Read-only

request #14867: Introduce embed-js as a new plugin

Here comes a new plugin. Install and activate the plugin "Embed". Go to an artifact. Insert a public codepen, soundcloud, giphy, or vimeo url: * in a text field * in a follow-up comment Submit the artifact. Go to the artifact. Under the url a live preview of the service url is displayed (a player, the gif image, …). See README of the plugin for more details. Change-Id: I5920972be348173dd5d81b6ffecb7aeaf5f429d9

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