Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2883 Remote the unused file conf/derby.properties | simonbrandhof | 2011-10-09 | 1 | -1/+0 |
| | |||||
* | SONAR-2881 change the message when executing the script build-war.sh | simonbrandhof | 2011-10-09 | 1 | -1/+0 |
| | |||||
* | SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xml | simonbrandhof | 2011-10-09 | 5 | -91/+17 |
| | |||||
* | SONAR-2874 change the Oracle driver in conf/sonar.properties | Simon Brandhof | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -23/+4 |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions | ||||
* | Exit code is not properly returned when using RUN_AS_USER (from ↵ | Carlos Sanchez | 2011-09-27 | 8 | -8/+16 |
| | | | | http://jira.codehaus.org/browse/MAPPASM-113 ) | ||||
* | SONAR-2833 Fail to create SQLServer tables when collation is case-sensitive | Simon Brandhof | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | SONAR-2810 End support of JNDI JDBC datasource by WAR mode | Simon Brandhof | 2011-09-14 | 1 | -11/+0 |
| | |||||
* | SONAR-2587 add a comment in conf/sonar.properties | Simon Brandhof | 2011-09-13 | 1 | -0/+2 |
| | |||||
* | SONAR-2638 increase JDBC pool size from 10 to 20 | Simon Brandhof | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | Slight change in comments of conf/sonar.properties | Simon Brandhof | 2011-09-06 | 1 | -3/+3 |
| | |||||
* | SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL | Simon Brandhof | 2011-09-06 | 1 | -3/+8 |
| | |||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-09-06 | 1 | -8/+8 |
| | |||||
* | Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas" | Fabrice Bellingard | 2011-08-22 | 1 | -8/+8 |
| | | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0. | ||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-08-19 | 1 | -8/+8 |
| | |||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Minor changes on labels | Simon Brandhof | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | 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-2649 Add 'sonar.notifications.delay' to conf/sonar.properties | Evgeny Mandrikov | 2011-07-28 | 1 | -1/+8 |
| | |||||
* | Remove the logback logger dedicated to i18n | Simon Brandhof | 2011-07-27 | 1 | -4/+0 |
| | |||||
* | SONAR-2596,SONAR-2601 UI for email notifications | Evgeny Mandrikov | 2011-07-26 | 1 | -1/+1 |
| | | | | | | | * 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-2596,SONAR-2600 Improve notification mechanism | Evgeny Mandrikov | 2011-07-20 | 1 | -0/+6 |
| | | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email. | ||||
* | Merge branch 'release-2.9' | simonbrandhof | 2011-07-17 | 1 | -4/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Release 2.9 | simonbrandhof | 2011-07-17 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-07-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.9-RC1 | Simon Brandhof | 2011-07-08 | 1 | -5/+4 |
| | | |||||
* | | SONAR-2589 Creation of a I18n English Pack | Fabrice Bellingard | 2011-07-13 | 1 | -0/+6 |
| | | | | | | | | | | - Creation of the plugin - Modification the I18nManager to read keys from this plugin in the first place | ||||
* | | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | | |||||
* | | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
|/ | |||||
* | Allow to deploy SNAPSHOT versions of sonar-application and sonar-server | Simon Brandhof | 2011-07-08 | 1 | -9/+20 |
| | |||||
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 2 | -7/+1 |
| | |||||
* | SONAR-75 Apply first version of contribution by www.serli.com | Simon Brandhof | 2011-06-13 | 2 | -0/+10 |
| | |||||
* | SONAR-2493 Fix build-war.sh | Evgeny Mandrikov | 2011-06-02 | 2 | -4/+4 |
| | | | | | Variable ANT_HOME should be exported in order to be available for child processes. | ||||
* | SONAR-2491 fix Java Service Wrapper on Solaris | Simon Brandhof | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Add comment in conf/sonar.properties for Oracle installation | simonbrandhof | 2011-05-12 | 1 | -1/+3 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Remove some dead code | simonbrandhof | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | Reduce duplication by moving part of configuration of maven-assembly-plugin ↵ | Evgeny Mandrikov | 2011-05-05 | 1 | -8/+0 |
| | | | | to parent POM | ||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Use parameter target instead of deprecated tasks for maven-antrun-plugin | Evgeny Mandrikov | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -1/+1 |
| | | | | info level |