aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-02-026-35/+38
* Fix some quality flawsSimon Brandhof2014-02-0136-293/+297
* Remove dead codeSimon Brandhof2014-02-0115-426/+81
* Move all QProfile related classes to org.sonar.server.qualityprofileSimon Brandhof2014-02-0162-476/+20
* Fix quality flawsJulien Lancelot2014-01-318-29/+89
* SONAR-4919 Stay on issues tab after bulk changeJean-Baptiste Lievremont2014-01-313-2/+24
* SONAR-4785 Display issue properly when it has no messageJulien Lancelot2014-01-3121-6/+62
* SONAR-4962 Show new_* metrics only when includetrends=trueJean-Baptiste Lievremont2014-01-311-1/+1
* New Issues Page: add characteristic and sub-characteristicStas Vilchik2014-01-311-1/+12
* SONAR-4476 Improve the "Incompatible" message, which may be misleadingJulien Lancelot2014-01-312-1/+4
* Add characteristic and sub characteristic to Issue Show WSJulien Lancelot2014-01-314-5/+73
* Add some docJulien Lancelot2014-01-311-1/+4
* SONAR-4935 Add marker tag for project dashboards, to protect navigation from ...Jean-Baptiste Lievremont2014-01-312-1/+4
* SONAR-4685 The update center cannot download JARs if the URL is a redirectJulien Lancelot2014-01-312-15/+42
* SONAR-4959 Use correct attribute to validate textJean-Baptiste Lievremont2014-01-311-2/+2
* SONAR-5020 New severity iconsStas Vilchik2014-01-3115-0/+0
* SONAR-5005 Align input fields in the "Metric" criteria of the "Measures" PageStas Vilchik2014-01-314-2/+7
* SONAR-5020 New severity iconsStas Vilchik2014-01-315-0/+0
* New Issues Page: show only non-closed plansStas Vilchik2014-01-312-1/+7
* SONAR-4920 A dashboard should never have an un-configured widgetJulien Lancelot2014-01-301-11/+10
* SONAR-4799 Allow selection of differential metrics in custom measure widgetJean-Baptiste Lievremont2014-01-301-0/+4
* New Issues Page: show limit warningStas Vilchik2014-01-306-0/+108
* New Issues Page: show spinners during actionsStas Vilchik2014-01-301-11/+45
* New Issues Page: fix little source display issueStas Vilchik2014-01-302-3/+3
* Update commentJulien Lancelot2014-01-301-0/+38
* New Issues Page: handle errors during actionsStas Vilchik2014-01-301-8/+40
* Fix saved filters on measures pageStas Vilchik2014-01-304-3/+15
* New Issues Page: add spinnersStas Vilchik2014-01-305-41/+69
* SONAR-4935 Cleanup dashboard+period parameters before passing them around, al...Jean-Baptiste Lievremont2014-01-302-2/+26
* SONAR-4935 Pass dashboard and time-period around when switching between projectsJean-Baptiste Lievremont2014-01-301-0/+1
* SONAR-4959 Validate text manual measure is not emptyJean-Baptiste Lievremont2014-01-301-0/+2
* Update commentJulien Lancelot2014-01-301-1/+1
* SONAR-4970 Add some space between admin page description and page contentJean-Baptiste Lievremont2014-01-301-1/+1
* Override distance_of_time_in_words_to_now in order to have consistent age dat...Julien Lancelot2014-01-305-10/+72
* New Issues Page: fix plugin actionsStas Vilchik2014-01-301-1/+2
* New Issues Page: change icon for bulk changeStas Vilchik2014-01-307-1/+8
* New Issues Page: fix back history button when coming from another pageStas Vilchik2014-01-302-4/+4
* New Issues Page: move "Issues Filter" icon to the first lineStas Vilchik2014-01-307-20/+35
* New Issues Page: fix issue display when there are no sourcesStas Vilchik2014-01-301-15/+21
* New Issues Page: fix plan/unplanStas Vilchik2014-01-302-3/+4
* SONAR-5010 Fix CPU hotspot in Java WSSimon Brandhof2014-01-304-169/+79
* SONAR-4958 Do not empty fields on validation issue while creating a manual me...Julien Lancelot2014-01-293-29/+9
* SONAR-4957 Do not reinitialized fields while editing an action planJulien Lancelot2014-01-293-15/+6
* Display scm info even if commit begin before from line parameterJulien Lancelot2014-01-293-10/+52
* Never begin with 0 for from paramJulien Lancelot2014-01-292-2/+11
* Stop reading code source when to param is reachedJulien Lancelot2014-01-293-32/+50
* SONAR-4326 Fix display of tags when tag list is longJean-Baptiste Lievremont2014-01-292-4/+12
* SONAR-4326 Update labels on tag actionsJean-Baptiste Lievremont2014-01-291-2/+2
* Display source code with CodeColorizers when no syntax highlighting data are ...Julien Lancelot2014-01-297-25/+285
* Move Syntax highlighting classes from core to sever moduleJulien Lancelot2014-01-2918-30/+1315