corrections by Cedric Corazza
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-06-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: various fixes, thanks to Cedric Corazza
|
||||
|
||||
2006-06-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/auth/cookie.auth.lib.php: for auth_type='cookie', avoid
|
||||
showing the "cookies must be enabled" message if they are enabled
|
||||
|
@@ -103,7 +103,7 @@
|
||||
title="International Electrotechnical Commission">IEC</abbr> 26300 -
|
||||
OpenDocument Text and Spreadsheet,
|
||||
<abbr title="Microsoft Word 2000">Word</abbr>,
|
||||
<abbr title="Microsoft Excel 2000">Excel</abbr> and L<sub>A</sub>T<sub>E</sub>X formats
|
||||
<abbr title="Microsoft Excel 2000">Excel</abbr> and L<sup>A</sup>T<sub><big>E</big></sub>X formats
|
||||
</li>
|
||||
<li>administer multiple servers</li>
|
||||
<li>manage MySQL users and privileges</li>
|
||||
@@ -478,7 +478,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real
|
||||
suggested, perhaps a <a href="#glossary">.htaccess</a> file with the
|
||||
HTTP-AUTH directive or disallowing incoming HTTP requests at
|
||||
one’s router or firewall will suffice (both of which
|
||||
are beyond the scope of this manual but easily searchable with Google).
|
||||
are beyond the scope of this manual but easily searchable with Google).</li>
|
||||
</ul>
|
||||
|
||||
<!-- CONFIGURATION -->
|
||||
@@ -1163,7 +1163,7 @@ ALTER TABLE `pma_column_comments`
|
||||
|
||||
<dt><span id="cfg_ShowPhpInfo">$cfg[ShowPhpInfo] </span>boolean<br />
|
||||
<span id="cfg_ShowChgPassword">$cfg[ShowChgPassword] </span>boolean<br />
|
||||
<span id="cfg_ShowChgPassword">$cfg[ShowCreateDb] </span>boolean
|
||||
<span id="cfg_ShowCreateDb">$cfg[ShowCreateDb] </span>boolean
|
||||
</dt>
|
||||
<dd>Defines whether to display the "PHP information" and
|
||||
"Change password " links and form for creating database or
|
||||
@@ -3609,10 +3609,10 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
|
||||
positioned "/**/" comments.</p>
|
||||
|
||||
<h4 id="faq6_19">
|
||||
<a href="#faq6_19">How can I create simple L<sub>A</sub>T<sub>E</sub>X document to
|
||||
<a href="#faq6_19">How can I create simple L<sup>A</sup>T<sub><big>E</big></sub>X document to
|
||||
include exported table?</a></h4>
|
||||
|
||||
<p> You can simply include table in your L<sub>A</sub>T<sub>E</sub>X documents, minimal sample
|
||||
<p> You can simply include table in your L<sup>A</sup>T<sub><big>E</big></sub>X documents, minimal sample
|
||||
document should look like following one (assuming you have table
|
||||
exported in file <code>table.tex</code>):</p>
|
||||
|
||||
@@ -4179,7 +4179,7 @@ Original Credits of Version 2.1.0
|
||||
photographic images.</li>
|
||||
<li>JPG - look at <a href="#jpeg">JPEG</a>.</li>
|
||||
<li>Key - look at <a href="#glossar_index">index</a>.</li>
|
||||
<li><a href="http://www.wikipedia.org/wiki/L<sub>A</sub>T<sub>E</sub>X">L<sub>A</sub>T<sub>E</sub>X</a>
|
||||
<li><a href="http://www.wikipedia.org/wiki/LaTeX">L<sup>A</sup>T<sub><big>E</big></sub>X</a>
|
||||
- a document preparation system for the T<sub>E</sub>X typesetting program.</li>
|
||||
<li><a href="http://www.wikipedia.org/wiki/Mac">Mac (Apple Macintosh)</a>
|
||||
- line of personal computers is designed, developed, manufactured, and
|
||||
|
Reference in New Issue
Block a user