diff --git a/ChangeLog b/ChangeLog index 2366b7727..748e0a5b9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,14 +6,14 @@ $Id$ $Source$ 2001-08-22 Olivier Müller - * main.php3: relooked the start page with the help of Loïc + * main.php3: relooked the start page with the help of Loïc. * main.php3: allow everybody to look at the server vars and status - (removed check about 'References_priv'). + (removed check about 'References_priv'). * lang/*: added $strServerChoice and $strPmaDocumentation. - * images/item.gif: used on main.php3 + * images/item.gif: used on main.php3. 2001-08-22 Marc Delisle - * Documentation.html: added a FAQ about index creation + * Documentation.html: added a FAQ about index creation. 2001-08-22 Loïc Chapeaux * tbl_properties.php3, line 983; lang/*: added $strDropTable. @@ -23,6 +23,8 @@ $Source$ * footer.inc.php3, lines 9-10; lib.inc.php3, line 162: the "" html tag was lacking. * db_stats.php3, lines 14-12: optimized a bit. + * main.php3, lines 298-299; Documentation.html, lines 694-705: added a FAQ + entry about the logout bug and a link to it at the welcome page. 2001-08-21 Loïc Chapeaux * sql.php3: fixed a syntax error (is_defined is not a function). diff --git a/Documentation.html b/Documentation.html index 8bc015fa1..f76fd361e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -203,7 +203,8 @@
  • It is recommended that you protect the directory in which you installed phpMyAdmin (unless it's on a closed intranet), for example with HTTP-AUTH (in a .htaccess file). See the - FAQ section for additional information.
  • + FAQ section for additional + information.
  • Open the file <www.your-host.com>/<your-install-dir>/index.php3 in your browser. phpMyAdmin should now display a welcome screen @@ -435,12 +436,12 @@
    $cfgAllowUserDropDatabase boolean
    - Defines whether standard users (non administrator) are allowed to - delete their own database or not. If set as FALSE, the link - "Drop Database" will not be shown, and even a "DROP DATABASE mydatabase" + Defines whether standard users (non administrator) are allowed to + delete their own database or not. If set as FALSE, the link "Drop + Database" will not be shown, and even a "DROP DATABASE mydatabase" will be rejected. Quite practical for ISP's with many customers.

    -
    +
    $cfgShowSQL boolean
    @@ -690,6 +691,18 @@
  • + +

    + When using advanced authentification, an user who logged out can not + relogs in with the same nick. +
    + This is related to the authentification mechanism (protocol) used by + phpMyAdmin. We plan to change it as soon as we may find enough free time + to do it, but you can bypass this problem: just close all the opened + browser windows and then go back to phpMyAdmin. You should be able to + logs in again. +

    +

    I would like to help out with the development of phpMyAdmin. How should I proceed? @@ -802,7 +815,7 @@

    - How can I GZip or Bzip a dump or a CSV export. It seems to not work? + How can I GZip or Bzip a dump or a CSV export. It seem to not work?
    These features are based on the gzencode() and bzcompress() php functions to be more independent of the platform @@ -852,17 +865,16 @@ And that fixes the \r\n problem with file uploads!

    -

    - When I create a table, I click the Index checkbox for 2 fields - and phpMyAdmin generates only one index with those 2 fields. -
    - In phpMyAdmin 2.2.0, this is the way to create a multi-fields index. - If you want two indexes, create the first one when creating the table, - save, then display the table properties and click the Index link to - create the other index. -

    + When I create a table, I click the Index checkbox for 2 fields and + phpMyAdmin generates only one index with those 2 fields. +
    + In phpMyAdmin 2.2.0, this is the way to create a multi-fields index. If you + want two indexes, create the first one when creating the table, save, then + display the table properties and click the Index link to create the other + index. +

    diff --git a/main.php3 b/main.php3 index ec04a2fd6..ca7b6e4e9 100755 --- a/main.php3 +++ b/main.php3 @@ -295,7 +295,8 @@ if ($server > 0 item - +   + (*) 0 phpMyAdmin - + item - +