
elacour at bestpractical
Jul 24, 2008, 1:12 AM
Post #1 of 1
(44 views)
Permalink
|
|
r14464 - in rt/3.8/trunk: .
|
|
Author: elacour Date: Thu Jul 24 04:12:13 2008 New Revision: 14464 Modified: rt/3.8/trunk/ (props changed) rt/3.8/trunk/etc/RT_Config.pm.in Log: r10217[at]datura: manu | 2008-07-24 10:11:33 +0200 Typo/tiny fixes. Modified: rt/3.8/trunk/etc/RT_Config.pm.in ============================================================================== --- rt/3.8/trunk/etc/RT_Config.pm.in (original) +++ rt/3.8/trunk/etc/RT_Config.pm.in Thu Jul 24 04:12:13 2008 @@ -459,7 +459,7 @@ Set($DashboardAddress, ''); -=item C<UseFriendlyFromLine> +=item C<$UseFriendlyFromLine> By default, RT sets the outgoing mail's "From:" header to "SenderName via RT". Setting C<$UseFriendlyFromLine> to 0 disables it. @@ -705,8 +705,9 @@ This determines the default stylesheet the RT web interface will use. RT ships with two valid values by default: - 3.5-default The totally new, default layout for RT 3.5 - 3.4-compat A 3.4 compatibility stylesheet to make RT 3.5 look + web2 The totally new, default layout for RT 3.8 + 3.5-default RT 3.5 and 3.6 original layout + 3.4-compat A 3.4 compatibility stylesheet to make RT look (mostly) like 3.4 This value actually specifies a directory in F<share/html/NoAuth/css/> @@ -1098,7 +1099,7 @@ Set($SuppressInlineTextFiles, undef); -=item C<DontSearchFileAttachments> +=item C<$DontSearchFileAttachments> If C<$DontSearchFileAttachments> is set to a true value, then uploaded files (attachments with file names) are not searched during full-content _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|