]> source.dussan.org Git - sonarqube.git/commit
SONAR-3714 First screen of issues bulk change
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 25 Jun 2013 15:10:34 +0000 (17:10 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 25 Jun 2013 15:14:17 +0000 (17:14 +0200)
commit482dbc1a1fce620b16ad69e6e59c246bb729fd6c
treec61b536187e258b089e5e1055c17598267e368bc
parent03162017aec7a55e1601d1badda198ab7cbf7158
SONAR-3714 First screen of issues bulk change
20 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/java/org/sonar/server/issue/CommentAction.java
sonar-server/src/main/java/org/sonar/server/issue/IssueBulkChangeQuery.java
sonar-server/src/main/java/org/sonar/server/issue/IssueBulkChangeService.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_plan_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_bulk_change_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_copy_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_edit_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_favourites.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_copy_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_edit_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_favourites.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_save_as_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_filter_shared_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_save_as_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_shared_form.html.erb [deleted file]
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/test/java/org/sonar/server/issue/IssueBulkChangeQueryTest.java