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

[dw-nonfree] Switch around featured -- once more, with feeling

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

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

New batch of highlighted layouts.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/S2Theme/colorside_local.pm
  • cgi-bin/LJ/S2Theme/sundaymorning.pm
  • cgi-bin/LJ/S2Theme/transmogrified.pm
--------------------------------------------------------------------------------
diff -r b339bc64fc34 -r a68692d78990 cgi-bin/LJ/S2Theme/colorside_local.pm
--- a/cgi-bin/LJ/S2Theme/colorside_local.pm	Sun Aug 01 23:44:35 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/colorside_local.pm	Mon Aug 02 00:20:35 2010 +0800
@@ -12,7 +12,7 @@ sub cats { qw() }
 
 package LJ::S2Theme::colorside::mandala;
 use base qw( LJ::S2Theme::colorside );
-sub cats { qw() }
+sub cats { qw( featured ) }
 sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::colorside::nadeshiko;
diff -r b339bc64fc34 -r a68692d78990 cgi-bin/LJ/S2Theme/sundaymorning.pm
--- a/cgi-bin/LJ/S2Theme/sundaymorning.pm	Sun Aug 01 23:44:35 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm	Mon Aug 02 00:20:35 2010 +0800
@@ -43,6 +43,6 @@ sub cats { qw() }
 
 package LJ::S2Theme::sundaymorning::yellowsquiggle;
 use base qw( LJ::S2Theme::sundaymorning );
-sub cats { qw() }
+sub cats { qw( featured ) }
 
 1;
diff -r b339bc64fc34 -r a68692d78990 cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm	Sun Aug 01 23:44:35 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm	Mon Aug 02 00:20:35 2010 +0800
@@ -193,7 +193,7 @@ sub designer { "branchandroot" }
 
 package LJ::S2Theme::transmogrified::tehotenion;
 use base qw( LJ::S2Theme::transmogrified );
-sub cats { qw( featured ) }
+sub cats { qw() }
 sub designer { "baggyeyes" }
 
 package LJ::S2Theme::transmogrified::whiteorblack;
--------------------------------------------------------------------------------