BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
af846297
Commit
af846297
authored
Jul 22, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Error 500 when creating Wiki pages with hyphens or spaces
Closes gitlab-com/support-forum#874
parent
fb362795
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG
CHANGELOG
+3
-0
project.html.haml
app/views/layouts/project.html.haml
+2
-2
No files found.
CHANGELOG
View file @
af846297
...
...
@@ -10,6 +10,9 @@ v 8.11.0 (unreleased)
v 8.10.1 (unreleased)
- Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page
v 8.10.1 (unreleased)
- Fix Error 500 when creating Wiki pages with hyphens or spaces
v 8.10.0
- Fix profile activity heatmap to show correct day name (eanplatter)
- Speed up ExternalWikiHelper#get_project_wiki_path
...
...
app/views/layouts/project.html.haml
View file @
af846297
...
...
@@ -5,8 +5,8 @@
-
content_for
:scripts_body_top
do
-
project
=
@target_project
||
@project
-
if
@project_wiki
&&
@page
-
markdown_preview_path
=
namespace_project_wiki_markdown_preview_path
(
project
.
namespace
,
project
,
@page
.
title
)
-
if
@project_wiki
&&
@page
&&
@page
.
slug
.
present?
-
markdown_preview_path
=
namespace_project_wiki_markdown_preview_path
(
project
.
namespace
,
project
,
@page
.
slug
)
-
else
-
markdown_preview_path
=
markdown_preview_namespace_project_path
(
project
.
namespace
,
project
)
-
if
current_user
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment