diff --git a/ChangeLog b/ChangeLog index 5b2ec4564..1071ce668 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ * lang/sort_lang.sh: Ignores non file parameter. * libraries/common.lib.php3: Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. + * Documentation: Changed my email and credits. 2003-10-15 Marc Delisle * lang/russian-windows-1251: wrong charset (bug 823939) diff --git a/Documentation.html b/Documentation.html index 74a78ec1e..f951b3bd4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3699,9 +3699,11 @@ CREDITS, in chronological order * links column in printview * Relation view -- Michal Cihar <nijel_at_users.sourceforge.net> +- Michal Cihar <michal_at_cihar.com> * enhanced index creation/display feature * feature to use a different charset for HTML than for MySQL + * improvements of export feature + * various features and fixes * Czech language file updates - Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin" diff --git a/Documentation.txt b/Documentation.txt index 5dd064ea3..782d0c3b7 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -14,8 +14,8 @@ + Version history: ChangeLog + General notes: README + License: LICENSE - * Documentation version: $Id: Documentation.html,v 1.507 2003/10/07 - 09:48:35 nijel Exp $ + * Documentation version: $Id: Documentation.html,v 1.509 2003/10/13 + 00:53:11 lem9 Exp $ Requirements @@ -2382,7 +2382,13 @@ FAQ - Frequently Asked Questions 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 foreign table, a - drop-down list of values will be available. + drop-down list of values will be available. For 200 values or more, a + distinct window will appear, to browse foreign key values and choose + one. + You will see two lists of values, the first list containing the key + and the display field, the second list containing the display field + and the key. The reason for this is to be able to type the first + letter of either the key or the display field. [7. phpMyAdmin project] @@ -2578,9 +2584,11 @@ CREDITS, in chronological order * links column in printview * Relation view -- Michal Cihar +- Michal Cihar * enhanced index creation/display feature * feature to use a different charset for HTML than for MySQL + * improvements of export feature + * various features and fixes * Czech language file updates - Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin"