diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-05-21 11:38:13 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-05-26 19:01:11 +0200 |
commit | b16aad9dd1de60585f8265eff11cdea19982740d (patch) | |
tree | 93cc54a6fdbfebeca4354c94e1ed03a73365f1e5 /spec/models/commit_spec.rb | |
parent | b6117074ccb018a679d72f3faf4302ddb076a3ac (diff) | |
download | gitlab-ce-b16aad9dd1de60585f8265eff11cdea19982740d.tar.gz |
Validate wiki page creation
**What does this do?**
It adds validation to the creation of a wiki page, that way the user gets real
feedback instead of just a 404 page if the name of the wiki page was invalid
**Why is this needed?**
There are a lot of characters that are not allowed in the creation of a wiki
page, there is even a small text that is saying: Please don't use spaces.
Although we have that text there, we don't actually validate on this. This
commit adds validation on the title and gives the user actual feedback.
**What issues does this fix?**
Fixes http://github.com/gitlabhq/gitlabhq/issues/5357
Fixes https://github.com/gitlabhq/gitlabhq/issues/8565
Fixes https://github.com/gitlabhq/gitlabhq/issues/3913
Fixes https://github.com/gitlabhq/gitlabhq/issues/8166
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'spec/models/commit_spec.rb')
0 files changed, 0 insertions, 0 deletions