]> source.dussan.org Git - sonarqube.git/commit
SONAR-3755 Add plan action button in issues code viewer
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 6 May 2013 16:29:08 +0000 (18:29 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 6 May 2013 16:29:08 +0000 (18:29 +0200)
commit05ff982358f72436f20d8d53e2f66efe16c06987
tree9e50cf536bb9d19ea5407f58efa3c841b5cd796d
parent99420201a6f44cfeec98e02396a56dcce9835149
SONAR-3755 Add plan action button in issues code viewer
12 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/resources/org/sonar/core/issue/db/IssueMapper.xml
sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_change_severity_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_plan_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_transition_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/code_viewer/_plan_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues_action_plans/_progress.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_issue.html.erb
sonar-server/src/main/webapp/javascripts/resource.js