Changeset 5903 in subversion


Ignore:
Timestamp:
Feb 25, 2012 9:48:30 AM (15 months ago)
Author:
thomasb
Message:

Slighlty increase minimum browser requirements

Location:
trunk/roundcubemail/program
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r5877 r5903  
    137137 
    138138    // check browser 
    139     if (!bw.dom || !bw.xmlhttp_test()) { 
     139    if (!bw.dom || !bw.xmlhttp_test() || (bw.mz && bw.vendver < 1.9)) { 
    140140      this.goto_url('error', '_code=0x199'); 
    141141      return; 
  • trunk/roundcubemail/program/steps/utils/error.inc

    r5787 r5903  
    3030  $__error_text = <<<EOF 
    3131<i>Supported browsers:</i><br /> 
    32 &raquo; &nbsp;Netscape 7+<br /> 
    3332&raquo; &nbsp;Microsoft Internet Explorer 6+<br /> 
    34 &raquo; &nbsp;Mozilla Firefox 1.0+<br /> 
    35 &raquo; &nbsp;Opera 8.0+<br /> 
    36 &raquo; &nbsp;Safari 1.2+<br /> 
     33&raquo; &nbsp;Mozilla Firefox 3+<br /> 
     34&raquo; &nbsp;Chrome 10+<br /> 
     35&raquo; &nbsp;Safari 4+<br /> 
     36&raquo; &nbsp;Opera 8+<br /> 
    3737<br /> 
    3838&raquo; &nbsp;JavaScript enabled<br /> 
Note: See TracChangeset for help on using the changeset viewer.