[Rt-commit] rt branch, 5.0.0-releng, updated. rt-5.0.0beta2-52-gc51bbd6f9d

Jim Brandt jbrandt at bestpractical.com
Fri Jul 10 11:45:42 EDT 2020


The branch, 5.0.0-releng has been updated
       via  c51bbd6f9dc10d175fa7cbb0c44adf551627a2b4 (commit)
       via  aa28ddcb4b131f2b21443b458e84c864db2123e2 (commit)
       via  2faba9da9e158c92c3be1c685453f27729001f11 (commit)
       via  30d08e13875275de471452bb8d5766df96e1d131 (commit)
      from  e2d8753dab9b680e8090e8cd697160a3d576cdf5 (commit)

Summary of changes:
 .gitignore                                         |  1 +
 configure.ac                                       |  1 +
 docs/UPGRADING-5.0                                 |  7 ++++
 ...ade-authtokens.in => upgrade-configurations.in} | 44 +++++++++++++++++-----
 lib/RT/Configuration.pm                            |  4 +-
 5 files changed, 45 insertions(+), 12 deletions(-)
 copy etc/upgrade/{upgrade-authtokens.in => upgrade-configurations.in} (79%)

- Log -----------------------------------------------------------------
commit 2faba9da9e158c92c3be1c685453f27729001f11
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jul 7 03:15:40 2020 +0800

    Add upgrade note for extension RT-Extension-ConfigInDatabase

diff --git a/docs/UPGRADING-5.0 b/docs/UPGRADING-5.0
index 70d17cb263..55c15e1de8 100644
--- a/docs/UPGRADING-5.0
+++ b/docs/UPGRADING-5.0
@@ -193,6 +193,13 @@ F<etc/upgrade/upgrade-authtokens> utility after completing all the other
 upgrade steps from the F<README>. Please also remove
 F<local/plugins/RT-Authen-Token> from your RT installation.
 
+=item *
+
+If you previously used the L<RT::Extension::ConfigInDatabase>
+extension, run the F<etc/upgrade/upgrade-configurations> utility
+after completing all the other upgrade steps from the F<README>. This
+will migrate your existing configuration to the new core RT tables.
+
 =back
 
 =cut

commit aa28ddcb4b131f2b21443b458e84c864db2123e2
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jul 7 03:15:54 2020 +0800

    Clean up obsolete code imported from ConfigInDatabase extension

diff --git a/lib/RT/Configuration.pm b/lib/RT/Configuration.pm
index 9a1875cec7..5fa1a320d4 100644
--- a/lib/RT/Configuration.pm
+++ b/lib/RT/Configuration.pm
@@ -53,8 +53,6 @@ use 5.10.1;
 package RT::Configuration;
 use base 'RT::Record';
 
-use Storable ();
-use MIME::Base64;
 use JSON ();
 
 =head1 NAME
@@ -79,7 +77,7 @@ Must be unique.
 =item Content
 
 If you provide a reference, we will automatically serialize the data structure
-using L<Storable>. Otherwise any string is passed through as-is.
+using L<Data::Dumper>. Otherwise any string is passed through as-is.
 
 =item ContentType
 

commit c51bbd6f9dc10d175fa7cbb0c44adf551627a2b4
Merge: e2d8753dab aa28ddcb4b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jul 10 11:36:41 2020 -0400

    Merge branch '5.0/upgrade-configurations' into 5.0.0-releng


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


More information about the rt-commit mailing list