9920551536
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. |
||
---|---|---|
.. | ||
atom_pipeline.rb | ||
base_pipeline.rb | ||
broadcast_message_pipeline.rb | ||
combined_pipeline.rb | ||
description_pipeline.rb | ||
email_pipeline.rb | ||
full_pipeline.rb | ||
gfm_pipeline.rb | ||
note_pipeline.rb | ||
plain_markdown_pipeline.rb | ||
post_process_pipeline.rb | ||
pre_process_pipeline.rb | ||
relative_link_pipeline.rb | ||
single_line_pipeline.rb | ||
wiki_pipeline.rb |