aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4000 When deleting a resource in the bulk deletion page, the selected ↵Julien Lancelot2013-08-132-3/+3
| | | | tab always come back to "Projects"
* SONAR-4550 allow HTML description of permissionsSimon Brandhof2013-08-131-1/+1
|
* SONAR-4573 Remove the hack which leads do display the 'Project Permissions' ↵Julien Lancelot2013-08-131-5/+8
| | | | page on views even if the property 'hasRolePolicy' is not defined on views
* SONAR-4565 Fixed scroll bar display to only allow vertical scrollingJean-Baptiste Vilain2013-08-131-1/+1
|
* SONAR-4573 Remove the hack which leads do display the 'Project Permissions' ↵Julien Lancelot2013-08-132-4/+3
| | | | page on views even if the property 'hasRolePolicy' is not defined on views
* SONAR-4187 Remove the hack which leads do display the 'History' page on ↵Julien Lancelot2013-08-131-2/+1
| | | | views even if the property 'modifiable_history' is not defined on views
* SONAR-4187 Remove the hack which leads do display the 'History' page on ↵Julien Lancelot2013-08-131-4/+1
| | | | views even if the property 'modifiable_history' is not defined on views
* SONAR-4554 Kicked out of Issues filter when applying bulk change on a filterJulien Lancelot2013-08-131-3/+7
|
* SONAR-4525 Fixed regression on issue bulk change of planJean-Baptiste Vilain2013-08-131-10/+9
|
* SONAR-4555 When opening a modal window on Issues page with Chrome, it ↵Julien Lancelot2013-08-131-1/+1
| | | | scrolls down the page
* SONAR-4568 On a boolean rule parameter, this is not possible to set back the ↵Julien Lancelot2013-08-132-4/+5
| | | | parameter value to 'Default'
* SONAR-4563 complete web service clientSimon Brandhof2013-08-122-6/+17
|
* SONAR-4269 Fix XSS in configuration of dashboardSimon Brandhof2013-08-121-1/+1
|
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-1212-23/+37
|
* SONAR-4563 Use strict comparison for createdAfter in the Issues search engineSimon Brandhof2013-08-129-5/+30
|
* Remmove bad JS commaSimon Brandhof2013-08-121-1/+1
|
* SONAR-4269 Use html_escape function on some input values to prevent XSSJulien Lancelot2013-08-122-9/+9
|
* SONAR-4269 Use html_escape function on some variables to prevent XSSJulien Lancelot2013-08-126-10/+10
|
* SONAR-4269 Remove display of resource name to prevent XSS issueJulien Lancelot2013-08-121-2/+2
|
* SONAR-4525 Use names instead of keys for action plans and users in issue ↵Jean-Baptiste Vilain2013-08-121-22/+0
| | | | changes notification emails
* SONAR-4346 Display public_documented_api_density even if it is 0%Fabrice Bellingard2013-08-121-1/+1
|
* SONAR-4525 Use names instead of keys for action plans and users in issue ↵Jean-Baptiste Vilain2013-08-128-24/+128
| | | | changes notification emails
* SONAR-3791 Allow users to search for projects by typing only 2 chars in the ↵Jean-Baptiste Vilain2013-08-092-2/+2
| | | | header search box
* SONAR-4517 move Quality Profiles pages to Jquerystephenbroyer2013-08-091-2/+2
|
* SONAR-4523 Update Center doesn't support parallel downloads of pluginsSimon Brandhof2013-08-092-9/+31
|
* SONAR-4565 Make the server ids iFrame scrollable to prevent overflowJean-Baptiste Vilain2013-08-091-1/+1
|
* SONAR-4517 move Quality Profiles pages to Jquerystephenbroyer2013-08-092-13/+22
|
* SONAR-4517 move Quality Profiles pages to Jquerystephenbroyer2013-08-091-6/+9
|
* SONAR-4517 move Quality Profiles pages to Jquerystephenbroyer2013-08-092-11/+9
|
* SONAR-4517 Move from prototypeJS/scriptaculous to jQuerystephenbroyer2013-08-092-6/+2
|
* SONAR-4371 Highlighting goes away on DependenciesSimon Brandhof2013-08-091-1/+1
|
* SONAR-4345 'Send Test Email' button disappearsSimon Brandhof2013-08-091-1/+1
|
* SONAR-4520 Setting pages with a description should start with a white ↵Simon Brandhof2013-08-091-8/+10
| | | | background line
* SONAR-4492 Error when clicking on Activate/Deactivate all in quality profile ↵Simon Brandhof2013-08-091-2/+3
| | | | when no rule is selected
* SONAR-4450 Disable submit button when the issue comment value is blankJean-Baptiste Vilain2013-08-093-4/+14
|
* SONAR-4550 Order the global permissions in alphabetical orderSimon Brandhof2013-08-091-12/+25
|
* SONAR-4560 Only add twoletters long index entries for two letters long resourcesJean-Baptiste Vilain2013-08-0914-48/+75
|
* SONAR-4375 Improve issue changelog display by returning names instead of ↵Jean-Baptiste Vilain2013-08-0918-97/+206
| | | | keys for users and action plans
* SONAR-4487 Fix web vulnerabilitiesSimon Brandhof2013-08-083-1/+18
|
* SONAR-4487 Fix web vulnerabilitiesSimon Brandhof2013-08-084-3/+19
|
* SONAR-4553 Fixed modal window titleJean-Baptiste Vilain2013-08-082-1/+7
|
* SONAR-4564 SONAR-4563 fix detection of new issues since previous analysisSimon Brandhof2013-08-088-24/+36
|
* SONAR-4522 Renamed project roles to better match the underlying permissionsJean-Baptiste Vilain2013-08-085-14/+41
|
* SONAR-4553 Fixed modal window title when applying a permission template to a ↵Jean-Baptiste Vilain2013-08-072-5/+0
| | | | single project
* SONAR-4560 Index resources up to the first character in order to support 2 ↵Jean-Baptiste Vilain2013-08-0713-11/+29
| | | | letters long projects in the bulk deletion screen
* SONAR-3868 Notify user creation handlers on user automatic creation ↵Jean-Baptiste Vilain2013-08-071-0/+1
| | | | triggered by an external auth system
* SONAR-4347 Removed dependency with useless code tracker plugin in ↵Jean-Baptiste Vilain2013-08-071-19/+0
| | | | duplication widget
* SONAR-4450 Prevent users from adding empty comments on issuesJean-Baptiste Vilain2013-08-075-21/+149
|
* SONAR-4434 Make the user name field mandatory on user creation both in UI ↵Jean-Baptiste Vilain2013-08-066-10/+51
| | | | and WS calls
* SONAR-4529 Add index on created_at column of notifications table to improve ↵Jean-Baptiste Vilain2013-08-064-1/+38
| | | | notifications performance