aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/models
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3876 fail to rename a profile containing quotes on postgresqlSimon Brandhof2012-10-191-3/+6
* Fix profile names with single quoteSimon Brandhof2012-10-121-3/+7
* Fix profile renaming on OracleSimon Brandhof2012-10-121-1/+3
* Fix SQL escaping and SQL injectionSimon Brandhof2012-10-122-2/+2
* Fix rule parameter descriptionsDavid Gageot2012-10-101-0/+9
* Fix performance of profile consoleSimon Brandhof2012-10-101-1/+2
* SONAR-3621 Fix filter by key regexpSimon Brandhof2012-10-101-1/+1
* SONAR_3621 add missing support of key regexpSimon Brandhof2012-10-091-1/+1
* SONAR-3621 use JSON format between rails and java componentsSimon Brandhof2012-10-093-77/+44
* SONAR-3529 Fix for property setsDavid Gageot2012-10-081-1/+1
* Fix ruby codeDavid Gageot2012-10-081-1/+1
* Optimize Rails modelsDavid Gageot2012-10-064-17/+6
* SONAR-3815 Support multi_values properties in the WS ApiDavid Gageot2012-10-051-13/+22
* SONAR-3529 Improve property setsDavid Gageot2012-10-041-2/+2
* Use Api::Utils.java_facade in utils.rbSimon Brandhof2012-10-031-1/+1
* Minor refactoring of property.rb in order to get reference on jruby_facadeSimon Brandhof2012-10-031-5/+6
* SONAR-3529 Improve codeDavid Gageot2012-10-021-17/+27
* SONAR-3529 Property field validationDavid Gageot2012-10-011-0/+24
* SONAR-3529 Better look. Use field property typeDavid Gageot2012-10-011-1/+1
* SONAR-3833 ability to edit/delete the profiles provided by pluginsSimon Brandhof2012-10-011-36/+28
* SONAR-3529 Fixe edition of boolean propertyDavid Gageot2012-10-011-2/+2
* SONAR-3529 FixesDavid Gageot2012-10-011-1/+2
* SONAR-3529 Clean codeDavid Gageot2012-10-011-3/+4
* Shorter codeDavid Gageot2012-10-011-6/+4
* SONAR-2602 fix (again) the support of OracleSimon Brandhof2012-09-282-2/+2
* SONAR-2602 Fix compatibility with OracleSimon Brandhof2012-09-281-3/+18
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-281-47/+0
* SONAR-2602 support project modules with different languagesSimon Brandhof2012-09-274-56/+116
* SONAR-3529 prepare for json parsing of property setsDavid Gageot2012-09-252-1/+2
* Fix PropertyDavid Gageot2012-09-251-3/+7
* SONAR-3623 apply modal window to creation/restore Q profilesSimon Brandhof2012-09-242-29/+63
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-241-3/+26
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-241-0/+24
* SONAR-3640 Minimum page size for filters is now 5Fabrice Bellingard2012-09-211-1/+1
* SONAR-3754 Fix property change notificationDavid Gageot2012-09-211-16/+23
* SONAR-2838 Fix manual measure edit (float displayed instead of int)Fabrice Bellingard2012-09-211-1/+3
* SONAR-3754 FIX for multi_values fields. Remove trailing empty valuesDavid Gageot2012-09-211-1/+3
* SONAR-3754 FIX for standard fields containing comasDavid Gageot2012-09-201-2/+9
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-201-37/+43
* SONAR-3672 improve the selection of projects in global dashboardsSimon Brandhof2012-09-191-0/+1
* Fix regression introduced in 672f34433e52f15d851dff4978878887e69c2969David Gageot2012-07-241-7/+3
* Improve slow profile pageDavid Gageot2012-07-231-0/+6
* SONAR-3646 fix transaction conflict with H2Simon Brandhof2012-07-201-5/+1
* SONAR-3662 Remove the property sonar.jdbc.validationQuerySimon Brandhof2012-07-141-1/+0
* SONAR-3617 Improve performance of treemap filtersSimon Brandhof2012-07-142-26/+28
* SONAR-3336 Measure of 4077ms is displayed as 4.7s instead of 4sDavid Gageot2012-07-131-7/+5
* SONAR-2614 Use the resource typesFabrice Bellingard2012-07-121-3/+1
* Fix creation of administratorSimon Brandhof2012-07-121-5/+1
* SONAR-3646 do not fail on non-h2 databases when creating administratorSimon Brandhof2012-07-121-1/+5
* SONAR-3646 API : new extension point to be notified on user creationSimon Brandhof2012-07-111-15/+25