aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2693 Make it possible to pass the sonar version to the matcherFabrice Bellingard2011-09-124-27/+52
| | | | | | - In order to remove the magic of getting the version of Sonar via the POM - Documentation also added on the I18nMatchers static methods
* SONAR-1091 Fix ClassCastException with OracleEvgeny Mandrikov2011-09-121-3/+3
|
* SONAR-1091 Fix SQL for OracleEvgeny Mandrikov2011-09-121-3/+3
| | | | Don't use 'resource' as table alias, because it's reserved word.
* Add HTML IDs to Email Configuration page in order to improve Selenium testsSimon Brandhof2011-09-121-2/+2
|
* Fix violationsEvgeny Mandrikov2011-09-122-13/+19
|
* Fix Javadoc configurationsimonbrandhof2011-09-111-1/+2
|
* SONAR-2656 Do not validate password twiceEvgeny Mandrikov2011-09-111-2/+3
|
* Remove 2 commented-out lines of codesimonbrandhof2011-09-112-2/+0
|
* SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool ↵simonbrandhof2011-09-114-235/+189
| | | | on Oracle
* SONAR-2603 increase size of server idsimonbrandhof2011-09-112-2/+2
|
* SONAR-2603 provide a dedicated page to generate server idsimonbrandhof2011-09-1117-133/+144
|
* SONAR-2787 "My Profile" conf menu should not be restricted to adminsFabrice Bellingard2011-09-091-1/+3
|
* SONAR-2633 Add action 'change password' to users administration pageEvgeny Mandrikov2011-09-092-20/+31
|
* SONAR-2200 Improve text positioning algorithm + left margin widthFabrice Bellingard2011-09-091-6/+13
|
* SONAR-1091 Improve descriptions for the 'Duplications' propertiesEvgeny Mandrikov2011-09-092-12/+20
|
* SONAR-2603 add some messagesSimon Brandhof2011-09-092-3/+13
|
* SONAR-2784 When the maximum number of JDBC connections is reached some JDBC ↵Simon Brandhof2011-09-093-3/+15
| | | | connections are never released to the JDBC pool
* SONAR-2074 Improve Timeline widget styleFabrice Bellingard2011-09-092-6/+15
| | | | | - Apply same event style as for the stack area chart - Fix bug in event display (displays too many events)
* SONAR-2638 increase JDBC pool size from 10 to 20Simon Brandhof2011-09-091-1/+1
|
* Upgrade from JRuby 1.6.3 to 1.6.4simonbrandhof2011-09-091-1/+1
|
* SONAR-2603 provide a dedicated settings page to generate server keysimonbrandhof2011-09-0919-117/+256
| | | | | This page is merged to the catgories of the General Settings page. At the same time the Email Settings page is merged as well.
* SONAR-1091 New properties and category 'Duplications'Evgeny Mandrikov2011-09-095-21/+61
|
* SONAR-1091 Sonar-CPD: support Java 7 (JSR334)Evgeny Mandrikov2011-09-082-15/+49
| | | | | * Binary integer literals * Underscores in numeric literals
* SONAR-2200 Improve text positioning and colorsFabrice Bellingard2011-09-081-2/+2
| | | | | This is required to be able to read the values even when the mouse is close to the borders
* SONAR-2200 Improve stack area JS APIFabrice Bellingard2011-09-081-14/+36
| | | | | | | | - Default height size set to 200 - Display the total cost in the header - Compute automatically the width of the left margin to correctly display the Y values - Set the number of ticks on Y axis to 6 by default
* SONAR-2744 Fix regression in usage of 'sonar.phase'Evgeny Mandrikov2011-09-086-22/+32
|
* SONAR-2579 Creating an event through the web service API leads to a ↵Simon Brandhof2011-09-081-1/+1
| | | | org.sonar.api.Batch.Event exception
* SONAR-2781 The annotation @UserRole should be optional on web page extensionsSimon Brandhof2011-09-081-5/+8
|
* SONAR-1091 Remove duplicated code in sonar-cpd-pluginEvgeny Mandrikov2011-09-084-129/+123
|
* SONAR-2693 Improve I18n Harmcrest matcherFabrice Bellingard2011-09-084-11/+93
| | | | | | | | | - #isBundleSynchronized replace by #isBundleUpToDate - #assertAllBundlesUpToDate static method added to avoid specifying files one by one - if bundles are Core bundles translations, then the original bundles are searched on Github using the Sonar version specified by the "sonar.version" property in the POM
* SONAR-1091 Use correct encoding during detection of duplicationsEvgeny Mandrikov2011-09-085-48/+65
|
* SONAR-1091 Enable Sonar CPD engine by defaultEvgeny Mandrikov2011-09-083-33/+85
|
* SONAR-2694 fix sorting of property categories when l10n name is not availableSimon Brandhof2011-09-081-1/+1
|
* Minor optimization of sidebarSimon Brandhof2011-09-081-2/+0
|
* SONAR-2412 improve checksSimon Brandhof2011-09-082-11/+10
|
* Fix derby port in development modeSimon Brandhof2011-09-081-3/+3
|
* SONAR-2766 Support ResourceTabs implemented as Ruby on Rails pagessimonbrandhof2011-09-071-2/+2
|
* SONAR-2750 Incorrect l18n with #human_short_date on locale ensimonbrandhof2011-09-071-0/+180
|
* SONAR-2200 Provide a new JS API to display a stack areaFabrice Bellingard2011-09-071-9/+185
| | | | Using Protovis
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-0716-59/+80
| | | | | | | | | | | | | * Fix SQL for Oracle and Derby. * Rename table clone_blocks to duplications_index. * The use of "sonar.branch" should deactivate detection of cross-project duplications. * Show info about used engine. * Set size of block - 10.
* SONAR-2522 Improve the batch requests on the RULES tableSimon Brandhof2011-09-071-20/+15
|
* SONAR-2700 improve date format in System Info pageSimon Brandhof2011-09-071-1/+1
|
* Oracle experience - do not load adapter version from fileSimon Brandhof2011-09-071-1/+4
|
* SONAR-1091 Update library for detection of duplicatesEvgeny Mandrikov2011-09-0774-9/+8125
|
* SONAR-2549 do not use the Oracle type 'DATE' for ActiveRecord type :datetimeSimon Brandhof2011-09-072-2/+11
|
* SONAR-2074 Remove the "Date" label.Fabrice Bellingard2011-09-072-17/+1
| | | | Based on Simon's feedback, it's true that it's useless and does not help much on usability.
* SONAR-893 Rename service into "History Deletion"Fabrice Bellingard2011-09-071-2/+2
| | | And "Deletion" service to "Project Deletion"
* SONAR-2074 Fix bug with Derby and add to "History" categoryFabrice Bellingard2011-09-072-1/+3
|
* SONAR-2701 Rename to "History Table" and add to "History" categoryFabrice Bellingard2011-09-072-2/+4
|
* SONAR-2200 Add documentation to the Timeline chart JS APIFabrice Bellingard2011-09-071-0/+46
|