2.5.5-dev
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.5.4-rc2 - Documentation</title>
|
||||
<title>phpMyAdmin 2.5.5-dev - 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.5.4-rc2 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.5.5-dev Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
@@ -1088,7 +1088,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
Defaults to TRUE.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
|
||||
<dt><b>$cfg['AllowArbitraryServer'] </b>boolean</dt>
|
||||
<dd>
|
||||
If enabled allows you to login to arbitrary server using cookie auth.
|
||||
@@ -2519,7 +2519,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
AddType application/x-httpd-php .php
|
||||
</tt>
|
||||
<br /><br />
|
||||
In the case we saw, one set of directives was in
|
||||
In the case we saw, one set of directives was in
|
||||
<tt>/etc/httpd/conf/httpd.conf</tt>, while
|
||||
the other set was in <tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
|
||||
The recommended way is with <tt>AddType</tt>, so just comment out
|
||||
@@ -3389,7 +3389,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
</h4>
|
||||
<p>
|
||||
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
|
||||
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
||||
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
||||
enables users to see all the database names, until you upgrade the grant
|
||||
tables as described in the MySQL manual, section 2.5.6.
|
||||
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
|
||||
|
4
README
4
README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
||||
|
||||
Version 2.5.4-rc1
|
||||
Version 2.5.5-dev
|
||||
-----------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
@@ -32,7 +32,7 @@ phpMyAdmin - Readme
|
||||
Requirements:
|
||||
PHP3 (>= 3.0.8), PHP4 or PHP5
|
||||
MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x)
|
||||
Note: The implemented MySQL 4.1.x support is experimental!
|
||||
Note: The implemented MySQL 4.1.x support is experimental!
|
||||
a web-browser (doh!)
|
||||
|
||||
Summary:
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.5.4-rc2');
|
||||
define('PMA_VERSION', '2.5.5-dev');
|
||||
}
|
||||
|
||||
// php version
|
||||
@@ -96,7 +96,7 @@ function PMA_dl($module) {
|
||||
} else {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// Whether GD2 is present
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.5.4-rc2 - Official translators</title>
|
||||
<title>phpMyAdmin 2.5.5-dev - 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.5.4-rc2 official translators list</h1>
|
||||
<h1>phpMyAdmin 2.5.5-dev official translators list</h1>
|
||||
|
||||
<p>
|
||||
Here is the list of the so called "official translators" of
|
||||
@@ -122,7 +122,7 @@
|
||||
<td>Bosnian</td>
|
||||
<td>
|
||||
<a href="mailto:aon.912547666@aon.at?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf you have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Bosnian');">
|
||||
Samir Kobiljak
|
||||
Samir Kobiljak
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user