summaryrefslogtreecommitdiff
path: root/spec/lib/banzai
Commit message (Expand)AuthorAgeFilesLines
* Convert UTF-8 Emoji to Gitlab emojiJohan H2016-10-131-0/+16
* Convert unicode emojis to images.henrik2016-10-111-2/+69
* HTMLEntityFilter -> HtmlEntityFilterNick Thomas2016-10-101-1/+1
* Use Hash rocket syntax to maintain Ruby 2.1 compatibility in specStan Hu2016-10-081-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-0/+14
* Use CacheMarkdownField for notesNick Thomas2016-10-072-41/+24
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+74
* Merge branch 'kradydal/gitlab-ce-20989-disable-all-for-non-project-members'Rémy Coutable2016-10-051-0/+9
|\
| * Imrove grammarKatarzyna Kobierska2016-10-031-1/+1
| * Fix test, add author attribute to all testsKatarzyna Kobierska2016-10-031-0/+9
* | Fixed banzai test failuresPhil Hughes2016-10-041-4/+4
* | Remove the task_list test since it is patched upstreamJared Deckard2016-09-301-16/+0
|/
* Fix URLs with anchors in wikiQingping Hou2016-09-131-0/+7
* Merge branch 'js-tooltips-for-mentions' into 'master' Robert Speicher2016-09-019-15/+15
|\
| * Use JavaScript tooltips for mentions (!5301)winniehell2016-09-019-15/+15
* | remove Ability.abilitieshttp://jneen.net/2016-08-302-9/+9
|/
* Merge branch 'relative-link-filter-ref' into 'master' Robert Speicher2016-08-091-2/+18
|\
| * Add failing test for #20026winniehell2016-08-021-2/+18
* | Merge branch 'rubocop/enable-more-cops-for-empty-lines' into 'master' Robert Speicher2016-08-081-1/+0
|\ \
| * | Enable some Rubocop cops related to new linesGrzegorz Bizon2016-08-031-1/+0
| |/
* | Add failing test for #7032winniehell2016-08-051-0/+5
|/
* Add failing tests for #19028winniehell2016-08-021-0/+12
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-6/+6
* Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-0/+25
* Remove magic comments from Ruby files (!5456)winniehell2016-07-243-6/+0
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-8/+17
* Use a more powerful query to match videos in img tagsRémy Coutable2016-07-191-10/+16
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-0/+36
* 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
* ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-0/+11
* Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-121-7/+18
* Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-4/+28
* Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-101-0/+14
|\
| * Fix typo in specDouwe Maan2016-07-101-1/+1
| * Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+14
* | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-081-0/+75
|/
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-0/+50
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* 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
* Support for rendering/redacting multiple documentsYorick Peterse2016-06-243-0/+198
* 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
|/