phpmyadmin/libraries/plugins
Hauke Henningsen 477bb0dc0c
Add option for exporting pretty-printed JSON
This adds a single option to the JSON export plugin,
which, if available (PHP >= 5.4.0) corresponds to passing
`JSON_PRETTY_PRINT` to `json_encode`.

Signed-off-by: Hauke Henningsen <sqrt@entless.org>
2015-03-16 03:22:56 +01:00
..
auth Per server iv 2015-03-11 15:32:46 +05:30
export Add option for exporting pretty-printed JSON 2015-03-16 03:22:56 +01:00
import Remove dead code 2015-02-22 07:52:26 -05:00
schema Merge branch 'QA_4_3' 2015-02-04 15:17:55 +05:30
transformations Remove transformation related code from makegrid.js and functions.js 2015-02-20 12:53:54 +05:30
AuthenticationPlugin.class.php Remove dead code 2015-02-02 06:25:37 +01:00
ExportPlugin.class.php Fix typos. 2014-11-02 14:33:41 +01:00
ImportPlugin.class.php Replace PMA_String uses by mb_* calls. 2014-09-28 20:53:01 +02:00
IOTransformationsPlugin.class.php rfe CodeMirror based SQL editor as an input transformation 2015-02-19 13:20:32 +05:30
SchemaPlugin.class.php Fix typos. 2014-11-02 14:33:41 +01:00
TransformationsInterface.int.php
TransformationsPlugin.class.php RFE-637: Custom field handlers (input transformations) 2014-07-12 01:52:32 +05:30
UploadInterface.int.php