stable

Clone or download

Read-only

Refactor the project members widget

This is part of story #12161 have a project owner at project creation No functional changes expected. The widget still show details for project administrators and still just counts project members. Will be done later: - Highlight project owner with a badge Change-Id: I960f8545cb506b515ad60b801ce82257da6bbf2e

Modified Files

Name
M site-content/en_US/include/include.tab +0 −4 Go to diff View file
M site-content/en_US/widget/widget.tab +0 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +18 −1 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −4 Go to diff View file
M site-content/fr_FR/widget/widget.tab +0 −1 Go to diff View file
M site-content/tuleap-core.pot +17 −0 Go to diff View file
R src/www/themes/BurningParrot/css/includes/widgets/contacts.scss Go to diff View file
A src/common/widget/ProjectMembers/AdministratorPresenterBuilder.php +60 −0 Go to diff View file
A src/common/widget/ProjectMembers/ProjectMembers.php +71 −0 Go to diff View file
A src/common/widget/ProjectMembers/ProjectMembersPresenter.php +46 −0 Go to diff View file
M src/common/widget/WidgetFactory.php +12 −13 Go to diff View file
D src/common/widget/Widget_ProjectMembers.class.php +0 −68 Go to diff View file
M src/templates/dashboard/widgets.mustache +1 −1 Go to diff View file
A src/templates/widgets/project-members.mustache +26 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/widgets/_contacts.scss +75 −0 Go to diff View file