stable

Clone or download

Read-only

Import fine grained and regexp usage

This is part of story #9534: import fine grained permissios How to test this: In a project.xml file with a git repository export, update the permissions tag as follow: <permissions> ... <fine_grained enabled="1" use_regexp="1" /> </permissions When you import the project in the Settings > Access control, the Git repository should use fine grained permissions and use regexp The actual templates and permissions import will be supported in a following commit Change-Id: I39f81866ed4c5539d645d4607b7881f80e80e0bd

Modified Files

Name
M plugins/git/include/GitXmlImporter.class.php +82 −31 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 −1 Go to diff View file
M plugins/git/tests/GitXmlImporterTest.php +117 −6 Go to diff View file
M src/common/xml/resources/git-definition.rnc +5 −1 Go to diff View file
M src/common/xml/resources/project/git-definition.rng +12 −0 Go to diff View file