[freeside-commits] branch master updated. 2549ea6e716605e930d5784e1c46c1ee163f1453

Ivan ivan at 420.am
Mon Nov 7 22:09:31 PST 2016


The branch, master has been updated
       via  2549ea6e716605e930d5784e1c46c1ee163f1453 (commit)
      from  06c85c354d546ca68320c8c2a4fb3dbc34750e0a (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 2549ea6e716605e930d5784e1c46c1ee163f1453
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 7 22:09:26 2016 -0800

    remove deprecated ie-compatibility_mode conf

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 00042bd..51af38b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5547,14 +5547,6 @@ and customer address. Include units.',
   },
 
   {
-    'key'         => 'ie-compatibility_mode',
-    'section'     => 'deprecated',
-    'description' => "Compatibility mode META tag for Internet Explorer, used on the customer view page.  Not necessary in normal operation unless custom content (notes, cust_main-custom_link) is included on customer view that is incompatibile with newer IE verisons.",
-    'type'        => 'select',
-    'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ],
-  },
-
-  {
     'key'         => 'disable_payauto_default',
     'section'     => 'payments',
     'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',
diff --git a/httemplate/elements/header-cust_main.html b/httemplate/elements/header-cust_main.html
index ca0b522..859df83 100644
--- a/httemplate/elements/header-cust_main.html
+++ b/httemplate/elements/header-cust_main.html
@@ -12,7 +12,6 @@ Examples:
 <& /elements/header.html, {
              'title' => $title,
              'title_noescape' => $title_noescape,
-             'head'  => $head,
              'nobr'  => 1,
           }
 &>
@@ -87,10 +86,4 @@ $status .= ' (Cancelled)' if $cust_main->is_status_delay_cancel;
 $title_noescape .= ' (<B><FONT COLOR="#'. $cust_main->statuscolor. '">'. $status.  '</FONT></B>)';
 $title .= " ($status)";
 
-my $ie_compat = $conf->config('ie-compatibility_mode');
-my $head = '';
-if ( $ie_compat ) {
-  $head = qq(<meta http-equiv="X-UA-Compatible" content="IE=$ie_compat" />);
-}
-
 </%init>

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

Summary of changes:
 FS/FS/Conf.pm                             |    8 --------
 httemplate/elements/header-cust_main.html |    7 -------
 2 files changed, 15 deletions(-)




More information about the freeside-commits mailing list