From cc99e0405536b2d886897c269a4877c05ba156f9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 25 Jul 2011 10:08:10 -0400 Subject: [PATCH 1/3] 3.4.5 started --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 551eb8d362..03daef06fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ phpMyAdmin - ChangeLog ====================== +3.4.5.0 (not yet released) + 3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes - bug #3323101 [parser] Invalid escape sequence in SQL parser From 871aaa9b641714af2137de5d67c137c8017580bd Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 25 Jul 2011 10:12:37 -0400 Subject: [PATCH 2/3] 3.4.5-dev --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index 23efaa9548..d7f2501359 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.4-dev - Documentation + phpMyAdmin 3.4.5-dev - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 06955517ff..9c627c5773 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.4.4-dev +Version 3.4.5-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/libraries/Config.class.php b/libraries/Config.class.php index f9e10f039a..f76d545acc 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.4-dev'); + $this->set('PMA_VERSION', '3.4.5-dev'); /** * @deprecated */ From 402a832e93192a043b79bc379ff5be80a93a8da1 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 22 Jul 2011 12:59:49 +0100 Subject: [PATCH 3/3] Fixed bug #3375325 - Page list in navigation frame looks odd --- ChangeLog | 1 + themes/pmahomme/css/theme_left.css.php | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03daef06fb..5b028570c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 3.4.5.0 (not yet released) +- bug #3375325 [interface] Page list in navigation frame looks odd 3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 467e70a255..990feebabb 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -113,15 +113,22 @@ ul#databaseList span { } ul#databaseList a { + color: #333; + background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; display: block; - padding:5px; + padding: 5px; font-style: normal; } +div#navidbpageselector { + margin: 0.1em; + text-align: center; +} + div#navidbpageselector a, -ul#databaseList a { - background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; - color: #333; +div#navidbpageselector select{ + color: #333; + margin: 0.2em; } ul#databaseList ul {