2.6.3-rc1
This commit is contained in:
@@ -5,15 +5,16 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-06-12 Olivier Mueller <om@omnis.ch>
|
||||
* lang/*, server_privileges.php: added strings for RFE #1197482:
|
||||
$strGeneratePassword, $strGenerate and $strCopy
|
||||
|
||||
2005-06-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties.inc.php: visually bind the Add x fields dialog to its
|
||||
submit button
|
||||
* db_operations.php: bug #1215688, Copying database does not preserve
|
||||
default charset and collation
|
||||
### 2.6.3-rc1 released
|
||||
|
||||
2005-06-12 Olivier Mueller <om@omnis.ch>
|
||||
* lang/*, server_privileges.php: added strings for RFE #1197482:
|
||||
$strGeneratePassword, $strGenerate and $strCopy
|
||||
|
||||
2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties_export.php: bug #1169791, exporting results from queries
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.6.3-dev - Documentation</title>
|
||||
<title>phpMyAdmin 2.6.3-rc1 - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.6.3-dev Documentation</h1>
|
||||
<h1>phpMyAdmin 2.6.3-rc1 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
2
README
2
README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 2.6.3-dev
|
||||
Version 2.6.3-rc1
|
||||
-----------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.6.3-dev');
|
||||
define('PMA_VERSION', '2.6.3-rc1');
|
||||
}
|
||||
|
||||
if (!defined('PMA_THEME_VERSION')) {
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.6.3-dev - Official translators</title>
|
||||
<title>phpMyAdmin 2.6.3-rc1 - Official translators</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
<script lanuage="javascript" type="text/javascript">
|
||||
<!--
|
||||
@@ -45,7 +45,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.6.3-dev official translators list</h1>
|
||||
<h1>phpMyAdmin 2.6.3-rc1 official translators list</h1>
|
||||
|
||||
<p>
|
||||
Here is the list of the so called "official translators" of
|
||||
|
Reference in New Issue
Block a user