]> source.dussan.org Git - sonarqube.git/commit
SONAR-2662 Display review detail in the context of the project
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 22 Dec 2011 14:04:29 +0000 (15:04 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 22 Dec 2011 14:05:59 +0000 (15:05 +0100)
commitd3449ac9f04fdd34112b1e099e57983177fd3c72
tree5c35a1f71aee8007eda6c032d6daf1e676ae2830
parent534373e2c5b454f5aa7ed959b216859e8074de6f
SONAR-2662 Display review detail in the context of the project
19 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/reviews/_reviews_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_action_plan_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_assign_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_change_severity_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_change_status_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_comment_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_false_positive_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_review.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_view.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_action_plan_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_assign_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_change_severity_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_change_status_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_comment_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_false_positive_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_review.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_view.html.erb [deleted file]