diff --git a/ChangeLog b/ChangeLog index ac7295c4d..b01bd475c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-10-10 Michal Čihař + * Documentation.html: Sync with trunk. + 2006-10-14 Marc Delisle * libraries/Table.class.php: bug #1567316, renaming a db containing view (but still some work to ensure proper sequence of renaming) diff --git a/Documentation.html b/Documentation.html index e8127a619..c2619422b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -39,6 +39,8 @@ phpMyAdmin homepage
  • SourceForge phpMyAdmin project page
  • +
  • + Official phpMyAdmin wiki
  • Local documents:
    • Version history: ChangeLog
    • General notes: README
    • @@ -435,7 +437,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real

      'HTTP' authentication mode

      • Uses HTTP Basic authentication - method and allows you to login as any valid MySQL user.
      • + method and allows you to log in as any valid MySQL user.
      • Is supported with most PHP configurations. For IIS (ISAPI) @@ -460,9 +462,9 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real IIS).
      • Obviously, the user must enable cookies in the browser, but this is now a requirement for all authentication modes.
      • -
      • With this mode, the user can truly logout of phpMyAdmin and login back +
      • With this mode, the user can truly log out of phpMyAdmin and log in back with the same username.
      • -
      • If you want to login to arbitrary server see +
      • If you want to log in to arbitrary server see $cfg['AllowArbitraryServer'] directive.
      • As mentioned in the requirements section, having @@ -663,7 +665,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real 2.2.3 allows you to log in as any valid MySQL user with the help of cookies. Username and password are stored in cookies during the session and password is deleted when it - ends. This can also allow you to login in arbitrary server if + ends. This can also allow you to log in in arbitrary server if $cfg['AllowArbitraryServer'] enabled.
      • 'HTTP' authentication (was called 'advanced' in older versions) @@ -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'] boolean
        - 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 authentication is done some other way and phpMyAdmin gets user name from auth and uses empty password for connecting to MySQL. Password @@ -1089,7 +1091,7 @@ ALTER TABLE `pma_column_comments`
        $cfg['LoginCookieDeleteAll'] boolean
        If enabled (default), logout deletes cookies for all servers, otherwise only for current one. Setting this to false makes it easy to - forget to logout from other server, when you are using more of + forget to log out from other server, when you are using more of them.
        $cfg['UseDbSearch'] boolean
        @@ -1106,7 +1108,7 @@ ALTER TABLE `pma_column_comments` comments. Defaults to TRUE.
        $cfg['AllowArbitraryServer'] boolean
        -
        If enabled allows you to login to arbitrary servers using cookie auth. +
        If enabled allows you to log in to arbitrary servers using cookie auth.

        NOTE: Please use this carefully, as this may allow users access to @@ -1457,6 +1459,7 @@ ALTER TABLE `pma_column_comments` them.
        See themes/themename/layout.inc.php.
        +
        $cfg['FontFamily'] string
        You put here a valid CSS font family value, for example arial, sans-serif.
        @@ -1849,7 +1852,7 @@ ALTER TABLE `pma_column_comments`
        $cfg['SQLValidator']['username'] string
        $cfg['SQLValidator']['password'] string
        -
        The SOAP service allows you to login with anonymous +
        The SOAP service allows you to log in with anonymous and any password, so we use those by default. Instead, if you have an account with them, you can put your login details here, and it will be used in place of the anonymous login.
        @@ -1872,8 +1875,8 @@ ALTER TABLE `pma_column_comments` to the end of every page displayed in the main window with profiling statistics for that page.
        You may need to increase the maximum execution time for this to - complete successfully. Profiling was removed from the code - for version 2.9.0 due to licensing issues. + complete successfully.Profiling was removed from the code for + version 2.9.0 due to licensing issues.
        $cfg['DBG']['profile']['threshold'] float (units in milliseconds)
        DEVELOPERS ONLY!
        @@ -2231,7 +2234,7 @@ ALTER TABLE `pma_column_comments` time there is no better fix): remove or comment the DOCTYPE declarations (2 lines) from the scripts libraries/header.inc.php, libraries/header_printview.inc.php, index.php, - left.php and libraries/common.lib.php.

        + navigation.php and libraries/common.lib.php.

        1.7 How can I GZip or Bzip a dump or a @@ -2454,7 +2457,7 @@ ALTER TABLE `pma_column_comments`

        1.21 I am running the CGI version of PHP under Unix, - and I cannot login using cookie auth.

        + and I cannot log in using cookie auth.

        In php.ini, set mysql.max_links higher than 1.

        @@ -2567,7 +2570,7 @@ SetInputFilter PHP

        - 1.30 I get the error "left.php: Missing hash".

        + 1.30 I get the error "navigation.php: Missing hash".

        This problem is known to happen when the server is running Turck MMCache but upgrading MMCache to version 2.3.21 solves the problem.

        @@ -2732,7 +2735,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

        2.5 Each time I want to insert or change a record or drop a database or a table, an error 404 (page not found) is displayed or, with HTTP or - cookie authentication, I'm asked to login again. What's wrong?

        + cookie authentication, I'm asked to log in again. What's wrong?

        Check the value you set for the $cfg['PmaAbsoluteUri'] @@ -2830,7 +2833,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

        3.1 When using HTTP authentication, an user - who logged out can not relogin in with the same nick.

        + who logged out can not log in again in with the same nick.

        This is related to the authentication mechanism (protocol) used by phpMyAdmin. To bypass this problem: just close all the opened @@ -3046,7 +3049,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] and/or $cfg['Servers'][$i]['controlpass'] are wrong.

      • -
      • The username/password you specify in the login-dialog are invalid.
      • +
      • The username/password you specify in the login dialog are invalid.
      • You have already setup a security mechanism for the phpMyAdmin-directory, eg. a .htaccess file. This would interfere with phpMyAdmin's authentication, so remove it.
      • @@ -3221,8 +3224,8 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(

        5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, - I cannot manage two servers: I login to the first one, then the other one, - but if I switch back to the first, I have to login on each operation.

        + I cannot manage two servers: I log in to the first one, then the other one, + but if I switch back to the first, I have to log in on each operation.

        This is a bug in Internet Explorer, other browsers do not behave this way.

        @@ -3757,9 +3760,9 @@ chmod o+rwx tmp 7.2 I want to translate the messages to a new language or upgrade an existing language, where do I start? -

        Always use the current CVS version of your language file. +

        Always use the current SVN version of your language file. For a new language, start from english-iso-8859-1.inc.php. 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.
        Please note that we try not to use HTML entities like é in the translations, since we define the right character set in the file. @@ -3778,19 +3781,20 @@ chmod o+rwx tmp

        The following method is preferred for new developers:

        -
        1. fetch the current CVS tree over anonymous CVS:
          - cvs -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin login
          - [Password: simply press the Enter key]
          - cvs -z3 -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin
          - [This will create a new sub-directory named phpMyAdmin]
        2. +
          1. fetch the current SVN tree over anonymous SVN:
            + svn co https://svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
            +
          2. add your stuff
          3. -
          4. put the modified files (tar'ed and gzip'ed) inside the patch tracker of - the - phpMyAdmin SourceForge account. +
          5. generate patch with your changes: + svn diff
            +
          6. +
          7. put the patch inside the patch + tracker of the phpMyAdmin project.
          -

          Write access to the CVS tree is granted only to experienced developers who +

          Write access to the SVN tree is granted only to experienced developers who have already contributed something useful to phpMyAdmin.
          Also, have a look at the Developers section.