diff --git a/ChangeLog b/ChangeLog index cb1f696a0..e5c0f9310 100755 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,9 @@ $Source$ * libraries/auth/cookie.auth.lib.php: Move error message on top of page. * lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth. * header.inc.php: Remove unused code. + * Documentation.html, tbl_properties.inc.php, + transformation_overview.php, libraries/transformations/overview.php + (deleted): Move transformation overview out of libraries folder. 2005-11-22 Sebastian Mendel * added test/theme.php: for testing themes diff --git a/Documentation.html b/Documentation.html index dffd1b96d..542cd2df4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2013,7 +2013,8 @@ options you can also specify strings to append/prepend to a string or the format want the output stored in.


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.php +consult your +<www.your-host.com>/<your-install-dir>/transformation_overview.php installation.


For a tutorial on how to effectively use transformations, see our Link section on the official phpMyAdmin homepage.

diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 0d46617ff..947a86ac5 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -692,7 +692,7 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME']) echo '

3 ' . $strMIME_transformation_options_note . '

'; echo '

'; printf( $strMIME_transformation_note, - '', '' ); echo '

'; diff --git a/libraries/transformations/overview.php b/transformation_overview.php similarity index 90% rename from libraries/transformations/overview.php rename to transformation_overview.php index 73b6983aa..03088eff8 100644 --- a/libraries/transformations/overview.php +++ b/transformation_overview.php @@ -2,12 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -/** - * Change to basedir for including/requiring other fields - */ -chdir('../../'); -define('PMA_PATH_TO_BASEDIR', '../../'); // rabus: required for the CSS link tag. - /** * Don't display the page heading */