]> source.dussan.org Git - sonarqube.git/commit
SONAR-1974 add the form to create its own violations
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 6 Dec 2011 16:01:12 +0000 (17:01 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 6 Dec 2011 16:01:24 +0000 (17:01 +0100)
commitff5e88095a37da7f8744652f2af9423c4822da22
tree236851962a42bb85efc5c702bf74900406ef05fc
parent4ce69589edb79ed4a4e4a947925a6f43885b1a1e
SONAR-1974 add the form to create its own violations
13 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_create_violation_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_javascript.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/source/_source.html.erb
sonar-server/src/main/webapp/javascripts/application.js
sonar-server/src/main/webapp/stylesheets/style.css