mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-10-07 04:57 am

[dw-nonfree] Switch around featured layouts

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/f194db897bde]

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

Update which layouts are featured for variety.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/S2Theme/colorside_local.pm
  • cgi-bin/LJ/S2Theme/modish_local.pm
  • cgi-bin/LJ/S2Theme/sundaymorning.pm
  • cgi-bin/LJ/S2Theme/transmogrified.pm
--------------------------------------------------------------------------------
diff -r e663bb303d2b -r f194db897bde cgi-bin/LJ/S2Theme/colorside_local.pm
--- a/cgi-bin/LJ/S2Theme/colorside_local.pm	Sat Oct 03 14:51:31 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/colorside_local.pm	Wed Oct 07 04:57:05 2009 +0000
@@ -8,7 +8,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::colorside::fish;
 use base qw( LJ::S2Theme::colorside );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::colorside::nadeshiko;
 use base qw( LJ::S2Theme::colorside );
diff -r e663bb303d2b -r f194db897bde cgi-bin/LJ/S2Theme/modish_local.pm
--- a/cgi-bin/LJ/S2Theme/modish_local.pm	Sat Oct 03 14:51:31 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/modish_local.pm	Wed Oct 07 04:57:05 2009 +0000
@@ -1,6 +1,6 @@ package LJ::S2Theme::modish::lotus;
 package LJ::S2Theme::modish::lotus;
 use base qw( LJ::S2Theme::modish );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::modish::scarlet;
 use base qw( LJ::S2Theme::modish );
diff -r e663bb303d2b -r f194db897bde cgi-bin/LJ/S2Theme/sundaymorning.pm
--- a/cgi-bin/LJ/S2Theme/sundaymorning.pm	Sat Oct 03 14:51:31 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm	Wed Oct 07 04:57:05 2009 +0000
@@ -13,7 +13,7 @@ sub cats { qw( base ) }
 
 package LJ::S2Theme::sundaymorning::greenswirls;
 use base qw( LJ::S2Theme::sundaymorning );
-sub cats { qw() }
+sub cats { qw(featured) }
 
 package LJ::S2Theme::sundaymorning::pinkswirls;
 use base qw( LJ::S2Theme::sundaymorning );
@@ -29,7 +29,7 @@ sub designer { "ambrya" }
 sub designer { "ambrya" }
 package LJ::S2Theme::sundaymorning::redsquiggle;
 use base qw( LJ::S2Theme::sundaymorning );
-sub cats { qw( featured ) }
+sub cats { qw() }
 
 package LJ::S2Theme::sundaymorning::yellowsquiggle;
 use base qw( LJ::S2Theme::sundaymorning );
diff -r e663bb303d2b -r f194db897bde cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm	Sat Oct 03 14:51:31 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm	Wed Oct 07 04:57:05 2009 +0000
@@ -83,7 +83,7 @@ sub cats { qw( base ) }
 
 package LJ::S2Theme::transmogrified::blackeye;
 use base qw( LJ::S2Theme::transmogrified );
-sub cats { qw() }
+sub cats { qw(featured) }
 sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::transmogrified::blackorwhite;
@@ -123,7 +123,7 @@ sub designer { "zvi" }
 
 package LJ::S2Theme::transmogrified::whiteorblack;
 use base qw( LJ::S2Theme::transmogrified );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "zvi" }
 
 1;
--------------------------------------------------------------------------------