gitlab-org--gitlab-foss/lib/banzai/filter
Paco Guzman c3f504169b AbstractReferenceFilter caches current project_ref on RequestStore when active
Before we weren’t caching current_project_ref because normally the reference to 
the current project doesn’t include the path with namespace. But now we store 
the current project in the projects reference cache to be used for the same 
filter when accessing using path with namespace of for subsequent filters executed on the cache.
2016-09-28 14:37:24 +02:00
..
wiki_link_filter Fix URLs with anchors in wiki 2016-09-13 23:53:40 -07:00
abstract_reference_filter.rb AbstractReferenceFilter caches current project_ref on RequestStore when active 2016-09-28 14:37:24 +02:00
autolink_filter.rb Improve AutolinkFilter#text_parse performance 2016-08-03 11:38:46 +02:00
blockquote_fence_filter.rb Add more comments to regex 2016-07-10 14:47:53 -05:00
commit_range_reference_filter.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
commit_reference_filter.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
emoji_filter.rb Fix method visiblity in emoji filter class 2016-07-19 15:12:15 +02:00
external_issue_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
external_link_filter.rb Banzai::Filter::ExternalLinkFilter use XPath 2016-06-16 14:13:29 +02:00
gollum_tags_filter.rb little refactor and improvements on specs 2016-04-06 20:09:15 -03:00
image_link_filter.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
inline_diff_filter.rb Fix serious performance bug with rendering Markdown with InlineDiffFilter 2016-06-01 21:56:27 -07:00
issue_reference_filter.rb AbstractReferenceFilter caches current project_ref on RequestStore when active 2016-09-28 14:37:24 +02:00
label_reference_filter.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
markdown_filter.rb Fix methods visibility in markdown filter class 2016-07-19 15:12:15 +02:00
merge_request_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
milestone_reference_filter.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
redactor_filter.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
reference_filter.rb Use JavaScript tooltips for mentions (!5301) 2016-09-01 01:21:34 +02:00
relative_link_filter.rb Merge branch 'relative-link-filter-ref' into 'master' 2016-08-09 21:45:59 +00:00
sanitization_filter.rb Fix the leak mentioned in 504a3b5 by another way 2016-09-23 15:29:28 +02:00
snippet_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
syntax_highlight_filter.rb Improve performance of SyntaxHighlightFilter 2016-08-03 16:58:20 +02:00
table_of_contents_filter.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00
task_list_filter.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
upload_link_filter.rb Banzai::Filter::UploadLinkFilter use XPath 2016-06-16 11:26:56 +02:00
user_reference_filter.rb Display tooltip for mentioned users and groups (!5261) 2016-07-14 23:55:43 +02:00
video_link_filter.rb Enable Style/EmptyLinesAroundClassBody cop 2016-08-06 03:52:24 +02:00
wiki_link_filter.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
yaml_front_matter_filter.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00