stable

Clone or download

Read-only

Remove broken usages of getText in Error_PermissionDenied

Restores permission denied interface on legacy docman interface (it was broken by git #tuleap/stable/47b97491ae2fd82737affcfc59dc90c686f607f9). Count of bad usages of Language->getText(): 40 -> 37 The tool to detect bad usage is launched with the following command: php $HOME/tab2gettext/index.php broken-gettext-usage --src-dir $HOME/tuleap Part of request #14706: Decrease count of bad usages of Language->getText() Change-Id: I4c4f63d863ac540dfeae175d1e71caf6de52a0d8

Modified Files

Name
M plugins/docman/include/Docman_Error_PermissionDenied.class.php +61 −14 Go to diff View file
A plugins/docman/include/view/Docman_View_PermissionDeniedError.class.php +30 −0 Go to diff View file
M plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po +57 −0 Go to diff View file
M plugins/document/include/PermissionDeniedDocumentMailSender.php +2 −12 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +4 −32 Go to diff View file
M src/common/Error/PermissionDeniedPrivateProjectMailSender.php +31 −7 Go to diff View file
M src/common/Error/PermissionDeniedRestrictedMemberMailSender.php +31 −7 Go to diff View file