]> source.dussan.org Git - sonarqube.git/commit
SONAR-2069 sanitize ruby code for treemap
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 7 Feb 2012 15:23:49 +0000 (16:23 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 7 Feb 2012 15:24:23 +0000 (16:24 +0100)
commit627602446e06bf866aa47772d2ab14eccb22584d
tree362ba9fc1ddc098ddb842686405c5c31641f2089
parent29d146fc3a558a8f2c8f3eb657f3f5832382c570
SONAR-2069 sanitize ruby code for treemap
18 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TreemapWidget.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/treemap_builder.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/models/treemap2.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/components/_treemap_settings.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_customize_treemap.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/treemap.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb
sonar-server/src/main/webapp/WEB-INF/lib/treemap.rb
sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb
sonar-server/src/main/webapp/WEB-INF/lib/treemap/image_output.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/lib/treemap/svg_output.rb [deleted file]
sonar-server/src/main/webapp/javascripts/application.js
sonar-server/src/main/webapp/stylesheets/style.css