]> source.dussan.org Git - sonarqube.git/commit
SONAR-2919 Change the way to handle events in Sonar
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 21 Oct 2011 12:25:12 +0000 (14:25 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 21 Oct 2011 12:27:10 +0000 (14:27 +0200)
commitd46a63eaf861d16e4b8b4ef6d10a3910d930e760
tree2193bff64b28b1dcb24665d8ad7e18ea00a9232a
parenta2c39ffcb9c8ac78d2a65c1434d15f623a8a4cea
SONAR-2919 Change the way to handle events in Sonar

- Removed the possibility to handle them in the widget
- Added the management in the History service

Still needs to:
- Update the WS API
- Remove useless code
- Update batch side
- Write DB migration script
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/event.rb
sonar-server/src/main/webapp/WEB-INF/app/views/project/_edit_event.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/project/events.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/project/history.html.erb
sonar-server/src/main/webapp/images/event_alert.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/event_profile.png [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/style.css