aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-264-32/+38
| | | | | | | | | | | | | | * 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-2024-1381/+283
| | | | | | | | | | * 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
| |
* | Remote the column MANUAL_MEASURES.URL + improve IE7 renderingSimon Brandhof2011-07-205-14/+10
| |
* | SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-204-29/+28
| | | | | | | | | | - Add I18n for events in dashboards - Add I18n for dependencies
* | SONAR-2628 improve administration consoleSimon Brandhof2011-07-2010-57/+76
| |
* | SONAR-2628 create manual measureSimon Brandhof2011-07-205-102/+111
| |
* | SONAR-2628 Add a page to manage manual measuressimonbrandhof2011-07-1911-32/+130
| |
* | Merge remote branch 'upstream/master'Fabrice Bellingard2011-07-198-79/+158
|\ \
| * | First draft of administration console of manual measuresSimon Brandhof2011-07-198-79/+158
| | |
* | | SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-192-2/+10
|/ / | | | | - Add I18n to widgets
* | Merge remote branch 'upstream/master'Fabrice Bellingard2011-07-191-0/+5
|\ \
| * | SONAR-2615 Administrator should be able to change email address of userEvgeny Mandrikov2011-07-191-0/+5
| | |
* | | SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-1911-50/+50
|/ / | | | | | | | | - Add I18n to dashboard page - Add I18n to dashboards management
* | SONAR-2567 Prevent administrators from removing shared filtersSimon Brandhof2011-07-193-7/+7
| |
* | SONAR-2619 Measure drilldown fails with Views pluginsimonbrandhof2011-07-191-1/+1
| |
* | SONAR-2600,SONAR-2601 Add ability to send emailsEvgeny Mandrikov2011-07-188-76/+477
| | | | | | | | | | Add simple page with SMTP configuration and with ability to send test email. When SMTP configured - send notifications via email.
* | SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-186-25/+25
| | | | | | - Add I18n for components page
* | SONAR-2589 Modification of all web ruby templates to use bundlesFabrice Bellingard2011-07-1811-82/+82
| | | | | | | | | | | | - Add I18n for reviews - Add I18n for markdown - Add I18n for user auto-suggest field
* | SONAR-2596 Add an event notification mechanismEvgeny Mandrikov2011-07-1824-3/+1418
| | | | | | | | | | | | | | For the moment works only on server-side and no data persisted into DB. As a proof of concept - write message to log when comment was added to review.
* | Merge branch 'release-2.9'simonbrandhof2011-07-176-37/+51
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: archetypes/sonar-basic-plugin/pom.xml archetypes/sonar-gwt-plugin/pom.xml plugins/sonar-checkstyle-plugin/pom.xml plugins/sonar-cobertura-plugin/pom.xml plugins/sonar-core-gwt/pom.xml plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-findbugs-plugin/pom.xml plugins/sonar-googleanalytics-plugin/pom.xml plugins/sonar-pmd-plugin/pom.xml plugins/sonar-squid-java-plugin/pom.xml plugins/sonar-surefire-plugin/pom.xml pom.xml samples/pom.xml sonar-application/pom.xml sonar-batch-bootstrapper/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch/pom.xml sonar-channel/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core-maven-plugin/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-gwt-api/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-server/pom.xml sonar-squid/pom.xml sonar-testing-harness/pom.xml sonar-ws-client/pom.xml
| * Fix compatibility with IE6 and IE7Simon Brandhof2011-07-125-34/+48
| |
| * SONAR-2605 Dashboard crashes if a project variation is configured as 'since ↵Simon Brandhof2011-07-121-3/+3
| | | | | | | | a version'
* | SONAR-2589 Modification of web ruby templates to use bundlesFabrice Bellingard2011-07-158-77/+77
| | | | | | | | | | - Added i18n to core tabs of the resource viewer (coverage, source, violations)
* | SONAR-2591 API : translation mechanism of rule descriptionsFabrice Bellingard2011-07-151-0/+18
| | | | | | - Add translation for rule params
* | SONAR-2610 migrate existing manual measuressimonbrandhof2011-07-141-1/+26
| |
* | SONAR-2610 support url and description of manual measuressimonbrandhof2011-07-143-0/+8
| |