[Rt-commit] rt branch, 4.4/wrap-column-count, repushed
Blaine Motsinger
blaine at bestpractical.com
Mon Mar 18 19:54:44 EDT 2019
The branch 4.4/wrap-column-count was deleted and repushed:
was e36c9fecd90ca98609db809bb0bfb92f35a3ae0a
now 9d9e215881528ee3a4673bb4017db0f95e6b00df
1: e36c9fecd ! 1: fdfb87d94 Added configurable option for wrap column count
@@ -3,11 +3,7 @@
Added configurable option for wrap column count
This change moves the default value for wrap column count from the
- RT::Transaction module to RT_Config.pm. The wrap column count can
- now be configured through RT_SiteConfig.pm with the QuoteWrapWidth
- variable.
-
- Set( $QuoteWrapWidth, 70 );
+ RT::Transaction module to RT_Config.pm.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
--- a/etc/RT_Config.pm.in
@@ -64,3 +60,4 @@
require Text::Quoted;
require Text::Wrapper;
+
-: ------- > 2: 9d9e21588 Added configuration verification for wrap column count
More information about the rt-commit
mailing list