summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_markdown_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-211/+0
* Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-1/+1
* Fix specsDouwe Maan2017-03-141-1/+3
* Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-141-1/+1
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-22/+22
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-8/+6
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-9/+21
* Move pre_process into render_resultremove-banzai-pre-processYorick Peterse2016-06-211-2/+0
* Updated design of markdown buttonsPhil Hughes2016-06-171-0/+13
* Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-091-1/+1
* Enable Performance/StartWith cop and fix offensesrs-start-withRobert Speicher2016-05-231-1/+1
* Remove `random_markdown_tip` helperrs-remove-markdown-tipsRobert Speicher2016-04-091-23/+0
* Add a PreProcessPipelineRobert Speicher2016-03-021-0/+2
* Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-0/+15
* Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre2016-01-141-1/+1
* Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-161-1/+2
|\
| * Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* | Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-3/+3
|/
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-1/+1
|\
| * Refactor duplciate code for groups_controller.rb and slack_service/note_messa...Dmitriy Zaporozhets2015-11-171-1/+1
| * Remove code duplication in gitlab_markdown_helper.rbDmitriy Zaporozhets2015-11-171-28/+24
* | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-141-6/+9
* | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-141-27/+10
|/
* Pass project to RedactorFilterDouwe Maan2015-10-131-2/+2
* Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-071-3/+8
* Return strings where expectedDouwe Maan2015-10-071-2/+2
* Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-071-2/+2
|\
| * Fix link with emojiSAKATA Sinji2015-10-021-1/+1
| * Fix cases where Markdown did not render links in activity feedStan Hu2015-09-221-1/+1
| * Fix Markdown links not showing up in dashboard activity feedStan Hu2015-09-201-2/+2
* | Basic support for an Atom-specific rendering pipelineRobert Speicher2015-09-031-4/+6
* | Return early from markdown and gfm when text is emptyRobert Speicher2015-09-031-0/+4
* | Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-011-2/+4
* | Remove `current_user` context from markdown and gfm helpersRobert Speicher2015-09-011-2/+0
|/
* Remove PreferencesHelper include from GitlabMarkdownHelperrs-cleanup-redcarpet-rendererRobert Speicher2015-09-011-2/+0
* Make sure the `gfm` helper passes the required optionsRobert Speicher2015-08-311-1/+9
* Make `gfm` delegate to `Gitlab::Markdown.gfm` instead of `markdown`Robert Speicher2015-08-311-1/+1
* Fix context options in `markdown` helperRobert Speicher2015-08-311-5/+5
* Add a temporary `gfm` helper that just delegates to `markdown`Robert Speicher2015-08-271-0/+6
* Restore the forwarded HTML options in link_to_gfmRobert Speicher2015-08-271-0/+5
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-24/+10
* Remove user_color_scheme_classRobert Speicher2015-08-251-1/+1
* Fixed the issuescomment-box-changesDarby2015-07-091-1/+1
* Comment box/Placeholder text redoDarby2015-07-011-1/+1
* Prefix random Markdown tips with "Tip:"rs-random-placeholder-tipRobert Speicher2015-06-241-1/+1
* Show a random Markdown tip in the textarea placeholderRobert Speicher2015-06-231-0/+23
* Add PreferencesHelper moduleRobert Speicher2015-06-131-0/+1
* Actually ignore references in code blocks etc.Douwe Maan2015-06-021-15/+12
* Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-3/+16