[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-46-g64b4407

? sunnavy sunnavy at bestpractical.com
Fri May 14 01:38:55 EDT 2010


The branch, 3.8-trunk has been updated
       via  64b4407e97f04521ce3f3b8053c1b7d81f7c8ce7 (commit)
       via  9b038a56b96d0542d822864fc7dfaacd7e6dda07 (commit)
      from  7f9682e16bacc0168524180869d164dd979848c0 (commit)

Summary of changes:
 lib/RT/Action/SendEmail.pm              |    4 ++--
 share/html/Admin/Users/Memberships.html |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 9b038a56b96d0542d822864fc7dfaacd7e6dda07
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri May 14 13:38:09 2010 +0800

    small fix

diff --git a/lib/RT/Action/SendEmail.pm b/lib/RT/Action/SendEmail.pm
index 5e8decf..6f2c558 100755
--- a/lib/RT/Action/SendEmail.pm
+++ b/lib/RT/Action/SendEmail.pm
@@ -207,9 +207,9 @@ sub Prepare {
         my $type = $part->mime_type || 'text/plain';
         $type = 'text/plain' unless RT::I18N::IsTextualContentType($type);
         $part->head->mime_attr( "Content-Type" => $type );
-        # utf8 here is for _FindOrGuessCharset in I18N.pm
+        # utf-8 here is for _FindOrGuessCharset in I18N.pm
         # it's not the final charset/encoding sent
-        $part->head->mime_attr( "Content-Type.charset" => 'utf8' );
+        $part->head->mime_attr( "Content-Type.charset" => 'utf-8' );
     }
 
     RT::I18N::SetMIMEEntityToEncoding( $MIMEObj,

commit 64b4407e97f04521ce3f3b8053c1b7d81f7c8ce7
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri May 14 13:38:56 2010 +0800

    list of groups of which user is a member of should not be paged

diff --git a/share/html/Admin/Users/Memberships.html b/share/html/Admin/Users/Memberships.html
index cd8574d..5d87ad8 100644
--- a/share/html/Admin/Users/Memberships.html
+++ b/share/html/Admin/Users/Memberships.html
@@ -62,13 +62,13 @@
 <& /Elements/CollectionList,
     OrderBy => 'Name',
     Order   => 'ASC',
-    Rows    => 0,
     %ARGS,
+    Rows    => 0,
     DisplayFormat => "__CheckBox.{Delete}__,$Format",
     Format => $Format,
     Collection => $is_member,
     AllowSorting => 1,
-    PassArguments => [qw(Format Rows Page Order OrderBy id)],
+    PassArguments => [qw(Format Rows Order OrderBy id)],
 &>
 
 <h2><&|/l&>Groups the user is not member of (check box to add)</&></h2>

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


More information about the Rt-commit mailing list