]> source.dussan.org Git - sonarqube.git/commit
resolve SONAR-6041 New global layout
authorStas Vilchik <vilchiks@gmail.com>
Wed, 7 Jan 2015 12:46:47 +0000 (13:46 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 14 Jan 2015 14:27:39 +0000 (15:27 +0100)
commitd79cc0b5eae85a5d3e59fe149b4ba538db8f35e7
tree32b4bbb2e35fbc05a991f0f4c45b40f604a27ffd
parentf1f058b9ce1c9793c70dcd7f8e83c3a6bb372f9d
resolve SONAR-6041 New global layout
52 files changed:
server/sonar-web/.jshintrc
server/sonar-web/Gruntfile.coffee
server/sonar-web/src/main/coffee/issues/facets/severity-facet.coffee
server/sonar-web/src/main/coffee/issues/facets/status-facet.coffee
server/sonar-web/src/main/coffee/issues/layout.coffee
server/sonar-web/src/main/hbs/coding-rules/coding-rules-layout.hbs
server/sonar-web/src/main/hbs/issues/facets/issues-creation-date-facet.hbs
server/sonar-web/src/main/hbs/issues/issues-layout.hbs
server/sonar-web/src/main/hbs/nav/_nav-logo.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/_nav-navbar-label.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-navbar.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search-empty.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search-item.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/application.js
server/sonar-web/src/main/js/coding-rules/facets/severity-facet.js
server/sonar-web/src/main/js/coding-rules/layout.js
server/sonar-web/src/main/js/common/selectable-collection-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/app.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/navbar.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/search-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/third-party/bootstrap/dropdown.js [new file with mode: 0644]
server/sonar-web/src/main/js/translate.js
server/sonar-web/src/main/less/components.less
server/sonar-web/src/main/less/components/dropdowns.less [new file with mode: 0644]
server/sonar-web/src/main/less/components/menu.less [new file with mode: 0644]
server/sonar-web/src/main/less/components/search-navigator.less
server/sonar-web/src/main/less/icons.less
server/sonar-web/src/main/less/issues.less
server/sonar-web/src/main/less/layout-new.less [new file with mode: 0644]
server/sonar-web/src/main/less/layout.less
server/sonar-web/src/main/less/navbar.less [new file with mode: 0644]
server/sonar-web/src/main/less/style.less
server/sonar-web/src/main/less/ui.less
server/sonar-web/src/main/less/variables.less
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/models/navigation.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_breadcrumb.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_logo.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb [deleted file]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_global.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_project.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_settings.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_recent_history.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_small_logo.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/application.html.erb
sonar-core/src/main/resources/org/sonar/l10n/core.properties