summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/reference_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Use monospaced font for MR diff commit link ref on GFMOswaldo Ferreira2018-06-271-2/+6
* Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-1/+1
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-0/+2
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-0/+4
* Banzai: Add tooltip attributes to reference filter.acet-fix-tooltip-placementFatih Acet2017-07-031-0/+2
* make mentions working when project not specifiedJarka Kadlecova2017-01-181-0/+4
* Correct documentation for `data_attribute` methodrs-data_attribute-cleanupRobert Speicher2017-01-161-3/+5
* Fix Markdown styling inside reference linkspanjan2016-11-011-3/+3
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-1/+1
* Handle external issues in IssueReferenceFilterYorick Peterse2016-06-301-1/+1
* Added ReferenceFilter#nodesYorick Peterse2016-06-021-0/+5
* Returning enums in ReferenceFilter#each_nodeYorick Peterse2016-06-021-0/+2
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-19/+5
* Refactor processing of various Banzai filtersYorick Peterse2016-04-041-103/+45
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-3/+0
* Add implementation of reference unfolder using banzaiGrzegorz Bizon2016-03-171-0/+1
* Gracefully handle invalid UTF-8 sequences in Markdown linksfix-error-500-with-invalid-utf8Stan Hu2016-01-201-0/+2
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-1/+0
* Fix #9963 reference_filter "Encoding::CompatibilityError" bug with some compl...Jason Lee2016-01-121-2/+2
* Use XPath for searching link nodesYorick Peterse2015-12-311-2/+2
* Merge branch 'mention-all' into 'master' Robert Speicher2015-12-271-1/+5
|\
| * Only allow group/project members to mention `@all`Douwe Maan2015-12-241-1/+5
* | Escape all the things.Douwe Maan2015-12-241-2/+2
|/
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+190