summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2637 Issue with dashboard layout in IE6 and IE7Simon Brandhof2011-08-031-3/+3
|
* Improve UI of Email administration consoleSimon Brandhof2011-08-032-2/+3
|
* Some code improvementsSimon Brandhof2011-08-022-6/+5
|
* Fix new violationsSimon Brandhof2011-08-022-3/+4
|
* SONAR-75 Remove unused French GWT properties + add method ↵Simon Brandhof2011-08-011-1/+1
| | | | Metric.Builder#setUserManaged(boolean)
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-015-5/+22
|
* SONAR-2547 add legend of pending measuresSimon Brandhof2011-08-011-4/+14
|
* Fix JSON response of POST /api/manual_measuresSimon Brandhof2011-07-291-1/+1
|
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-293-2/+22
|
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-291-1/+1
| | | | | | | Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
* SONAR-75 Improve i18n APISimon Brandhof2011-07-298-124/+148
| | | | | | - The extension point LanguagePack is not required anymore - No error logs when rule description is not available in all locales - Increase code coverage and decrease complexity
* 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-2601 Use CSS style 'comments' for descriptions of SMTP settingsEvgeny Mandrikov2011-07-281-7/+7
|
* 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
|
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-284-93/+21
|
* SONAR-2596 Add unit testsEvgeny Mandrikov2011-07-281-1/+33
|
* SONAR-2649 Add server property 'sonar.notifications.delay'Evgeny Mandrikov2011-07-283-42/+65
| | | | | Can be defined in conf/sonar.properties and specifies delay in seconds between processing of notifications queue, default value is 60.
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-282-9/+16
|
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-272-1/+7
|
* SONAR-2547 fix level typeSimon Brandhof2011-07-271-4/+2
|
* SONAR-2547 validate valuesSimon Brandhof2011-07-2713-78/+149
|
* SONAR-2547 support i18nSimon Brandhof2011-07-272-20/+20
|
* SONAR-2648 New web service /api/manual_measuresSimon Brandhof2011-07-271-6/+6
|
* SONAR-2596,SONAR-2601 Improve UI for email notificationsEvgeny Mandrikov2011-07-273-132/+65
| | | | | | * Replace 'Send Test Email' by 'Test Configuration' * Replace 'Send' by 'Send test email' * Apply CSS styles
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-265-33/+39
| | | | | | | * Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-261-0/+37
|
* SONAR-2589 add missing bundles in drilldown pagesSimon Brandhof2011-07-262-8/+8
|
* SONAR-75 support alert thresholdsSimon Brandhof2011-07-264-9/+9
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-264-57/+42
| | | | Update ruby code to send notifications on changes in reviews
* SONAR-830 Sonar WS API return all elements when there aren't metric valuesimonbrandhof2011-07-251-5/+6
|
* SONAR-75 define locale for violation messagessimonbrandhof2011-07-252-116/+0
|
* SONAR-75 add rule severities (thanks to David Festal's patch)David Festal2011-07-253-15/+32
|
* SONAR-2615 Show email on page 'My Profile'Evgeny Mandrikov2011-07-251-0/+5
|
* SONAR-2006 Allow to select manual measures in filters treemapSimon Brandhof2011-07-224-6/+9
|
* SONAR-2547 display metric domainsSimon Brandhof2011-07-223-8/+6
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-226-87/+109
| | | | | | * Add email templates. * Add server component - UserFinder.
* SONAR-2636 Display keys in the administration console of manual metricsSimon Brandhof2011-07-221-4/+6
|
* SONAR-2635 Add new type of widget property : METRICSimon Brandhof2011-07-224-4/+14
|
* Various minor improvements of UISimon Brandhof2011-07-225-9/+9
| | | | | | | - Rename the sidebar section 'SYSTEM' to 'CONFIGURATION' - Change the violations drilldown header in order to be consistent with all other pages - Remove the link 'Plugins' from footer (useless with Update Center) - Add a title to manual measures page
* Remove unused class org.sonar.server.ui.SonarRackFilterSimon Brandhof2011-07-221-56/+0
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-2127-194/+192
| | | | | | - Add I18n to quality profiles - Add I18n to rules configuration - Add I18n to alerts
* SONAR-2547 fix breadcrumb of manual measuresSimon Brandhof2011-07-214-11/+11
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-216-18/+28
| | | | | | - Add I18n to session messages (log in, log out, ...) - Add I18n to flash notices - Add I18n to cloud page - Add I18n to maintenance page
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-211-2/+2
| | | | - Display widget title and description from metadata if I18n keys not available
* SONAR-2599 First draft of settings for notifications in user profileEvgeny Mandrikov2011-07-206-13/+143
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-205-27/+27
| | | | | | - Fix small bug on filter columns - Add I18n on violation drilldown - Add I18n on violation timemachine
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-2025-1392/+289
| | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email.
* SONAR-2547 improve rendering on ChromeSimon Brandhof2011-07-201-2/+2
|