From f8d4f21ef9aec0eed4df4d1009257b3ffbee97d5 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 2 Apr 2012 22:00:45 +0100 Subject: [PATCH 1/3] Revert "Fixed missing Codemirror for inline query edit when exporting a result set" This reverts commit 3998a38900130f3d4de53f431e4e865e182ea638. --- tbl_export.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tbl_export.php b/tbl_export.php index 6dfd6960ea..312cfb8aba 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -11,8 +11,6 @@ require_once './libraries/common.inc.php'; $GLOBALS['js_include'][] = 'export.js'; -$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js'; -$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js'; /** * Gets tables informations and displays top links From 24726360c436efd317f58d0f7cb5ed5cc9aa315f Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 30 Mar 2012 23:21:34 +0100 Subject: [PATCH 2/3] Fixed missing Codemirror for inline query edit when exporting a result set --- tbl_export.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tbl_export.php b/tbl_export.php index 312cfb8aba..6dfd6960ea 100644 --- a/tbl_export.php +++ b/tbl_export.php @@ -11,6 +11,8 @@ require_once './libraries/common.inc.php'; $GLOBALS['js_include'][] = 'export.js'; +$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js'; +$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js'; /** * Gets tables informations and displays top links From 4c52281a93cd8eea25ee764f026d6902d4c29e8d Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 2 Apr 2012 22:04:39 +0100 Subject: [PATCH 3/3] Updated changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 44394f6dcc..067934a0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 3.5.1.0 (not yet released) - bug #3510784 [edit] Limit clause ignored when sort order is remembered - bug #3511471 [interface] View name not seen in navi panel (MySQL 5.1) +- bug [interface] Fixed missing Codemirror for inline query edit when exporting a result set 3.5.0.0 (not yet released) + rfe #2021981 [interface] Add support for mass prefix change.