stable
Clone or download
Read-only
this is part of story #9692 Have a field in the FRS where I can add a link How to test: - you should manualy enter data in new table frs_uploaded_links On FRS homepage, when displaying the content of a release, below the list of file, there is a section with links displayed (only if there are links). Long url display will be handled in a dedicated commit Change-Id: I3094a534a463bbaddeb6d6a94bb62414fb0c3599
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +9 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +9 | −0 | Go to diff View file |
M | src/common/autoload.php | +8 | −2 | Go to diff View file |
A | src/common/frs/UploadedLink.php | +62 | −0 | Go to diff View file |
A | src/common/frs/UploadedLinkPresenter.php | +45 | −0 | Go to diff View file |
A | src/common/frs/UploadedLinkPresentersBuilder.php | +36 | −0 | Go to diff View file |
A | src/common/frs/UploadedLinksDao.php | +34 | −0 | Go to diff View file |
A | src/common/frs/UploadedLinksRetriever.php | +62 | −0 | Go to diff View file |
A | src/common/frs/UploadedLinksTablePresenter.php | +43 | −0 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +10 | −0 | Go to diff View file |
A | src/db/mysql/updates/2017/201709181057_add_frs_uploaded_links_table.php | +55 | −0 | Go to diff View file |
A | src/templates/frs/uploaded-links.mustache | +14 | −0 | Go to diff View file |
M | src/www/file/showfiles.php | +108 | −61 | Go to diff View file |
M | src/www/themes/common/css/utils/_frs.scss | +5 | −1 | Go to diff View file |