[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 2db41d569e9b1444ab41ce7ad5ee6b521b2e1231

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  2db41d569e9b1444ab41ce7ad5ee6b521b2e1231 (commit)
      from  d8579d516be5964761aff5822a062504931df5cd (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 2db41d569e9b1444ab41ce7ad5ee6b521b2e1231
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 11 15:09:04 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