]> source.dussan.org Git - sonarqube.git/commit
SONAR-4301 Add severities filter on issues search page
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 16 May 2013 13:10:14 +0000 (15:10 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 16 May 2013 13:10:23 +0000 (15:10 +0200)
commit1bcdcf66d3ad67f4cbba7cf9ba06f31573a9f97c
tree660ce8f0f4e2d0c5c2b08c8d1d7e077e9d638a0a
parent980303089bff66290f91d867b756bfab9a0908d4
SONAR-4301 Add severities filter on issues search page
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/issue_filter.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_sidebar.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/index.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb [new file with mode: 0644]