[Rt-commit] rt branch, 4.2/makeclicky-default-enabled, created. rt-4.1.6-276-gcb5625d
Thomas Sibley
trs at bestpractical.com
Wed Feb 27 21:06:51 EST 2013
The branch, 4.2/makeclicky-default-enabled has been created
at cb5625dd348c52e1d043a869c34e8c7bbb97f8c4 (commit)
- Log -----------------------------------------------------------------
commit cb5625dd348c52e1d043a869c34e8c7bbb97f8c4
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Feb 27 18:05:07 2013 -0800
Default to making clickable links from URLs in textual content
Not doing so as a default is silly and breaks the expectations of what
it means to be a web app.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 42a812d..d6e0414 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1661,14 +1661,14 @@ provides two formats:
link after the URL.
* 'httpurl_overwrite': also detects URLs as 'httpurl' format, but
- replaces the URL with a link.
+ replaces the URL with a link. Enabled by default.
See F<share/html/Elements/MakeClicky> for documentation on how to add
your own styles of link detection.
=cut
-Set(@Active_MakeClicky, qw());
+Set(@Active_MakeClicky, qw(httpurl_overwrite));
=back
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list