summaryrefslogtreecommitdiff
path: root/app/helpers/markup_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* | Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-6/+6
|/
* Pull preserve into render helpersDouwe Maan2017-04-281-8/+9
* Avoid including the MarkupHelperToon Claes2017-04-271-0/+2
* Add commit to the Banzai::post_process contextToon Claes2017-04-271-2/+3
* `markdown` helper is not used with pre-rendered contentToon Claes2017-04-271-1/+1
* Make the `_unsafe` methods privateToon Claes2017-04-271-12/+12
* Single quotes in MarkupHelper where possibleToon Claes2017-04-271-9/+9
* Refactor MarkupHelperDouwe Maan2017-04-271-68/+48
* Cache the rendered README, but post-process on showToon Claes2017-04-271-10/+30
* Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-271-0/+32
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-0/+211