[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.22rc1-2-g542ebd3

Wallace Reis wreis at bestpractical.com
Mon Sep 8 11:53:29 EDT 2014


The branch, 4.0-trunk has been updated
       via  542ebd3a6d0561522db13f6685c9ad8a4d36ee0b (commit)
       via  55ec22aa1784f5dac54d2281abd658973b274c48 (commit)
      from  458598fcf47382e8b4d75830c703bee3d6195518 (commit)

Summary of changes:
 lib/RT/Shredder/Plugin/Users.pm | 12 ++++++------
 sbin/rt-validator.in            |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit 55ec22aa1784f5dac54d2281abd658973b274c48
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Thu Aug 21 15:47:31 2014 -0500

    Fix some language typos.
    
    (cherry picked from commit 2032d8882a0c2cb0cc624c01f460b891fb50c648)

diff --git a/lib/RT/Shredder/Plugin/Users.pm b/lib/RT/Shredder/Plugin/Users.pm
index f763246..c3f8982 100644
--- a/lib/RT/Shredder/Plugin/Users.pm
+++ b/lib/RT/Shredder/Plugin/Users.pm
@@ -81,13 +81,13 @@ to select people from system groups.
 
 =head2 replace_relations - user identifier
 
-When you delete user there are could be minor links to him in RT DB.
-This option allow you to replace this links with link to other user.
-This links are Creator and LastUpdatedBy, but NOT any watcher roles,
-this means that if user is watcher(Requestor, Owner,
-Cc or AdminCc) of the ticket or queue then link would be deleted.
+When you delete a user there could be minor links to them in the RT database.
+This option allow you to replace these links with links to the new user.
+The replaceable links are Creator and LastUpdatedBy, but NOT any watcher roles.
+This means that if the user is a watcher(Requestor, Owner,
+Cc or AdminCc) of the ticket or queue then the link would be deleted.
 
-This argument could be user id or name.
+This argument could be a user id or name.
 
 =head2 no_tickets - boolean
 

commit 542ebd3a6d0561522db13f6685c9ad8a4d36ee0b
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Mon Sep 8 11:25:09 2014 -0400

    Fix grammar use of "a" vs "an"
    
    The article before the word "user" should be "a".
    
    https://owl.english.purdue.edu/owl/resource/591/01/

diff --git a/sbin/rt-validator.in b/sbin/rt-validator.in
index f0f1c59..4ef9825 100644
--- a/sbin/rt-validator.in
+++ b/sbin/rt-validator.in
@@ -267,7 +267,7 @@ push @CHECKS, 'User <-> ACL equivalence group' => sub {
         action => sub {
             my $id = shift;
             return unless prompt(
-                'Create', "Found an user that has no ACL equivalence group."
+                'Create', "Found a user that has no ACL equivalence group."
             );
 
             my $gid = create_record( 'Groups',
@@ -283,7 +283,7 @@ push @CHECKS, 'User <-> ACL equivalence group' => sub {
         action => sub {
             my $id = shift;
             return unless prompt(
-                'Delete', "Found an user ACL equivalence group, but there is no user."
+                'Delete', "Found a user ACL equivalence group, but there is no user."
             );
 
             delete_record( 'Groups', $id );

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


More information about the rt-commit mailing list