]> source.dussan.org Git - sonarqube.git/commit
SONAR-1956 Add a dropdown list on the top right of all Filters to support the differe...
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 17:47:32 +0000 (17:47 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 17:47:32 +0000 (17:47 +0000)
commit5acd5df8c512088a26b591c90866e4f3d085d6a7
tree3fa0186d45633aa656efc8d74dcaed144b6131a3
parenteecf9fb412f17004649312b26882383af2d0ea35
SONAR-1956 Add a dropdown list on the top right of all Filters to support the differential views
12 files changed:
sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java
sonar-server/src/main/java/org/sonar/server/filters/Filter.java
sonar-server/src/main/java/org/sonar/server/filters/FilterExecutor.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/filters_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/filters_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/filter.rb
sonar-server/src/main/webapp/WEB-INF/app/models/filter_result.rb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_customize_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb
sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_variations_to_filters.rb [new file with mode: 0644]
sonar-server/src/main/webapp/images/trend-up.png [new file with mode: 0644]