Dotclear

Changeset 3418:f74c218a7b8e


Ignore:
Timestamp:
11/25/16 11:47:01 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

IE 7, 8 and 9 not more supported (should not be problematic for IE9 — gracefully degraded, but it will for IE7 and IE8 users)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3305 r3418  
    5656     find $(DC)/admin/js/*.js -exec ./build-tools/min-js.php \{\} \; 
    5757     find $(DC)/admin/js/codemirror -name '*.js' -exec ./build-tools/min-js.php \{\} \; 
    58      find $(DC)/admin/js/ie7/*.js -exec ./build-tools/min-js.php \{\} \; 
    5958     find $(DC)/admin/js/jquery/*.js -exec ./build-tools/min-js.php \{\} \; 
    6059     find $(DC)/admin/js/jsUpload/*.js -exec ./build-tools/min-js.php \{\} \; 
  • admin/_charte.php

    r3408 r3418  
    2424     <title>Bibliothèque de styles - Dotclear - 2.7</title> 
    2525     <link rel="icon" type="image/png" href="images/favicon96-login.png" /> 
    26      <!--[if lt IE 9]> 
    27      <script type="text/javascript" src="js/ie7/IE9.js"></script> 
    28      <link rel="stylesheet" type="text/css" href="style/iesucks.css" /> 
    29      <![endif]--> 
    3026     <link rel="stylesheet" href="style/default.css" type="text/css" media="screen" /> 
    3127     <?php 
  • admin/auth.php

    r3358 r3418  
    291291 
    292292<?php 
    293 echo dcPage::jsLoadIE7(); 
    294293echo dcPage::jsCommon(); 
    295294?> 
  • inc/admin/lib.dc.page.php

    r3408 r3418  
    159159 
    160160 
    161           self::jsLoadIE7(). 
    162161          self::cssLoad('style/default.css'); 
    163162          if (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl') { 
     
    413412          '  <meta name="GOOGLEBOT" content="NOSNIPPET" />'."\n". 
    414413 
    415           self::jsLoadIE7(). 
    416414          self::cssLoad('style/default.css'); 
    417415          if (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl') { 
     
    846844     } 
    847845 
     846     /** 
     847     @deprecated since version 2.11 
     848     */ 
    848849     public static function jsLoadIE7() 
    849850     { 
    850           return 
    851           '<!--[if lt IE 9]>'."\n". 
    852           self::jsLoad('js/ie7/IE9.js'). 
    853           self::cssLoad('style/iesucks.css'). 
    854           '<![endif]-->'."\n"; 
     851          return ''; 
    855852     } 
    856853 
     
    891888          '});'. 
    892889          "\n//]]>\n". 
    893           "</script>\n". 
    894           '<!--[if lt IE 8]>'."\n". 
    895           self::jsLoad('js/ie7/ie7-hashchange.js'). 
    896           '<script type="text/javascript">'."\n". 
    897           "//<![CDATA[\n". 
    898           '$(window).hashchange();'. 
    899           "\n//]]>\n". 
    900           "</script>\n". 
    901           '<![endif]-->'."\n"; 
     890          "</script>\n"; 
    902891     } 
    903892 
  • inc/dbschema/upgrade.php

    r3407 r3418  
    623623                    'admin/js/tool-man/drag.js', 
    624624                    'admin/js/tool-man/dragsort.js', 
    625                     'admin/js/tool-man/events.js' 
     625                    'admin/js/tool-man/events.js', 
     626                    'admin/js/ie7/IE7.js', 
     627                    'admin/js/ie7/IE8.js', 
     628                    'admin/js/ie7/IE9.js', 
     629                    'admin/js/ie7/blank.gif', 
     630                    'admin/js/ie7/ie7-hashchange.js', 
     631                    'admin/js/ie7/ie7-recalc.js', 
     632                    'admin/js/ie7/ie7-squish.js', 
     633                    'admin/style/iesucks.css' 
    626634               ); 
    627635               $remfolders = array ( 
    628636                    'admin/style/modal', 
    629637                    'admin/js/tool-man', 
     638                    'admin/js/ie7' 
    630639               ); 
    631640 
Note: See TracChangeset for help on using the changeset viewer.

Sites map