summaryrefslogtreecommitdiff
path: root/app/helpers/selects_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 'New issue'/'New merge request' dropdowns should show only projects with ↵19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-0/+8
| | | | issues/merge requests feature enabled
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* fix group links 404barthc2016-10-051-4/+2
|
* Allow skipping users in autocompleteallow-skipping-users-in-autocompleteSean McGivern2016-07-271-13/+17
| | | | | | Pass an array of user IDs in the `skip_users` param to have them excluded from the results (unless they are explicitly included through the `current_user` or `author_id` params).
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
|
* Backport select_helper from EEbackport_changes_from_eeValery Sizov2016-04-201-14/+11
|
* Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg2016-04-151-1/+1
|\
* | Issuable can be assigned to authorZeger-Jan van de Weg2016-02-221-7/+9
|/ | | | | | | Closes #9014 The only difference with #9014 is that I thoughed the author should also be able to assign the issue. If this is unwanted behavior Ill revert it.
* Merge branch 'master' into ui/dashboard-new-issueDouwe Maan2015-12-071-6/+8
|\
| * Remove "none" username for "Unassigned" and "Any User" select optionsDouwe Maan2015-12-021-6/+8
| |
* | Use select2 dropdown for dashboard/group 'New X' buttonsDouwe Maan2015-12-071-0/+13
|/
* Refactor select2 tagsDmitriy Zaporozhets2015-11-161-2/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix bug preventing invite by e-mailStan Hu2015-08-211-1/+3
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Use the user list from the target project in a merge requestStan Hu2015-05-221-2/+3
| | | | Closes #1535
* Let members be invited from Add members pane.Douwe Maan2015-04-141-0/+2
|
* Move current user to the top of the list in author/assignee filtersStan Hu2015-04-091-0/+2
| | | | Closes #1321
* Big refactoring of issues filtersDmitriy Zaporozhets2015-03-261-10/+19
| | | | | | | | * Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
* Helper for ajax group selectboxDmitriy Zaporozhets2014-12-301-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add assignee and milestone to 2nd stepDmitriy Zaporozhets2014-05-081-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add placeholder support for project_users_select_tagDmitriy Zaporozhets2014-02-131-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* project_user selectbox with ajax autocompleteDmitriy Zaporozhets2014-02-131-0/+19
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>