stable

Clone or download

Read-only

Have consitent selectbox for FRS package

story #9409 define FRS permissions for packages and releases Change-Id: I030226379dc9dae361ecf8ce9fdb50557dd3d1ac

Modified Files

Name
M site-content/en_US/file/file.tab +1 −1 Go to diff View file
M site-content/fr_FR/file/file.tab +1 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/frs/FRSPackageController.php +87 −19 Go to diff View file
A src/common/frs/FRSPackagePermissionPresenter.php +43 −0 Go to diff View file
M src/common/frs/FRSPermissionCreator.php +4 −1 Go to diff View file
M src/common/frs/FRSPermissionDao.php +27 −2 Go to diff View file
A src/db/mysql/updates/2016/201608298050_migrate_incoherent_permissions.php +49 −0 Go to diff View file
A src/templates/frs/package-permissions-presenter.mustache +6 −0 Go to diff View file
M src/www/file/admin/frsajax.php +30 −1 Go to diff View file
M src/www/file/admin/package.php +3 −1 Go to diff View file
M src/www/file/file_utils.php +35 −13 Go to diff View file
M src/www/project/admin/permissions.php +8 −8 Go to diff View file