We're not yet at RC1, Robin ;-)

This commit is contained in:
Alexander M. Turek
2002-08-12 07:28:11 +00:00
parent 28c3abda26
commit 82f307edf3
5 changed files with 34 additions and 30 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-08-12 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/defines_php.lib.php3, Documentation.*, translators.html:
corrected version number.
2002-08-11 Robin Johnson <robbat2@users.sourceforge.net>
### 2.3.0 is released ###
* Documentation.html:

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.3.1-rc1 - Documentation</title>
<title>phpMyAdmin 2.3.1-dev - Documentation</title>
<style type="text/css">
<!--
.navigation {
@@ -74,7 +74,7 @@
<body bgcolor="#FFFFFF">
<a name="top"></a>
<h1>phpMyAdmin 2.3.1-rc1 Documentation</h1>
<h1>phpMyAdmin 2.3.1-dev Documentation</h1>
<!-- TOP MENU -->
@@ -445,7 +445,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
for your setup, then you can set this variable to squelch the warning.
<br /><br />
</dd>
<dt><b>$cfg['PmaNoRelation_DisableWarning']</b> boolean</dt>
<dd>
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
@@ -984,7 +984,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
displayed when you're about to loose data.
<br /><br />
</dd>
<dt><b>$cfg['LoginCookieRecall'] </b>boolean</dt>
<dd>
Define whether the previous login should be recalled or not in cookie
@@ -1004,7 +1004,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
tables in the left frame (smaller page).
<br /><br />
</dd>
<dt><b>$cfg['ShowTooltip'] </b>boolean</dt>
<dd>
Defines whether to display table comment as tooltip in left frame or
@@ -1310,14 +1310,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<br />
As of 2.3.1, it will become an integral part of phpMyAdmin, as it will
analyze certain queries to improve the behavior of phpMyAdmin. But as
it is very new, and not yet heavily used, we offer you an option to
it is very new, and not yet heavily used, we offer you an option to
turn it off.
<br /><br />
</dd>
<dt><b>$cfg['SQP']['fmtType']</b> string [<tt>html</tt>|<tt>none</tt>]</dt>
<dd>
The main use of the new SQL Parser is to pretty-print SQL queries. By
The main use of the new SQL Parser is to pretty-print SQL queries. By
default we use HTML to format the query, but you can disable this by
setting this varible to <tt>'none'</tt>
<br /><br />
@@ -1326,21 +1326,21 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['SQP']['fmtInd']</b> float<br />
<b>$cfg['SQP']['fmtIndUnit']</b> string [<tt>em</tt>|<tt>px</tt>|<tt>pt</tt>|<tt>ex</tt>]</dt>
<dd>
For the pretty-printing of SQL queries, under some cases the part of a
query inside a bracket is indented. By changing
For the pretty-printing of SQL queries, under some cases the part of a
query inside a bracket is indented. By changing
<tt>$cfg['SQP']['fmtInd']</tt> you can change the amount of this indent.
<br />Related in purpose is <tt>$cfg['SQP']['fmtIndUnit']</tt> which
specifies the units of the indent amount that you specified. This is
<br />Related in purpose is <tt>$cfg['SQP']['fmtIndUnit']</tt> which
specifies the units of the indent amount that you specified. This is
used via stylesheets.
<br /><br />
</dd>
<dt><b>$cfg['SQP']['fmtColor']</b> array of string tuples</dt>
<dd>
This array is used to define the colours for each type of element of
This array is used to define the colours for each type of element of
the pretty-printed SQL queries. The tuple format is<br />
<i>class</i> =&gt; [<i>HTML colour code</i> | <i>empty string</i>]<br />
If you specify an empty string for the color of a class, it is ignored
If you specify an empty string for the color of a class, it is ignored
in creating the stylesheet.
You should not alter the class names, only the colour strings.<br />
<b>Class name key:</b><br />
@@ -1375,11 +1375,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['SQLValidator']['use']</b> boolean</dt>
<dd>
phpMyAdmin now supports use of the <a class="navigation" href="http://developer.mimer.com/validator/index.htm">Mimer SQL Validator</a> service,
as originally published on
phpMyAdmin now supports use of the <a class="navigation" href="http://developer.mimer.com/validator/index.htm">Mimer SQL Validator</a> service,
as originally published on
<a class="navigation" href="http://developers.slashdot.org/article.pl?sid=02/02/19/1720246">Slashdot</a>.
<br />
For help in setting up your system to use the service, see the
For help in setting up your system to use the service, see the
<a class="navigation" href="#faqsqlvalidator">FAQ #6.14</a>.
<br /><br />
</dd>
@@ -1387,9 +1387,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['SQLValidator']['username']</b> string<br />
<b>$cfg['SQLValidator']['password']</b> string</dt>
<dd>
The SOAP service allows you to login with <tt>anonymous</tt>
and any password, so we use those by default.. Instead, if
you have an account with them, you can put your login details
The SOAP service allows you to login with <tt>anonymous</tt>
and any password, so we use those by default.. Instead, if
you have an account with them, you can put your login details
here, and it will be used in place of the anonymous login.
<br /><br />
</dd>
@@ -2252,15 +2252,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<a name="faqsqlvalidator" />
<b>[6.14] How do I set up the SQL validator?</b>
<br />
To use it, you need a very recent version of PHP, built with
XML and PEAR support. On your system command line, run
To use it, you need a very recent version of PHP, built with
XML and PEAR support. On your system command line, run
<tt>"pear install Mail_Mime Net_DIME SOAP"</tt> to get the nessecary
PEAR modules for usage.
<br />
If you use it, you should be aware that any SQL statement you
submit will be stored anonymously (database/table/column names,
strings, numbers replaced with generic values). The Mimer SQL
Validator itself, is &copy; 2001 Upright Database Technology.
If you use it, you should be aware that any SQL statement you
submit will be stored anonymously (database/table/column names,
strings, numbers replaced with generic values). The Mimer SQL
Validator itself, is &copy; 2001 Upright Database Technology.
We utilize it as free XML-SOAP service.
</p>

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.3.0 Documentation
phpMyAdmin 2.3.0-dev Documentation
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
@@ -1681,4 +1681,4 @@ Original Credits of Version 2.1.0
Configuration - FAQ - Developers - Credits
______________________________________________________________________
Valid XHTML 1.0! Valid CSS!
Valid XHTML 1.0! Valid CSS!

View File

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

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.3.1-rc1 - Official translators</title>
<title>phpMyAdmin 2.3.1-dev - Official translators</title>
<style type="text/css">
<!--
body {
@@ -53,7 +53,7 @@
<body bgcolor="#FFFFFF">
<h1 align="center">phpMyAdmin 2.3.1-rc1 official translators list</h1>
<h1 align="center">phpMyAdmin 2.3.1-dev official translators list</h1>
<br />
<p>