aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 - ↵Evgeny Mandrikov2011-07-276-148/+27
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2547 validate valuesSimon Brandhof2011-07-2713-78/+149
|
* SONAR-2607 Fix permalink in ReviewEmailTemplateEvgeny Mandrikov2011-07-272-11/+61
|
* SONAR-2547 support i18nSimon Brandhof2011-07-273-21/+44
|
* Remove the logback logger dedicated to i18nSimon Brandhof2011-07-271-4/+0
|
* SONAR-2648 New web service /api/manual_measuresSimon Brandhof2011-07-279-6/+383
|
* SONAR-2596,SONAR-2601 Improve UI for email notificationsEvgeny Mandrikov2011-07-274-134/+67
| | | | | | * 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-2623-77/+114
| | | | | | | * 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-75 fix loading of checkstyle bundlesSimon Brandhof2011-07-262-8/+8
|
* SONAR-2592 change description of property sonar.violationLocaleSimon Brandhof2011-07-261-2/+1
|
* SONAR-2644 remove description and name from checkstyle rule HeaderCheckSimon Brandhof2011-07-261-20/+11
|
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-267-12/+48
|
* SONAR-2634 new_*_violations and *_violations metrics are not qualitativeSimon Brandhof2011-07-261-11/+11
|
* SONAR-2589 add missing bundles in drilldown pagesSimon Brandhof2011-07-263-13/+17
|
* SONAR-75 support alert thresholdsSimon Brandhof2011-07-265-11/+14
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-264-57/+42
| | | | Update ruby code to send notifications on changes in reviews
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-251-1/+1
|
* SONAR-2591: push english translations of checkstyle, pmd and findbugs rulesFreddy Mallet2011-07-25733-0/+4513
|
* SONAR-830 Sonar WS API return all elements when there aren't metric valuesimonbrandhof2011-07-251-5/+6
|
* SONAR-75 Configure Checkstyle with localesimonbrandhof2011-07-254-25/+49
|
* Fix CloseReviewsDecorator for Derby and move Review entity from ↵Evgeny Mandrikov2011-07-263-6/+10
| | | | sonar-plugin-api to sonar-core
* SONAR-75 define locale for violation messagessimonbrandhof2011-07-257-213/+57
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-258-85/+223
| | | | | | * Update CloseReviewsDecorator to send notifications * Fix permalink in ReviewEmailTemplate
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-254-3/+28
|
* SONAR-2598 NotificationManager should be available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
|
* SONAR-75 add rule severities (thanks to David Festal's patch)David Festal2011-07-254-15/+44
|
* Fix violations and increase coverageEvgeny Mandrikov2011-07-255-4/+109
|
* 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-226-9/+12
|
* SONAR-2547 display metric domainsSimon Brandhof2011-07-223-8/+6
|
* Add unit test for UserFinderEvgeny Mandrikov2011-07-222-0/+69
|
* SONAR-2607 Provide email notifications on review changesEvgeny Mandrikov2011-07-2220-195/+768
| | | | | | * Add email templates. * Add server component - UserFinder.
* SONAR-2589 Fix bug with I18n rule descriptionFabrice Bellingard2011-07-225-7/+27
| | | | | | If a rule description is not available in the locale of the user, the english one is not used. This is fixed now.
* SONAR-2589 Reduce logs from I18nManagerFabrice Bellingard2011-07-221-9/+8
| | | | | Set most I18nManager messages to DEBUG to prevent having too verbose logs.
* 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-227-16/+30
|
* SONAR-2634 The tendency icon of the 'violations' metric should not be colorizedSimon Brandhof2011-07-221-1/+1
|
* Various minor improvements of UISimon Brandhof2011-07-226-11/+10
| | | | | | | - 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
|
* Add property 'sonar.core.serverBaseURL'Evgeny Mandrikov2011-07-222-0/+18
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-2128-206/+344
| | | | | | - 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-217-18/+52
| | | | | | - 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-208-13/+153
|
* SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-206-27/+56
| | | | | | - 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-2035-536/+761
| | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email.