summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown/relative_link_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Markdown filters and pipelines into folders.Douwe Maan2015-11-191-157/+0
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-1/+1
|\
| * Relative links in the README file shown on the repository homepage should pointAlec Cooper2015-11-141-1/+1
* | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-141-1/+1
|/
* Allow RelativeLinkFilter to go up multiple directoriesrs-relative-link-up-oneRobert Speicher2015-09-201-2/+1
* Allow relative links to go up one directory levelRobert Speicher2015-09-181-11/+30
* Make sure the main Gitlab::Markdown module gets loaded before filtersRobert Speicher2015-08-271-0/+1
* Add spec to RelativeLinkFilter for Unicode filenamesRobert Speicher2015-07-301-2/+11
* Fix the image file that contains non-ascii character is not displayedHiroyuki Sato2015-07-271-2/+3
* Minor RelativeLinkFilter cleanuprs-relative-link-filterRobert Speicher2015-05-131-15/+29
* RelativeLinkFilter: refactor according to suggestions by @tsigoJakub Jirutka2015-05-111-16/+13
* Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-0/+117