aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2667 Keep context when Java Web Service raises exceptionsSimon Brandhof2011-08-044-22/+120
* SONAR-2627 False-positive flags disappear after second analysis runSimon Brandhof2011-08-045-14/+31
* SONAR-75 fix naming convention of widget name and propertiessimonbrandhof2011-08-045-16/+17
* SONAR-75 fix some l10n keyssimonbrandhof2011-08-049-54/+81
* SONAR-2637 Issue with dashboard layout in IE6 and IE7Simon Brandhof2011-08-031-3/+3
* Improve UI of Email administration consoleSimon Brandhof2011-08-033-2/+7
* Fix classloader issue of EmailNotificationChannelSimon Brandhof2011-08-031-0/+4
* Remove mail.jar from standalone applicationSimon Brandhof2011-08-031-0/+6
* Fix loading of javax.mail librarySimon Brandhof2011-08-031-52/+66
* Deactivate test HttpDownloaderTestsimonbrandhof2011-08-021-3/+1
* Some code improvementsSimon Brandhof2011-08-0211-93/+26
* Fix new violationsSimon Brandhof2011-08-0228-89/+86
* SONAR-2665 Allow to override the HTTP parameter Accepted-Language in Java Web...Simon Brandhof2011-08-023-0/+29
* Use child-first classloader for sonar-email-notifications-pluginEvgeny Mandrikov2011-08-021-0/+1
* Disable the unit test EmailNotificationChannelTest on Mac OSSimon Brandhof2011-08-021-0/+3
* Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property runOrde...Simon Brandhof2011-08-021-1/+7
* Fix duplications viewerSimon Brandhof2011-08-021-3/+3
* SONAR-75 Fix hotspot pageSimon Brandhof2011-08-021-1/+1
* SONAR-75 Remove unused French GWT properties + add method Metric.Builder#setU...Simon Brandhof2011-08-0115-72/+88
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-0131-283/+316
* SONAR-2547 add legend of pending measuresSimon Brandhof2011-08-012-5/+16
* Manual Measures WS : add ManualMeasureDeleteQuery to ws-clientSimon Brandhof2011-08-012-0/+94
* Fix JSON response of POST /api/manual_measuresSimon Brandhof2011-07-291-1/+1
* Fix wsclient of POST /api/manual_mesasures with integer valuesSimon Brandhof2011-07-292-3/+24
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-2910-5983/+3069
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-29762-11/+10
* SONAR-75 Improve i18n APISimon Brandhof2011-07-2943-932/+612
* SONAR-2648 add ManualMeasureCreateQuerySimon Brandhof2011-07-282-0/+137
* SONAR-2582 The Filter Path field is not working with Oracle DBFreddy Mallet2011-07-281-2/+4
* Improve shutdown of NotificationServiceEvgeny Mandrikov2011-07-281-1/+7
* SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.propertiesEvgeny Mandrikov2011-07-281-1/+8
* SONAR-2601 Use CSS style 'comments' for descriptions of SMTP settingsEvgeny Mandrikov2011-07-281-7/+7
* SONAR-75 refactor I18nManagerSimon Brandhof2011-07-283-9/+135
* SONAR-75 fix l10n bundleSimon Brandhof2011-07-281-1/+1
* SONAR-2540 Comments containing only spaces should not lead to errorEvgeny Mandrikov2011-07-281-10/+14
* SONAR-2539 Should not be possible to modify closed reviewEvgeny Mandrikov2011-07-281-1/+1
* Add convenient factory methods ResourceQuery#create(String resourceKey) and R...Simon Brandhof2011-07-282-0/+14
* Fix label of metric commented_out_code_linesSimon Brandhof2011-07-282-2/+2
* Fix english l10nEvgeny Mandrikov2011-07-281-1/+1
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-286-89/+42
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-283-1/+117
* SONAR-2649 Add server property 'sonar.notifications.delay'Evgeny Mandrikov2011-07-283-42/+65
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-286-19/+41
* SONAR-2650 fix startup when no FileFilter extensions are installedSimon Brandhof2011-07-271-2/+12
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-276-28/+180
* SONAR-2650 reduce number of constructorsSimon Brandhof2011-07-272-16/+3
* SONAR-2650 FileFilter extension point is ignoredSimon Brandhof2011-07-272-3/+18
* SONAR-2547 fix level typeSimon Brandhof2011-07-271-4/+2
* SONAR-2607 Should be only one dispatcher - ChangesInReviewAssignedToMeOrCreat...Evgeny Mandrikov2011-07-276-148/+27
* SONAR-2547 validate valuesSimon Brandhof2011-07-2713-78/+149