stable

Clone or download

Read-only

Continue to decrease count of bad usages of Language->getText()

Count of bad usages of Language->getText(): 65 -> 40 The tool to detect bad usage is launch with the following command: php $HOME/tab2gettext/index.php broken-gettext-usage --src-dir $HOME/tuleap request #14706: Decrease count of bad usages of Language->getText() Change-Id: I9552024e84061e19217a2268a2e047336321233a

Modified Files

Name
M site-content/en_US/include/include.tab +0 −2 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −2 Go to diff View file
M src/common/Project/UGroupBinding.class.php +4 −3 Go to diff View file
M src/common/admin/ProjectEdit/ProjectEditController.php +21 −1 Go to diff View file
M src/common/date/DateHelper.class.php +19 −23 Go to diff View file
M src/common/reference/CrossReferenceFactory.class.php +35 −14 Go to diff View file
M src/common/search/SearchController.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_COMPUTE_MD5SUM.class.php +25 −11 Go to diff View file
M src/common/tracker/HTML/ArtifactTypeHtml.class.php +58 −29 Go to diff View file
M src/common/valid/Rule.class.php +7 −23 Go to diff View file
M src/www/file/file_utils.php +5 −5 Go to diff View file
M src/www/include/utils.php +0 −93 Go to diff View file
A tests/phpunit/common/SystemEvent/include/SystemEvent_COMPUTE_MD5SUMTest.php +187 −0 Go to diff View file
D tests/phpunit/common/SystemEvent/include/SystemEvent_COMPUTE_MD5SUM_Test.php +0 −227 Go to diff View file
D tests/phpunit/common/date/helper/DateHelperFutureOrPastTest.php +0 −53 Go to diff View file
M tests/phpunit/common/date/helper/DateHelperTest.php +36 −0 Go to diff View file
M tests/phpunit/common/valid/Rule_FileTest.php +37 −22 Go to diff View file