summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_filter.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* adds hover titles to merge request and issue pageshover-descriptionsJacob Schatz2016-01-111-5/+9
|
* Swap Author and Assignee Selectors on issuable index viewZeger-Jan van de Weg2015-12-301-4/+4
| | | | Closes #4039
* Use placeholders rather than blank options in bulk issue edit selects.Douwe Maan2015-12-021-4/+8
|
* Remove "none" username for "Unassigned" and "Any User" select optionsDouwe Maan2015-12-021-2/+2
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-6/+6
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-5/+4
|
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-2/+2
| | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu2015-10-071-2/+2
| | | | | | | | Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
* Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets2015-09-041-7/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* List the current user first in issuable dropdownsStan Hu2015-08-211-1/+1
|
* Fix bug preventing invite by e-mailStan Hu2015-08-211-3/+3
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-061-2/+6
|
* Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets2015-06-261-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* UsersSelect is part of filter so I rather keep js executed in partialDmitriy Zaporozhets2015-06-251-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-251-0/+69
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>