[Rt-commit] rt branch, 4.2/show-cf-wikitext-callback, repushed
Dustin Graves
dustin at bestpractical.com
Mon May 16 18:17:04 EDT 2016
The branch 4.2/show-cf-wikitext-callback was deleted and repushed:
was c9f6934f8fd23a79ad2e4643a95b7428d51025f2
now be78dc8a29ff7bad70a5be2927b0371e1161b2a4
1: c9f6934 ! 1: be78dc8 add callback to modify arguments to Text::WikiFormat::format when rendering wikitext custom field
@@ -24,7 +24,7 @@
+ implicit_links => RT->Config->Get('WikiImplicitLinks'),
+ prefix => $base,
+);
-+$m->callback( CallbackName => 'WikiFormatArgs', WikiArgsRef => \%wiki_args );
++$m->callback( CallbackName => 'WikiFormatArgs', ARGSRef => \%ARGS, WikiArgsRef => \%wiki_args, ContentRef => \$content);
+
use Text::WikiFormat;
+my $wiki_content = Text::WikiFormat::format( $content."\n" , {}, { %wiki_args } );
More information about the rt-commit
mailing list