]> source.dussan.org Git - sonarqube.git/commit
SONAR-2342 Add "recent history" feature
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 21 Nov 2012 09:31:50 +0000 (10:31 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 21 Nov 2012 16:11:35 +0000 (17:11 +0100)
commit8876b0b60eee2f9c1283023a6b6492840610a6b5
tree4384fd2924f45a0e7bef160843eb570fc673b9cc
parent7af0ad0781a92bb5c6b126cc169f661be323eacb
SONAR-2342 Add "recent history" feature

=> Provide a way to quickly come back to a resource which has been
   recently browsed
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/pom.xml
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_resource_history.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
sonar-server/src/main/webapp/javascripts/recent-history.js [new file with mode: 0644]
sonar-server/src/main/webapp/stylesheets/layout.css