stable
Clone or download
Read-only
This bootstraps the feature by displaying a button only if the feature is enabled. By default the feature is disabled. To enable the feature: tuleap config-set enable_invite_buddies 1 To disable the feature: tuleap config-set enable_invite_buddies 0 Part of story #16633: invite buddies to my Tuleap Change-Id: I3ab1c8261fb5028a66a57ee4e0d34ca34471b5df
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +2 | −0 | Go to diff View file |
A | src/common/InviteBuddy/InviteBuddyConfiguration.php | +38 | −0 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenter.php | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/Presenter.php | +8 | −1 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +2 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/navbar/navbar.mustache | +11 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarPresenter.class.php | +8 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/templates/navbar.mustache | +11 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −0 | Go to diff View file |
A | tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php | +52 | −0 | Go to diff View file |