[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.0-39-g834c700
Shawn Moore
shawn at bestpractical.com
Tue Feb 16 16:23:51 EST 2016
The branch, 4.4-trunk has been updated
via 834c700c074c6ba7fe21c7d7eb7a2464fef51070 (commit)
via 38c811b3e93eb529d1e36f510b6fa2946965082e (commit)
from 2682b0dec85152c693e99c7e3e6bcdbdb0e61183 (commit)
Summary of changes:
etc/RT_Config.pm.in | 7 +++++++
1 file changed, 7 insertions(+)
- Log -----------------------------------------------------------------
commit 38c811b3e93eb529d1e36f510b6fa2946965082e
Author: Dustin Graves <dustin at bestpractical.com>
Date: Fri Feb 12 23:04:16 2016 +0000
add documentation for $ShowHistory - 'scroll' option in RT_Config.pm
Fixes: I#31705
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 35ac0a2..bb9eebe 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1872,6 +1872,13 @@ When set to C<always>, history is loaded before showing the page. This ensures
history is always available immediately, but at the expense of longer page load
times. This behaviour was the default in RT 4.0.
+=item C<scroll>
+
+When set to C<scroll>, history is loaded via javascript after the rest of the
+page has been loaded, as you scroll down the page. Ten transactions are loaded
+initially, and then more are loaded ten at a time. This can dramatically speed
+up initial page load times on very long tickets.
+
=back
=cut
commit 834c700c074c6ba7fe21c7d7eb7a2464fef51070
Merge: 2682b0d 38c811b
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Tue Feb 16 16:23:45 2016 -0500
Merge branch '4.4/documentation-showhistory-scroll' into 4.4-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list