]> source.dussan.org Git - sonarqube.git/commit
SONAR-2662 Create action plans which are a set of manual reviews
authorFabrice Bellingard <bellingard@gmail.com>
Sun, 18 Dec 2011 16:47:40 +0000 (17:47 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 19 Dec 2011 07:40:38 +0000 (08:40 +0100)
commit97a1d845f94d1bed1b5516a7837a47079959b4a8
treeae4e74fb801d0ef93a909700921eb62222d4f087
parentf8f1e54873eef3c3bcae4e9d54de87f9140cc027
SONAR-2662 Create action plans which are a set of manual reviews

- Improve progress bar
- Display the list of reviews in a separate page which is still in
  the context of the project
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_reviews_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb
sonar-server/src/main/webapp/WEB-INF/app/models/review.rb
sonar-server/src/main/webapp/WEB-INF/app/views/action_plans/_progress.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/action_plans/index.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project_reviews/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/_list.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/reviews/index.html.erb
sonar-server/src/main/webapp/stylesheets/style.css