[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.13-79-g8fe6e35
Ruslan Zakirov
ruz at bestpractical.com
Sun Jun 16 04:52:25 EDT 2013
The branch, 4.0-trunk has been updated
via 8fe6e357ce2a8025d70dd2fc37c5767ab96342e2 (commit)
via 0371bcefecf91163082873206787542d2eefb19f (commit)
via 240a9e033394a6d95cb2af4ed6ee452b060ef165 (commit)
from 147b941122c888b5e4474db5473992c174d2a957 (commit)
Summary of changes:
docs/UPGRADING-4.0 | 8 ++++++++
share/html/Elements/ShowSearch | 5 +----
2 files changed, 9 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 8fe6e357ce2a8025d70dd2fc37c5767ab96342e2
Merge: 147b941 0371bce
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Sun Jun 16 12:51:58 2013 +0400
Merge branch '4.0/remove-bookmarks-hardcoding' into 4.0-trunk
Conflicts:
docs/UPGRADING-4.0
diff --cc docs/UPGRADING-4.0
index 59e5db4,62e783b..741e051
--- a/docs/UPGRADING-4.0
+++ b/docs/UPGRADING-4.0
@@@ -192,27 -192,10 +192,35 @@@ are not affected by these changes
=head1 UPGRADING FROM 4.0.13 AND EARLIER
+=head2 Outgoing mail From: header
+
+The "Default" key of the C<$OverrideOutgoingMailFrom> config option now,
+as previously documented, only applies when no ticket is involved.
+Previously it was also used when a ticket was involved but the
+associated queue had no specific correspond address. In such cases the
+global correspond address is now used.
+
+The config option C<$SetOutgoingMailFrom> now accepts an email address
+as a value which will act as a global default. This covers the simple
+case of sending all bounces to a specific address, without the previous
+solution of resorting to defining all queues in
+$OverrideOutgoingMailFrom. Any definitions in the Override option
+(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.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list