[Rt-commit] r5054 - in rtir/branches/1.9-EXPERIMENTAL: etc

ruz at bestpractical.com ruz at bestpractical.com
Wed Apr 19 22:12:02 EDT 2006


Author: ruz
Date: Wed Apr 19 22:12:00 2006
New Revision: 5054

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
 r1316 at cubic-pc:  cubic | 2006-04-18 19:08:06 +0400
 * use httpurl_overwrite by default


Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	Wed Apr 19 22:12:00 2006
@@ -280,6 +280,8 @@
 # 'email', 'domain' and 'RIPE'.  It is possible to add your own types
 # of clicky links using callbacks; see
 # html/Callbacks/RTIR/Elements/MakeClicky/Default for an example.
-Set(@Active_MakeClicky, qw(httpurl ip email domain));
+# NOTE that list is order-sensetive, when one action matches text
+# other actions don't apply to the same matched text
+Set(@Active_MakeClicky, qw(httpurl_overwrite ip email domain));
 
 1;


More information about the Rt-commit mailing list