]> source.dussan.org Git - sonarqube.git/commit
SONAR-3242 improve rendering of review forms
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Feb 2012 17:42:49 +0000 (18:42 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Feb 2012 17:42:49 +0000 (18:42 +0100)
commit5699ee1c8cba1174260404f54c72c722da1f0e92
treec0333bca14cbb61fc533de61d83d59d05d6945e9
parent71d01205fda8980aad843ca58368c04b0c5594ec
SONAR-3242 improve rendering of review forms

* form replaces bottom bar of actions
* improve markdown help
19 files changed:
sonar-markdown/src/main/java/org/sonar/markdown/HtmlMultilineCodeChannel.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/markdown/_help.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/markdown/_tips.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/markdown/full_help.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_assign_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/_comment_form.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/_violation_action_plan_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_assign_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_change_severity_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_change_status_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_comment_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_violation_false_positive_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_active_rule_note.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb
sonar-server/src/main/webapp/javascripts/resource.js
sonar-server/src/main/webapp/stylesheets/style.css