summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown
Commit message (Expand)AuthorAgeFilesLines
* Satisfy rubocoplink-refsDouwe Maan2015-12-031-1/+1
* Pass original text along with label reference filter.Douwe Maan2015-12-031-1/+5
* Use URL helpers in specsDouwe Maan2015-12-031-2/+2
* Merge branch 'master' into link-refsDouwe Maan2015-12-021-2/+1
|\
| * Migrate mailers to ActiveJobValery Sizov2015-11-261-2/+1
* | Expand inline docs.Douwe Maan2015-12-012-2/+28
* | Pick up direct links to issues/MRs as references.Douwe Maan2015-12-011-1/+16
* | Allow reference format as link hrefDouwe Maan2015-12-016-24/+78
* | Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan2015-12-017-18/+44
* | Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-011-1/+1
* | Fix code docsDouwe Maan2015-12-011-8/+7
* | Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-306-113/+74
|/
* Remove small code duplication in user_reference_filter.rbDmitriy Zaporozhets2015-11-171-6/+9
* Remove duplication in reference filtersDmitriy Zaporozhets2015-11-164-166/+119
* Relative links in the README file shown on the repository homepage should pointAlec Cooper2015-11-141-1/+1
* Merge branch 'rs-dev-issue-2613' into 'master' Douwe Maan2015-11-021-0/+19
|\
| * Add custom protocol whitelisting to SanitizationFilterrs-dev-issue-2613Robert Speicher2015-10-011-0/+19
* | Speed up searching for text references a bitYorick Peterse2015-10-201-4/+4
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-151-0/+47
|\ \
| * | Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+47
| |/
* | Explicitly only parse references by specified filterDouwe Maan2015-10-141-0/+2
* | Code cleanupDouwe Maan2015-10-132-14/+14
* | Allow ReferenceExtractor to efficiently load references from multiple texts a...Douwe Maan2015-10-132-7/+11
* | Efficiently load multiple references of one type.Douwe Maan2015-10-137-23/+33
* | Pass project to RedactorFilterDouwe Maan2015-10-131-1/+1
* | Raise error when a ReferenceFilter doesn't implement referenced_byDouwe Maan2015-10-081-1/+1
* | Update inline docDouwe Maan2015-10-081-2/+2
* | Update ReferenceFilter docsRobert Speicher2015-10-071-10/+9
* | Always allow references to the current projectDouwe Maan2015-10-074-5/+8
* | Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-0711-88/+168
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-079-22/+50
|\ \ | |/
| * 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
| * Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-112-5/+15
| |\
| | * Merge branch 'rs-fix-highlighting' into 'master'Douwe Maan2015-09-111-4/+8
| | |\
| | | * RU-BO-COOOOOOOOPrs-fix-highlightingRobert Speicher2015-09-101-1/+1
| | | * Prevent result of SyntaxHighlightFilter being sanitizedRobert Speicher2015-09-101-4/+8
| | * | Add comments and clean up test for !1274Stan Hu2015-09-101-0/+2
| | |/
| | * Gracefully handle errors in syntax highlighting by leaving the block unformattedStan Hu2015-09-101-1/+5
| * | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-0918-3/+67
| |\ \ | | |/
| * | Groundwork for merging CI into CEDouwe Maan2015-08-256-6/+6
* | | Rescue from `RecordNotFound` in RedactorFilterRobert Speicher2015-09-011-0/+4
* | | Default `user_can_reference?` to true when no attributes matchRobert Speicher2015-09-011-1/+1
* | | Add RedactorFilterRobert Speicher2015-09-011-0/+66
* | | Remove all permission checking from Reference filtersRobert Speicher2015-09-012-15/+2
| |/ |/|
* | Remove unnecessary `strip` from `reference_class` methodRobert Speicher2015-08-311-1/+1
* | Make sure the main Gitlab::Markdown module gets loaded before filtersRobert Speicher2015-08-2718-1/+28
* | Reference filters no longer take a custom class context optionRobert Speicher2015-08-271-2/+1
* | Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-0/+38
|/
* Remove trailing HTML entities from non-Rinku autolinks as well.rs-dev-issue-2550Robert Speicher2015-08-201-1/+7