gitlab-org--gitlab-foss/app/views
Dmitriy Zaporozhets 52acd2b45c Merge branch 'external_wiki' into 'master'
Add support for external wikis

## What does this MR do?
This MR adds the possibility to replace the link to the internal wiki of gitlab with a custom link.
Currently this is realised as a service.

## What Use Case does this MR solve?
In my Company we already have a wiki System (Confluence).
We have a policy to use the existing wiki, so we can't switch to the internal wiki Gitlab provides.
This currently only leaves us two choices:
1. Disable the gitlab wiki. That means we completly loose the connection between wiki and code from the gitlab ui.
2. Create a simple wiki page with a link to our external wiki and hope that no one uses the internal one.

Both solutions are not really good.
So what can be done to improve the situation while making it as easy as possible for new developers to access both, wiki and gitlab?
Replacing the wiki link kinda like the JIRA integration replaces the issues link looks like a good first step to me. :)
This can probably be extended later to completly prevent access to the internal wiki (currently that's still possible if you know the link) or maybe to check if the link really points to a wiki.

## Screenshot:
![external_wiki_service](https://gitlab.com/uploads/gitlab-org/gitlab-ce/89b27cf068/external_wiki_service.png)

See merge request !291
2015-03-18 02:00:36 +00:00
..
admin Fix UI bug regarding services 2015-03-17 12:09:26 -05:00
dashboard Move group leave action from dashboard/groups to groups/group_members. 2015-03-15 13:52:28 +01:00
devise Use custom LDAP label in LDAP signin form. 2015-03-13 15:42:31 +01:00
doorkeeper Refactor buttons 2015-03-14 00:29:32 -07:00
errors
events Merge branch 'atom-xhtml-squashed' into 'master' 2015-03-17 08:38:38 +00:00
explore Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
groups Small improvements to group/project member rows 2015-03-15 23:50:55 -07:00
help Improve css for file actions 2015-03-13 19:20:25 -07:00
import Style improvements to import page 2015-03-12 10:04:09 -07:00
kaminari/gitlab
layouts Merge branch 'external_wiki' into 'master' 2015-03-18 02:00:36 +00:00
notify Fix email template css for project moved emails 2015-03-17 18:38:10 -07:00
profiles Properly align save user profile button 2015-03-17 00:06:25 -07:00
projects Merge branch 'fix_service_trigger_ui' into 'master' 2015-03-17 17:32:57 +00:00
search Refactor buttons 2015-03-14 00:29:32 -07:00
shared Refactor buttons 2015-03-14 00:29:32 -07:00
snippets Refactor buttons 2015-03-14 00:29:32 -07:00
users Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
votes