]> source.dussan.org Git - sonarqube.git/commit
SONAR-5851 add profile details, implement profile actions
authorStas Vilchik <vilchiks@gmail.com>
Thu, 9 Apr 2015 15:19:55 +0000 (17:19 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 10 Apr 2015 12:45:20 +0000 (14:45 +0200)
commit52a0578e61c4e9d8496b2e77ea5cabb95c1d5a72
tree7108e20840544ea813fc0eea0b767172fbc17255
parentf20953ac6c24877fb80f151369227dfad5890324
SONAR-5851 add profile details, implement profile actions
35 files changed:
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-actions.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-copy-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-create-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-delete-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-layout.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-details.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-header.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profiles-language.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profiles.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-rename-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-restore-built-in-profiles.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-restore-profile.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/common/file-upload.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/actions-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/app.js
server/sonar-web/src/main/js/quality-profiles/controller.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/copy-profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/create-profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/delete-profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/layout.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profile-details-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profile-header-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profile.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profiles-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/profiles.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/rename-profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/restore-built-in-profiles-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/restore-profile-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/quality-profiles/router.js [new file with mode: 0644]
server/sonar-web/src/main/js/third-party/backbone.js
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/quality_profiles_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/_restore_form.html.erb
sonar-core/src/main/resources/org/sonar/l10n/core.properties