gitlab-org--gitlab-foss/app/views/admin
Alfredo Sumaran b4045e997f Merge branch 'group-name-validation' into 'master'
Adds JavaScript validation for group path editing

## What does this MR do?

- Prevents group_edit form submission when special characters are included in the new group name
- Enhances gl_field_errors to support this use case and be more re-usable. 

## Are there points in the code the reviewer needs to double check?

**The implementation of validation is here: 73d997046c**

The rest of the diff for this MR is augmenting gl_field_errors

## Why was this MR needed?

- Currently we allow submission and a 500 error is returned. 

## Screenshots (if relevant)
![2016-10-21_14.11.21](/uploads/2bef5764d3f2429dd0f900661153eef7/2016-10-21_14.11.21.gif)
## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23564, https://gitlab.com/gitlab-org/gitlab-ce/issues/19756, https://gitlab.com/gitlab-org/gitlab-ce/issues/19736, https://gitlab.com/gitlab-org/gitlab-ce/issues/23922

See merge request !7041
2016-11-03 17:37:00 +00:00
..
abuse_reports Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
appearances Change show-gl-field-errors to gl-show-field-errors 2016-11-02 11:35:21 +01:00
application_settings Add links to internal docs in Metrics section in the admin area 2016-09-25 12:24:35 +02:00
applications
background_jobs Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
broadcast_messages Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
builds Remove unnecessary variables 2016-09-13 09:05:07 +02:00
dashboard Add Container Registry on/off status to admin area 2016-10-03 15:53:59 +01:00
deploy_keys Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
groups 23545 Fix distorted project and group avatars 2016-11-01 10:59:04 -05:00
health_check Remove unnecessary parens 2016-06-30 16:01:26 +03:00
hooks Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
identities
keys
labels Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
logs Remove unnecessary parens 2016-06-30 16:01:26 +03:00
projects 23545 Fix distorted project and group avatars 2016-11-01 10:59:04 -05:00
requests_profiles Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runners Merge branch 'runners-paginate' into 'master' 2016-10-21 14:58:26 +00:00
services
spam_logs Allow Issue to be submitted as spam 2016-08-15 13:18:15 -05:00
system_info Use icon helper 2016-08-25 16:07:20 +01:00
users Rename :name search parameter to :search_query at /admin/users 2016-11-01 17:52:16 +03:00