Changeset 1362

Show
Ignore:
Timestamp:
09/30/08 13:58:16 (2 months ago)
Author:
scitech
Message:

Updated: PHPmyAdmin to 2.11.9.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1360 r1362  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-09-30 Daniel Andreca 
     5        - TOOLS: 
     6                * Updated: PHPmyAdmin to 2.11.9.2 
    37 
    482008-09-24 Daniel Andreca 
  • trunk/gui/tools/pma/ChangeLog

    r1352 r1362  
    1 ---------------------- 
     1---------------------- 
    22phpMyAdmin - ChangeLog 
    33---------------------- 
     
    55$Id: ChangeLog 11585 2008-09-15 12:03:45Z lem9 $ 
    66$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 
     7 
     82.11.9.2 (2008-09-22) 
     9- [security] XSS in MSIE using NUL byte, thanks to JPCERT. 
    710 
    8112.11.9.1 (2008-09-15) 
  • trunk/gui/tools/pma/Documentation.html

    r1352 r1362  
    1212    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> 
    1313    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    14     <title>phpMyAdmin 2.11.9.1 - Documentation</title> 
     14    <title>phpMyAdmin 2.11.9.2 - Documentation</title> 
    1515    <link rel="stylesheet" type="text/css" href="docs.css" /> 
    1616</head> 
     
    3434</ul> 
    3535 
    36 <h1>phpMyAdmin 2.11.9.1 Documentation</h1> 
     36<h1>phpMyAdmin 2.11.9.2 Documentation</h1> 
    3737 
    3838<ul><li><a href="http://www.phpmyadmin.net/"> 
     
    4949    </li> 
    5050    <li>Documentation version: 
    51         <i>$Id: Documentation.html 11586 2008-09-15 16:22:04Z lem9 $</i> 
     51        <i>$Id: Documentation.html 11605 2008-09-22 16:39:00Z lem9 $</i> 
    5252    </li> 
    5353</ul> 
  • trunk/gui/tools/pma/Documentation.txt

    r1352 r1362  
    1212  * Glossary 
    1313 
    14 phpMyAdmin 2.11.9.1 Documentation 
     14phpMyAdmin 2.11.9.2 Documentation 
    1515 
    1616  * phpMyAdmin homepage 
     
    2121      + General notes: README 
    2222      + License: LICENSE 
    23   * Documentation version: $Id: Documentation.html 11586 2008-09-15 16:22:04
     23  * Documentation version: $Id: Documentation.html 11605 2008-09-22 16:39:00
    2424    lem9 $ 
    2525 
  • trunk/gui/tools/pma/README

    r1352 r1362  
    1 $Id: README 11586 2008-09-15 16:22:04Z lem9 $ 
     1$Id: README 11605 2008-09-22 16:39:00Z lem9 $ 
    22 
    33phpMyAdmin - Readme 
     
    66  A set of PHP-scripts to manage MySQL over the web. 
    77 
    8   Version 2.11.9.1 
     8  Version 2.11.9.2 
    99  ---------------- 
    1010  http://www.phpmyadmin.net/ 
  • trunk/gui/tools/pma/libraries/Config.class.php

    r1352 r1362  
    44 * 
    55 * 
    6  * @version $Id: Config.class.php 11586 2008-09-15 16:22:04Z lem9 $ 
     6 * @version $Id: Config.class.php 11605 2008-09-22 16:39:00Z lem9 $ 
    77 */ 
    88 
     
    8686    function checkSystem() 
    8787    { 
    88         $this->set('PMA_VERSION', '2.11.9.1'); 
     88        $this->set('PMA_VERSION', '2.11.9.2'); 
    8989        /** 
    9090         * @deprecated 
  • trunk/gui/tools/pma/libraries/js_escape.lib.php

    r774 r1362  
    77 * @package phpMyAdmin 
    88 * 
    9  * @version $Id: js_escape.lib.php 10142 2007-03-20 10:32:13Z cybot_tm
     9 * @version $Id: js_escape.lib.php 11604 2008-09-22 14:09:44Z lem9
    1010 */ 
    1111 
     
    4747 * this requires only to escape ' with \' and end of script block 
    4848 * 
     49 * We also remove NUL byte as some browsers (namely MSIE) ignore it and 
     50 * inserting it anywhere inside </script would allow to bypass this check. 
     51 * 
    4952 * @uses    strtr() 
    5053 * @uses    preg_replace() 
     
    5659    return preg_replace('@</script@i', '</\' + \'script', 
    5760                        strtr($string, array( 
     61                                "\000" => '', 
    5862                                '\\' => '\\\\', 
    5963                                '\'' => '\\\'', 
  • trunk/gui/tools/pma/translators.html

    r1352 r1362  
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" 
    44    version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> 
    5 <!-- $Id: translators.html 11586 2008-09-15 16:22:04Z lem9 $ --> 
     5<!-- $Id: translators.html 11605 2008-09-22 16:39:00Z lem9 $ --> 
    66 
    77<head> 
     
    99    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> 
    1010    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    11     <title>phpMyAdmin 2.11.9.1 - Official translators</title> 
     11    <title>phpMyAdmin 2.11.9.2 - Official translators</title> 
    1212    <link rel="stylesheet" type="text/css" href="docs.css" /> 
    1313</head> 
     
    3232</ul> 
    3333 
    34 <h1>phpMyAdmin 2.11.9.1 official translators list</h1> 
     34<h1>phpMyAdmin 2.11.9.2 official translators list</h1> 
    3535 
    3636<p> Here is the list of the &quot;official translators&quot; of