[Rt-commit] rt branch, 4.0/warn-active-status, updated. rt-4.0.1rc1-12-g8b2a174

Alex Vandiver alexmv at bestpractical.com
Mon Jun 6 12:53:02 EDT 2011


The branch, 4.0/warn-active-status has been updated
       via  8b2a1742b0325329a516dc7c8126f77b7d59551f (commit)
      from  da3122a58e0549b0cef8308ed8fddeaf8781bc72 (commit)

Summary of changes:
 lib/RT/Config.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 8b2a1742b0325329a516dc7c8126f77b7d59551f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jun 6 12:52:58 2011 -0400

    Mark the newly added warnings blocks as  due for removal in 4.2

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index aa8a02b..dd7acfc 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -727,6 +727,7 @@ our %META = (
         PostLoadCheck => sub {
             my $self  = shift;
             return unless shift;
+            # XXX Remove in RT 4.2
             warn <<EOT;
 The ActiveStatus configuration has been replaced by the new Lifecycles
 for functionality.  You should set the 'active' property of the
@@ -739,6 +740,7 @@ EOT
         PostLoadCheck => sub {
             my $self  = shift;
             return unless shift;
+            # XXX Remove in RT 4.2
             warn <<EOT;
 The InactiveStatus configuration has been replaced by the new Lifecycles
 for functionality.  You should set the 'inactive' property of the

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


More information about the Rt-commit mailing list