fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-06 02:04 am

[dw-free] Update featured styles for April 2010

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

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

New set of featured themes.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/S2Theme/basicboxes.pm
  • cgi-bin/LJ/S2Theme/brittle.pm
  • cgi-bin/LJ/S2Theme/core2base.pm
  • cgi-bin/LJ/S2Theme/crossroads.pm
  • cgi-bin/LJ/S2Theme/drifting.pm
  • cgi-bin/LJ/S2Theme/easyread.pm
  • cgi-bin/LJ/S2Theme/fluidmeasure.pm
  • cgi-bin/LJ/S2Theme/funkycircles.pm
  • cgi-bin/LJ/S2Theme/modish.pm
  • cgi-bin/LJ/S2Theme/nouveauoleanders.pm
  • cgi-bin/LJ/S2Theme/refriedtablet.pm
  • cgi-bin/LJ/S2Theme/skittlishdreams.pm
  • cgi-bin/LJ/S2Theme/tranquilityiii.pm
--------------------------------------------------------------------------------
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/basicboxes.pm
--- a/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -13,7 +13,7 @@ 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 );
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/brittle.pm
--- a/cgi-bin/LJ/S2Theme/brittle.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/brittle.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -38,7 +38,7 @@ sub entry_props {
 
 package LJ::S2Theme::brittle::nnwm2009;
 use base qw( LJ::S2Theme::brittle );
-sub cats { qw( featured ) }
+sub cats { qw( ) }
 sub designer { "zvi" }
 
 package LJ::S2Theme::brittle::oldroses;
@@ -57,7 +57,7 @@ sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::brittle::softgreen;
 use base qw( LJ::S2Theme::brittle );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 sub designer { "dancing_serpent" }
 
 1;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/core2base.pm
--- a/cgi-bin/LJ/S2Theme/core2base.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/core2base.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -11,22 +11,22 @@ sub designer { "zvi" }
 
 package LJ::S2Theme::core2base::kelis;
 use base qw( LJ::S2Theme::core2base );
-sub cats { qw(  ) }        
+sub cats { qw( featured ) }        
 sub designer { "zvi" }
 
 package LJ::S2Theme::core2base::muted;
 use base qw( LJ::S2Theme::core2base );
-sub cats { qw(  ) }        
+sub cats { qw( ) }        
 sub designer { "zvi" }
 
 package LJ::S2Theme::core2base::nnwm2009;
 use base qw( LJ::S2Theme::core2base );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "zvi" }
 
 package LJ::S2Theme::core2base::shanice;
 use base qw( LJ::S2Theme::core2base );
-sub cats { qw(  ) }        
+sub cats { qw() }        
 sub designer { "zvi" }
 
 package LJ::S2Theme::core2base::tabac;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/crossroads.pm
--- a/cgi-bin/LJ/S2Theme/crossroads.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/crossroads.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -24,7 +24,7 @@ sub cats { qw( ) }
 
 package LJ::S2Theme::crossroads::cinnamoncream;
 use base qw( LJ::S2Theme::crossroads );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::crossroads::coconut;
 use base qw( LJ::S2Theme::crossroads );
@@ -49,7 +49,7 @@ sub designer { "zvi" }
 
 package LJ::S2Theme::crossroads::oldhoney;
 use base qw( LJ::S2Theme::crossroads );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 
 package LJ::S2Theme::crossroads::orangejulius;
 use base qw( LJ::S2Theme::crossroads );
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/drifting.pm
--- a/cgi-bin/LJ/S2Theme/drifting.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/drifting.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -22,7 +22,7 @@ package LJ::S2Theme::drifting::idolatry;
 package LJ::S2Theme::drifting::idolatry;
 use base qw( LJ::S2Theme::drifting );
 
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "zvi" }
 
 package LJ::S2Theme::drifting::lightondark;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/easyread.pm
--- a/cgi-bin/LJ/S2Theme/easyread.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/easyread.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -13,7 +13,7 @@ sub designer { "zvi" }
 
 package LJ::S2Theme::easyread::green;
 use base qw( LJ::S2Theme::easyread );
