aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/javascripts
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3791 Allow users to search for projects by typing only 2 chars in the h...Jean-Baptiste Vilain2013-08-091-1/+1
* SONAR-4450 Disable submit button when the issue comment value is blankJean-Baptiste Vilain2013-08-091-0/+1
* SONAR-4450 Prevent users from adding empty comments on issuesJean-Baptiste Vilain2013-08-071-3/+8
* Remove executable flag from source filesEvgeny Mandrikov2013-07-242-0/+0
* Improve error handling in modal form in order to let the possibility to displ...Julien Lancelot2013-07-191-0/+3
* When submitting measures filter modal form, only errors are now returned to t...Julien Lancelot2013-07-181-1/+10
* SONAR-4373 The confirmation of an issue comment 'Delete' action must not be d...Simon Brandhof2013-07-161-3/+12
* Remove JS trailing whitespaceSimon Brandhof2013-07-161-1/+1
* Fix some JS quality flawsSimon Brandhof2013-07-162-11/+13
* Fix some JS quality flawsSimon Brandhof2013-07-151-5/+9
* Fix some JS quality flawsSimon Brandhof2013-07-154-45/+51
* SONAR-4491 Link in rule description of an issue do not open in a modal window...Julien Lancelot2013-07-111-0/+3
* Do not display alert if error in openAccordion javascript functionJulien Lancelot2013-07-091-2/+4
* restore select2 copyright headerJulien Lancelot2013-06-261-17/+12
* SONAR-4336 fix bug in select2 + jquery-ui dialogSimon Brandhof2013-06-191-1/+2
* SONAR-4336 Upgrade to jQuery 1.10Simon Brandhof2013-06-183-21/+14
* SONAR-4303 fix canceling of comment edit formSimon Brandhof2013-06-041-19/+1
* SONAR-3755 Manage errors from actions and transitionsJulien Lancelot2013-06-031-2/+1
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-031-0/+6
* SONAR-4303 improve popupsSimon Brandhof2013-06-031-0/+7
* SONAR-3755 improve expand/collapse of rule and changelogSimon Brandhof2013-06-032-23/+35
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-031-0/+30
* Fix links on dropdown menuJulien Lancelot2013-05-241-1/+2
* SONAR-4303 Refactor the issue detail in the issues code viewerJulien Lancelot2013-05-241-8/+14
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-231-252/+0
* SONAR-4304 better exception handling/UISimon Brandhof2013-05-171-9/+22
* SONAR-4304 add form for manual issuesSimon Brandhof2013-05-161-1/+32
* SONAR-4285 support the edition and deletion of commentsSimon Brandhof2013-05-161-1/+62
* SONAR-3755 raise a JS event when changing severitySimon Brandhof2013-05-151-5/+7
* Javascript - allow to programmatically open a modal windowSimon Brandhof2013-05-151-28/+33
* SONAR-3755 raise a JS event for Eclipse when issue is changedSimon Brandhof2013-05-151-3/+10
* SONAR-3755 fix nested tags "issue"Simon Brandhof2013-05-151-4/+7
* SONAR-3755 fix issue actionsSimon Brandhof2013-05-151-8/+21
* UI - ability to programatically open modal windowsSimon Brandhof2013-05-151-24/+27
* SONAR-3755 add the link "Assigned to me"Simon Brandhof2013-05-151-21/+40
* SONAR-3755 UI for adding commentsSimon Brandhof2013-05-141-0/+54
* SONAR-3755 Add plan action button in issues code viewerJulien Lancelot2013-05-061-0/+17
* Fix issue when loading modal rules many timesJulien Lancelot2013-05-061-0/+1
* SONAR-3755 Add change severity on issues code viewerJulien Lancelot2013-05-021-4/+26
* SONAR-3755 Add assign button in issues code viewerJulien Lancelot2013-04-301-3/+20
* SONAR-3755 Improve action in issues code viewerJulien Lancelot2013-04-301-2/+2
* SONAR-3755 Display action in issues code viewerJulien Lancelot2013-04-301-0/+35
* SONAR-3893 Remove highlighting when clicking on an already highlighted symbol...Jean-Baptiste Vilain2013-04-251-2/+10
* SONAR-4258 Added ampersand escaping in sonar-colorizerJean-Baptiste Vilain2013-04-231-1/+1
* SONAR-3893 Introduced unique partial for source displayJean-Baptiste Vilain2013-04-221-3/+3
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3893 Added symbols class for debug purposeJean-Baptiste Vilain2013-04-171-1/+1
* SONAR-3893 Added symbol usages highlighting in drilldown perspectiveJean-Baptiste Vilain2013-04-171-0/+7
* Fix issue on Tab focus stops working once a selection is made (https://github...Julien Lancelot2013-03-141-15/+20