Skip to content

Commit

Permalink
revert language changing problem introduced with 2.11.7.1; version nu…
Browse files Browse the repository at this point in the history
…mber 2.11.8-rc1
  • Loading branch information
lem9 committed Jul 24, 2008
1 parent 6a5e53c commit 2489407
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -29,6 +29,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- [security] protection against cross-frame scripting and - [security] protection against cross-frame scripting and
new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group
- [security] possible XSS during setup, thanks to YGN Ethical Hacker Group - [security] possible XSS during setup, thanks to YGN Ethical Hacker Group
- [interface] revert language changing problem introduced with 2.11.7.1


2.11.7.1 (2008-07-15) 2.11.7.1 (2008-07-15)
- bug [security] XSRF/CSRF by manipulating the db, - bug [security] XSRF/CSRF by manipulating the db,
Expand Down
4 changes: 2 additions & 2 deletions Documentation.html
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.11.8-dev - Documentation</title> <title>phpMyAdmin 2.11.8-rc1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>


Expand All @@ -33,7 +33,7 @@
<li><a href="#glossary">Glossary</a></li> <li><a href="#glossary">Glossary</a></li>
</ul> </ul>


<h1>phpMyAdmin 2.11.8-dev Documentation</h1> <h1>phpMyAdmin 2.11.8-rc1 Documentation</h1>


<ul><li><a href="http://www.phpmyadmin.net/"> <ul><li><a href="http://www.phpmyadmin.net/">
phpMyAdmin homepage</a></li> phpMyAdmin homepage</a></li>
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -5,7 +5,7 @@ phpMyAdmin - Readme


A set of PHP-scripts to manage MySQL over the web. A set of PHP-scripts to manage MySQL over the web.


Version 2.11.8-dev Version 2.11.8-rc1
------------------ ------------------
http://www.phpmyadmin.net/ http://www.phpmyadmin.net/


Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Expand Up @@ -85,7 +85,7 @@ function __construct($source = null)
*/ */
function checkSystem() function checkSystem()
{ {
$this->set('PMA_VERSION', '2.11.8-dev'); $this->set('PMA_VERSION', '2.11.8-rc1');
/** /**
* @deprecated * @deprecated
*/ */
Expand Down
2 changes: 2 additions & 0 deletions libraries/common.inc.php
Expand Up @@ -402,6 +402,8 @@
* also, server needed for cookie login screen (multi-server) * also, server needed for cookie login screen (multi-server)
*/ */
'server', 'db', 'table', 'target', 'server', 'db', 'table', 'target',
/* to change the language on login screen or main page */
lang,
/* Session ID */ /* Session ID */
'phpMyAdmin', 'phpMyAdmin',
/* Cookie preferences */ /* Cookie preferences */
Expand Down
4 changes: 2 additions & 2 deletions translators.html
Expand Up @@ -8,7 +8,7 @@
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.11.8-dev - Official translators</title> <title>phpMyAdmin 2.11.8-rc1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>


Expand All @@ -31,7 +31,7 @@
<li><a href="Documentation.html#glossary">Glossary</a></li> <li><a href="Documentation.html#glossary">Glossary</a></li>
</ul> </ul>


<h1>phpMyAdmin 2.11.8-dev official translators list</h1> <h1>phpMyAdmin 2.11.8-rc1 official translators list</h1>


<p> Here is the list of the &quot;official translators&quot; of <p> Here is the list of the &quot;official translators&quot; of
phpMyAdmin.</p> phpMyAdmin.</p>
Expand Down

0 comments on commit 2489407

Please sign in to comment.