summaryrefslogtreecommitdiff
path: root/app/views/shared/_sort_dropdown.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
|
* Preserve label filters when sortingJoseph Frazier2016-09-301-11/+11
| | | | | | Closes #20982 https://gitlab.com/gitlab-org/gitlab-ce/issues/20982
* Sort by label priorityThijs Wouters2016-06-061-0/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixed testsPhil Hughes2016-05-161-10/+1
|
* Fixed issue with not being able to sort and filterPhil Hughes2016-05-161-2/+11
|
* Address MR feedbackRémy Coutable2016-04-201-4/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan2016-04-201-2/+2
| | | | | | | due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
* Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+4
| | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+4
|
* Removed sorted text from dropdownsPhil Hughes2016-01-281-1/+1
| | | | Closes #12796
* Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-021-1/+1
|\ | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * Convert Javascript links to buttons.Ciro Santilli2015-01-171-1/+1
| |
* | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-10/+10
| |
* | Fixes the sort dropdown goind outside of the screenHannes Rosenögger2015-01-171-1/+1
|/ | | | see gitlab-org/gitlab-ce#986
* Refactor issues and merge requests listsDmitriy Zaporozhets2014-12-231-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create helper for sort drowdown option namesDmitriy Zaporozhets2014-12-041-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue/mr top filters for listDmitriy Zaporozhets2014-02-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issues sort dropdown to shared partialDmitriy Zaporozhets2014-01-141-0/+22
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>