]> source.dussan.org Git - sonarqube.git/commit
SONAR-3825 remove MEASURE_FILTERS.SYSTEM and add breadcrumb
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 30 Nov 2012 08:20:25 +0000 (09:20 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 30 Nov 2012 08:20:25 +0000 (09:20 +0100)
commiteade9001d54cd9170fdfd0127f23414ae7a243b4
treef2d149bc96867861c93530a94da21daf78ea9f38
parentb57aa56db1bc54a98c04323733635ec664d9ec7f
SONAR-3825 remove MEASURE_FILTERS.SYSTEM and add breadcrumb
18 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/java/org/sonar/core/measure/MeasureFilterFactory.java
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml
sonar-core/src/test/java/org/sonar/core/measure/MeasureFilterDecoderTest.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/system_measure_filters_controller.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_breadcrumb.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_filters.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/measures/manage.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/system_measure_filters/index.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/357_move_existing_measure_filters.rb
sonar-server/src/main/webapp/stylesheets/layout.css
sonar-server/src/main/webapp/stylesheets/style.css