Changeset 1362
- 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
| r1360 |
r1362 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-09-30 Daniel Andreca |
|---|
| | 5 | - TOOLS: |
|---|
| | 6 | * Updated: PHPmyAdmin to 2.11.9.2 |
|---|
| 3 | 7 | |
|---|
| 4 | 8 | 2008-09-24 Daniel Andreca |
|---|
| r1352 |
r1362 |
|
| 1 | | ---------------------- |
|---|
| | 1 | ---------------------- |
|---|
| 2 | 2 | phpMyAdmin - ChangeLog |
|---|
| 3 | 3 | ---------------------- |
|---|
| … | … | |
| 5 | 5 | $Id: ChangeLog 11585 2008-09-15 12:03:45Z lem9 $ |
|---|
| 6 | 6 | $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ |
|---|
| | 7 | |
|---|
| | 8 | 2.11.9.2 (2008-09-22) |
|---|
| | 9 | - [security] XSS in MSIE using NUL byte, thanks to JPCERT. |
|---|
| 7 | 10 | |
|---|
| 8 | 11 | 2.11.9.1 (2008-09-15) |
|---|
| r1352 |
r1362 |
|
| 12 | 12 | <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|---|
| 13 | 13 | <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> |
|---|
| 15 | 15 | <link rel="stylesheet" type="text/css" href="docs.css" /> |
|---|
| 16 | 16 | </head> |
|---|
| … | … | |
| 34 | 34 | </ul> |
|---|
| 35 | 35 | |
|---|
| 36 | | <h1>phpMyAdmin 2.11.9.1 Documentation</h1> |
|---|
| | 36 | <h1>phpMyAdmin 2.11.9.2 Documentation</h1> |
|---|
| 37 | 37 | |
|---|
| 38 | 38 | <ul><li><a href="http://www.phpmyadmin.net/"> |
|---|
| … | … | |
| 49 | 49 | </li> |
|---|
| 50 | 50 | <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> |
|---|
| 52 | 52 | </li> |
|---|
| 53 | 53 | </ul> |
|---|
| r1352 |
r1362 |
|
| 12 | 12 | * Glossary |
|---|
| 13 | 13 | |
|---|
| 14 | | phpMyAdmin 2.11.9.1 Documentation |
|---|
| | 14 | phpMyAdmin 2.11.9.2 Documentation |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | * phpMyAdmin homepage |
|---|
| … | … | |
| 21 | 21 | + General notes: README |
|---|
| 22 | 22 | + License: LICENSE |
|---|
| 23 | | * Documentation version: $Id: Documentation.html 11586 2008-09-15 16:22:04Z |
|---|
| | 23 | * Documentation version: $Id: Documentation.html 11605 2008-09-22 16:39:00Z |
|---|
| 24 | 24 | lem9 $ |
|---|
| 25 | 25 | |
|---|
| r1352 |
r1362 |
|
| 1 | | $Id: README 11586 2008-09-15 16:22:04Z lem9 $ |
|---|
| | 1 | $Id: README 11605 2008-09-22 16:39:00Z lem9 $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | phpMyAdmin - Readme |
|---|
| … | … | |
| 6 | 6 | A set of PHP-scripts to manage MySQL over the web. |
|---|
| 7 | 7 | |
|---|
| 8 | | Version 2.11.9.1 |
|---|
| | 8 | Version 2.11.9.2 |
|---|
| 9 | 9 | ---------------- |
|---|
| 10 | 10 | http://www.phpmyadmin.net/ |
|---|
| r1352 |
r1362 |
|
| 4 | 4 | * |
|---|
| 5 | 5 | * |
|---|
| 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 $ |
|---|
| 7 | 7 | */ |
|---|
| 8 | 8 | |
|---|
| … | … | |
| 86 | 86 | function checkSystem() |
|---|
| 87 | 87 | { |
|---|
| 88 | | $this->set('PMA_VERSION', '2.11.9.1'); |
|---|
| | 88 | $this->set('PMA_VERSION', '2.11.9.2'); |
|---|
| 89 | 89 | /** |
|---|
| 90 | 90 | * @deprecated |
|---|
| r774 |
r1362 |
|
| 7 | 7 | * @package phpMyAdmin |
|---|
| 8 | 8 | * |
|---|
| 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 $ |
|---|
| 10 | 10 | */ |
|---|
| 11 | 11 | |
|---|
| … | … | |
| 47 | 47 | * this requires only to escape ' with \' and end of script block |
|---|
| 48 | 48 | * |
|---|
| | 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 | * |
|---|
| 49 | 52 | * @uses strtr() |
|---|
| 50 | 53 | * @uses preg_replace() |
|---|
| … | … | |
| 56 | 59 | return preg_replace('@</script@i', '</\' + \'script', |
|---|
| 57 | 60 | strtr($string, array( |
|---|
| | 61 | "\000" => '', |
|---|
| 58 | 62 | '\\' => '\\\\', |
|---|
| 59 | 63 | '\'' => '\\\'', |
|---|
| r1352 |
r1362 |
|
| 3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" |
|---|
| 4 | 4 | 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 $ --> |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | <head> |
|---|
| … | … | |
| 9 | 9 | <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|---|
| 10 | 10 | <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> |
|---|
| 12 | 12 | <link rel="stylesheet" type="text/css" href="docs.css" /> |
|---|
| 13 | 13 | </head> |
|---|
| … | … | |
| 32 | 32 | </ul> |
|---|
| 33 | 33 | |
|---|
| 34 | | <h1>phpMyAdmin 2.11.9.1 official translators list</h1> |
|---|
| | 34 | <h1>phpMyAdmin 2.11.9.2 official translators list</h1> |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | <p> Here is the list of the "official translators" of |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>