gitlab-org--gitlab-foss/spec/lib/banzai/filter
Nick Thomas 9920551536 Enable CacheMarkdownField for the remaining models
This commit alters views for the following models to use the markdown cache if
present:

* AbuseReport
* Appearance
* ApplicationSetting
* BroadcastMessage
* Group
* Issue
* Label
* MergeRequest
* Milestone
* Project

At the same time, calls to `escape_once` have been moved into the `single_line`
Banzai pipeline, so they can't be missed out by accident and the work is done
at save, rather than render, time.
2016-10-07 02:54:26 +01:00
..
abstract_link_filter_spec.rb Fix RangeError exceptions when referring to issues or merge requests outside of max database values 2016-06-18 13:07:38 -07:00
autolink_filter_spec.rb Don't parse Rinku returned value to DocFragment when it didn't change the original html string. 2016-07-18 13:11:46 +02:00
blockquote_fence_filter_spec.rb Fix typo in spec 2016-07-10 14:59:36 -05:00
commit_range_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
commit_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
emoji_filter_spec.rb Fix specs expecting `emoji/` in image path 2016-02-13 14:03:07 -05:00
external_issue_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
external_link_filter_spec.rb Banzai::Filter::ExternalLinkFilter use XPath 2016-06-16 14:13:29 +02:00
gollum_tags_filter_spec.rb little refactor and improvements on specs 2016-04-06 20:09:15 -03:00
html_entity_filter_spec.rb Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
image_link_filter_spec.rb Wrap images in divs with Banzai and limit max-height. 2016-06-27 09:16:07 -06:00
inline_diff_filter_spec.rb Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Diff::InlineDiff 2016-05-18 11:15:10 -05:00
issue_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
label_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
merge_request_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
milestone_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
redactor_filter_spec.rb Project members with guest role can't access confidential issues 2016-06-13 19:32:00 -03:00
reference_filter_spec.rb Added ReferenceFilter#nodes 2016-06-02 12:30:18 +02:00
relative_link_filter_spec.rb Merge branch 'relative-link-filter-ref' into 'master' 2016-08-09 21:45:59 +00:00
sanitization_filter_spec.rb Use a case-insensitive comparison in sanitizing URI schemes 2016-05-09 12:47:53 -07:00
snippet_reference_filter_spec.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
syntax_highlight_filter_spec.rb Fixed banzai test failures 2016-10-04 16:13:55 +01:00
table_of_contents_filter_spec.rb Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
upload_link_filter_spec.rb Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
user_reference_filter_spec.rb Imrove grammar 2016-10-03 12:05:55 +02:00
video_link_filter_spec.rb Enable some Rubocop cops related to new lines 2016-08-03 12:02:41 +02:00
wiki_link_filter_spec.rb Fix bug in `WikiLinkFilter`. 2016-06-18 14:10:40 +05:30
yaml_front_matter_filter_spec.rb Add YamlFrontMatterFilter to the PreProcessPipeline 2016-03-04 18:05:48 -05:00