diff --git a/.cvsignore b/.cvsignore
index 754607f2d..4665b803e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,4 +1,4 @@
-config.inc.developer.php3
+config.inc.developer.php
phpmyadmin.wpj
upload
save
diff --git a/ChangeLog b/ChangeLog
index 0fc04360b..180b95cbd 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-11-18 Michal Cihar
- Documentation warning: when you see in this - document a .php3 file extension, please transpose to .php - if you are using a kit with files having this extension. -
-Quick Install:
Upgrading from an older version:
All configurable data is placed in config.inc.php3.
+All configurable data is placed in config.inc.php.
For a general overview of all available transformations and their options, you can -consult your <www.your-host.com>/<your-install-dir>/libraries/transformations/overview.php3 +consult your <www.your-host.com>/<your-install-dir>/libraries/transformations/overview.php installation.
For a tutorial on how to effectively use transformations, see our Link section on the official phpMyAdmin-homepage.
Go to your tbl_properties.inc.php3 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'.
@@ -2046,7 +2037,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.php3'. 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:
@@ -2054,7 +2045,7 @@ any other transform function and provides some basic functions.Please see the libraries/transformations/TEMPLATE file for adding your own transform function. See the libraries/transformations/TEMPLATE_MIMETYPE for adding a mimetype without a transform function. Also note the introduction of a function description in -the language files. For each function a $strTransformation_[filename without .inc.php3] +the language files. For each function a $strTransformation_[filename without .inc.php] has to exist.
You can use the template generator to generate new functions and entries in the @@ -2183,7 +2174,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
There are some known PHP bugs with output buffering and compression.
Try to set the $cfg['OBGzip'] directive to FALSE in your
- config.inc.php or .php3 file and the
+ config.inc.php file and the
zlib.output_compression directive to Off in your php
configuration file.
Furthermore, we know about such problems connected to the release
@@ -2245,9 +2236,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
This seems to be a PWS bug. Filippo Simoncini found a workaround (at this time there is no better fix): remove or comment the DOCTYPE - declarations (2 lines) from the scripts header.inc.php3, - header_printview.inc.php3, index.php3, left.php3 and - libraries/common.lib.php3. + declarations (2 lines) from the scripts header.inc.php, + header_printview.inc.php, index.php, left.php and + libraries/common.lib.php.
This is a PHP bug that occur when
GZIP output buffering enabled. If you turn off it (by $cfg['OBGzip']
- = FALSE
in config.inc.php3), it should work. This bug will be fixed
+ = FALSE in config.inc.php), it should work. This bug will be fixed
in PHP 5.0.0.
- Edit your config.inc.php or .php3 file and ensure there is nothing
+ Edit your config.inc.php or .php file and ensure there is nothing
(I.E. no blank lines, no spaces, no characters...) neither before the
<?php tag at the beginning, neither after the ?>
tag at the end.
@@ -2640,7 +2631,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Then, you need to tell PHP to use this socket.
Assuming you are
using PHP 3.0.10 or better, you can specify the socket to use when you
open the connection. To do this in phpMyAdmin, you need to complete the
- socket information in the config.inc.php3.
+ socket information in the config.inc.php.
For example:
$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';
Please also make sure that the permissions of this file allow to be readable
@@ -2796,7 +2787,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Due to a surrounding form-container (for multi-row delete checkboxes), no nested forms can be put inside the table where phpMyAdmin displays the results. You can, however, use any form inside of a table if keep the parent form-container with - the target to tbl_row_delete.php3 and just put your own input-elements inside. If you use a custom submit input field, the + the target to tbl_row_delete.php and just put your own input-elements inside. If you use a custom submit input field, the form will submit itself to the displaying page again, where you can validate the $HTTP_POST_VARS in a transformation. For a tutorial on how to effectively use transformations, see our Link section @@ -2853,7 +2844,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
Always use the current CVS version of your language file.
- For a new language, start from english-iso-8859-1.inc.php3. If you
+ 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.
Please note that we try not to use HTML entities like é in
@@ -3650,15 +3641,15 @@ To create a new, empty mimetype please see libraries/transformations/template_ge