diff --git a/Documentation.html b/Documentation.html index 9419b8d18..fc77ce3b5 100755 --- a/Documentation.html +++ b/Documentation.html @@ -105,8 +105,8 @@
Upgrading from an older version:
'config' authentication mode:
$cfg['RestrictColumnTypes']
. In most cases you don't need
to edit this.
Go to your tbl_properties.inc.php page (i.e. reached through clicking on the +
Go to your tbl_properties.inc.php page (i.e. reached through clicking on the 'properties' link for a table). There click on "Change" (or change icon) and there you will see three new fields at the end of the line. They are called 'MIME-type', 'Browser transformation' and 'Transformation options'.
@@ -2074,7 +2077,7 @@ for many mimetypes. You can also use transforms on a different mimetype they whe for, but pay attention to option usage as well as what the transformation does to your field.There is a basic file called 'global.inc.php'. This function can be included by +
There is a basic file called 'global.inc.php'. This function can be included by any other transform function and provides some basic functions.
There are 5 possible file names:
@@ -2311,7 +2314,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
This is a PHP bug that occur when
- GZIP output buffering enabled. If you turn off it (by $cfg['OBGzip']
- = FALSE
in config.inc.php), it should work. This bug will be fixed
+ GZIP output buffering is enabled. If you turn off it (by $cfg['OBGzip']
+ = FALSE
in config.inc.php), it should work. This bug will be fixed
in PHP 5.0.0.
-- -------------------------------------------------------
@@ -2806,12 +2809,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
are some multiple hierarchies displayed in a wrong manner?!
- Please note that you should not use the seperating string multiple times
+ Please note that you should not use the separating string multiple times
without any characters between them, or at the beginning/end of your table
name. If you have to, think about using another TableSeparator or disabling
that feature
-
+
[3.6] What is currently not supported in phpMyAdmin about InnoDB?
@@ -2920,6 +2923,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
open_basedir, if used, must contain "." and
"./lang" to allow normal operation of phpMyAdmin.
+
[4.4] phpMyAdmin always gives "Access denied" when using HTTP
authentication.
@@ -3211,7 +3215,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
For additional help on this subject, look for the word "upload"
in this document.
-
+
[6.6] How can I use the relation table in Query-by-example?
@@ -3289,7 +3293,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
in the configuration section, then browse your persons table,
and move the mouse over a town code or country code.
- See also FAQ 6.21 for an additionnal feature that "display field"
+ See also FAQ 6.21 for an additionnal feature that "display field"
enables: drop-down list of possible values.
@@ -3433,9 +3437,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
You can use Ctrl+arrows for moving on most pages with plenty editing
- fields (table structure changes, row editing, etc.) (must be anabled in
- configuration - see. $cfg['CtrlArrowsMoving']). You can also have a look
- at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if this
+ fields (table structure changes, row editing, etc.) (must be enabled in
+ configuration - see. $cfg['CtrlArrowsMoving']). You can also have a look
+ at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if this
eases up editing for you.
@@ -3525,14 +3529,15 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
So if your users do not need those privileges, you can remove them and their
databases list will shorten.
+
[6.21] In edit/insert mode, how can I see a list of possible values for
a field, based on some foreign table?
You have to setup appropriate links between the tables, and also
- setup the "display field" in the foreign table. See FAQ
- 6.6 for an example. Then, if there are 200 values or less in the
+ setup the "display field" in the foreign table. See FAQ
+ 6.6 for an example. Then, if there are 200 values or less in the
foreign table, a drop-down list of values will be available.
You will see two lists of values, the first list containing the key
and the display field, the second list containing the display field
@@ -3779,7 +3784,7 @@ CREDITS, in chronological order
* many bugfixes and improvements
- Robin Johnson <robbat2_at_users.sourceforge.net>
- * database maintence controls
+ * database maintenance controls
* table type code
* Host authentication IP Allow/Deny
* DB-based configuration (Not completed)
@@ -3845,7 +3850,7 @@ CREDITS, in chronological order
* PDF-scratchboard for WYSIWYG-distribution of PDF relations
* new icon sets
* vertical display of column properties page
- * some bugfixes, features, support, german language additions
+ * some bugfixes, features, support, German language additions
- Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>
* japanese kanji encoding conversion feature