stable

Clone or download

Read-only

Display modal when we click on Invite button

The modal does nothing usefull. Part of story #16633: invite buddies to my Tuleap Change-Id: I6fa09d154384361e431a69fbb67795f59c8d1056

Modified Files

Name
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +1 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/scripts/BurningParrot/src/index.js +2 −0 Go to diff View file
A src/scripts/BurningParrot/src/invite-buddies.ts +24 −0 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenter.php +8 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +2 −0 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +1 −0 Go to diff View file
A src/themes/BurningParrot/templates/invite-buddies-modal.mustache +39 −0 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +3 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_definitions.scss +1 −0 Go to diff View file
A src/themes/FlamingParrot/css/utils/_invite-buddies.scss +43 −0 Go to diff View file
M src/themes/FlamingParrot/include/BodyPresenter.class.php +8 −1 Go to diff View file
M src/themes/FlamingParrot/templates/body.mustache +2 −0 Go to diff View file
A src/themes/FlamingParrot/templates/invite-buddies-modal.mustache +38 −0 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +3 −2 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +15 −6 Go to diff View file