let's start 2.2.1-dev :)
This commit is contained in:
@@ -32,6 +32,7 @@ $Source$
|
|||||||
* badwords.txt; db_create.php3; lib.inc.php3; db_create.php3;
|
* badwords.txt; db_create.php3; lib.inc.php3; db_create.php3;
|
||||||
tbl_addfield.php3; tbl_alter.php3; lan/*: added patch #455752 - Check
|
tbl_addfield.php3; tbl_alter.php3; lan/*: added patch #455752 - Check
|
||||||
forbidden words thanks to Dell'Aiera Pol & Olivier Blin.
|
forbidden words thanks to Dell'Aiera Pol & Olivier Blin.
|
||||||
|
* defines.inc.php3; Documentation.html: let's start 2.2.1-dev :)
|
||||||
|
|
||||||
2001-08-31 Olivier M<>ller <om@omnis.ch>
|
2001-08-31 Olivier M<>ller <om@omnis.ch>
|
||||||
* releasing phpMyAdmin 2.2.0-final
|
* releasing phpMyAdmin 2.2.0-final
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<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.2.0 - Documentation</title>
|
<title>phpMyAdmin 2.2.1-dev - Documentation</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
.navigation {
|
.navigation {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
<h1>phpMyAdmin 2.2.0 Documentation</h1>
|
<h1>phpMyAdmin 2.2.1-dev Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
@@ -556,8 +556,8 @@
|
|||||||
|
|
||||||
<dt><b>$cfgLimitChars </b>integer</dt>
|
<dt><b>$cfgLimitChars </b>integer</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Maximal number of Chars showed in a TEXT field on browse view. Can be turned off by
|
Maximal number of Chars showed in a TEXT field on browse view. Can be
|
||||||
a toggle button on the browse page.
|
turned off by a toggle button on the browse page.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -887,12 +887,12 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>I get an out of memory error, and my controls are non-functional,
|
<b>I get an out of memory error, and my controls are non-functional, when
|
||||||
when trying to create a table with more than 14 fields.</b>
|
trying to create a table with more than 14 fields.</b>
|
||||||
<br />
|
<br />
|
||||||
This is a problem under investigation. Seems to be OS and/or browser-
|
This is a problem under investigation. Seems to be OS and/or browser-
|
||||||
dependent. For now, create a smaller number of fields, then come back
|
dependent. For now, create a smaller number of fields, then come back to
|
||||||
to your table properties and add the other fields.
|
your table properties and add the other fields.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PHPMYADMIN_VERSION')) {
|
if (!defined('PHPMYADMIN_VERSION')) {
|
||||||
define('PHPMYADMIN_VERSION', '2.2.0');
|
define('PHPMYADMIN_VERSION', '2.2.1-dev');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
|
Reference in New Issue
Block a user