The branch, master has been updated via 53dd297c4898930c867207c8d570c0f75b56e92f (commit) via af1df158d3194990d85cd2827d242e42f359401d (commit) via b1f8492219e55b3d55f7d05f0480f4c38d011534 (commit) from 8bb36915481b1da516ac81e1155ac2e1af93dc1c (commit)
- Log ----------------------------------------------------------------- commit 53dd297c4898930c867207c8d570c0f75b56e92f Author: Michal Čihař mcihar@novell.com Date: Wed Mar 2 10:08:43 2011 +0100
Add screenshots for 3.4 themes
commit af1df158d3194990d85cd2827d242e42f359401d Author: Michal Čihař mcihar@novell.com Date: Wed Mar 2 10:08:30 2011 +0100
Add definition for 3.4 themes
commit b1f8492219e55b3d55f7d05f0480f4c38d011534 Author: Michal Čihař mcihar@novell.com Date: Wed Mar 2 10:00:33 2011 +0100
Add support for 3.4 themes
-----------------------------------------------------------------------
Summary of changes: data/themes.py | 22 +++++++++++++++++++++- images/themes/darkblue_orange.png | Bin 0 -> 52169 bytes images/themes/graphite.png | Bin 0 -> 48301 bytes images/themes/toba.png | Bin 0 -> 80503 bytes 4 files changed, 21 insertions(+), 1 deletions(-) create mode 100644 images/themes/darkblue_orange.png create mode 100644 images/themes/graphite.png create mode 100644 images/themes/toba.png
diff --git a/data/themes.py b/data/themes.py index 6204e8e..9adb84b 100644 --- a/data/themes.py +++ b/data/themes.py @@ -188,7 +188,25 @@ THEMES = { 'support' : '3.3', 'info': u'Clean, modern and easy to use phpMyAdmin theme.', 'author': 'Mike Homme', - } + }, + 'toba-0.1' : { + 'name' : 'Toba', + 'support' : '3.4', + 'info' : u'Light blue theme', + 'author': u'Azhari Harahap', + }, + 'graphite-0.9' : { + 'name' : 'Graphite', + 'support' : '3.4', + 'info' : u'Light grey theme using Tango icons', + 'author': u'Michal Čihař', + }, + 'darkblue_orange-2.9' : { + 'name' : 'Darkblue/orange', + 'support' : '3.4', + 'info' : u'Theme included in phpMyAdmin up to 3.3', + 'author': u'Various contributors', + }, } TEMPLATE = { '' : { @@ -216,6 +234,7 @@ CSSMAP = { '3.0 - 3.3' : 'pma_3_0 pma_3_1 pma_3_2 pma_3_3', '3.1 - 3.2' : 'pma_3_1 pma_3_2', '3.3' : 'pma_3_3', + '3.4' : 'pma_3_4', }
CSSVERSIONS = [ @@ -225,4 +244,5 @@ CSSVERSIONS = [ {'name': '3.1', 'css': 'pma_3_1'}, {'name': '3.2', 'css': 'pma_3_2'}, {'name': '3.3', 'css': 'pma_3_3'}, + {'name': '3.4', 'css': 'pma_3_4'}, ] diff --git a/images/themes/darkblue_orange.png b/images/themes/darkblue_orange.png new file mode 100644 index 0000000..3103c8d Binary files /dev/null and b/images/themes/darkblue_orange.png differ diff --git a/images/themes/graphite.png b/images/themes/graphite.png new file mode 100644 index 0000000..2db5f1f Binary files /dev/null and b/images/themes/graphite.png differ diff --git a/images/themes/toba.png b/images/themes/toba.png new file mode 100644 index 0000000..5a9f969 Binary files /dev/null and b/images/themes/toba.png differ
hooks/post-receive