Changeset 1249

Show
Ignore:
Timestamp:
06/29/08 11:44:22 (2 months ago)
Author:
rats
Message:

Updated phpMyAdmin to 2.11.7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1241 r1249  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-06-29 Benedikt Heintel 
     5        - TOOLS: 
     6                * Updated phpMyAdmin to 2.11.7 
    37 
    482008-06-28 Benedikt Heintel 
  • trunk/gui/tools/pma/Documentation.html

    r1234 r1249  
    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: Documentation.html 11327 2008-06-18 20:48:50Z lem9 $ --> 
     5<!-- $Id: Documentation.html 11338 2008-06-23 16:40:08Z lem9 $ --> 
    66<!-- 
    77    vim: expandtab ts=4 sw=4 sts=4 tw=78 
     
    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.7-rc2 - Documentation</title> 
     14    <title>phpMyAdmin 2.11.7 - Documentation</title> 
    1515    <link rel="stylesheet" type="text/css" href="docs.css" /> 
    1616</head> 
     
    3434</ul> 
    3535 
    36 <h1>phpMyAdmin 2.11.7-rc2 Documentation</h1> 
     36<h1>phpMyAdmin 2.11.7 Documentation</h1> 
    3737 
    3838<ul><li><a href="http://www.phpmyadmin.net/"> 
     
    4949    </li> 
    5050    <li>Documentation version: 
    51         <i>$Id: Documentation.html 11327 2008-06-18 20:48:50Z lem9 $</i> 
     51        <i>$Id: Documentation.html 11338 2008-06-23 16:40:08Z lem9 $</i> 
    5252    </li> 
    5353</ul> 
  • trunk/gui/tools/pma/Documentation.txt

    r1234 r1249  
    1212  * Glossary 
    1313 
    14 phpMyAdmin 2.11.7-rc2 Documentation 
     14phpMyAdmin 2.11.7 Documentation 
    1515 
    1616  * phpMyAdmin homepage 
     
    2121      + General notes: README 
    2222      + License: LICENSE 
    23   * Documentation version: $Id: Documentation.html 11327 2008-06-18 20:48:50
     23  * Documentation version: $Id: Documentation.html 11338 2008-06-23 16:40:08
    2424    lem9 $ 
    2525 
  • trunk/gui/tools/pma/db_datadict.php

    r774 r1249  
    33/** 
    44 * 
    5  * @version $Id: db_datadict.php 10241 2007-04-01 11:13:46Z cybot_tm
     5 * @version $Id: db_datadict.php 11334 2008-06-21 13:16:05Z lem9
    66 */ 
    77 
     
    166166     */ 
    167167    if (!empty($show_comment)) { 
    168         echo $strTableComments . ': ' . $show_comment . '<br /><br />'; 
     168        echo $strTableComments . ': ' . htmlspecialchars($show_comment) . '<br /><br />'; 
    169169    } 
    170170 
  • trunk/gui/tools/pma/db_printview.php

    r774 r1249  
    33/** 
    44 * 
    5  * @version $Id: db_printview.php 10478 2007-07-09 19:41:38Z lem9 $ 
     5 * @version $Id: db_printview.php 11334 2008-06-21 13:16:05Z lem9 $ 
    66 */ 
    77 
     
    167167        <?php 
    168168        if (! empty($sts_data['Comment'])) { 
    169             echo $sts_data['Comment']
     169            echo htmlspecialchars($sts_data['Comment'])
    170170            $needs_break = '<br />'; 
    171171        } else { 
  • trunk/gui/tools/pma/libraries/Config.class.php

    r1234 r1249  
    44 * 
    55 * 
    6  * @version $Id: Config.class.php 11330 2008-06-20 17:53:30Z lem9 $ 
     6 * @version $Id: Config.class.php 11338 2008-06-23 16:40:08Z lem9 $ 
    77 */ 
    88 
     
    8686    function checkSystem() 
    8787    { 
    88         $this->set('PMA_VERSION', '2.11.7-rc2'); 
     88        $this->set('PMA_VERSION', '2.11.7'); 
    8989        /** 
    9090         * @deprecated 
  • trunk/gui/tools/pma/libraries/display_import.lib.php

    r818 r1249  
    33/** 
    44 * 
    5  * @version $Id: display_import.lib.php 10588 2007-09-02 19:23:59Z lem9 $ 
     5 * @version $Id: display_import.lib.php 11326 2008-06-17 21:32:48Z lem9 $ 
    66 */ 
     7if (! defined('PHPMYADMIN')) { 
     8    exit; 
     9} 
    710 
    811/** 
  • trunk/gui/tools/pma/translators.html

    r1234 r1249  
    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 11327 2008-06-18 20:48:50Z lem9 $ --> 
     5<!-- $Id: translators.html 11338 2008-06-23 16:40:08Z 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.7-rc2 - Official translators</title> 
     11    <title>phpMyAdmin 2.11.7 - Official translators</title> 
    1212    <link rel="stylesheet" type="text/css" href="docs.css" /> 
    1313</head> 
     
    3232</ul> 
    3333 
    34 <h1>phpMyAdmin 2.11.7-rc2 official translators list</h1> 
     34<h1>phpMyAdmin 2.11.7 official translators list</h1> 
    3535 
    3636<p> Here is the list of the &quot;official translators&quot; of