]> source.dussan.org Git - sonarqube.git/commit
SONAR-2327 Provide a new "Reviews" service
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 26 Apr 2011 17:09:32 +0000 (19:09 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 26 Apr 2011 17:09:32 +0000 (19:09 +0200)
commite4316bd324d4dfc6fc6766e8cac87076c918c13f
tree3bc5429aad087a9f4157bb68346993d7881b2ce9
parent4cb4cd79d731e41177505d6f339ecbbf7dea3332
SONAR-2327 Provide a new "Reviews" service
14 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_assign_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_comment_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_false_positive_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_comment_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_false_positive_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/images/status/CLOSED.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/status/OPEN.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/status/closed.png [deleted file]
sonar-server/src/main/webapp/images/status/open.png [deleted file]
sonar-server/src/main/webapp/stylesheets/style.css