]> source.dussan.org Git - sonarqube.git/commit
SONAR-3862 Provide a link to all "Projects", "Views", "Developers", ...
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 5 Dec 2012 11:13:48 +0000 (12:13 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 5 Dec 2012 11:43:20 +0000 (12:43 +0100)
commit483908be86265d48c16f67999530cec2b013c068
tree2a4d02a290a10b55fd73103c0b35f6931875281a
parent1dcb87b93525d1b838a23212626ba1c7ffbaec81
SONAR-3862 Provide a link to all "Projects", "Views", "Developers", ...

=> Actually, a link to all "root" resources
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceTypeTree.java
sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceTypes.java
sonar-plugin-api/src/test/java/org/sonar/api/resources/ResourceTypeTreeTest.java
sonar-plugin-api/src/test/java/org/sonar/api/resources/ResourceTypesTest.java
sonar-server/src/main/java/org/sonar/server/ui/JRubyFacade.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/entities_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb