From 075972b8aca2b914a28106666dbcf1289493885e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?=
Date: Wed, 23 Nov 2005 18:59:42 +0000
Subject: [PATCH] Move transformation overview out of libraries folder.
---
ChangeLog | 3 +++
Documentation.html | 3 ++-
tbl_properties.inc.php | 2 +-
.../overview.php => transformation_overview.php | 6 ------
4 files changed, 6 insertions(+), 8 deletions(-)
rename libraries/transformations/overview.php => transformation_overview.php (90%)
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
*/