From a74be01a9a759def6ec5703c343f418f222f445a Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 2 Aug 2006 09:10:53 +0000 Subject: [PATCH] updated style config option descriptions --- ChangeLog | 1 + Documentation.html | 65 +++++++++++++++++++++++----------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index a44112510..3bf2ba7a4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $Source$ themes\original\css\theme_right.css.php: added variables to define (text) color for marked and hovered objects thanks to Juergen Wind - windkiel for hinting this bug (patch #1503529) + * Documentation.html: updated style config option descriptions 2006-08-01 Marc Delisle * Documentation.html: patch #1532493 + light editing from me, diff --git a/Documentation.html b/Documentation.html index 5da353609..c93e10f60 100755 --- a/Documentation.html +++ b/Documentation.html @@ -70,7 +70,7 @@ the "cookie" authentication method, having the mcrypt PHP extension on your web server accelerates not only the login phase but every other action that you do in phpMyAdmin. -
  • Web browser with cookies enabled.
  • +
  • Web browser with cookies enabled.
  • @@ -97,13 +97,13 @@
  • export1 data to various formats: CSV, - XML, - PDF, + XML, + PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, - Word, - Excel and LATEX formats + Word, + Excel and LATEX formats
  • administer multiple servers
  • manage MySQL users and privileges
  • @@ -241,7 +241,7 @@ chmod o+w config/config.inc.php # give it world writable permissions the new config.inc.php to the config/ directory, but if the webserver does not have the proper permissions you may see the error "Cannot load or save configuration." Ensure that the - config/ directory exists and has the proper permissions - + config/ directory exists and has the proper permissions - or use the Download link to save the config file locally and upload (via FTP or some similar means) to the proper location.

    @@ -455,8 +455,8 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real HTTP authentication (for example, if you're running IIS). -
  • Obviously, the user must enable cookies in the browser, but this is - now a requirement for all authentication modes.
  • +
  • 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 the same username.
  • If you want to login to arbitrary server see @@ -496,7 +496,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real suggested, perhaps a .htaccess 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). @@ -1407,49 +1407,48 @@ ALTER TABLE `pma_column_comments` Default is auto. -
    $cfg['LeftWidth'] integer
    -
    Left frame width in pixels. See themes/themename/layout.inc.php. +
    $cfg['NaviWidth'] integer
    +
    Navi frame width in pixels. See themes/themename/layout.inc.php.
    -
    $cfg['LeftBgColor'] string [HTML color]
    - $cfg['RightBgColor'] string [HTML color] +
    $cfg['NaviBackground'] string [valid css code for background]
    + $cfg['MainBackground'] string [valid css code for background]
    -
    The background colors (HTML) used for both the frames. +
    The background styles used for both the frames. See themes/themename/layout.inc.php.
    -
    $cfg['RightBgImage'] string
    -
    The URI of the background image used for the right frame. It must be - an absolute URI. See themes/themename/layout.inc.php.
    - -
    $cfg['LeftPointerColor'] string [HTML color]
    -
    The color (HTML) used for the pointer in the left frame (does not work - with Netscape 4). See themes/themename/layout.inc.php.
    +
    $cfg['NaviPointerBackground'] string [valid css code for background]
    + $cfg['NaviPointerColor'] string [valid css color]
    +
    The style used for the pointer in the navi frame. + See themes/themename/layout.inc.php.
    $cfg['LeftPointerEnable'] boolean
    -
    A value of TRUE activates the left pointer (when LeftFrameLight +
    A value of TRUE activates the navi pointer (when LeftFrameLight is FALSE).
    $cfg['Border'] integer
    The size of a table's border. See themes/themename/layout.inc.php.
    -
    $cfg['ThBgcolor'] string [HTML color]
    -
    The color (HTML) used for table headers. See +
    $cfg['ThBackground'] string [valid css code for background]
    + $cfg['ThColor'] string [valid css color]
    +
    The style used for table headers. See themes/themename/layout.inc.php.
    -
    $cfg['BgcolorOne'] string [HTML color]
    +
    $cfg['BgOne'] string [HTML color]
    The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.
    -
    $cfg['BgcolorTwo'] string [HTML color]
    +
    $cfg['BgTwo'] string [HTML color]
    The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.
    -
    $cfg['BrowsePointerColor'] string [HTML color]
    +
    $cfg['BrowsePointerBackground'] string [HTML color]
    + $cfg['BrowsePointerColor'] string [HTML color]
    + $cfg['BrowseMarkerBackground'] string [HTML color]
    $cfg['BrowseMarkerColor'] string [HTML color]
    -
    The colors (HTML) uses for the pointer and the marker in browse mode - (does not work with Netscape 4).
    +
    The colors (HTML) uses for the pointer and the marker in browse mode.
    The former feature highlights the row over which your mouse is passing and the latter lets you visually mark/unmark rows by clicking on them.
    @@ -1914,7 +1913,7 @@ ALTER TABLE `pma_column_comments`
    $cfg['NullOperators'] array
    Additional operators available for search operations when the field can be null.
    - + @@ -2637,7 +2636,7 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]

    - I get an error "500 Internal Server Error". + I get an error "500 Internal Server Error".

    There can be many explanations to this and a look at your server's @@ -3626,7 +3625,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal'); positioned "/**/" comments.

    - How can I create simple LATEX document to + How can I create simple LATEX document to include exported table?

    You can simply include table in your LATEX documents, minimal sample @@ -3787,7 +3786,7 @@ chmod o+rwx tmp

    Where can I get information about the security alerts issued for phpMyAdmin?

    -

    Please refer to +

    Please refer to http://www.phpmyadmin.net/home_page/security.php