stable

Clone or download

Read-only

Creation and deletion of a FRS link is visible in the project access logs

This is part of story #9692: Have a field in the FRS where I can add a link Change-Id: I01bef06a7112f89d7d347aee562bcc076261e3be

Modified Files

Name
M site-content/en_US/project/project.tab +3 −1 Go to diff View file
M site-content/fr_FR/project/project.tab +3 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/frs/FRSReleaseFactory.class.php +4 −2 Go to diff View file
M src/common/frs/UploadedLink.php +3 −0 Go to diff View file
A src/common/frs/UploadedLinkDeletor.php +65 −0 Go to diff View file
M src/common/frs/UploadedLinksDao.php +16 −6 Go to diff View file
M src/common/frs/UploadedLinksUpdater.php +9 −3 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2017/201709271530_add_column_is_deleted_frs_links.php +52 −0 Go to diff View file
M src/www/file/file_utils.php +3 −3 Go to diff View file
M src/www/project/stats/source_code_access_utils.php +14 −0 Go to diff View file