]> source.dussan.org Git - sonarqube.git/commit
SONAR-1608 Display all impacts of bulk change in confirmation page
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 4 Jul 2012 13:07:05 +0000 (15:07 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 4 Jul 2012 14:03:00 +0000 (16:03 +0200)
commite6fa0eca60331bf2a050c19bca1b7c61b4b9284e
treec129495856f0cbce4bc3a6a6e0bbaf1c7e78e348
parentdf87d3af318a83f788e329b32a040f8b5d34f4a9
SONAR-1608 Display all impacts of bulk change in confirmation page

+ allow to replace any string of the key, not only the beginning.
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/java/org/sonar/core/resource/ResourceKeyUpdaterDao.java
sonar-core/src/test/java/org/sonar/core/resource/ResourceKeyUpdaterDaoTest.java
sonar-core/src/test/resources/org/sonar/core/resource/ResourceKeyUpdaterDaoTest/shouldBulkUpdateKeyOnOnlyOneSubmodule-result.xml [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/project/_prepare_keys.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project/key.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/prepare_key_bulk_update.html.erb [new file with mode: 0644]