[freeside-commits] branch master updated. 194da40d2ffbaa8a2604c75a74b650a730c3a000

Ivan ivan at 420.am
Thu Apr 11 15:09:03 PDT 2013


The branch, master has been updated
       via  194da40d2ffbaa8a2604c75a74b650a730c3a000 (commit)
      from  b8f936e5ec4cf32922e18bdfd7a47ec8ca29e4cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 194da40d2ffbaa8a2604c75a74b650a730c3a000
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 11 15:09:02 2013 -0700

    fix (old-style RT) spreadsheet links in RTx::Statistics reports, RT#22455

diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf
index 5586e12..71ebfbd 100644
--- a/htetc/freeside-rt.conf
+++ b/htetc/freeside-rt.conf
@@ -77,3 +77,10 @@ PerlHandler HTML::Mason
 SetHandler perl-script
 PerlHandler HTML::Mason
 </DirectoryMatch>
+
+<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/RTx/Statistics/.*/>
+  <FilesMatch Results.tsv>
+    SetHandler perl-script
+    PerlHandler HTML::Mason
+  </FilesMatch>
+</DirectoryMatch>

-----------------------------------------------------------------------

Summary of changes:
 htetc/freeside-rt.conf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list