]> source.dussan.org Git - sonarqube.git/commit
SONAR-4851 Offer a new smart search input form on top of the page
authorStas Vilchik <vilchiks@gmail.com>
Thu, 31 Oct 2013 14:29:51 +0000 (15:29 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 6 Nov 2013 08:48:01 +0000 (14:48 +0600)
commit88d52adbab65fc33b7b4220e4e84fff70bc0c566
treeb0aa45c07f0228dfb657b49adac14c342d069978
parenta685bfdbf11297f4087388e4a2919053fc415b15
SONAR-4851 Offer a new smart search input form on top of the page
14 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_sidebar2.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/issues/search2.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/javascripts/navigator/app.js [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/navigator/filters.js [new file with mode: 0644]
sonar-server/src/main/webapp/javascripts/third-party/backbone.marionette.min.js [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/mixins.css [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/mixins.less [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/navigator.css [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/navigator.less [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/variables.css [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/variables.less [new file with mode: 0644]
sonar-server/wro.xml