Sync with trunk.

This commit is contained in:
Michal Čihař
2006-10-17 09:27:57 +00:00
parent e9cb0da294
commit 0f9f3e4c95
2 changed files with 36 additions and 29 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$Source$ $Source$
2006-10-10 Michal Čihař <michal@cihar.com>
* Documentation.html: Sync with trunk.
2006-10-14 Marc Delisle <lem9@users.sourceforge.net> 2006-10-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Table.class.php: bug #1567316, renaming a db containing view * libraries/Table.class.php: bug #1567316, renaming a db containing view
(but still some work to ensure proper sequence of renaming) (but still some work to ensure proper sequence of renaming)

View File

@@ -39,6 +39,8 @@
phpMyAdmin homepage</a></li> phpMyAdmin homepage</a></li>
<li><a href="https://sf.net/projects/phpmyadmin/"> <li><a href="https://sf.net/projects/phpmyadmin/">
SourceForge phpMyAdmin project page</a></li> SourceForge phpMyAdmin project page</a></li>
<li><a href="http://wiki.cihar.com">
Official phpMyAdmin wiki</a></li>
<li>Local documents: <li>Local documents:
<ul><li>Version history: <a href="changelog.php">ChangeLog</a></li> <ul><li>Version history: <a href="changelog.php">ChangeLog</a></li>
<li>General notes: <a href="readme.php">README</a></li> <li>General notes: <a href="readme.php">README</a></li>
@@ -688,7 +690,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
id="cfg_Servers_nopassword">$cfg['Servers'][$i]['nopassword']</span> boolean id="cfg_Servers_nopassword">$cfg['Servers'][$i]['nopassword']</span> boolean
</dt> </dt>
<dd> <dd>
Allow attempt to login without password when login with password Allow attempt to log in without password when a login with password
fails. This can be used together with http authentication, when fails. This can be used together with http authentication, when
authentication is done some other way and phpMyAdmin gets user name authentication is done some other way and phpMyAdmin gets user name
from auth and uses empty password for connecting to MySQL. Password from auth and uses empty password for connecting to MySQL. Password
@@ -1457,6 +1459,7 @@ ALTER TABLE `pma_column_comments`
them.<br /> them.<br />
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_FontFamily">$cfg['FontFamily'] string</dt> <dt id="cfg_FontFamily">$cfg['FontFamily'] string</dt>
<dd>You put here a valid CSS font family value, for example <dd>You put here a valid CSS font family value, for example
<tt>arial, sans-serif</tt>.<br /> <tt>arial, sans-serif</tt>.<br />
@@ -1872,8 +1875,8 @@ ALTER TABLE `pma_column_comments`
to the end of every page displayed in the main window with profiling to the end of every page displayed in the main window with profiling
statistics for that page.<br /> statistics for that page.<br />
You may need to increase the maximum execution time for this to You may need to increase the maximum execution time for this to
complete successfully. <i>Profiling was removed from the code complete successfully.<i>Profiling was removed from the code for
for version 2.9.0 due to licensing issues.</i></dd> version 2.9.0 due to licensing issues.</i></dd>
<dt id="cfg_DBG_profile_threshold">$cfg['DBG']['profile']['threshold'] float (units in milliseconds)</dt> <dt id="cfg_DBG_profile_threshold">$cfg['DBG']['profile']['threshold'] float (units in milliseconds)</dt>
<dd><b>DEVELOPERS ONLY!</b><br /> <dd><b>DEVELOPERS ONLY!</b><br />
@@ -2231,7 +2234,7 @@ ALTER TABLE `pma_column_comments`
time there is no better fix): remove or comment the <tt>DOCTYPE</tt> time there is no better fix): remove or comment the <tt>DOCTYPE</tt>
declarations (2 lines) from the scripts <i>libraries/header.inc.php</i>, declarations (2 lines) from the scripts <i>libraries/header.inc.php</i>,
<i>libraries/header_printview.inc.php</i>, <i>index.php</i>, <i>libraries/header_printview.inc.php</i>, <i>index.php</i>,
<i>left.php</i> and <i>libraries/common.lib.php</i>.</p> <i>navigation.php</i> and <i>libraries/common.lib.php</i>.</p>
<h4 id="faq1_7"> <h4 id="faq1_7">
<a href="#faq1_7">1.7 How can I GZip or Bzip a dump or a <a href="#faq1_7">1.7 How can I GZip or Bzip a dump or a
@@ -2567,7 +2570,7 @@ SetInputFilter PHP
</pre> </pre>
<h4 id="faq1_30"> <h4 id="faq1_30">
<a href="#faq1_30">1.30 I get the error &quot;left.php: Missing hash&quot;.</a></h4> <a href="#faq1_30">1.30 I get the error &quot;navigation.php: Missing hash&quot;.</a></h4>
<p> This problem is known to happen when the server is running Turck MMCache <p> This problem is known to happen when the server is running Turck MMCache
but upgrading MMCache to version 2.3.21 solves the problem.</p> but upgrading MMCache to version 2.3.21 solves the problem.</p>
@@ -2830,7 +2833,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
<h4 id="login_bug"> <h4 id="login_bug">
<a href="#login_bug">3.1 When using <a href="#login_bug">3.1 When using
<abbr title="HyperText Transfer Protocol">HTTP</abbr> authentication, an user <abbr title="HyperText Transfer Protocol">HTTP</abbr> authentication, an user
who logged out can not relogin in with the same nick.</a></h4> who logged out can not log in again in with the same nick.</a></h4>
<p> This is related to the authentication mechanism (protocol) used by <p> This is related to the authentication mechanism (protocol) used by
phpMyAdmin. To bypass this problem: just close all the opened phpMyAdmin. To bypass this problem: just close all the opened
@@ -3046,7 +3049,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
and/or and/or
<a href="#cfg_Servers_controlpass" class="configrule">$cfg['Servers'][$i]['controlpass']</a> <a href="#cfg_Servers_controlpass" class="configrule">$cfg['Servers'][$i]['controlpass']</a>
are wrong.</li> are wrong.</li>
<li>The username/password you specify in the login-dialog are invalid.</li> <li>The username/password you specify in the login dialog are invalid.</li>
<li>You have already setup a security mechanism for the <li>You have already setup a security mechanism for the
phpMyAdmin-directory, eg. a .htaccess file. This would interfere with phpMyAdmin-directory, eg. a .htaccess file. This would interfere with
phpMyAdmin's authentication, so remove it.</li> phpMyAdmin's authentication, so remove it.</li>
@@ -3757,9 +3760,9 @@ chmod o+rwx tmp
<a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an <a href="#faq7_2">7.2 I want to translate the messages to a new language or upgrade an
existing language, where do I start?</a></h4> existing language, where do I start?</a></h4>
<p> Always use the current CVS version of your language file. <p> Always use the current SVN version of your language file.
For a new language, start from <i>english-iso-8859-1.inc.php</i>. If you For a new language, start from <i>english-iso-8859-1.inc.php</i>. If you
don't know how to get the CVS version, please ask one of the developers. don't know how to get the SVN version, please ask one of the developers.
<br /> <br />
Please note that we try not to use HTML entities like &amp;eacute; in Please note that we try not to use HTML entities like &amp;eacute; in
the translations, since we define the right character set in the file. the translations, since we define the right character set in the file.
@@ -3778,19 +3781,20 @@ chmod o+rwx tmp
<p> The following method is preferred for new developers:</p> <p> The following method is preferred for new developers:</p>
<ol><li>fetch the current CVS tree over anonymous CVS:<br /> <ol><li>fetch the current SVN tree over anonymous SVN:<br />
<tt>cvs -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin login</tt><br /> <tt>svn co https://svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin</tt><br />
[Password: simply press the Enter key]<br /> </li>
<tt>cvs -z3 -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin</tt><br />
[This will create a new sub-directory named phpMyAdmin]</li>
<li>add your stuff</li> <li>add your stuff</li>
<li>put the modified files (tar'ed and gzip'ed) inside the patch tracker of <li>generate patch with your changes:
the <tt>svn diff</tt><br />
<a href="http://sf.net/projects/phpmyadmin/">phpMyAdmin SourceForge account</a>. </li>
<li>put the patch inside the <a
href="https://sourceforge.net/tracker/?group_id=23067&atid=377410">patch
tracker of the phpMyAdmin project</a>.
</li> </li>
</ol> </ol>
<p> Write access to the CVS tree is granted only to experienced developers who <p> Write access to the SVN tree is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br /> have already contributed something useful to phpMyAdmin.<br />
Also, have a look at the <a href="#developers">Developers section</a>.</p> Also, have a look at the <a href="#developers">Developers section</a>.</p>