]> source.dussan.org Git - sonarqube.git/commit
SONAR-1643 add example of widget properties in plugin archetype + use enumeration...
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 1 Nov 2010 14:20:55 +0000 (14:20 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 1 Nov 2010 14:20:55 +0000 (14:20 +0000)
commit61a84575510a2cdde57ce7b2139c52458903df52
tree6d7f34da22a1c084b2ef3c9b4c8339ddb66d09e3
parente22ca92f752d628a2371d7a95a50e71dfabcfc69
SONAR-1643 add example of widget properties in plugin archetype + use enumeration for the type of widget property
16 files changed:
archetypes/sonar-basic-plugin/README.txt
archetypes/sonar-basic-plugin/project/src/main/java/org/sonar/plugins/sample/SampleDashboardWidget.java
archetypes/sonar-basic-plugin/project/src/main/resources/sample_dashboard_widget.html.erb
archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/src/main/java/SampleDashboardWidget.java
archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/src/main/resources/sample_dashboard_widget.html.erb
sonar-plugin-api/src/main/java/org/sonar/api/web/Description.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperties.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperty.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetPropertyType.java [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboards_helper.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb
sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb
sonar-server/src/main/webapp/stylesheets/dashboard.css
sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java