[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 45db7317e5ef68cd4fa4213756c14a273526a666

Marc Delisle lem9 at users.sourceforge.net
Tue Jun 15 19:20:27 CEST 2010


The branch, master has been updated
       via  45db7317e5ef68cd4fa4213756c14a273526a666 (commit)
      from  28cd8c971ded4d4150d15ba3b6476668f50cf29a (commit)


- Log -----------------------------------------------------------------
commit 45db7317e5ef68cd4fa4213756c14a273526a666
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue Jun 15 13:20:16 2010 -0400

    Paradice 3.0b

-----------------------------------------------------------------------

Summary of changes:
 cache/.gitignore |    2 --
 data/themes.py   |   11 +++--------
 2 files changed, 3 insertions(+), 10 deletions(-)
 delete mode 100644 cache/.gitignore

diff --git a/cache/.gitignore b/cache/.gitignore
deleted file mode 100644
index 775d8a0..0000000
--- a/cache/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.dump
-git*
diff --git a/data/themes.py b/data/themes.py
index 349468b..726159a 100644
--- a/data/themes.py
+++ b/data/themes.py
@@ -56,15 +56,9 @@ THEMES = {
         'author': u'Ruben Barkow',
         'ignore': True,
     },
-    'paradice-3.0' : {
+    'paradice-3.0b' : {
         'name' : 'Paradice',
-        'support' : '3.0 - 3.2',
-        'info' : u'Based on the original theme and the nuvola iconset (by David Vignoni).',
-        'author': u'Andy Scherzinger',
-    },
-    'paradice-3.0a' : {
-        'name' : 'Paradice',
-        'support' : '3.0 - 3.2',
+        'support' : '3.0 - 3.3',
         'info' : u'Based on the original theme and the nuvola iconset (by David Vignoni).',
         'author': u'Andy Scherzinger',
     },
@@ -206,6 +200,7 @@ CSSMAP = {
     '2.10' : 'pma_2_10',
     '2.11' : 'pma_2_11',
     '3.0 - 3.2' : 'pma_3_0 pma_3_2',
+    '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',
 }


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list