summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/milestone_reference_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-escape whole HTML content instead of only matchJan Provaznik2019-08-231-3/+9
* Fix milestone references with HTML entities in the namefix-milestone-references-with-escaped-html-entitiesSean McGivern2019-05-241-2/+2
* Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-2/+2
* [CE] - Add milestones autocomplete for epicsFelipe Artur2018-12-071-16/+50
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Rails5 fix passing Group objects array into for_projects_and_groups milestone...Jasper Maes2018-06-141-1/+1
* Fix Banzai reference for milestones belonging to parent groupsMario de la Ossa2018-06-121-1/+1
* Fix reference filters in group contextJan Provaznik2018-04-121-1/+5
* Render MR commit SHA instead "diffs" when viableosw-41401-render-mr-commit-sha-instead-diffsOswaldo Ferreira2018-04-041-1/+1
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+1
* Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-061-1/+1
* Fix GFM reference links for closed milestonesbugfix_banzai_closed_milestonesVitaliy @blackst0ne Klachkov2017-11-071-1/+1
* Support references to group milestonesSean McGivern2017-08-071-7/+27
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-8/+12
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-0/+4
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-0/+2
* Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
* Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-201-1/+1
* Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-1/+1
* Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-201-0/+5
* Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-5/+14
* Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-2/+24
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-1/+1
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-2/+0
* Remove icon from milestone reference.Douwe Maan2016-01-051-2/+0
* Render milestone links as referencesDouwe Maan2015-12-241-0/+24