]> source.dussan.org Git - sonarqube.git/commit
SONAR-2388 Make it possible to search for 'false-positive' reviews
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 15:53:53 +0000 (17:53 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 26 May 2011 15:53:53 +0000 (17:53 +0200)
commitaa2b9116625c1bcb08da5ba0858c035f847eaa26
tree52895171d2b3bb116a8711a5529fca010472752a
parent9a063925d2458740464a15281a1cd69d5b854898
SONAR-2388 Make it possible to search for 'false-positive' reviews

- Adds select box on the search page
- Change comment icon color if false-positive
- Add "False positive" label on the permalink page
- Adjust link that opens the resource to directly open the resource
  viewer on the false-positives
12 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/autocomplete/_text_field.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/images/reviews/+false-positive.png [deleted file]
sonar-server/src/main/webapp/images/reviews/+review.png [deleted file]
sonar-server/src/main/webapp/images/reviews/false_positive.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/reviews/review.png [deleted file]
sonar-server/src/main/webapp/images/reviews/with_false_positives.png [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/style.css