-sub cats { qw( base ) }
+sub cats { qw( base featured ) }
 
 package LJ::S2Theme::easyread::hcblack;
 use base qw( LJ::S2Theme::easyread );
@@ -50,4 +50,4 @@ sub cats { qw() }
 sub cats { qw() }
 sub designer { "zvi" }
 
-1;
\ No newline at end of file
+1;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/fluidmeasure.pm
--- a/cgi-bin/LJ/S2Theme/fluidmeasure.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/fluidmeasure.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -50,7 +50,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::fluidmeasure::wooded;
 use base qw( LJ::S2Theme::fluidmeasure );
-sub cats { qw( Now ) }
+sub cats { qw( featured ) }
 
 1;
 
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/funkycircles.pm
--- a/cgi-bin/LJ/S2Theme/funkycircles.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/funkycircles.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -45,7 +45,7 @@ sub cats { qw( ) }
 
 package LJ::S2Theme::funkycircles::chocolaterose;
 use base qw( LJ::S2Theme::funkycircles );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 
 package LJ::S2Theme::funkycircles::darkblue;
 use base qw( LJ::S2Theme::funkycircles );
@@ -74,7 +74,7 @@ sub designer { "cesy" }
 
 package LJ::S2Theme::funkycircles::nevermore;
 use base qw( LJ::S2Theme::funkycircles );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "wizard101" }
 
 package LJ::S2Theme::funkycircles::nnwm2009;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/modish.pm
--- a/cgi-bin/LJ/S2Theme/modish.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/modish.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -13,7 +13,7 @@ sub designer { "zvi" }
 
 package LJ::S2Theme::modish::greyscale;
 use base qw( LJ::S2Theme::modish );
-sub cats { qw ( featured ) }
+sub cats { qw ( ) }
 sub designer { "twtd" }
 
 package LJ::S2Theme::modish::nnwm2009;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/nouveauoleanders.pm
--- a/cgi-bin/LJ/S2Theme/nouveauoleanders.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/nouveauoleanders.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -24,6 +24,6 @@ sub cats { qw() }
 
 package LJ::S2Theme::nouveauoleanders::seaandsalt;
 use base qw( LJ::S2Theme::modish );
-sub cats { qw() }
+sub cats { qw( featured ) }
 
 1;
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/refriedtablet.pm
--- a/cgi-bin/LJ/S2Theme/refriedtablet.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/refriedtablet.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -25,7 +25,7 @@ sub cats { qw( base ) }
 
 package LJ::S2Theme::refriedtablet::seeded;
 use base qw( LJ::S2Theme::refriedtablet );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 
 1;
 
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/skittlishdreams.pm
--- a/cgi-bin/LJ/S2Theme/skittlishdreams.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/skittlishdreams.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -33,7 +33,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::skittlishdreams::orange;
 use base qw( LJ::S2Theme::skittlishdreams );
-sub cats { qw( base featured ) }
+sub cats { qw( base ) }
 
 package LJ::S2Theme::skittlishdreams::pink;
 use base qw( LJ::S2Theme::skittlishdreams );
@@ -45,7 +45,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::skittlishdreams::violet;
 use base qw( LJ::S2Theme::skittlishdreams );
-sub cats { qw() }
+sub cats { qw( featured ) }
 
 1;
 
diff -r 1c72f8ef3588 -r dd77a7a9e83b cgi-bin/LJ/S2Theme/tranquilityiii.pm
--- a/cgi-bin/LJ/S2Theme/tranquilityiii.pm	Mon Apr 05 09:37:20 2010 -0700
+++ b/cgi-bin/LJ/S2Theme/tranquilityiii.pm	Mon Apr 05 19:09:06 2010 -0700
@@ -13,12 +13,12 @@ sub cats { qw() }
 
 package LJ::S2Theme::tranquilityiii::freshblue;
 use base qw( LJ::S2Theme::tranquilityiii );
-sub cats { qw( ) }
+sub cats { qw( featured ) }
 sub designer { "forthwritten" }
 
 package LJ::S2Theme::tranquilityiii::lightondark;
 use base qw( LJ::S2Theme::tranquilityiii );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "cesy" }
 
 package LJ::S2Theme::tranquilityiii::lilac;
--------------------------------------------------------------------------------