afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-24 04:49 pm

[dw-free] Themes: Basic Boxes, ColorSide, Stepping Stones, Modish

[commit: http://hg.dwscoalition.org/dw-free/rev/19f05bf7a7a6]

http://bugs.dwscoalition.org/show_bug.cgi?id=1661

Remove featured tag for now; will add them in later. Tweaks to spelling.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/basicboxes/themes.s2
  • cgi-bin/LJ/S2Theme/basicboxes.pm
--------------------------------------------------------------------------------
diff -r 99d3b45e7a46 -r 19f05bf7a7a6 bin/upgrading/s2layers/basicboxes/themes.s2
--- a/bin/upgrading/s2layers/basicboxes/themes.s2	Mon Aug 24 16:44:44 2009 +0000
+++ b/bin/upgrading/s2layers/basicboxes/themes.s2	Tue Aug 25 00:51:06 2009 +0800
@@ -4,7 +4,7 @@ layerinfo redist_uniq = "basicboxes/burg
 layerinfo redist_uniq = "basicboxes/burgundy";
 layerinfo author_name = "branchandroot";
 
-# using the A Glass of Red Wine palatte by Leopard (http://www.colourlovers.com/palette/912330/A_Glass_of_Red_Wine)
+# using the A Glass of Red Wine palette by Leopard (http://www.colourlovers.com/palette/912330/A_Glass_of_Red_Wine)
 
 ##===============================
 ## Page Colors
@@ -46,7 +46,7 @@ layerinfo redist_uniq = "basicboxes/deni
 layerinfo redist_uniq = "basicboxes/denim";
 layerinfo author_name = "branchandroot";
 
-# using the On the Down Low palatte by llucious (http://www.colourlovers.com/palette/912662/On_the_Down_Low)
+# using the On the Down Low palette by llucious (http://www.colourlovers.com/palette/912662/On_the_Down_Low)
 
 ##===============================
 ## Page Colors
@@ -86,7 +86,7 @@ layerinfo redist_uniq = "basicboxes/ecru
 layerinfo redist_uniq = "basicboxes/ecru";
 layerinfo author_name = "branchandroot";
 
-# using the My first palatte palatte by Josos (http://www.colourlovers.com/palette/913706/My_first_palette)
+# using the My first palette palette by Josos (http://www.colourlovers.com/palette/913706/My_first_palette)
 
 ##===============================
 ## Page Colors
@@ -124,7 +124,7 @@ set color_module_title_background = "#ff
 
 #NEWLAYER: basicboxes/eggplant
 layerinfo type = "theme";
-layerinfo name = "Basic Boxes Eggplant";
+layerinfo name = "Eggplant";
 layerinfo redist_uniq = "basicboxes/eggplant";
 layerinfo author_name = "kareila";
 
@@ -165,7 +165,7 @@ set color_module_title = "#a8b257";
 
 #NEWLAYER: basicboxes/green
 layerinfo type = "theme";
-layerinfo name = "Basic Boxes Green";
+layerinfo name = "Green";
 layerinfo redist_uniq = "basicboxes/green";
 layerinfo author_name = "branchandroot";
 
@@ -209,7 +209,7 @@ layerinfo redist_uniq = "basicboxes/leaf
 layerinfo redist_uniq = "basicboxes/leaf";
 layerinfo author_name = "branchandroot";
 
-# using the Medusa's Hair palatte by orangeword (http://www.colourlovers.com/palette/912486/Medusa_Hair)
+# using the Medusa's Hair palette by orangeword (http://www.colourlovers.com/palette/912486/Medusa_Hair)
 
 ##===============================
 ## Page Colors
@@ -251,7 +251,7 @@ layerinfo redist_uniq = "basicboxes/peac
 layerinfo redist_uniq = "basicboxes/peach";
 layerinfo author_name = "branchandroot";
 
-# using the Pure palatte by Sruoloc (http://www.colourlovers.com/palette/912313/Pure)
+# using the Pure palette by Sruoloc (http://www.colourlovers.com/palette/912313/Pure)
 
 ##===============================
 ## Page Colors
diff -r 99d3b45e7a46 -r 19f05bf7a7a6 cgi-bin/LJ/S2Theme/basicboxes.pm
--- a/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Aug 24 16:44:44 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/basicboxes.pm	Tue Aug 25 00:51:06 2009 +0800
@@ -13,11 +13,11 @@ sub cats { qw() }
 
 package LJ::S2Theme::basicboxes::denim;
 use base qw( LJ::S2Theme::basicboxes );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::basicboxes::ecru;
 use base qw( LJ::S2Theme::basicboxes );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::basicboxes::eggplant;
 use base qw( LJ::S2Theme::basicboxes );
@@ -29,10 +29,10 @@ sub cats { qw( featured ) }
 
 package LJ::S2Theme::basicboxes::leaf;
 use base qw( LJ::S2Theme::basicboxes );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::basicboxes::peach;
 use base qw( LJ::S2Theme::basicboxes );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 1;
--------------------------------------------------------------------------------