<%$msg |n%>+<%perl> + $msg = ''; + } + $m->comp( 'ShowMessageStanza', + Depth => $Depth + 1, + Transaction => $Transaction, + Message => $stanza ); + } + elsif ( ref $stanza eq "HASH" ) { + $msg .= "$stanza->{raw}\n"; + } } elsif ( ref $stanza eq "HASH" ) { my $content = $stanza->{raw}; Index: lib/RT/Attachment_Overlay.pm --- lib/RT/Attachment_Overlay.pm.orig 2003-11-18 01:31:13.000000000 +0100 +++ lib/RT/Attachment_Overlay.pm 2003-11-25 17:08:38.000000000 +0100 @@ -318,10 +318,11 @@ # If we somehow fail to do the decode, at least push out the raw bits eval {return( Encode::decode_utf8($content))} || return ($content); } - - eval { Encode::from_to($content, 'utf8' => $enc);}; - if ($@) { - $RT::Logger->error("Could not convert attachment from assumed utf8 to '$enc' :".$@); + if (!$enc) { + eval { Encode::from_to($content, 'utf8' => $enc);}; + if ($@) { + $RT::Logger->error("Could not convert attachment from assumed utf8 to '$enc' :".$@); + } } return $content; } Index: lib/RT/User_Overlay.pm --- lib/RT/User_Overlay.pm.orig 2003-11-18 01:31:14.000000000 +0100 +++ lib/RT/User_Overlay.pm 2003-11-25 17:08:38.000000000 +0100 @@ -279,7 +279,7 @@ #If the create failed. unless ($id) { $RT::Handle->Rollback(); - $RT::Logger->error("Could not create a new user - " .join('-'. %args)); + $RT::Logger->error("Could not create a new user - " .join('-', %args)); return ( 0, $self->loc('Could not create user') ); } Index: html/Elements/Header --- html/Elements/Header.orig 2005-03-27 09:40:16 +0200 +++ html/Elements/Header 2005-08-11 11:17:29 +0200 @@ -77,7 +77,7 @@ >
" width="230" height="50"> |
+ ||||||