[freeside-commits] branch FREESIDE_4_BRANCH updated. c6c241ac3480bb583912ce865e89b2ed44a4dc4c
Ivan
ivan at 420.am
Thu Jul 9 23:23:51 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via c6c241ac3480bb583912ce865e89b2ed44a4dc4c (commit)
from 6799b211d676af19ca6156c7b5e4e8ee401438f0 (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 c6c241ac3480bb583912ce865e89b2ed44a4dc4c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 9 23:23:50 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