stable

Clone or download

Read-only

Remove bad usages of Language->getText() in project fields

Count of bad usages of Language->getText(): 29 The tool to detect bad usage is launch 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: I4a0be7a304925aa3219542574eed309d04c7f6ae

Modified Files

Name
M plugins/statistics/include/CSV/CSVBuilder.php +2 −1 Go to diff View file
M src/common/Project/Admin/DescriptionFields/DescriptionFieldAdminPresenterBuilder.php +2 −2 Go to diff View file
M src/common/Project/Admin/DescriptionFields/DescriptionFieldLabelBuilder.php +28 −7 Go to diff View file
M src/common/Project/Admin/DescriptionFields/ProjectDescriptionFieldBuilder.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php +3 −12 Go to diff View file
M src/common/Project/CustomDescription/CustomDescription.class.php +1 −14 Go to diff View file
M src/common/Project/CustomDescription/CustomDescriptionPresenter.class.php +5 −15 Go to diff View file
M src/common/Project/Project.class.php +2 −6 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php +2 −2 Go to diff View file