stable

Clone or download

Read-only

Merge commit 'refs/changes/87/12887/13' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12390 Convert error message for access to private project in BP Change-Id: Ibbe61aea03bcdc7f0c700abab942ab7e201b65d4

Modified Files

Name
M site-content/en_US/include/include.tab +1 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +27 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +1 −1 Go to diff View file
M site-content/tuleap-core.pot +27 −0 Go to diff View file
M src/common/Request/RouteCollector.php +6 −0 Go to diff View file
M src/common/error/Error_PermissionDenied.class.php +1 −1 Go to diff View file
D src/common/error/Error_PermissionDenied_PrivateProject.class.php +0 −47 Go to diff View file
A src/common/error/PermissionDeniedMailSender.php +82 −0 Go to diff View file
A src/common/error/PermissionDeniedPrivateProjectController.php +98 −0 Go to diff View file
A src/common/error/PermissionDeniedPrivateProjectPresenter.php +41 −0 Go to diff View file
A src/common/error/PlaceHolderBuilder.php +55 −0 Go to diff View file
M src/common/include/URLVerification.class.php +25 −11 Go to diff View file
M src/common/project/ProjectManager.class.php +1 −1 Go to diff View file
A src/templates/common/join-project.mustache +41 −0 Go to diff View file
A src/templates/common/permission-denied-private-project.mustache +26 −0 Go to diff View file
A src/templates/common/svg-private-project.mustache +58 −0 Go to diff View file
A src/www/scripts/BurningParrot/access-denied-error.js +68 −0 Go to diff View file
A src/www/scripts/BurningParrot/build-manifest.json +8 −0 Go to diff View file
A src/www/scripts/BurningParrot/po/fr.po +18 −0 Go to diff View file
A src/www/scripts/BurningParrot/po/template.pot +2 −0 Go to diff View file
M src/www/scripts/webpack.config.js +2 −1 Go to diff View file
M src/www/sendmessage.php +22 −19 Go to diff View file
M src/www/themes/BurningParrot/css/_includes.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_error.scss +30 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +6 −0 Go to diff View file