]> source.dussan.org Git - sonarqube.git/commit
SONAR-4301 Display message and disable sort when issues results are higher than max...
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 22 May 2013 14:26:23 +0000 (16:26 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 22 May 2013 14:26:23 +0000 (16:26 +0200)
commitfe28ee821c1a09fed5ff31c32d28f6c234048d78
tree0cd0aff51ab205392b20c2da72f452a464b8a8a3
parente9a6f9f440cecc8c92bd3ccff910be0514e32a95
SONAR-4301 Display message and disable sort when issues results are higher than max results authorized
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-core/src/main/java/org/sonar/core/issue/db/IssueDao.java
sonar-server/src/main/java/org/sonar/server/issue/DefaultIssueFinder.java
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issues/search.html.erb