2.7.0-rc1
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-11-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.7.0-rc1 released
|
||||
|
||||
2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/common.lib.php::PMA_showMySQLDocu()
|
||||
- undefined constant (if server connection fails)
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<link rel="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" />
|
||||
<title>phpMyAdmin 2.7.0-beta1 - Documentation</title>
|
||||
<title>phpMyAdmin 2.7.0-rc1 - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.7.0-beta1 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.7.0-rc1 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
4
README
4
README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 2.7.0-beta1
|
||||
-------------------
|
||||
Version 2.7.0-rc1
|
||||
-----------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.7.0-beta2');
|
||||
define('PMA_VERSION', '2.7.0-rc1');
|
||||
}
|
||||
|
||||
if (!defined('PMA_THEME_VERSION')) {
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<link rel="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" />
|
||||
<title>phpMyAdmin 2.7.0-beta1 - Official translators</title>
|
||||
<title>phpMyAdmin 2.7.0-rc1 - Official translators</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.7.0-beta1 official translators list</h1>
|
||||
<h1>phpMyAdmin 2.7.0-rc1 official translators list</h1>
|
||||
|
||||
<p>
|
||||
Here is the list of the "official translators" of
|
||||
|
Reference in New Issue
Block a user