Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2637 Issue with dashboard layout in IE6 and IE7 | Simon Brandhof | 2011-08-03 | 1 | -3/+3 |
| | |||||
* | Improve UI of Email administration console | Simon Brandhof | 2011-08-03 | 2 | -2/+3 |
| | |||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 2 | -6/+5 |
| | |||||
* | Fix new violations | Simon Brandhof | 2011-08-02 | 2 | -3/+4 |
| | |||||
* | SONAR-75 Remove unused French GWT properties + add method ↵ | Simon Brandhof | 2011-08-01 | 1 | -1/+1 |
| | | | | Metric.Builder#setUserManaged(boolean) | ||||
* | SONAR-75 support GWT components integrated to core | Simon Brandhof | 2011-08-01 | 5 | -5/+22 |
| | |||||
* | SONAR-2547 add legend of pending measures | Simon Brandhof | 2011-08-01 | 1 | -4/+14 |
| | |||||
* | Fix JSON response of POST /api/manual_measures | Simon Brandhof | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 3 | -2/+22 |
| | |||||
* | SONAR-75 rename i18n bundles to l10n bundles | Simon Brandhof | 2011-07-29 | 1 | -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 API | Simon Brandhof | 2011-07-29 | 8 | -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 DB | Freddy Mallet | 2011-07-28 | 1 | -2/+4 |
| | |||||
* | Improve shutdown of NotificationService | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+7 |
| | |||||
* | SONAR-2601 Use CSS style 'comments' for descriptions of SMTP settings | Evgeny Mandrikov | 2011-07-28 | 1 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | SONAR-2596 Reduce number of arguments for NotificationService constructor | Evgeny Mandrikov | 2011-07-28 | 4 | -93/+21 |
| | |||||
* | SONAR-2596 Add unit tests | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+33 |
| | |||||
* | 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 | 2 | -9/+16 |
| | |||||
* | SONAR-2607 Show in notification: project, resource and title of review | Evgeny Mandrikov | 2011-07-27 | 2 | -1/+7 |
| | |||||
* | SONAR-2547 fix level type | Simon Brandhof | 2011-07-27 | 1 | -4/+2 |
| | |||||
* | SONAR-2547 validate values | Simon Brandhof | 2011-07-27 | 13 | -78/+149 |
| | |||||
* | SONAR-2547 support i18n | Simon Brandhof | 2011-07-27 | 2 | -20/+20 |
| | |||||
* | SONAR-2648 New web service /api/manual_measures | Simon Brandhof | 2011-07-27 | 1 | -6/+6 |
| | |||||
* | SONAR-2596,SONAR-2601 Improve UI for email notifications | Evgeny Mandrikov | 2011-07-27 | 3 | -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 notifications | Evgeny Mandrikov | 2011-07-26 | 5 | -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 files | Simon Brandhof | 2011-07-26 | 1 | -0/+37 |
| | |||||
* | SONAR-2589 add missing bundles in drilldown pages | Simon Brandhof | 2011-07-26 | 2 | -8/+8 |
| | |||||
* | SONAR-75 support alert thresholds | Simon Brandhof | 2011-07-26 | 4 | -9/+9 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-26 | 4 | -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 value | simonbrandhof | 2011-07-25 | 1 | -5/+6 |
| | |||||
* | SONAR-75 define locale for violation messages | simonbrandhof | 2011-07-25 | 2 | -116/+0 |
| | |||||
* | SONAR-75 add rule severities (thanks to David Festal's patch) | David Festal | 2011-07-25 | 3 | -15/+32 |
| | |||||
* | SONAR-2615 Show email on page 'My Profile' | Evgeny Mandrikov | 2011-07-25 | 1 | -0/+5 |
| | |||||
* | SONAR-2006 Allow to select manual measures in filters treemap | Simon Brandhof | 2011-07-22 | 4 | -6/+9 |
| | |||||
* | SONAR-2547 display metric domains | Simon Brandhof | 2011-07-22 | 3 | -8/+6 |
| | |||||
* | SONAR-2607 Provide email notifications on review changes | Evgeny Mandrikov | 2011-07-22 | 6 | -87/+109 |
| | | | | | | * Add email templates. * Add server component - UserFinder. | ||||
* | SONAR-2636 Display keys in the administration console of manual metrics | Simon Brandhof | 2011-07-22 | 1 | -4/+6 |
| | |||||
* | SONAR-2635 Add new type of widget property : METRIC | Simon Brandhof | 2011-07-22 | 4 | -4/+14 |
| | |||||
* | Various minor improvements of UI | Simon Brandhof | 2011-07-22 | 5 | -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.SonarRackFilter | Simon Brandhof | 2011-07-22 | 1 | -56/+0 |
| | |||||
* | SONAR-2589 Modification of all web ruby templates to use bundles | Fabrice Bellingard | 2011-07-21 | 27 | -194/+192 |
| | | | | | | - Add I18n to quality profiles - Add I18n to rules configuration - Add I18n to alerts | ||||
* | SONAR-2547 fix breadcrumb of manual measures | Simon Brandhof | 2011-07-21 | 4 | -11/+11 |
| | |||||
* | SONAR-2589 Modification of all web ruby templates to use bundles | Fabrice Bellingard | 2011-07-21 | 6 | -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 bundles | Fabrice Bellingard | 2011-07-21 | 1 | -2/+2 |
| | | | | - Display widget title and description from metadata if I18n keys not available | ||||
* | SONAR-2599 First draft of settings for notifications in user profile | Evgeny Mandrikov | 2011-07-20 | 6 | -13/+143 |
| | |||||
* | SONAR-2589 Modification of all web ruby templates to use bundles | Fabrice Bellingard | 2011-07-20 | 5 | -27/+27 |
| | | | | | | - Fix small bug on filter columns - Add I18n on violation drilldown - Add I18n on violation timemachine | ||||
* | SONAR-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 25 | -1392/+289 |
| | | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. | ||||
* | SONAR-2547 improve rendering on Chrome | Simon Brandhof | 2011-07-20 | 1 | -2/+2 |
| |