summaryrefslogtreecommitdiff
path: root/app/helpers/markup_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 context See merge request gitlab-org/gitlab-ce!15766
| * 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 mobile Closes #39497 See merge request gitlab-org/gitlab-ce!15438
| * Add inline editing to issues on mobileEric Eastwood2017-11-181-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
* | Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
|/ | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* 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
| | | | | | The ProjectCacheWorker refreshes cache periodically, but it runs outside Rails context. So include the ActionView helpers so the `content_tag` method is available.
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-101-1/+1
|\ | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-6/+6
|/ | | | | | (security-9-1) Render asciidoc & other markup using banzai in a pipeline See merge request !2098
* 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
| | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-271-0/+32
|
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-0/+211
It does more than solely GitLab Markdown, so rename to MarkupHelper.