[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.13-137-geb9164d
Kevin Falcone
falcone at bestpractical.com
Mon Jul 8 18:17:18 EDT 2013
The branch, 4.0-trunk has been updated
via eb9164d961a028c0918fa497e7f8caba2b0e0e99 (commit)
via cdd71ccbc41d7a292b81230a42e80dbc1409fb75 (commit)
via 38c965f5726218bbd6636f6455f07241d980cff2 (commit)
via afadbcaa47a44d9cf97f2b2e9df1d766bc3fc43b (commit)
from 830c7b2920d5cc5a9f34e9b978246f09a53f1f88 (commit)
Summary of changes:
docs/UPGRADING-4.0 | 15 +++++++++++++++
etc/upgrade/3.9.8/content | 5 +----
etc/upgrade/upgrade-articles.in | 4 +---
lib/RT/Handle.pm | 26 ++++++++++++++++++++++++++
t/shredder/utils.pl | 3 +--
5 files changed, 44 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit eb9164d961a028c0918fa497e7f8caba2b0e0e99
Merge: 830c7b2 cdd71cc
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jul 8 18:10:31 2013 -0400
Merge branch '4.0/pg-9.2-compatibility' into 4.0-trunk
Conflicts:
docs/UPGRADING-4.0
diff --cc docs/UPGRADING-4.0
index 741e051,89141f9..3e5b74a
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@@ -208,19 -206,14 +208,34 @@@ $OverrideOutgoingMailFrom. Any definit
(including Default) still take precedence. See
L<RT_Config/$SetOutgoingMailFrom> for more information.
+=head2 Reminder statuses
+
+New reminders are now created in the "reminder_on_open" status defined in your
+lifecycles. For the default lifecycle, this means reminders will start as
+"open" instead of "new". This change is for consistency when a completed
+reminder is reopened at a later date. If you use custom lifecycles and added
+further transition restrictions, you may need to adjust the L<"reminder_on_open"
+setting|RT_Config/reminder_on_open> in your lifecycles.
+
+=head2 Bookmarks
+
+Previously, the list of Bookmarks on your homepage was unlimited (if you
+had 100 bookmarked tickets, you would see a 100 item list on your RT at
+a Glance). 'Bookmarked Tickets' now uses the same size limits as any
+other search on your homepage. This can be customized using the 'Rows
+per box' setting on your RT at a Glance configuration page.
++
++=head2 PostgreSQL 9.2
++
+ If you are upgrading an RT from 3.8 (or earlier) to 4.0 on PostgreSQL
+ 9.2, you should make sure that you have installed DBD::Pg 2.19.3 or
+ higher. If you start your upgrade without installing a recent-enough
+ version of DBD::Pg RT will stop the upgrade during the 3.9.8 step and
+ remind you to upgrade DBD::Pg. If this happens, you can re-start your
+ upgrade by running:
+
+ ./sbin/rt-setup-database --action insert --datadir etc/upgrade/3.9.8/
+
+ Followed by re-running make upgrade-database and answering 3.9.8 when
+ prompted for which RT version you're upgrading from.
++>>>>>>> 4.0/pg-9.2-compatibility
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list