[Rt-commit] rt branch, master, updated. rt-4.1.13-66-gaf05edb
Alex Vandiver
alexmv at bestpractical.com
Tue Jul 2 13:19:59 EDT 2013
The branch, master has been updated
via af05edb1dc707434e70f9b80a0ed1cabbc26c88d (commit)
via ea51d58b2b3ab6919c864a6170d12d062eb931ab (commit)
via 36be526fecd2efb82762bb64978e39381d4a7622 (commit)
from 69cd9fa92ecfa3b89c9e2b7ebba688872b8c8ae4 (commit)
Summary of changes:
docs/UPGRADING-4.2 | 6 ++++++
etc/RT_Config.pm.in | 8 ++++----
lib/RT/Interface/Web/Session.pm | 5 +++--
3 files changed, 13 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit af05edb1dc707434e70f9b80a0ed1cabbc26c88d
Merge: 69cd9fa ea51d58
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Jul 2 13:19:53 2013 -0400
Merge branch '4.2/switch-oracle-session-backend'
Conflicts:
docs/UPGRADING-4.2
diff --cc docs/UPGRADING-4.2
index e6a4a29,4b531ab..87d7a87
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@@ -130,10 -130,8 +130,16 @@@ UPGRADING FROM RT 4.0.0 and greate
performance problems. Unprivileged Owners (if they exist) may still
be set using the Autocompleter.
+* New installs will notify Ccs and one-time Ccs/Bccs on create and Owners on
+ create and correspond. Upgraded installations will not. If you'd like to
+ adjust your scrips, the actions are available from the admin scrip pages.
+
+* Notifications to AdminCcs on approvals are now handled via the New Pending
+ Approval template in the hidden ___Approvals queue. If you customized the
+ Transaction template, you should port your changes to New Pending Approval.
++
+ * On Oracle, sessions are now stored in the database by default instead of
+ on-disk. If you wish to preserve the original behaviour, ensure the
+ following is in your RT_SiteConfig.pm:
+
+ Set($WebSessionClass, "Apache::Session::File");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list