The branch, master has been updated via a1be72d541e6f3d1283065bb91f8f3c3e4fc0359 (commit) from 0b42a968d554191d52537ef75a12994b34c9e5f9 (commit)
- Log ----------------------------------------------------------------- commit a1be72d541e6f3d1283065bb91f8f3c3e4fc0359 Author: Michal Čihař mcihar@novell.com Date: Wed May 11 13:14:39 2011 +0200
Add new theme versions
-----------------------------------------------------------------------
Summary of changes: data/themes.py | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/data/themes.py b/data/themes.py index 9adb84b..99a13e1 100644 --- a/data/themes.py +++ b/data/themes.py @@ -194,18 +194,39 @@ THEMES = { 'support' : '3.4', 'info' : u'Light blue theme', 'author': u'Azhari Harahap', + 'ignore': True, }, 'graphite-0.9' : { 'name' : 'Graphite', 'support' : '3.4', 'info' : u'Light grey theme using Tango icons', 'author': u'Michal Čihař', + 'ignore': True, }, 'darkblue_orange-2.9' : { 'name' : 'Darkblue/orange', 'support' : '3.4', 'info' : u'Theme included in phpMyAdmin up to 3.3', 'author': u'Various contributors', + 'ignore': True, + }, + 'toba-0.2' : { + 'name' : 'Toba', + 'support' : '3.4', + 'info' : u'Light blue theme', + 'author': u'Azhari Harahap', + }, + 'graphite-1.0' : { + 'name' : 'Graphite', + 'support' : '3.4', + 'info' : u'Light grey theme using Tango icons', + 'author': u'Michal Čihař', + }, + 'darkblue_orange-2.10' : { + 'name' : 'Darkblue/orange', + 'support' : '3.4', + 'info' : u'Theme included in phpMyAdmin up to 3.3', + 'author': u'Various contributors', }, } TEMPLATE = {
hooks/post-receive