going to 3.0.0-beta
This commit is contained in:
@@ -54,7 +54,7 @@ danbarry
|
||||
+ prevent search indexes from indexing phpMyAdmin installations
|
||||
+ [engines] PBXT: table options, foreign key (relation view, designer)
|
||||
+ [lang] New Bangla, thanks to Raquibul Islam and Joy Kumar Nag
|
||||
+ [interface] Display options (work in progress); thanks to Dave Grijalva
|
||||
+ [interface] Display options; thanks to Dave Grijalva
|
||||
for the idea about showing the display field while browsing
|
||||
- bug #1910621 [display] part 2: do not display a BINARY content as text
|
||||
+ [auth] support SweKey hardware authentication
|
||||
|
@@ -11,7 +11,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 3.0.0-alpha - Documentation</title>
|
||||
<title>phpMyAdmin 3.0.0-beta - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<li><a href="#glossary">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>phpMyAdmin 3.0.0-alpha Documentation</h1>
|
||||
<h1>phpMyAdmin 3.0.0-beta Documentation</h1>
|
||||
|
||||
<ul><li><a href="http://www.phpmyadmin.net/">
|
||||
phpMyAdmin homepage</a></li>
|
||||
|
4
README
4
README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 3.0.0-alpha
|
||||
-------------------
|
||||
Version 3.0.0-beta
|
||||
------------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||
|
@@ -85,7 +85,7 @@ class PMA_Config
|
||||
*/
|
||||
function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '3.0.0-alpha');
|
||||
$this->set('PMA_VERSION', '3.0.0-beta');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
@@ -8,7 +8,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=utf-8" />
|
||||
<title>phpMyAdmin 3.0.0-alpha - Official translators</title>
|
||||
<title>phpMyAdmin 3.0.0-beta - Official translators</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<li><a href="Documentation.html#glossary">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>phpMyAdmin 3.0.0-alpha official translators list</h1>
|
||||
<h1>phpMyAdmin 3.0.0-beta official translators list</h1>
|
||||
|
||||
<p> Here is the list of the "official translators" of
|
||||
phpMyAdmin.</p>
|
||||
|
Reference in New Issue
Block a user