2.3.0-rc1

This commit is contained in:
Marc Delisle
2002-06-19 20:43:54 +00:00
parent f490727af1
commit 50b3d3aec4
4 changed files with 9 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ $Source$
* libraries/config_import.lib.php3, fixed 3 parse errors * libraries/config_import.lib.php3, fixed 3 parse errors
* common.lib.php3: due to formatting problems, bypass PMA_format_sql * common.lib.php3: due to formatting problems, bypass PMA_format_sql
for 2.3.0-rc1 for 2.3.0-rc1
* 2.3.0-rc1 release
2002-06-19 Robin Johnson <robbat2@users.sourceforge.net> 2002-06-19 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/charset_conversion.lib.php3, * libraries/charset_conversion.lib.php3,

View File

@@ -5,7 +5,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.3.0-dev - Documentation</title> <title>phpMyAdmin 2.3.0-rc1 - Documentation</title>
<style type="text/css"> <style type="text/css">
<!-- <!--
.navigation { .navigation {
@@ -74,7 +74,7 @@
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<a name="top"></a> <a name="top"></a>
<h1>phpMyAdmin 2.3.0-dev Documentation</h1> <h1>phpMyAdmin 2.3.0-rc1 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.3.0-dev Documentation phpMyAdmin 2.3.0-rc1 Documentation
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/ * Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
] ]
@@ -7,8 +7,8 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.262 2002/06/17 * Documentation version: $Id: Documentation.html,v 1.263 2002/06/19
12:49:20 lem9 Exp $ 20:39:01 lem9 Exp $
______________________________________________________________________ ______________________________________________________________________
Top - Requirements - Introduction - Installation - Top - Requirements - Introduction - Installation -
@@ -736,7 +736,8 @@ CRIPT_NAME'], '/')+1);
Syntaxcoloring. To use this feature set this value to TRUE (the Syntaxcoloring. To use this feature set this value to TRUE (the
default). If not everything you want is colored or to influence default). If not everything you want is colored or to influence
where a newline is inserted see the Configurationarrays where a newline is inserted see the Configurationarrays
$cfg['keywords'] and $cfg['additional'] $cfg['keywords'] and $cfg['additional']. Note: for version
2.3.0-rc1, syntax coloring is non functional.
$cfg['colorFunctions'] string [HTML color] $cfg['colorFunctions'] string [HTML color]
If you use Syntaxcoloring then this defines the Color of If you use Syntaxcoloring then this defines the Color of

View File

@@ -16,7 +16,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.3.0-dev'); define('PMA_VERSION', '2.3.0-rc1');
} }
// php version // php version