stable

Clone or download

Read-only

Move getUserGroupDisplayName in a dedicated object

Part of story #9892: notify group of people in addition to individuals So that it can be used by ProjectUGroup to have human readable translated names. Ex: in submit news, in list bound to ugroups, … Change-Id: I422cbb93beae708c76c94bda17f97f9c5caf9c16

Modified Files

Name
M plugins/git/include/Git/Permissions/DefaultFineGrainedPermission.php +3 −2 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermission.php +3 −2 Go to diff View file
M plugins/git/include/Git/Permissions/HistoryValueFormatter.php +2 −1 Go to diff View file
M plugins/git/tests/Git/Permissions/RegexpPermissionFilterTest.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +3 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindFactoryTest.php +1 −1 Go to diff View file
M src/common/ForgeAccess/AdminController.php +3 −2 Go to diff View file
M src/common/ForgeAccess/ForgePropertiesManager.class.php +3 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/ProjectUGroup.class.php +4 −3 Go to diff View file
M src/common/project/REST/UserGroupRepresentation.class.php +3 −2 Go to diff View file
M src/common/project/UGroupManager.class.php +5 −3 Go to diff View file
M src/common/user/ForgeUGroup.php +5 −49 Go to diff View file
M src/common/user/ForgeUserGroupFactory.php +11 −9 Go to diff View file
A src/common/user/UserGroup/NameTranslator.php +74 −0 Go to diff View file
M tests/simpletest/common/project/UGroupTest.php +2 −2 Go to diff View file