]> source.dussan.org Git - sonarqube.git/commit
[SONAR-2327] First implementation of the review service
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 8 Apr 2011 16:12:07 +0000 (18:12 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 20 Apr 2011 06:49:57 +0000 (08:49 +0200)
commit0c84e708498524c37ba00e941a1d63e04a3a2607
treecd0fc8021bb68450ea9436f20f914c18fdf4b390
parentb248b5c93ae39b52bd77508559862c7885dedec0
[SONAR-2327] First implementation of the review service
sonar-server/src/main/webapp/WEB-INF/app/controllers/reviews_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/reviews_helper.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/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_form_comment.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_index.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_list.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/create_comment_result.js.rjs
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/create_result.js.rjs
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb [new file with mode: 0644]