gitlab-org--gitlab-foss/app
Jeroen van Baarsen fa2aee5048 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>
2015-05-26 18:12:46 +02:00
..
assets Merge branch 'rs-issue-1568' into 'master' 2015-05-21 09:31:59 +00:00
controllers Add support for Webhook note events 2015-05-21 23:48:16 -04:00
finders Group milestones by title in the dashboard and all other issue views 2015-05-01 01:12:58 +02:00
helpers Refactor permission checks to use `can?` instead of `issues_enabled` and `merge_requests_enabled` 2015-05-25 16:51:04 -07:00
mailers Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
models Use .md as extention for wiki pages 2015-05-26 18:12:46 +02:00
services Add support for Webhook note events 2015-05-21 23:48:16 -04:00
uploaders Fix URL to uploaded file. 2015-02-20 16:01:37 +01:00
views Refactor permission checks to use `can?` instead of `issues_enabled` and `merge_requests_enabled` 2015-05-25 16:51:04 -07:00
workers Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00