stable

Clone or download

Read-only

Refactoring: Extract ugroup retriever in a dedicated object

This is part of story #9534: import fine grained permissions No functional change here. I extracted the ability to retrieve a ugroup from an XML node in a dedicated object because I will need this to import these ugroups for fine-grained permissions. Change-Id: If7c53288c12aae4165e0ca8681d52717b537ece6

Modified Files

Name
M plugins/git/include/GitXmlImporter.class.php +55 −39 Go to diff View file
A plugins/git/include/XmlUgroupRetriever.php +74 −0 Go to diff View file
M plugins/git/include/autoload.php +4 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +18 −5 Go to diff View file
M plugins/git/tests/GitXmlImporterTest.php +13 −6 Go to diff View file