[Rt-commit] r12202 - in rtfm/branches/2.3-EXPERIMENTAL: html/RTFM/Article/Elements
falcone at bestpractical.com
falcone at bestpractical.com
Fri May 9 16:49:11 EDT 2008
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 );
}
More information about the Rt-commit
mailing list