gitlab-org--gitlab-foss/app/helpers
Douwe Maan b6454fef56 Merge branch 'import-gh-wiki' into 'master'
Import GitHub wiki into GitLab

Closes #2834 

GitHub doesn’t apply any constraints to theirs wiki slug allowing chars like ,, :, *, etc, we need to remove our constraints or some wiki pages will not be available after they are imported.

Some wikis use the Gollum's tags to link its internal/external resources like: images, urls, wiki pages, etc. So, to avoid that wiki links/images displays completely broken after they were imported, we added a new `WikiPipeline`, that for now will parse only simple links, and image tags.

##### Before `WikiPipeline`:

![Screenshot_2016-01-11_20.14.48](/uploads/46fd5dbb5acfc70aa8ecca3050b675e4/Screenshot_2016-01-11_20.14.48.png)

##### After `WikiPipeline`:

![Screenshot_2016-01-11_20.15.56](/uploads/b1d94aa852f385f867a7868c358b4257/Screenshot_2016-01-11_20.15.56.png)

See merge request !2324
2016-01-14 15:08:42 +00:00
..
appearances_helper.rb
application_helper.rb Update broadcast_message helper 2016-01-13 11:34:58 -05:00
application_settings_helper.rb
auth_helper.rb Enable Microsoft Azure OAuth2 support 2016-01-06 14:30:43 +01:00
blob_helper.rb Fix specs and behavior for LFS files 2015-12-18 16:14:12 +01:00
branches_helper.rb
broadcast_messages_helper.rb Move `BroadcastMessage#status` to a helper since it's presentational 2016-01-13 11:49:59 -05:00
button_helper.rb Standartize buttons and fields size 2016-01-14 13:59:28 +01:00
ci_badge_helper.rb Update badge 2015-12-11 18:02:09 +01:00
ci_status_helper.rb Merge remote-tracking branch 'origin/rs-simplify-status-icon' 2015-12-16 19:19:07 +01:00
commits_helper.rb
compare_helper.rb
dashboard_helper.rb
diff_helper.rb
emails_helper.rb
events_helper.rb New layout without background color 2016-01-13 14:37:25 +01:00
explore_helper.rb
external_wiki_helper.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
git_helper.rb
gitlab_markdown_helper.rb Use the WikiPipeline when rendering the wiki markdown content 2016-01-14 12:09:31 -02:00
gitlab_routing_helper.rb
graph_helper.rb
groups_helper.rb
icons_helper.rb
issues_helper.rb Add title attribute to Emojis in award picker 2016-01-11 18:15:38 -05:00
labels_helper.rb Banzai::XFilter -> Banzai::Filter::XFilter 2015-12-15 16:10:32 +01:00
merge_requests_helper.rb ci_build_details_path should return nil if builds_page result is nil 2015-12-22 00:28:36 +01:00
milestones_helper.rb
namespaces_helper.rb
nav_helper.rb
notes_helper.rb Improve button styles 2016-01-08 14:43:59 -06:00
notifications_helper.rb
page_layout_helper.rb Don't override issue page description in project layout. 2016-01-06 13:02:51 +01:00
preferences_helper.rb
projects_helper.rb Fix and test leave project display 2015-12-21 15:58:42 -06:00
runners_helper.rb
search_helper.rb remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
selects_helper.rb
snippets_helper.rb
sorting_helper.rb Merge branch 'group-issues-sorting' into 'master' 2016-01-11 15:28:41 +00:00
submodule_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb
tree_helper.rb Automatically fork a project when not allowed to edit a file. 2015-12-18 10:03:34 +01:00
triggers_helper.rb Reimplement Trigger API 2015-12-11 18:02:09 +01:00
version_check_helper.rb
visibility_level_helper.rb Merge branch 'master' into fix/visibility-level-setting-in-forked-projects 2015-12-21 13:27:34 +01:00