diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-05-21 16:37:50 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-05-26 18:12:46 +0200 |
commit | fa2aee5048d4f6acd393fdddf119bca74a4b94d7 (patch) | |
tree | 98817ee1b887dc5b1e30ff2030bf2e7a218916c7 /CHANGELOG | |
parent | ebe0aef26901aee211e78b861925bbab97027aa6 (diff) | |
download | gitlab-ce-fa2aee5048d4f6acd393fdddf119bca74a4b94d7.tar.gz |
Use .md as extention for wiki pages
**What does this do?**
It makes sure that when you create a wiki page via the web interface, the
extention is .md instead of .markdown
**Why is this needed?**
When you're using Gollum locally, it will create pages with the .md extention.
Also .md is the best known extention for markdown. This fix will make sure that
if you're using gollum or the webinterface, the extention will be the same.
**What issues does this fix?**
Fixes https://github.com/gitlabhq/gitlabhq/issues/5204
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a168342fceb..ca8d1ec2ef1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ v 7.12.0 (unreleased) - Update Asciidoctor gem to version 1.5.2. (Jakub Jirutka) - Fix resolving of relative links to repository files in AsciiDoc documents. (Jakub Jirutka) - Use the user list from the target project in a merge request (Stan Hu) + - Default extention for wiki pages is now .md instead of .markdown (Jeroen van Baarsen) v 7.11.2 - no changes |