[Rt-commit] rt branch, 3.8.5-releng, created. 6366dcd68df8c2d7d14a14b4f7dfc2b91d21979e

Kevin Falcone falcone at bestpractical.com
Mon Sep 14 15:33:57 EDT 2009


The branch, 3.8.5-releng has been created
        at  6366dcd68df8c2d7d14a14b4f7dfc2b91d21979e (commit)

- Log -----------------------------------------------------------------
commit 764b74751cea0bc31930bd1716738a9b54a4242c
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Tue Sep 1 15:40:22 2009 +0400

    we must escape content of a CF
    (cherry picked from commit b2631f27d0a9f8a31bcd8c5d0691c4452809a83d)

diff --git a/share/html/Elements/ShowCustomFields b/share/html/Elements/ShowCustomFields
index 9f42dc3..8c01b73 100644
--- a/share/html/Elements/ShowCustomFields
+++ b/share/html/Elements/ShowCustomFields
@@ -89,7 +89,7 @@ my $print_value = sub {
     if ( $m->comp_exists( $comp ) ) {
         $m->comp( $comp, Object => $value );
     } else {
-        $m->print( $value->Content );
+        $m->out( $m->interp->apply_escapes( $value->Content, 'h' ) );
     }
     $m->out('</a>') if $linked;
 

commit 6366dcd68df8c2d7d14a14b4f7dfc2b91d21979e
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Sep 14 13:23:22 2009 -0400

    Bump version to 3.8.5

diff --git a/configure.ac b/configure.ac
index 31e2b13..0bcb8b0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_REVISION($Revision$)dnl
 
 dnl Setup autoconf
 AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.4, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.5, [rt-bugs at bestpractical.com])
 AC_CONFIG_SRCDIR([lib/RT.pm.in])
 
 dnl Extract RT version number components

-----------------------------------------------------------------------


More information about the Rt-commit mailing list