[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.19-23-g728b302
Kevin Falcone
falcone at bestpractical.com
Thu Feb 13 13:40:04 EST 2014
The branch, 4.0-trunk has been updated
via 728b3022635b9dcc007a784b5aab3f2e0ef7ab3a (commit)
via 794fe4cfb01f13023b32e0a90a3b8661d93aa782 (commit)
via 58465629fd55bb79db03b3f777cbe0f4e62cb95a (commit)
from 7719f84cc3fe0dbbb670b2568fa722177b172c4b (commit)
Summary of changes:
.gitignore | 1 +
configure.ac | 1 +
docs/UPGRADING-4.0 | 3 ++
.../upgrade/4.0-customfield-checkbox-extension.in | 58 ++++++++++------------
4 files changed, 32 insertions(+), 31 deletions(-)
copy lib/RT/Action/UserDefined.pm => etc/upgrade/4.0-customfield-checkbox-extension.in (73%)
- Log -----------------------------------------------------------------
commit 728b3022635b9dcc007a784b5aab3f2e0ef7ab3a
Merge: 7719f84 794fe4c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Feb 13 12:44:08 2014 -0500
Merge branch '4.0/rtx-customfield-checkbox-upgrade' into 4.0-trunk
diff --cc .gitignore
index dacaee7,9ae6846..29abe73
--- a/.gitignore
+++ b/.gitignore
@@@ -2,7 -2,9 +2,8 @@@
/bin/rt-mailgate
/bin/rt
/etc/RT_Config.pm
-/etc/upgrade/3.8-branded-queues-extension
/etc/upgrade/3.8-ical-extension
+ /etc/upgrade/4.0-customfield-checkbox-extension
/etc/upgrade/split-out-cf-categories
/etc/upgrade/generate-rtaddressregexp
/etc/upgrade/upgrade-articles
diff --cc configure.ac
index 42a6bd9,1877369..b8a9399
--- a/configure.ac
+++ b/configure.ac
@@@ -407,7 -407,9 +407,8 @@@ dnl Configure the output files, and gen
dnl Binaries that should be +x
AC_CONFIG_FILES([
- etc/upgrade/3.8-branded-queues-extension
etc/upgrade/3.8-ical-extension
+ etc/upgrade/4.0-customfield-checkbox-extension
etc/upgrade/split-out-cf-categories
etc/upgrade/generate-rtaddressregexp
etc/upgrade/upgrade-articles
diff --cc docs/UPGRADING-4.0
index 63dd2ee,942ba7f..766964f
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@@ -24,14 -24,13 +24,17 @@@ following to remove the _Overlay files
find /opt/rt3/lib/ -type f -name '*_Overlay*' -delete
RT has also changed how web deployment works; you will need to review
-docs/web_deployment.pod for current instructions. The old `fastcgi_server`,
-`webmux.pl`, and `mason_handler.*` files will not work with RT 4.0, and should
-be removed to reduce confusion.
+F<docs/web_deployment.pod> for current instructions. The old
+`fastcgi_server`, `webmux.pl`, and `mason_handler.*` files will not
+work with RT 4.0, and should be removed to reduce confusion.
+
+If you deploy RT with mod_perl, Apache will no longer start with C<SetHandler>
+set to `perl-script`. F<docs/web_deployment.pod> contains the
+new configuration.
+ RT::Extension::CustomField::Checkbox has been integrated into core, so you
+ MUST uninstall it before upgrading. In addition, you must run
+ etc/upgrade/4.0-customfield-checkbox-extension script to convert old data.
=head2 RT_SiteConfig.pm
-----------------------------------------------------------------------
More information about the rt-commit
mailing list