stable

Clone or download

Read-only

Create new section in FRS Admin

part of story #9281 define FRS global permissions This commit introduce the new Admin section in Files it does not changes existing permission, it does not introduce new permissions rules Change-Id: I4673b64074db8d96ea32e8419e225232eecaedd0

Modified Files

Name
M site-content/en_US/file/file.tab +4 −0 Go to diff View file
M site-content/fr_FR/file/file.tab +4 −0 Go to diff View file
M src/common/autoload.php +7 −2 Go to diff View file
A src/common/frs/BaseFrsPresenter.php +33 −0 Go to diff View file
A src/common/frs/PermissionController.php +55 −0 Go to diff View file
A src/common/frs/PermissionPresenter.php +37 −0 Go to diff View file
A src/common/frs/SectionsPresenter.php +48 −0 Go to diff View file
M src/common/frs/ServiceFile.class.php +28 −2 Go to diff View file
A src/common/frs/ToolbarPresenter.php +68 −0 Go to diff View file
A src/templates/frs/permissions-presenter.mustache +5 −0 Go to diff View file
A src/templates/frs/section-presenter.mustache +12 −0 Go to diff View file
A src/templates/frs/toolbar-presenter.mustache +1 −0 Go to diff View file
M src/www/file/admin/editproc.php +11 −1 Go to diff View file
M src/www/file/admin/index.php +30 −17 Go to diff View file
M src/www/file/admin/manageprocessors.php +11 −1 Go to diff View file
M src/www/file/file_utils.php +16 −33 Go to diff View file
M src/www/file/showfiles.php +6 −2 Go to diff View file