[freeside-commits] branch master updated. 917b645ae876153480207c9118acd6099531955f

Ivan ivan at 420.am
Thu Jul 9 23:23:49 PDT 2015


The branch, master has been updated
       via  917b645ae876153480207c9118acd6099531955f (commit)
      from  9c67763013a6d16725f50637fe43bde5fe15bcd4 (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 917b645ae876153480207c9118acd6099531955f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jul 9 23:23:48 2015 -0700

    update our Mason.pm for RT 4.2, RT#13852

diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index f05ac03..297d591 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -433,21 +433,13 @@ if ( -e $addl_handler_use_file ) {
       use RT::CustomFieldValues;
       use RT::ObjectCustomFieldValues;
 
-      #blah.  manually updated from RT::Interface::Web::Handler
-      use RT::Interface::Web;
-      use MIME::Entity;
-      use Text::Wrapper;
-      use Time::ParseDate;
-      use Time::HiRes;
-      use HTML::Scrubber;
+      use RT::Interface::Web::Handler;
 
       #blah.  not even in RT::Interface::Web::Handler, just in 
       #html/NoAuth/css/dhandler and rt-test-dependencies.  ask for it here
       #to throw a real error instead of just a mysterious unstyled RT
       use CSS::Squish 0.06;
 
-      use RT::Interface::Web::Request;
-
       #another undeclared web UI dep (for ticket links graph)
       use IPC::Run::SafeHandles;
 

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

Summary of changes:
 FS/FS/Mason.pm |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)




More information about the freeside-commits mailing list