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-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
2014-03-17Link to blob instead of linking to wiki.Marin Jankovski
2014-03-14Ignore newlines per md standard.Marin Jankovski
2014-02-23Blob and tree gfm links to anchors work.Ciro Santillli
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-02-04Fix markdown rendererDmitriy Zaporozhets
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
2014-01-29Show images as raw and update the documentation.Marin Jankovski
2014-01-29Fix relative links in markdown. Related to #6182Andrey Kumanyaev
2014-01-22Display correct paths in markdown for reference style links.Marin Jankovski
2013-11-08Check on fs.Marin Jankovski
2013-11-08Correct check.Marin Jankovski
2013-10-14Links in Readme in tree view.Marin Jankovski
2013-10-10Cover a special case.Marin Jankovski
2013-10-10Added comments and split the methods further.Marin Jankovski
2013-10-09Rename method to avoid clashes.Marin Jankovski
2013-10-09Split.Marin Jankovski
2013-10-08Match the brackets so we don't replace the regular text.Marin Jankovski
2013-10-08Check for wiki.Marin Jankovski
2013-10-08Show links with correct ref.Marin Jankovski
2013-10-08Search and replace relative links in tree/readmeMarin Jankovski
2013-03-14Use Gitlab Markdown for Markdown files and Gollum to render the rest.Dan Knox
2013-01-29dont escape images inside links for gfm. Fixes #2701Dmitriy Zaporozhets
2012-09-20Escape text passed to gfm by link_to_gfmRobert Speicher
2012-09-10using blank?, much shorterVanja Radovanović
2012-09-10fixed commit title when commit message is an empty string and ensured that li...Vanja Radovanović