]> source.dussan.org Git - sonarqube.git/commit
SONAR-1492 Allow notes per quality rule
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 23 Jan 2012 17:03:19 +0000 (18:03 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 23 Jan 2012 18:23:18 +0000 (19:23 +0100)
commit328abda6157af975f9251c854320f064dafa5a82
tree3fedf2925645257438c99e0056ee59008690c632
parent2044f95a1c1064f2cde28df0c33af633fdd8d8a2
SONAR-1492 Allow notes per quality rule

Admin page implemented
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_create_rule_note.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_note.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule_param.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
sonar-server/src/main/webapp/stylesheets/style.css