stable
Clone or download
Read-only
story #8569: Git repositories, permissions import
Allows to specify the ugroup names for read/write/wplus permissions in the xml. Tries to convert it to ugroup ids and set the proper permissions. Change-Id: Iccaad6fa6e4822c202a44aa5eae10ee9fae19e10
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitXmlImporter.class.php | +31 | −11 | Go to diff View file |
A | plugins/git/include/GitXmlImporterUGroupNotFoundException.php | +26 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +3 | −2 | Go to diff View file |
M | plugins/git/tests/GitXmlImporterTest.php | +20 | −12 | Go to diff View file |
M | src/common/xml/resources/git-definition.rnc | +3 | −3 | Go to diff View file |
M | src/common/xml/resources/git-definition.rng | +6 | −6 | Go to diff View file |
M | src/common/xml/resources/project/git-definition.rng | +6 | −6 | Go to diff View file |