stable

Clone or download

Read-only

Merge commit 'refs/changes/44/18944/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

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

Modified Files

Name
A plugins/embed/README.mkd +20 −0 Go to diff View file
A plugins/embed/include/embedPlugin.php +68 −0 Go to diff View file
A plugins/embed/jest.config.js +25 −0 Go to diff View file
A plugins/embed/package-lock.json +4 −0 Go to diff View file
A plugins/embed/package.json +16 −0 Go to diff View file
A plugins/embed/scripts/embed/insertEmbed.ts +26 −0 Go to diff View file
A plugins/embed/scripts/embed/insertEmbedsEverywhere.test.ts +94 −0 Go to diff View file
A plugins/embed/scripts/embed/insertEmbedsEverywhere.ts +30 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/__snapshots__/figma.test.ts.snap +18 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/__snapshots__/insertWidget.test.ts.snap +124 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/figma.test.ts +44 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/figma.ts +45 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/insertWidget.test.ts +114 −0 Go to diff View file
A plugins/embed/scripts/embed/widget/insertWidget.ts +68 −0 Go to diff View file
A plugins/embed/scripts/index.ts +28 −0 Go to diff View file
A plugins/embed/scripts/selectors.test.ts +32 −0 Go to diff View file
A plugins/embed/scripts/selectors.ts +26 −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/tsconfig.json +9 −0 Go to diff View file
A plugins/embed/webpack.common.js +52 −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 plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_pre-definitions.scss +4 −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