gitlab-org--gitlab-foss/app/helpers
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
..
appearances_helper.rb
application_helper.rb Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
application_settings_helper.rb More restricted visibility changes 2015-03-10 18:36:43 -06:00
blob_helper.rb
branches_helper.rb
broadcast_messages_helper.rb
commits_helper.rb
compare_helper.rb
dashboard_helper.rb Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
diff_helper.rb Refactor buttons 2015-03-14 00:29:32 -07:00
emails_helper.rb replace images in emails with inline images 2015-03-12 09:26:06 +01:00
events_helper.rb
explore_helper.rb Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
external_wiki_helper.rb Add a service to support external wikis 2015-03-12 19:13:51 +01:00
git_helper.rb
gitlab_markdown_helper.rb Merge branch 'markdown-smb-link' into 'master' 2015-03-12 03:57:52 +00:00
gitlab_routing_helper.rb
graph_helper.rb
groups_helper.rb Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
icons_helper.rb
issues_helper.rb
labels_helper.rb
merge_requests_helper.rb
milestones_helper.rb
namespaces_helper.rb Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
nav_helper.rb
notes_helper.rb
notifications_helper.rb
oauth_helper.rb
profile_helper.rb
projects_helper.rb Show asterisks instead of password in service edit form. 2015-03-12 10:10:19 -07:00
search_helper.rb Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
selects_helper.rb
snippets_helper.rb
sorting_helper.rb
submodule_helper.rb
tab_helper.rb Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
tags_helper.rb
tree_helper.rb
visibility_level_helper.rb Handle null restricted_visibility_levels setting 2015-03-16 13:29:27 -06:00