Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new violations | Simon Brandhof | 2011-08-02 | 28 | -89/+86 |
| | |||||
* | SONAR-2665 Allow to override the HTTP parameter Accepted-Language in Java ↵ | Simon Brandhof | 2011-08-02 | 3 | -0/+29 |
| | | | | Web Service Client | ||||
* | Use child-first classloader for sonar-email-notifications-plugin | Evgeny Mandrikov | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | Disable the unit test EmailNotificationChannelTest on Mac OS | Simon Brandhof | 2011-08-02 | 1 | -0/+3 |
| | |||||
* | Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property ↵ | Simon Brandhof | 2011-08-02 | 1 | -1/+7 |
| | | | | runOrder=random | ||||
* | Fix duplications viewer | Simon Brandhof | 2011-08-02 | 1 | -3/+3 |
| | |||||
* | SONAR-75 Fix hotspot page | Simon Brandhof | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | SONAR-75 Remove unused French GWT properties + add method ↵ | Simon Brandhof | 2011-08-01 | 15 | -72/+88 |
| | | | | Metric.Builder#setUserManaged(boolean) | ||||
* | SONAR-75 support GWT components integrated to core | Simon Brandhof | 2011-08-01 | 31 | -283/+316 |
| | |||||
* | SONAR-2547 add legend of pending measures | Simon Brandhof | 2011-08-01 | 2 | -5/+16 |
| | |||||
* | Manual Measures WS : add ManualMeasureDeleteQuery to ws-client | Simon Brandhof | 2011-08-01 | 2 | -0/+94 |
| | |||||
* | Fix JSON response of POST /api/manual_measures | Simon Brandhof | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Fix wsclient of POST /api/manual_mesasures with integer values | Simon Brandhof | 2011-07-29 | 2 | -3/+24 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 10 | -5983/+3069 |
| | |||||
* | SONAR-75 rename i18n bundles to l10n bundles | Simon Brandhof | 2011-07-29 | 762 | -11/+10 |
| | | | | | | | 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 API | Simon Brandhof | 2011-07-29 | 43 | -932/+612 |
| | | | | | | - 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-2648 add ManualMeasureCreateQuery | Simon Brandhof | 2011-07-28 | 2 | -0/+137 |
| | |||||
* | SONAR-2582 The Filter Path field is not working with Oracle DB | Freddy Mallet | 2011-07-28 | 1 | -2/+4 |
| | |||||
* | Improve shutdown of NotificationService | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+7 |
| | |||||
* | SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.properties | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+8 |
| | |||||
* | SONAR-2601 Use CSS style 'comments' for descriptions of SMTP settings | Evgeny Mandrikov | 2011-07-28 | 1 | -7/+7 |
| | |||||
* | SONAR-75 refactor I18nManager | Simon Brandhof | 2011-07-28 | 3 | -9/+135 |
| | |||||
* | SONAR-75 fix l10n bundle | Simon Brandhof | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2540 Comments containing only spaces should not lead to error | Evgeny Mandrikov | 2011-07-28 | 1 | -10/+14 |
| | |||||
* | SONAR-2539 Should not be possible to modify closed review | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | Add convenient factory methods ResourceQuery#create(String resourceKey) and ↵ | Simon Brandhof | 2011-07-28 | 2 | -0/+14 |
| | | | | Rule#create(String repo, String key) | ||||
* | Fix label of metric commented_out_code_lines | Simon Brandhof | 2011-07-28 | 2 | -2/+2 |
| | |||||
* | Fix english l10n | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2596 Reduce number of arguments for NotificationService constructor | Evgeny Mandrikov | 2011-07-28 | 6 | -89/+42 |
| | |||||
* | SONAR-2596 Add unit tests | Evgeny Mandrikov | 2011-07-28 | 3 | -1/+117 |
| | |||||
* | SONAR-2649 Add server property 'sonar.notifications.delay' | Evgeny Mandrikov | 2011-07-28 | 3 | -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 settings | Evgeny Mandrikov | 2011-07-28 | 6 | -19/+41 |
| | |||||
* | SONAR-2650 fix startup when no FileFilter extensions are installed | Simon Brandhof | 2011-07-27 | 1 | -2/+12 |
| | |||||
* | SONAR-2607 Show in notification: project, resource and title of review | Evgeny Mandrikov | 2011-07-27 | 6 | -28/+180 |
| | |||||
* | SONAR-2650 reduce number of constructors | Simon Brandhof | 2011-07-27 | 2 | -16/+3 |
| | |||||
* | SONAR-2650 FileFilter extension point is ignored | Simon Brandhof | 2011-07-27 | 2 | -3/+18 |
| | |||||
* | SONAR-2547 fix level type | Simon Brandhof | 2011-07-27 | 1 | -4/+2 |
| | |||||
* | SONAR-2607 Should be only one dispatcher - ↵ | Evgeny Mandrikov | 2011-07-27 | 6 | -148/+27 |
| | | | | ChangesInReviewAssignedToMeOrCreatedByMe | ||||
* | SONAR-2547 validate values | Simon Brandhof | 2011-07-27 | 13 | -78/+149 |
| | |||||
* | SONAR-2607 Fix permalink in ReviewEmailTemplate | Evgeny Mandrikov | 2011-07-27 | 2 | -11/+61 |
| | |||||
* | SONAR-2547 support i18n | Simon Brandhof | 2011-07-27 | 3 | -21/+44 |
| | |||||
* | Remove the logback logger dedicated to i18n | Simon Brandhof | 2011-07-27 | 1 | -4/+0 |
| | |||||
* | SONAR-2648 New web service /api/manual_measures | Simon Brandhof | 2011-07-27 | 9 | -6/+383 |
| | |||||
* | SONAR-2596,SONAR-2601 Improve UI for email notifications | Evgeny Mandrikov | 2011-07-27 | 4 | -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 notifications | Evgeny Mandrikov | 2011-07-26 | 23 | -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 bundles | Simon Brandhof | 2011-07-26 | 2 | -8/+8 |
| | |||||
* | SONAR-2592 change description of property sonar.violationLocale | Simon Brandhof | 2011-07-26 | 1 | -2/+1 |
| | |||||
* | SONAR-2644 remove description and name from checkstyle rule HeaderCheck | Simon Brandhof | 2011-07-26 | 1 | -20/+11 |
| | |||||
* | SONAR-2644 Rule name should be optional in XML declaration files | Simon Brandhof | 2011-07-26 | 7 | -12/+48 |
| | |||||
* | SONAR-2634 new_*_violations and *_violations metrics are not qualitative | Simon Brandhof | 2011-07-26 | 1 | -11/+11 |
| |