]> source.dussan.org Git - sonarqube.git/commit
TEMP commit before changing review_data into review_comment
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 6 Apr 2011 10:22:52 +0000 (12:22 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 20 Apr 2011 06:49:56 +0000 (08:49 +0200)
commit7ef58aa56b677defefbbff6172fedf393a57702f
tree72c31f3353c2cbf3c1ba083aea9d70a3e6665fe8
parent7cb5ce119e44197ff9fbcc3b9e804335e781a344
TEMP commit before changing review_data into review_comment
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review_data.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_failure.rb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_view.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/create.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/db/migrate/190_create_review.rb