aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-101-107/+0
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright header of ruby sourcesSimon Brandhof2013-12-041-1/+1
* Refactor Ruby "x ? x.y : nil" to "x && x.y", which is more readable.Simon Brandhof2013-09-031-3/+3
* SONAR-4501 Make properties (sub)categories case insensitivesJulien HENRY2013-07-161-5/+8
* SONAR-3159 Sub categories are now displayed as tabsJulien HENRY2013-04-251-1/+6
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-2/+2
* SONAR-3159 Properties sub-categories, sort and descriptionJulien HENRY2013-04-191-2/+14
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-261-3/+3
* SONAR-3692 Fix issue with name generation and improve widget property i18nJulien Lancelot2013-01-231-5/+1
* SONAR-4032 Display first category (by alpha) on settings pageJulien Lancelot2013-01-101-4/+0
* Better help for exclusionsDavid Gageot2012-10-091-2/+2
* SONAR-3529 Fix for property setsDavid Gageot2012-10-081-2/+2
* Sort properties by nameDavid Gageot2012-10-051-1/+5
* SONAR-3819 Use the "options" parameter on @WidgetProperty to filter metricsDavid Gageot2012-10-051-19/+2
* SONAR-3819 Use the "options" parameter on @Property to filter metricsDavid Gageot2012-10-041-0/+19
* SONAR-3529 Improve property setsDavid Gageot2012-10-041-0/+4
* SONAR-3529 Property field validationDavid Gageot2012-10-011-0/+8
* SONAR-3529 Better look. Use field property typeDavid Gageot2012-10-011-4/+16
* SONAR-3529 FixesDavid Gageot2012-10-011-1/+1
* SONAR-3529 Clean codeDavid Gageot2012-10-011-0/+5
* SONAR-3529 Edition of property setsDavid Gageot2012-09-291-1/+1
* SONAR-3529 Get rid of property sets. Use PropertyFields insteadDavid Gageot2012-09-281-5/+0
* SONAR-3529 prepare for json parsing of property setsDavid Gageot2012-09-251-3/+4
* SONAR-3529 API: ability to define property sets.David Gageot2012-09-241-0/+8
* SONAR-3754 ImprovementsDavid Gageot2012-09-211-7/+7
* SONAR-3754 API: ability to define a cardinality on a propertyDavid Gageot2012-09-201-0/+56