summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/label_reference_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+1
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-44/+10
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+1
* Fix replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-1/+7
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+5
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-3/+36
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+1
* Replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-3/+13
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-0/+5
* 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
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-0/+2
* Refactor banzai code that finds cross-project labelsGrzegorz Bizon2016-04-211-15/+21
* Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-1/+1
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-1/+1
* 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
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-2/+0
* Escape all the things.Douwe Maan2015-12-241-1/+1
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+96