phpmyadmin/libraries/plugins/transformations
Hugues Peccatte 2fe6ff4655 Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 16:27:21 +02:00
..
abstract Set namespace on Advisor, Config, Console and Util classes. 2015-08-29 16:27:21 +02:00
input Remove unneeded closing tags. 2015-07-19 00:18:38 +03:00
output Set namespace on Advisor, Config, Console and Util classes. 2015-08-29 16:27:21 +02:00
generator_main_class.sh Add templates, generators and documentation for new transformations 2012-07-05 09:57:59 +03:00
generator_plugin.sh Add templates, generators and documentation for new transformations 2012-07-05 09:57:59 +03:00
README Implement linking to new documentation 2012-11-12 09:48:05 +01:00
TEMPLATE Revert "Temporary workaround for bug #3783 :" 2013-07-01 15:29:56 +02:00
TEMPLATE_ABSTRACT RFE-637: Custom field handlers (input transformations) 2014-07-12 01:52:32 +05:30
Text_Plain_Link.class.php Remove unneeded closing tags. 2015-07-19 00:18:38 +03:00
Text_Plain_Longtoipv4.class.php Remove unneeded closing tags. 2015-07-19 00:18:38 +03:00
Text_Plain_Preappend.class.php Remove unneeded closing tags. 2015-07-19 00:18:38 +03:00
Text_Plain_Substring.class.php Remove unneeded closing tags. 2015-07-19 00:18:38 +03:00

TRANSFORMATION USAGE (Garvin Hicking, <me@supergarv.de>)
====================

See the documentation for complete instructions on how to use transformation plugins.