gitlab-org--gitlab-foss/app
Rémy Coutable 4cc85a58e8 Merge branch 'wiki-fix' into 'master'
Use the proper GitLab URL for links in Wiki

Fixes gitlab-org/gitlab-ce#17071

wiki links are proper compiled, e.g.
```
[same-level](same-level) -> <a href="same-level">same-level</a>
[sub-level](sub/level) -> <a href="sub/level">sub-level</a>
[upper-level](../upper-level) -> <a href="../upper-level">upper-level</a>
```

See merge request !4026
2016-05-09 10:40:01 +00:00
..
assets Fix build notification on merge request page change even if the build status didn't change 2016-05-08 21:41:09 +02:00
controllers Log to application.log when an admin starts and stops impersonating a user 2016-05-04 09:21:34 -07:00
finders Prevent private snippets in public/internal projects from being leaked via API 2016-04-25 12:02:06 -07:00
helpers Update SVG sanitizer to conform to SVG 1.1 2016-05-06 23:20:24 -07:00
mailers Support e-mail notifications for comments on project snippets 2016-05-02 11:01:32 -07:00
models Merge branch 'wiki-fix' into 'master' 2016-05-09 10:40:01 +00:00
services Merge branch 'escape-commit-titles' into 'master' 2016-05-08 23:53:49 +00:00
uploaders Remove reduntant move_to_store override 2016-03-30 12:50:19 +02:00
validators
views Fix build notification on merge request page change even if the build status didn't change 2016-05-08 21:41:09 +02:00
workers Merge branch 'create-wikis-during-check' into 'master' 2016-05-04 14:10:49 +00:00