]> source.dussan.org Git - sonarqube.git/commit
SONAR-1643 apply a part of the GSOC branch
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 28 Oct 2010 08:02:18 +0000 (08:02 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 28 Oct 2010 08:02:18 +0000 (08:02 +0000)
commitec7f0817eed5c7824bb2145c6bd520ab480ba3b9
treea05550c2d4f7004ddafee228c6b07d932a680d8c
parent91493e94947de67103dea121e894b89fda37f767
SONAR-1643 apply a part of the GSOC branch
66 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultAlertsWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultCodeCoverageWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultCommentsDuplicationsWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultDescriptionWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultExtendedAnalysisWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultRulesWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/DefaultStaticAnalysisWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_alerts.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_code_coverage.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_comments_duplications.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_description.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_extended_analysis.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_rules.html.erb [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/_static_analysis.html.erb [new file with mode: 0644]
sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java
sonar-plugin-api/src/main/java/org/sonar/api/web/Description.java [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperties.java [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperty.java [new file with mode: 0644]
sonar-server/pom.xml
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/java/org/sonar/server/ui/ViewProxy.java
sonar-server/src/main/java/org/sonar/server/ui/Views.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboards_helper.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_configure_widget.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_header.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definition.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/configure.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/edit_layout.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_create.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_dashboard.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_edit.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_editform.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_layouts.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_snapshot_title.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_tabs.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_widget.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_widget_update.rjs [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/manage.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/new.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb [new file with mode: 0755]
sonar-server/src/main/webapp/images/layout100.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/layout3070.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/layout333333.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/layout5050.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/layout7030.png [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/dashboard.js [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/scriptaculous.js
sonar-server/src/main/webapp/stylesheets/dashboard.css [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/style.css