]> source.dussan.org Git - sonarqube.git/commit
SONAR-5007 display (in a crappy way) some facets on profile page
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Jun 2014 20:34:51 +0000 (22:34 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Jun 2014 20:34:51 +0000 (22:34 +0200)
commit7114c0e8c8213154a2dce8e9797f325e82742b7d
treedcfc1eead3b2e454208277e1d350a4912dc8f439
parent07a6955c68693daaa19c7cf38892ac7281bad94d
SONAR-5007 display (in a crappy way) some facets on profile page

+ remove unused the l10n bundles prefixed by "rules_configuration"
sonar-core/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileService.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/index/ActiveRuleIndex.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/_snapshot_title.html.erb
sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java