summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-copGrzegorz Bizon2016-07-201-2/+1
* Don't parse Rinku returned value to DocFragment when it didn't change the ori...18593-avoid-parse_html-when-rinku-didnt-do-anythingPaco Guzman2016-07-181-0/+2
* Merge branch 'syntax-highlight-unknown-language' into 'master' Robert Speicher2016-07-161-7/+8
|\
| * Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-151-7/+8
* | Merge branch 'mentioned-user-tooltip' into 'master' Douwe Maan2016-07-151-5/+5
|\ \ | |/ |/|
| * Display tooltip for mentioned users and groups (!5261)winniehell2016-07-141-5/+5
* | use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-2/+2
* | bugfix: don't error in css_classeshttp://jneen.net/2016-07-141-5/+8
* | without line anchors, this is just the plain HTML formatterhttp://jneen.net/2016-07-141-1/+1
* | kill the :cssclass optionhttp://jneen.net/2016-07-141-2/+1
* | add the wrapping back in for the banzai filterhttp://jneen.net/2016-07-141-1/+5
|/
* Add more comments to regexDouwe Maan2016-07-101-11/+32
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+50
* Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-1/+1
* Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+1
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-2/+6
* Merge branch 'update-gemoji' into 'master' Robert Speicher2016-07-051-2/+2
|\
| * Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-291-2/+2
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-2/+0
* | Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab18592-syntaxhighlighter-slowPaco Guzman2016-07-011-2/+7
* | Handle external issues in IssueReferenceFilterYorick Peterse2016-06-303-6/+30
|/
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-1/+9
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-241-28/+1
* Merge branch 'fix-external-issue-links' into 'master' Robert Speicher2016-06-221-3/+7
|\
| * Handle external issues in IssueReferenceFilterfix-external-issue-linksYorick Peterse2016-06-211-3/+7
* | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-37/+14
|/
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-181-1/+2
|\
| * Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-1/+2
* | Fix bug in `WikiLinkFilter`.18819-wiki-link-filter-exceptionTimothy Andrew2016-06-181-1/+1
|/
* Merge branch 'banzai-issue-filter-queries' into 'master' Douwe Maan2016-06-162-3/+79
|\
| * Reduce queries in IssueReferenceFilterbanzai-issue-filter-queriesYorick Peterse2016-06-162-3/+79
* | Banzai::Filter::ExternalLinkFilter use XPath18582-banzai-filter-external-link-filterPaco Guzman2016-06-161-11/+2
* | Banzai::Filter::UploadLinkFilter use XPathPaco Guzman2016-06-161-8/+3
|/
* Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-092-26/+46
|\
| * Implement the correct linking behaviour in `WikiLinkFilter`.Timothy Andrew2016-06-092-26/+46
* | Remove obvious comment and extra lineAlfredo Sumaran2016-06-081-2/+0
* | Set target="_blank" for external linksAlfredo Sumaran2016-06-081-0/+3
* | Merge branch 'banzai-user-filter-queries'Douwe Maan2016-06-032-2/+34
|\ \
| * | Reduce Namespace queries in UserReferenceFilterbanzai-user-filter-queriesYorick Peterse2016-06-021-2/+27
| * | Added ReferenceFilter#nodesYorick Peterse2016-06-021-0/+5
| * | Returning enums in ReferenceFilter#each_nodeYorick Peterse2016-06-021-0/+2
| |/
* | Fix serious performance bug with rendering Markdown with InlineDiffFilterStan Hu2016-06-011-4/+8
|/
* Merge branch 'separate-banzai-references' into 'master' Douwe Maan2016-06-0113-193/+51
|\
| * Split Markdown rendering & reference gatheringYorick Peterse2016-05-2613-193/+51
* | Fix 404 page when viewing TODOs that contain milestones or labels in differen...Stan Hu2016-05-311-1/+3
|/
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-0/+22
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-0/+22
* | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-184-5/+19
|\ \ | |/
| * Add a spec for `WikiLinkFilter`Timothy Andrew2016-05-121-3/+8
| * Merge branch 'fix/using-uploads-in-global-snippets' into 'master' Robert Speicher2016-05-101-1/+7
| |\