
falcone at bestpractical
May 9, 2008, 1:49 PM
Post #1 of 1
(25 views)
Permalink
|
|
r12202 - in rtfm/branches/2.3-EXPERIMENTAL: html/RTFM/Article/Elements
|
|
Author: falcone Date: Fri May 9 16:49:11 2008 New Revision: 12202 Modified: rtfm/branches/2.3-EXPERIMENTAL/ (props changed) rtfm/branches/2.3-EXPERIMENTAL/Changelog rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Article/Elements/Preformatted Log: r32420[at]ketch: falcone | 2008-05-09 16:48:44 -0400 r32416[at]ketch (orig r12198): falcone | 2008-05-09 16:37:57 -0400 r32413[at]ketch: falcone | 2008-05-09 16:34:40 -0400 * remove ParseTemplate code/changelog notes moving to an extension Modified: rtfm/branches/2.3-EXPERIMENTAL/Changelog ============================================================================== --- rtfm/branches/2.3-EXPERIMENTAL/Changelog (original) +++ rtfm/branches/2.3-EXPERIMENTAL/Changelog Fri May 9 16:49:11 2008 @@ -1,3 +1,14 @@ +2.2.2 + +CLEANUPS +======== + + * remove dependance on YAML + + * upgrade Module::Install facility + + * various doc and code cleanups + 2.2.1 BUGS Modified: rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Article/Elements/Preformatted ============================================================================== --- rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Article/Elements/Preformatted (original) +++ rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Article/Elements/Preformatted Fri May 9 16:49:11 2008 @@ -109,6 +109,9 @@ my $content = $value->Content; return '' unless defined $content && length $content; + $$m->comp('/Elements/Callback', _CallbackName => 'UpdateLogic', + content => \$content, %ARGS ); + if ( $content =~ /<.{1,5}>/ ) { $content = $de_htmlify->( $content ); } _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|