summaryrefslogtreecommitdiff
path: root/app/helpers/form_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-9/+19
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+9
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+24
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+23
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-5/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-4/+35
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* Externalize strings in helpersMartin Wortschack2019-04-041-3/+2
| | | | | - Update qa selector - Update PO file
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Bring one group board to CEFelipe Artur2018-03-031-1/+1
|
* Use UserSerializer instead of `User.to_json`Robert Speicher2017-12-191-1/+1
|
* More review commentsNick Thomas2017-08-301-1/+0
|
* Address review commentsNick Thomas2017-08-301-2/+2
|
* Warn users when their keys are invalidNick Thomas2017-08-301-2/+3
|
* Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-12/+4
|\ | | | | | | | | CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
| * FormHelper#issue_assignees_dropdown_options never has multiple assigneesToon Claes2017-06-201-12/+4
| | | | | | | | | | | | Only EE supports multiple issue assignees, so this CE code should not contain code to have multiple assignees. EE will override the multiple issue assignees feature by overriding this method.
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
|/
* Changes default text to "Unassigned"unassign-default-dropdown-stateJacob Schatz2017-06-111-1/+1
| | | | | By changing this text the css will check for `toggle_text == default_label`. In this case they were not the same. Now they are and it will show the default label in gray.
* Fix specsClement Ho2017-05-041-6/+5
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+33
|
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-6/+6
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-0/+18
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.