[Rt-commit] rt branch, 4.0.12-releng, created. rt-4.0.11-86-g871f4f6

Kevin Falcone falcone at bestpractical.com
Fri Apr 26 11:48:10 EDT 2013


The branch, 4.0.12-releng has been created
        at  871f4f61f0926942871b13fcb6ccc80257a2c733 (commit)

- Log -----------------------------------------------------------------
commit 871f4f61f0926942871b13fcb6ccc80257a2c733
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Apr 25 19:07:07 2013 -0400

    Document the database upgrade in 4.0.12

diff --git a/docs/UPGRADING-4.0 b/docs/UPGRADING-4.0
index b95610b..687dfbc 100644
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@ -177,3 +177,15 @@ If you have @JSFiles set in your RT_SiteConfig.pm but it appears to be
 the same as RT_Config.pm (no local js files added) you can safely remove
 the whole setting from RT_SiteConfig.pm and allow our default to be
 used.
+
+=head1 UPGRADING FROM 4.0.11 AND EARLIER
+
+=head2 Data Upgrades
+
+Previous versions of RT allowed you to create Tickets with a Type of
+'Ticket', 'Approval' or 'Reminder' instead of the correct 'ticket'.
+Existing Types are updated in the database and the RT API now corrects
+these types before insertion.
+
+Site-specific custom types (anything but ticket, reminder or approval)
+are not affected by these changes.

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


More information about the Rt-commit mailing list