[Rt-commit] [rtir] 22/33: Rename RTIR_SetBlockStatus to RTIR_SetCountermeasureStatus
Shawn Moore
shawn at bestpractical.com
Fri May 13 20:21:34 EDT 2016
This is an automated email from the git hooks/post-receive script.
shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.
commit 228dba1af8316f5f5b24c7cb264b20e989de89a0
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu Feb 25 00:43:50 2016 +0000
Rename RTIR_SetBlockStatus to RTIR_SetCountermeasureStatus
This doesn't yet deal with upgrading existing deployments
---
MANIFEST | 2 +-
docs/AdministrationTutorial.pod | 2 +-
etc/RTIR_Config.pm | 2 +-
etc/initialdata | 6 +++---
.../{RTIR_SetBlockStatus.pm => RTIR_SetCountermeasureStatus.pm} | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/MANIFEST b/MANIFEST
index 312cc3d..eb90953 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -179,7 +179,7 @@ lib/RT/Action/RTIR_FindIP.pm
lib/RT/Action/RTIR_MergeIPs.pm
lib/RT/Action/RTIR_OpenParent.pm
lib/RT/Action/RTIR_ResolveChildren.pm
-lib/RT/Action/RTIR_SetBlockStatus.pm
+lib/RT/Action/RTIR_SetCountermeasureStatus.pm
lib/RT/Action/RTIR_SetDueIncident.pm
lib/RT/Action/RTIR_SetHowReported.pm
lib/RT/Action/RTIR_SetIncidentResolution.pm
diff --git a/docs/AdministrationTutorial.pod b/docs/AdministrationTutorial.pod
index dc09b88..8132c1a 100644
--- a/docs/AdministrationTutorial.pod
+++ b/docs/AdministrationTutorial.pod
@@ -184,7 +184,7 @@ value of Email if it isn't otherwise specified.
=item On Correspond Change Status of the Countermeasure
On replies, changes the status of countermeasures according to a few rules
-that are described in L<RT::Action::RTIR_SetBlockStatus/DESCRIPTION>.
+that are described in L<RT::Action::RTIR_SetCountermeasureStatus/DESCRIPTION>.
RT's default L<RT::Action::AutoOpen> is disabled for countermeasures to
avoid unwanted changes of status from 'pending activation'
diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index edf3fd7..8a53111 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -613,7 +613,7 @@ When requestor replies on the block in pending state RTIR
changes state, you can set regular expresion so state would
be changed only when content matches the regexp.
-See also L<RT::Action::RTIR_SetBlockStatus/DESCRIPTION>.
+See also L<RT::Action::RTIR_SetCountermeasureStatus/DESCRIPTION>.
=cut
diff --git a/etc/initialdata b/etc/initialdata
index f8a677d..a03c0d5 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -181,9 +181,9 @@
Description => 'Open the parent Incident when a child reopens', # loc
ExecModule => 'RTIR_OpenParent',
},
- { Name => 'RTIR Set Block Status', # loc
- Description => 'Set the status of a Block', # loc
- ExecModule => 'RTIR_SetBlockStatus',
+ { Name => 'RTIR Set Countermeasure Status', # loc
+ Description => 'Set the status of a Countermeasure', # loc
+ ExecModule => 'RTIR_SetCountermeasureStatus',
},
{ Name => 'RTIR Set Incident Resolution', # loc
Description => 'Set the default resolution of an Incident', # loc
diff --git a/lib/RT/Action/RTIR_SetBlockStatus.pm b/lib/RT/Action/RTIR_SetCountermeasureStatus.pm
similarity index 96%
rename from lib/RT/Action/RTIR_SetBlockStatus.pm
rename to lib/RT/Action/RTIR_SetCountermeasureStatus.pm
index 7484384..5410602 100644
--- a/lib/RT/Action/RTIR_SetBlockStatus.pm
+++ b/lib/RT/Action/RTIR_SetCountermeasureStatus.pm
@@ -49,12 +49,12 @@
use strict;
use warnings;
-package RT::Action::RTIR_SetBlockStatus;
+package RT::Action::RTIR_SetCountermeasureStatus;
use base 'RT::Action::RTIR';
=head1 NAME
-RT::Action::RTIR_SetBlockStatus - sets status of the block acording to a few rules
+RT::Action::RTIR_SetCountermeasureStatus - sets status of the countermeasure according to a few rules
=head1 DESCRIPTION
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list