stable
Clone or download
Read-only
This task is part of story #9087 see linked artifacts in releases A new input is added in the **beautifull** frs edit form. User can now provide an artifact id (no check is done for now to see if artifact exists). Change-Id: I583b83b68b2656f971348d5df17ae068707049b6
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/frs/db/install.sql | +4 | −0 | Go to diff View file |
A | plugins/frs/db/mysql/updates/2016/2016050341101_create_plugin_frs_release_artifact.php | +47 | −0 | Go to diff View file |
A | plugins/frs/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/frs/include/AdditionalInformationPresenter.php | +43 | −0 | Go to diff View file |
A | plugins/frs/include/Link/Dao.php | +59 | −0 | Go to diff View file |
A | plugins/frs/include/Link/Retriever.php | +48 | −0 | Go to diff View file |
A | plugins/frs/include/Link/Updater.php | +62 | −0 | Go to diff View file |
M | plugins/frs/include/autoload.php | +6 | −2 | Go to diff View file |
A | plugins/frs/include/constants.php | +21 | −0 | Go to diff View file |
M | plugins/frs/include/frsPlugin.class.php | +57 | −0 | Go to diff View file |
M | plugins/frs/site-content/en_US/frs.tab | +4 | −0 | Go to diff View file |
M | plugins/frs/site-content/fr_FR/frs.tab | +4 | −0 | Go to diff View file |
A | plugins/frs/templates/additional-information.mustache | +9 | −0 | Go to diff View file |
M | src/www/file/file_utils.php | +42 | −3 | Go to diff View file |