aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-3294 Elements of "History table" widget is unorderedFabrice Bellingard2012-03-092-1/+57
| | | => They are now ordered using the natural "human" order
* SONAR-3277 NPE on duplications tab when a project has been deletedFabrice Bellingard2012-03-081-2/+2
|
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-071-1/+1
|
* SONAR-3172 It should not be possible to create a manual violation on a unit ↵Simon Brandhof2012-03-072-1/+5
| | | | test source code
* The button 'assign to me' should accept a commentSimon Brandhof2012-03-062-8/+6
|
* Fix alignment of resource viewers in drilldown pageSimon Brandhof2012-03-051-1/+1
|
* Fix loading of resource viewers when a resource is selected in drilldown pagesSimon Brandhof2012-03-051-8/+14
|
* Fix CSS of rule search engineSimon Brandhof2012-03-021-1/+1
|
* Rollback change on widget CSS classnameSimon Brandhof2012-03-012-2/+2
| | | | -> CSS class of widgets is the widget id, for example <div class="coverage"> if the widget id is "coverage"
* Revert automatic selection of resource in drilldown pagesSimon Brandhof2012-02-251-24/+3
|
* Add HTML name for integration testsSimon Brandhof2012-02-242-3/+3
|
* SONAR-3208 automatically drilldown from view/developer to files when there ↵simonbrandhof2012-02-241-3/+24
| | | | is only a single project
* SONAR-3242 improve rendering of review formssimonbrandhof2012-02-2416-76/+83
| | | | | * form replaces bottom bar of actions * improve markdown help
* SONAR-3242 replace the icon by a link "more actions" in the footer of the ↵simonbrandhof2012-02-241-36/+38
| | | | violation
* Fix compatibility of cloud with Selenium Firefoxsimonbrandhof2012-02-241-1/+1
|
* Rollback vertical alignment of project name in resource headerSimon Brandhof2012-02-221-4/+0
|
* Remove the compatibility mode of IE8/IE9Simon Brandhof2012-02-221-0/+1
|
* Fix removal of columns in filtersSimon Brandhof2012-02-221-1/+0
|
* Remove unused ruby method Resourceable#qualifier_nameSimon Brandhof2012-02-221-16/+0
|
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-2224-156/+142
| | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-217-24/+34
|
* SONAR-3009 Widgets can not be configured on IE9Simon Brandhof2012-02-204-17/+22
|
* SONAR-3255 Drilling down into violations from SQALE does not land properlySimon Brandhof2012-02-202-20/+43
|
* SONAR-3242 Add a "Reply" action on the last commentFabrice Bellingard2012-02-201-2/+7
| | | | + always show the actions, in order to make it simpler to comment reviews.
* SONAR-3040 Dispay the project/module along with the file path in the Code ↵Simon Brandhof2012-02-193-4/+20
| | | | Viewer header
* Improve treemap tooltipsSimon Brandhof2012-02-192-4/+3
|
* SONAR-3273 Do not apply hack on IE6Simon Brandhof2012-02-171-3/+2
|
* Improve display of drilldownsSimon Brandhof2012-02-175-45/+45
| | | | | * SONAR-3273 Remove useless horizontal scrollbars on IE7 * SONAR-3242 The review buttons should not hide the violation title
* Improve spacing in the violations drilldown pageSimon Brandhof2012-02-171-4/+3
|
* Improve the way to switch between views and projectsSimon Brandhof2012-02-1712-133/+152
|
* SONAR-3269 Add popup window to access full help on markdownFabrice Bellingard2012-02-173-2/+72
|
* SONAR-1492 Update html to ease IT writingFabrice Bellingard2012-02-172-2/+2
|
* SONAR-3254 do not fail when violation line is not correctSimon Brandhof2012-02-161-1/+1
|
* Use an icon to display help message in treemapsSimon Brandhof2012-02-165-37/+9
|
* SONAR-1492 Fix small issueFabrice Bellingard2012-02-161-1/+1
|
* Improve style of profile pageSimon Brandhof2012-02-163-45/+50
|
* Improve some links with the CSS class link-actionSimon Brandhof2012-02-164-18/+27
|
* Improve database migrations : correctly use faux modelsSimon Brandhof2012-02-1619-96/+102
|
* Improve rendering of operations in administration consoles of users and groupsSimon Brandhof2012-02-162-10/+11
|
* Fix db migration : do not use faux models for UserSimon Brandhof2012-02-165-8/+20
|
* Remove the experimental class Drilldown2Simon Brandhof2012-02-163-226/+89
|
* Fix length of index for OracleSimon Brandhof2012-02-161-1/+1
|
* SONAR-3208 drilldown from views to filesSimon Brandhof2012-02-166-33/+194
|
* SONAR-3258 Remove useless codeFabrice Bellingard2012-02-151-1/+0
|
* Fix loading of FilterSimon Brandhof2012-02-152-3/+9
|
* Remove unused ruby method Snapshot#last_enabled_snapshotsSimon Brandhof2012-02-151-7/+0
|
* Refactor existing db migrations to apply recommendationsSimon Brandhof2012-02-1517-95/+45
|
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵Simon Brandhof2012-02-1512-19/+50
| | | | RULE_FAILURES
* Improve management of indexes and faux models in database migrationsSimon Brandhof2012-02-1524-37/+112
|
* Document best practices for DB migration scriptsFabrice Bellingard2012-02-141-0/+7
|