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$ $Id$
$Source$ $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> 2002-08-11 Robin Johnson <robbat2@users.sourceforge.net>
### 2.3.0 is released ### ### 2.3.0 is released ###
* Documentation.html: * Documentation.html:

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

View File

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

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.1-rc1 - Official translators</title> <title>phpMyAdmin 2.3.1-dev - Official translators</title>
<style type="text/css"> <style type="text/css">
<!-- <!--
body { body {
@@ -53,7 +53,7 @@
<body bgcolor="#FFFFFF"> <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 /> <br />
<p> <p>