aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF
Commit message (Collapse)AuthorAgeFilesLines
...
* Case-insensitive sort of manual rules in administration consoleSimon Brandhof2012-03-271-1/+2
|
* SONAR-3106 Error trying to configure group privileges for a projectSimon Brandhof2012-03-274-19/+21
|
* Add ruby methods Api::Utils#insensitive_sort(arr) and ↵Simon Brandhof2012-03-271-0/+47
| | | | Api::Utils#insensitive_sort!(arr)
* SONAR-3323 slight improvements of snapshot#metric_keysSimon Brandhof2012-03-275-23/+17
|
* Refactor the table AUTHORSSimon Brandhof2012-03-272-5/+41
| | | | | * add primary key * rename the column COMMITTER to LOGIN
* Improve message when database must be upgradedSimon Brandhof2012-03-271-1/+1
|
* Improve DB readme file.Fabrice Bellingard2012-03-271-1/+5
|
* SONAR-3352 Change boolean columns to non-nullable in migration scriptFabrice Bellingard2012-03-261-0/+31
|
* SONAR-3352 Fix issue linked to nullable boolean columnsFabrice Bellingard2012-03-261-0/+35
|
* Add some HTML ids for integration testsSimon Brandhof2012-03-232-4/+4
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-3/+24
|
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-225-8/+18
| | | | | | => new annotation @RequiredMeasure(mandatory={}, oneOf={}) that can be applied on any views. Tested on pages, tabs and widgets
* Fix backward-compatibility of /api/propertiesSimon Brandhof2012-03-221-1/+9
| | | | Keep status 200 when property not found
* SONAR-2084 missing whitespaceSimon Brandhof2012-03-212-2/+2
|
* Remove calendar.css from dev modeSimon Brandhof2012-03-211-1/+0
|
* SONAR-3328 Measure drilldown should not display zero variationsSimon Brandhof2012-03-201-1/+1
|
* SONAR-3344 Display metadata of SonarSource licensesSimon Brandhof2012-03-2010-10/+86
|
* SONAR-3006 Remove ChartsControler and related codeFabrice Bellingard2012-03-203-134/+0
| | | | This is useless now the TimeMachine service has been replaced.
* SONAR-3006 Remove the old TimeMachine page & all related codeFabrice Bellingard2012-03-204-388/+0
|
* SONAR-2084 open documentation in a new tabSimon Brandhof2012-03-202-2/+2
|
* SONAR-2084 improve usabilitySimon Brandhof2012-03-205-25/+31
|
* SONAR-2084 focus on the clear text input when loading the administration consoleSimon Brandhof2012-03-201-5/+8
|
* SONAR-3283 Do not allow to search reviews by author/assignee IDFabrice Bellingard2012-03-201-10/+2
|
* SONAR-3278 Fix some rendering issuesFabrice Bellingard2012-03-201-8/+9
| | | | | And do not display permalink icon for reviews (as the URL is already a permalink).
* Fix POST /api/properties on embedded databaseSimon Brandhof2012-03-191-3/+2
|
* SONAR-1378 validate type when creating/updating properties with the web ↵Simon Brandhof2012-03-183-79/+56
| | | | service /api/properties
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-1610-162/+203
|
* SONAR-3277 Improve HTML renderingFabrice Bellingard2012-03-151-2/+4
|
* SONAR-2043 fix error when opening file without sources and with the URL ↵Simon Brandhof2012-03-151-1/+1
| | | | parameter period
* SONAR-3334 Drop the table RULES_CATEGORIESSimon Brandhof2012-03-151-0/+30
|
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-152-2/+2
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* SONAR-2084 complete Web UI to encrypt propertiesSimon Brandhof2012-03-148-31/+56
|
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-149-12/+25
|
* SONAR-3327 Make the links to external resources open on a new tabFabrice Bellingard2012-03-141-1/+1
|
* SONAR-1708 Problems with alert statusFabrice Bellingard2012-03-143-52/+3
|
* SONAR-3326 Problem displaying History when project has a Green AlertFabrice Bellingard2012-03-142-2/+8
|
* SONAR-2084 add the page "Settings Encryption"Simon Brandhof2012-03-143-1/+6
|
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-134-10/+10
|
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-133-0/+63
|
* SONAR-3297 Sort issue with stripes on groupsFabrice Bellingard2012-03-132-3/+1
|
* SONAR-3277 Add message to inform about dups with deleted resources Fabrice Bellingard2012-03-132-4/+16
|
* SONAR-3073 column sorting for 'key' does not work in filterFabrice Bellingard2012-03-131-0/+3
|
* SONAR-3003 Fix issue Fabrice Bellingard2012-03-131-3/+3
| | | => when #split_newlines is called by #convert_string_to_unix_newlines
* SONAR-3003 Remove only the last empty line, not allFabrice Bellingard2012-03-131-1/+3
|
* SONAR-3003 Do not display last empty line in source viewerFabrice Bellingard2012-03-131-4/+5
|
* SONAR-3243 Rollback popup removal and put it in seperate GitHub repoFabrice Bellingard2012-03-134-9/+23
| | | | => See https://github.com/bellingard/sonar/tree/popup-removal to test the removal of automatic-popup links
* SONAR-3243 Pass params and anchor to the file pageFabrice Bellingard2012-03-132-5/+19
|
* SONAR-3278 Display the review permalink in the breadcrumbFabrice Bellingard2012-03-121-2/+29
|
* SONAR-3243 Wrong permalink & breadcrumbs when file is shownFabrice Bellingard2012-03-127-45/+19
| | | | | | | | | - Permalinks have been moved to the latest part of the breadcrumb - Breadcrumbs are now correct and show every part till the file (if the resource being displayed is a file) - All the links that used to open a file in a popup are now "regular" links and open files in the default layout => for instance: links on files in the "component" page
* SONAR-3278 Incorrect breadcrumb link on review listingFabrice Bellingard2012-03-124-10/+13
| | | | => when someone clicks on the links of an action plan.