summaryrefslogtreecommitdiff
path: root/app/helpers/markup_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-6/+7
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-8/+25
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-3/+4
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/security/gitlab@13-12-stable-eeGitLab Bot2021-05-311-0/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-8-stable-eeGitLab Bot2021-02-041-1/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-10/+17
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-7/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-021-5/+8
* Pass all wiki markup formats through pipelinesLuke Duncalfe2019-10-231-9/+1
* Extract plain file rendering into a separate methodVasiliy Yakliushin2019-07-071-3/+7
* Fix undefined method `simple_format for MarkupHelper:ModuleVasiliy Yakliushin2019-07-071-1/+1
* Render GFM html in GraphQLBob Van Landuyt2019-06-201-1/+1
* Add basic support for AsciiDoc include directiveGuillaume Grossetie2019-06-141-0/+5
* Fix slow performance with compiling HAML templatesStan Hu2019-04-291-1/+1
* Resolve "Merge Request Popover is not working on the To Do page"Sam Bigelow2019-04-241-1/+2
* Remove rails-deprecated_sanitizer dependency17014-remove-rails-deprecated_sanitizerDmitriy Zaporozhets2019-04-121-3/+1
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-6/+0
* Remove images in 'first_line_in_markdown'Brett Walker2018-09-131-3/+20
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
* added feature flag 'commonmark_for_repositories'Brett Walker2018-09-051-0/+6
* move logic into legacy_render_context helper methodBrett Walker2018-09-051-2/+2
* render using RedCarpet if legacy_render parameter is setBrett Walker2018-09-051-3/+3
* Enable CommonMark for files and wikisBrett Walker2018-09-051-3/+1
* Use proper markdown rendering for previewsBrett Walker2018-07-061-1/+3
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Merge branch 'ce-backport-3615' into 'master'Sean McGivern2017-12-071-0/+2
|\
| * Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-061-0/+2
* | show status of issue links in wiki pagehaseeb2017-12-041-1/+7
|/
* Merge branch '39497-inline-edit-issue-on-mobile' into 'master'Annabel Dunstone Gray2017-11-201-1/+1
|\
| * Add inline editing to issues on mobileEric Eastwood2017-11-181-1/+1
* | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
|/
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-6/+14
* Resolve "Editor icons"Tim Zallmann2017-11-061-1/+1
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-12/+18
* Fix ProjectCacheWorker for plain READMEsToon Claes2017-05-181-0/+3
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-101-1/+1
|\