aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/coffee/issues/controller.coffee
Commit message (Expand)AuthorAgeFilesLines
* change web structure: separate componentsStas Vilchik2015-05-191-225/+0
* SONAR-6285 add a home page for global issuesStas Vilchik2015-03-161-0/+22
* SONAR-6145 change the way to select current user in the facet on the issues pageStas Vilchik2015-03-091-1/+29
* add web assets headersStas Vilchik2015-02-251-0/+20
* fix issues bulk change on contextualized pages, part 2Stas Vilchik2015-02-231-2/+2
* fix issues bulk change on contextualized pagesStas Vilchik2015-02-231-0/+9
* SONAR-5946 SONAR-6027 better handling of ajax errorsStas Vilchik2015-02-031-4/+0
* SONAR-5345 use context query when request a single facetStas Vilchik2015-01-301-0/+1
* SONAR-5345 do not add component parameter to the urlStas Vilchik2015-01-281-0/+1
* SONAR-5345 Merge Issues Drilldown and the Issues pagesStas Vilchik2015-01-261-12/+0
* Clean upStas Vilchik2015-01-081-2/+0
* SONAR-6031 Issue permalink must display source code, not the list with single...Stas Vilchik2015-01-081-0/+7
* SONAR-5820 Create a new coding rules pageStas Vilchik2014-12-221-110/+26
* SONAR-5956 Use new parameter for "modules" criterion/facetJean-Baptiste Lievremont2014-12-191-1/+1
* Fix the issue permalinkStas Vilchik2014-12-171-1/+1
* Automatic merge from branch-5.0Jenkins CI2014-12-121-0/+3
|\
| * SONAR-5718 Do not allow to modify the search sortingStas Vilchik2014-12-111-0/+3
* | SONAR-5899 Show tag facet in issues page (bare implementation)Jean-Baptiste Lievremont2014-12-101-2/+2
|/
* SONAR-5718 Fix activation of action plans facetStas Vilchik2014-12-081-0/+1
* SONAR-5718 Encode url parameters for bulk changeStas Vilchik2014-12-011-1/+1
* SONAR-5718 Apply feedbackStas Vilchik2014-11-281-0/+2
* SONAR-5877 Unified source viewerStas Vilchik2014-11-271-3/+1
* SONAR-5845 Update the layout and tune the UI of the issue boxStas Vilchik2014-11-131-1/+2
* SONAR-5718 Add module criteria, update widgetsStas Vilchik2014-11-061-2/+2
* SONAR-5718 Close component viewer when click on facetsStas Vilchik2014-11-051-1/+2
* SONAR-5718 Fix enabling filter after page reloadStas Vilchik2014-11-051-0/+9
* SONAR-5747 Replace componentRootUuids (modules) facet with projectUuids (proj...Jean-Baptiste Lievremont2014-11-041-2/+2
* SONAR-5718 Show error popupStas Vilchik2014-11-041-5/+8
* SONAR-5718 UI improvementsStas Vilchik2014-10-311-1/+4
* SONAR-5718 Add language labelsStas Vilchik2014-10-311-1/+1
* SONAR-5718 Add permalinks for saved filtersStas Vilchik2014-10-311-3/+15
* SONAR-5718 Enable facets from queryStas Vilchik2014-10-301-3/+12
* SONAR-5718 Add action plan and component facetsStas Vilchik2014-10-301-2/+9
* SONAR-5718 Disable facet when collapse itStas Vilchik2014-10-301-0/+1
* SONAR-5718 Add an ability to collapse/expand facetsStas Vilchik2014-10-301-8/+34
* SONAR-5718 Add a new issues pageStas Vilchik2014-10-291-0/+163