summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-072-55/+26
|\
| * Remove redundant code in cross project labels implementationGrzegorz Bizon2016-03-031-4/+0
| * Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-2/+6
| * Add support for cross project references for labelsGrzegorz Bizon2016-03-031-54/+23
| * Fix bug with return value in abstract reference filterGrzegorz Bizon2016-03-031-0/+2
* | Merge branch 'rs-frontmatter-pre' into 'master' Robert Speicher2016-03-053-0/+51
|\ \
| * | Add YamlFrontMatterFilter to the PreProcessPipelineRobert Speicher2016-03-042-1/+30
| * | Add a PreProcessPipelineRobert Speicher2016-03-022-0/+22
| |/
* | Merge branch 'rs-wiki-pipeline-spec' into 'master' Douwe Maan2016-03-041-3/+5
|\ \ | |/ |/|
| * Replace `[[_TOC_]]` tag even if `toc` result is blankrs-wiki-pipeline-specRobert Speicher2016-03-031-3/+5
* | Add FilterArray class to Banzairs-filter-arrayRobert Speicher2016-03-0110-13/+37
|/
* Merge branch 'rs-wiki-toc' into 'master' Douwe Maan2016-03-012-8/+33
|\
| * Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterrs-wiki-tocRobert Speicher2016-02-232-8/+33
* | Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-231-1/+3
* | Sanitize `data:` linksRobert Speicher2016-02-211-4/+4
|/
* Merge branch 'rs-emoji' into 'master' Douwe Maan2016-02-191-1/+2
|\
| * Update Emoji asset pathRobert Speicher2016-02-121-1/+2
* | Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-11/+0
|/
* Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-061-0/+16
* Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipelineRobert Speicher2016-02-032-9/+13
* Whitelist raw "abbr" elements when parsing MarkdownBenedict Etzel2016-01-231-0/+4
* Gracefully handle invalid UTF-8 sequences in Markdown linksfix-error-500-with-invalid-utf8Stan Hu2016-01-201-0/+2
* Merge branch 'backport-ee' into 'master' Robert Speicher2016-01-1440-65/+0
|\
| * Prevent circular reference error in BanzaiDouwe Maan2016-01-1440-65/+0
* | Update documentation on Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-2/+38
* | Refactoring Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-19/+28
* | Remove GollumTagsPipelineDouglas Barbosa Alexandre2016-01-142-15/+4
* | Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre2016-01-142-0/+22
* | Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+106
|/
* Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some compl...Jason Lee2016-01-121-2/+2
* Merge branch 'task-list-class' into 'master' Robert Speicher2016-01-071-4/+9
|\
| * Properly set task-list class on single item task listsDouwe Maan2016-01-071-4/+9
* | Merge branch 'milestone-ref' into 'master' Robert Speicher2016-01-073-17/+44
|\ \ | |/ |/|
| * Remove icon from milestone reference.Douwe Maan2016-01-051-2/+0
| * Merge branch 'master' into milestone-refDouwe Maan2016-01-058-19/+76
| |\
| * \ Merge branch 'master' into milestone-refDouwe Maan2015-12-253-5/+5
| |\ \
| * | | More escaping!Douwe Maan2015-12-242-5/+5
| * | | Render milestone links as referencesDouwe Maan2015-12-243-17/+46
| * | | Escape reference link textDouwe Maan2015-12-242-8/+11
* | | | Merge branch 'rs-issue-1697' into 'master' Douwe Maan2016-01-061-0/+16
|\ \ \ \
| * | | | Define a limited set of filters for SingleLinePipeliners-issue-1697Robert Speicher2016-01-051-0/+16
* | | | | Revert "Temporarily disable Markdown caching"Douwe Maan2016-01-061-3/+1
* | | | | Revert "Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue."Douwe Maan2016-01-061-14/+7
| |_|_|/ |/| | |
* | | | Merge branch 'rs-relative-links-to-root' into 'master' Douwe Maan2016-01-051-1/+1
|\ \ \ \
| * | | | Support a single directory traversal in RelativeLinkFilterrs-relative-links-to-rootRobert Speicher2015-12-301-1/+1
| |/ / /
* | | | Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue.debug-banzai-cacheDouwe Maan2016-01-041-7/+14
* | | | Optimize CSS expressions produced by Nokogiriautocomplete-performanceYorick Peterse2015-12-313-2/+20
* | | | Don't use delegate to delegate trivial methodsYorick Peterse2015-12-311-1/+11
* | | | Use XPath for searching link nodesYorick Peterse2015-12-311-2/+2
|/ / /
* | | Merge branch 'mention-all' into 'master' Robert Speicher2015-12-274-6/+28
|\ \ \ | |_|/ |/| |