summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Don't parse Rinku returned value to DocFragment when it didn't change the ori...18593-avoid-parse_html-when-rinku-didnt-do-anythingPaco Guzman2016-07-181-0/+20
* Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-151-7/+27
* stub out errors from the formatterhttp://jneen.net/2016-07-141-1/+1
* don't expect a random newline at the end of the thing?http://jneen.net/2016-07-141-1/+1
* Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-13/+13
* Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-0/+48
* Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-0/+40
* Fix typo in specDouwe Maan2016-07-101-1/+1
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+14
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-0/+50
* Handle external issues in IssueReferenceFilterYorick Peterse2016-06-301-0/+13
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-0/+5
* Merge branch 'fix-external-issue-links' into 'master' Robert Speicher2016-06-221-0/+36
|\
| * Handle external issues in IssueReferenceFilterfix-external-issue-linksYorick Peterse2016-06-211-0/+36
* | Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-5/+2
|/
* Merge branch 'fix-out-of-bounds-markdown-refs' into 'master' Robert Speicher2016-06-183-1/+13
|\
| * Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-183-1/+13
* | Fix bug in `WikiLinkFilter`.18819-wiki-link-filter-exceptionTimothy Andrew2016-06-181-0/+26
|/
* Merge branch 'banzai-issue-filter-queries' into 'master' Douwe Maan2016-06-162-3/+58
|\
| * Reduce queries in IssueReferenceFilterbanzai-issue-filter-queriesYorick Peterse2016-06-162-3/+58
* | Banzai::Filter::ExternalLinkFilter use XPath18582-banzai-filter-external-link-filterPaco Guzman2016-06-161-11/+23
* | Banzai::Filter::UploadLinkFilter use XPathPaco Guzman2016-06-161-2/+18
|/
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+12
* Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-091-85/+0
|\
| * Implement the correct linking behaviour in `WikiLinkFilter`.Timothy Andrew2016-06-091-85/+0
* | Reduce Namespace queries in UserReferenceFilterbanzai-user-filter-queriesYorick Peterse2016-06-021-0/+19
* | Added ReferenceFilter#nodesYorick Peterse2016-06-021-0/+9
* | Returning enums in ReferenceFilter#each_nodeYorick Peterse2016-06-021-0/+36
|/
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-2610-233/+32
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-0/+68
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-0/+68
* | Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-183-0/+109
|\ \ | |/
| * Implement @rymai's feedback after review.Timothy Andrew2016-05-121-2/+10
| * Add a spec for `WikiLinkFilter`Timothy Andrew2016-05-121-0/+77
| * Merge branch 'fix/using-uploads-in-global-snippets' into 'master' Robert Speicher2016-05-101-0/+18
| |\
| | * Do not process upload links if no project contextGrzegorz Bizon2016-05-101-3/+3
| | * Fix using link to uploads in global snippetsGrzegorz Bizon2016-05-101-0/+18
| * | Use a case-insensitive comparison in sanitizing URI schemesStan Hu2016-05-091-0/+6
| * | Sanitize milestones and label titlesissue_15394Felipe Artur2016-05-051-1/+1
| |/
* | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-232-17/+35
|\ \ | |/
| * Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-211-1/+9
| |\
| | * Fix failing specAlfredo Sumaran2016-04-211-1/+9
| * | Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-16/+26
| |/
* | Using project `path_with_namespace` in milestone's cross project references l...Alejandro Rodríguez2016-04-201-3/+3
* | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-0/+6
* | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-20/+125
|/
* Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-071-3/+5
|\
| * little refactor and improvements on specsGabriel Mazetto2016-04-061-1/+1
| * Fixed Gollum pages link url expansion to render correctly in previewGabriel Mazetto2016-03-301-3/+5
* | Fix header link rendering when containing numbersfix-markdown-renderingYorick Peterse2016-04-061-0/+8