stable

Clone or download

Read-only

Site admin option for regexp

part of story #9525 use full regexp instead of wildcards Option is activable in site admin, for now, once option is activated, it can't be unchecked Change-Id: Ibb09fcd1df4dd38c9f3c9a6e3137c43261ba09a4

Modified Files

Name
M plugins/git/db/install.sql +5 −1 Go to diff View file
A plugins/git/db/mysql/updates/2016/201610171336_create_plugin_git_fine_grained_regexp_enabled.php +53 −0 Go to diff View file
M plugins/git/db/uninstall.sql +1 −0 Go to diff View file
M plugins/git/include/Git/AdminPresenter.class.php +9 −3 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +27 −3 Go to diff View file
A plugins/git/include/Git/GeneralSettingsController.php +88 −0 Go to diff View file
A plugins/git/include/Git/GeneralSettingsPresenter.php +51 −0 Go to diff View file
A plugins/git/include/Git/Permissions/RegexpFineGrainedDao.php +41 −0 Go to diff View file
A plugins/git/include/Git/Permissions/RegexpFineGrainedEnabler.php +40 −0 Go to diff View file
A plugins/git/include/Git/Permissions/RegexpFineGrainedRetriever.php +40 −0 Go to diff View file
M plugins/git/include/autoload.php +7 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +18 −2 Go to diff View file
M plugins/git/site-content/en_US/git.tab +8 −0 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +8 −0 Go to diff View file
A plugins/git/templates/admin-plugin-general.mustache +28 −0 Go to diff View file
M plugins/git/templates/admin-plugin.mustache +8 −0 Go to diff View file