aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4157 Upgrade the embedded Jetty to version 8.1Julien HENRY2013-03-261-4/+5
* SONAR-4045 upgrade to jruby 1.7.3 and jruby-rack 1.1.13.1Simon Brandhof2013-03-253-6/+0
* SONAR-4206 Insert a null user on rules notification when rules are removed fr...Julien Lancelot2013-03-252-1/+32
* SONAR-4193 Move interprete macro function from application helper to a new de...Julien Lancelot2013-03-256-10/+34
* SONAR-4211 Allow Sonar Runner to work with secured serverJulien HENRY2013-03-251-1/+4
* Add parameter init_resource_for_role to specify which parameter to search for...Julien Lancelot2013-03-251-2/+2
* SONAR-4173 Renamed project_configuration by resource_configurationJulien Lancelot2013-03-252-3/+3
* SONAR-4083 name is required when creating a metric and description return not...Julien Lancelot2013-03-252-6/+12
* SONAR-4173 Add the possibility for a plugin to add a configuration pageJulien Lancelot2013-03-222-0/+6
* SONAR-3879 Fix issue where beta status is always displayed on rule searchJulien Lancelot2013-03-221-2/+2
* SONAR-3879 Display rule tags in title of popupJulien Lancelot2013-03-224-9/+30
* Add html idJulien Lancelot2013-03-221-1/+1
* SONAR-4083 The WS metrics should allow to create or delete only manual metricsJulien Lancelot2013-03-213-3/+40
* Replace deprecated find(:first, ...) by first(...) callJulien Lancelot2013-03-212-4/+4
* SONAR-3839 A followed dashboard shouldn't be flagged as unfollowed after bein...Julien Lancelot2013-03-211-6/+2
* SONAR-4168 If a Measure filter name is "edited" without having first "Closed"...Julien Lancelot2013-03-211-12/+12
* SONAR-4116 In the Measure filters, before "new_*" measures we should not disp...Julien Lancelot2013-03-202-5/+43
* Revert "SONAR-4114 The /api/resources web service should not return an empty ...Julien Lancelot2013-03-201-1/+1
* SONAR-4114 The /api/resources web service should not return an empty response...Julien Lancelot2013-03-201-1/+1
* SONAR-4190 Add Issue Tracker information on 'Installed Plugins' tab in the Up...Julien Lancelot2013-03-202-7/+8
* Replace deprecated find(:first, ...) by first(...) callJulien Lancelot2013-03-191-1/+1
* SONAR-4184 Use dropdown_tag component on violations drilldown period select boxJulien Lancelot2013-03-193-23/+19
* SONAR-4184 Use dropdown_tag component on dashboard period select boxJulien Lancelot2013-03-192-10/+18
* SONAR-4033 Text inputs width overflowJulien Lancelot2013-03-192-5/+4
* SONAR-4117 The '%' character is not displayed in Measure Filters on measures ...Julien Lancelot2013-03-183-29/+31
* SONAR-4206 Fix issue when disabling no more used rulesJulien Lancelot2013-03-181-1/+1
* SONAR-4206 Refactor rules registration in order to set the removed status onl...Julien Lancelot2013-03-151-3/+3
* Fix issue when comparing profile due to rule enbabled column deletionJulien Lancelot2013-03-151-5/+5
* SONAR-4144 The US date format should be MDY and not DMY (ex: Jan 20 2013 inst...Julien Lancelot2013-03-141-2/+2
* SONAR-4069 add unit testsSimon Brandhof2013-03-141-1/+0
* SONAR-4193 Authorize "-" in rule repo and interpret macro when description is...Julien Lancelot2013-03-143-3/+3
* SONAR-4139 Move Java language definition to sonar-java-pluginJulien Lancelot2013-03-141-1/+1
* Replace enabled by statusJulien Lancelot2013-03-142-6/+11
* SONAR-4069 new task extension pointSimon Brandhof2013-03-141-4/+8
* Improve CSS of rule status (deprecated/beta)Simon Brandhof2013-03-131-15/+15
* SONAR-4167 On Internet Explorer 9, the "Edit Group" and "Add new Group" title...Julien Lancelot2013-03-131-1/+1
* Fix issue when deleting manual rules because of previous deletion of enabled ...Julien Lancelot2013-03-131-1/+1
* SONAR-4193 Improve modal rule cssJulien Lancelot2013-03-132-19/+20
* Allow to add metadata info to title of modal windowsSimon Brandhof2013-03-1310-45/+45
* SONAR-4193 Create a macro interpreter API in sonar and use it for the rule macroJulien Lancelot2013-03-134-34/+27
* SONAR-4170 Revert feature to search for removed rulesJulien Lancelot2013-03-134-21/+8
* SONAR-4193 Improve modal rule window layoutJulien Lancelot2013-03-133-7/+53
* Fix regression when displaying inactive or active rulesJulien Lancelot2013-03-131-3/+10
* Set placeholder default value to '' in dropdown_tagJulien Lancelot2013-03-132-7/+5
* Fix sort bey removal date when selected removed statusJulien Lancelot2013-03-132-4/+8
* Improve dropdown tag, use it rules bulk change and sort byJulien Lancelot2013-03-123-43/+33
* Update select tag optionsJulien Lancelot2013-03-121-2/+3
* SONAR-4191 Create a layer on select2 to create select boxJulien Lancelot2013-03-122-32/+62
* Separate last db migration in 3 migrationsJulien Lancelot2013-03-123-12/+76
* SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-127-48/+57