summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* add the wrapping back in for the banzai filterhttp://jneen.net/2016-07-141-1/+5
* ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-4/+10
* Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-122-11/+68
* Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-18/+29
* Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-102-1/+73
|\
| * Add more comments to regexDouwe Maan2016-07-101-11/+32
| * Add blockquote fence syntax to MarkdownDouwe Maan2016-07-092-1/+52
* | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-082-4/+37
|/
* 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-013-3/+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-245-28/+188
* 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
* | Merge branch 'remove-banzai-pre-process' into 'master' Robert Speicher2016-06-211-6/+2
|\ \
| * | Move pre_process into render_resultremove-banzai-pre-processYorick Peterse2016-06-211-6/+2
| |/
* | 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
* | Eager load project relations in IssueParserYorick Peterse2016-06-151-1/+15
|/
* Fix description and GFM pipelines conflictingfix-markdown-specSean McGivern2016-06-131-12/+5
* 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-0127-265/+554
|\
| * Split Markdown rendering & reference gatheringYorick Peterse2016-05-2627-265/+554
* | 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-202-1/+24
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-182-1/+24
* | 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
| |\
| | * Do not process upload links if no project contextGrzegorz Bizon2016-05-101-2/+6