]> source.dussan.org Git - sonarqube.git/commit
SONAR-4474 Bulk change list of issues corresponding to selected items in issues drilldown
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 8 Jul 2013 17:36:09 +0000 (19:36 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 8 Jul 2013 17:36:09 +0000 (19:36 +0200)
commit3ef2475a91b71a5f66fa0e137105a7ebc7718457
tree8600696baabe32bc086e452e9facc0b7d5435dc4
parent5516860a0cd658f2341e2a811da730d588a8d712
SONAR-4474 Bulk change list of issues corresponding to selected items in issues drilldown
17 files changed:
sonar-server/src/main/java/org/sonar/server/issue/DefaultIssueFinder.java
sonar-server/src/main/java/org/sonar/server/issue/IssueBulkChangeService.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/drilldown_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/drilldown.rb
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/no_dashboard.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/_header.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/issues.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_operations_ajax.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_search.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_search_ajax.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_sidebar.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_tabs.html.erb