From a8fd4c7291e78902aa99c1bfc4daa9c50f95dd48 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 17 Dec 2013 21:34:54 +0100 Subject: [PATCH] SONAR-4978 Rename the label "Unassigned" to "Not assigned" --- .../src/main/resources/org/sonar/l10n/core.properties | 4 ++-- .../src/main/java/org/sonar/api/issue/RubyIssueService.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index a51ab5af2ae..9db2dcd63ac 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -89,7 +89,7 @@ more_actions=More actions name=Name name_too_long_x=Name is too long (maximum is {0} characters) none=None -unassigned=Unassigned +unassigned=Not assigned off=Off on=On open=Open @@ -1307,7 +1307,7 @@ resource_viewer.resource_deleted=This resource has been deleted. #------------------------------------------------------------------------------ issues_viewer.issue_filter.false_positives=False positives -issues_viewer.issue_filter.unassigned=Unassigned +issues_viewer.issue_filter.unassigned=Not assigned issues_viewer.issue_filter.unplanned=Unplanned diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/issue/RubyIssueService.java b/sonar-plugin-api/src/main/java/org/sonar/api/issue/RubyIssueService.java index 26bea532feb..0c8f915d6e4 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/issue/RubyIssueService.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/issue/RubyIssueService.java @@ -62,7 +62,7 @@ public interface RubyIssueService extends ServerComponent { *
  • 'planned': true to get only issues associated to an action plan, false to get only non associated issues. By default no filtering is done.
  • *
  • 'reporters': list of reporter logins. Note that reporters are defined only on "manual" issues.
  • *
  • 'assignees': list of assignee logins.
  • - *
  • 'assigned': true to get only assigned issues, false to get only unassigned issues. By default no filtering is done.
  • + *
  • 'assigned': true to get only assigned issues, false to get only not assigned issues. By default no filtering is done.
  • *
  • 'createdAfter': match all the issues created after the given date (strictly). * Both date and datetime ISO formats are supported: 2013-05-18 or 2010-05-18T15:50:45+0100
  • *
  • 'createdAt': match all the issues created at the given date (require second precision). -- 2.39.5