Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-20Fix Markdown links not showing up in dashboard activity feedStan Hu
2015-09-01Remove PreferencesHelper include from GitlabMarkdownHelperRobert Speicher
2015-09-01Make sure the `gfm` helper passes the required optionsRobert Speicher
2015-08-31Make `gfm` delegate to `Gitlab::Markdown.gfm` instead of `markdown`Robert Speicher
2015-08-31Fix context options in `markdown` helperRobert Speicher
2015-08-28Add a temporary `gfm` helper that just delegates to `markdown`Robert Speicher
2015-08-28Restore the forwarded HTML options in link_to_gfmRobert Speicher
2015-08-28Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher
2015-08-26Remove user_color_scheme_classRobert Speicher
2015-07-09Fixed the issuesDarby
2015-07-02Comment box/Placeholder text redoDarby
2015-06-25Prefix random Markdown tips with "Tip:"Robert Speicher
2015-06-24Show a random Markdown tip in the textarea placeholderRobert Speicher
2015-06-14Add PreferencesHelper moduleRobert Speicher
2015-06-02Actually ignore references in code blocks etc.Douwe Maan
2015-05-29Fix link_to_gfm with only a reference having the incorrect linkRobert Speicher
2015-05-26Simplify `cross_project_reference` with `to_reference`Robert Speicher
2015-05-18Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka
2015-05-14Fix reference links in dashboard activity and ATOM feeds.Douwe Maan
2015-05-11Extract handling of relative file links to RelativeLinkFilterJakub Jirutka
2015-04-30Add Gitlab::Markdown::SanitizationFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::AutolinkFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher
2015-04-24Add footnotes support to MarkdownGuillaume Delbergue
2015-04-20Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-04-10Disable RedCarpet's `escape_html` optionRobert Speicher
2015-03-25Merge pull request #8007 from mr-vinn/markdown-tagsDmitriy Zaporozhets
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-03-25Enable more rubocop style checksDmitriy Zaporozhets
2015-03-20Change HTML sanitizationVinnie Okada
2015-03-18Merge branch 'master' into markdown-tagsVinnie Okada
2015-03-12Merge branch 'markdown-smb-link' into 'master'Dmitriy Zaporozhets
2015-03-10Fix code preview theme setting for comments, issues, merge requests, and snip...Stan Hu
2015-03-10Allow smb:// links in Markdown text.Douwe Maan
2015-02-18Fix Markdown relative links to files with anchors.Douwe Maan
2014-12-03Render cross reference in issue titleDmitriy Zaporozhets
2014-10-13Improve dashboard note view and add testsVinnie Okada
2014-10-12Preserve link href in truncated note viewVinnie Okada
2014-10-10Allow HTML tags in user Markdown inputVinnie Okada
2014-09-23Prevent 500 error on search results if description contains relative linkDmitriy Zaporozhets
2014-09-12Changed activity notes to display first MEANINGFUL line.uran
2014-08-06gfm should respect @ref value when build relative linksDmitriy Zaporozhets
2014-07-10Fix gitlab_markdown_helper method header typo. rquest => request.tbpgr
2014-06-26Improve markdown parsingDmitriy Zaporozhets
2014-06-11Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboardDmitriy Zaporozhets
2014-05-26Make sure slashes are handled properly.Marin Jankovski
2014-05-26Do not replace links inside code blocks, less code for the same amount of work.Marin Jankovski
2014-05-26links to issues on main dashboardskv
2014-03-17Wiki will show relative links related to the wiki gollum repository.Marin Jankovski