stable
Clone or download
Read-only
request #14706: Decrease count of bad usages of Language->getText()
After this patch the number of bad usages of Language->getText() is 65 (instead of 127). The tool to detect bad usage is launch with the following command: php $HOME/tab2gettext/index.php broken-gettext-usage --src-dir $HOME/tuleap Change-Id: If07f505e4b28574737789397e63c7449be7099da
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminController.class.php | +18 | −1 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiAdminPermissionsPanePresenter.class.php | +5 | −2 | Go to diff View file |
M | plugins/mediawiki/include/PermissionsPerGroup/PermissionPerGroupPaneBuilder.php | +19 | −2 | Go to diff View file |
M | plugins/project_ownership/include/Notification/Sender.php | +31 | −5 | Go to diff View file |
M | plugins/projectlinks/include/ProjectLinks_Widget_HomePageLinks.class.php | +6 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsageGraph.class.php | +18 | −3 | Go to diff View file |
M | plugins/statistics/include/Statistics_Formatter_Scm.class.php | +25 | −7 | Go to diff View file |
M | plugins/statistics/www/disk_usage_graph.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/www/project_stat.php | +11 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/BaseGlobalAdminPresenter.php | +0 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/SvnRouter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CopyArtifact.class.php | +25 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php | +33 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Selectbox.class.php | +7 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/PermissionPresenterBuilder.class.php | +7 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Query/Advanced/UgroupLabelConverter.php | +19 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +37 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +14 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field.class.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Date.class.php | +12 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Field/Transition_PostAction_Field_Numeric.class.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Transition_PostAction.class.php | +2 | −15 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/FieldValue.class.php | +18 | −4 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/TriggerRule.class.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/tracker_permissions.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_DateTest.php | +26 | −9 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php | +11 | −5 | Go to diff View file |
M | plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php | +10 | −4 | Go to diff View file |
M | src/common/Project/AccessDeletedException.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/Reference/ReferenceAdministrationViews.php | +5 | −1 | Go to diff View file |
M | src/common/include/TemplateSingleton.class.php | +9 | −1 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +11 | −11 | Go to diff View file |
M | src/common/system_event/SystemEventPresenter.php | +8 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php | +26 | −34 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +5 | −1 | Go to diff View file |
M | src/www/account/register.php | +8 | −9 | Go to diff View file |
M | src/www/admin/show_pending_documents.php | +26 | −4 | Go to diff View file |