[dw-free] Switch around featured -- once more, with feeling
[commit: http://hg.dwscoalition.org/dw-free/rev/b7535b6c31e0]
http://bugs.dwscoalition.org/show_bug.cgi?id=2930
New batch of highlighted layouts.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2930
New batch of highlighted layouts.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/bases.pm
- cgi-bin/LJ/S2Theme/basicboxes.pm
- cgi-bin/LJ/S2Theme/blanket.pm
- cgi-bin/LJ/S2Theme/boxesandborders.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/modular.pm
- cgi-bin/LJ/S2Theme/negatives.pm
- cgi-bin/LJ/S2Theme/nouveauoleanders.pm
- cgi-bin/LJ/S2Theme/refriedtablet.pm
- cgi-bin/LJ/S2Theme/skittlishdreams.pm
- cgi-bin/LJ/S2Theme/steppingstones.pm
- cgi-bin/LJ/S2Theme/tranquilityiii.pm
-------------------------------------------------------------------------------- diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/bases.pm --- a/cgi-bin/LJ/S2Theme/bases.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/bases.pm Mon Aug 02 00:20:22 2010 +0800 @@ -41,7 +41,7 @@ sub designer { "rb" } package LJ::S2Theme::bases::sunandsand; use base qw( LJ::S2Theme::bases ); -sub cats { qw( featured ) } +sub cats { qw() } sub designer { "twtd" } package LJ::S2Theme::bases::tropical; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/basicboxes.pm --- a/cgi-bin/LJ/S2Theme/basicboxes.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/basicboxes.pm Mon Aug 02 00:20:22 2010 +0800 @@ -33,7 +33,7 @@ sub cats { qw() } package LJ::S2Theme::basicboxes::manilaenvelope; use base qw( LJ::S2Theme::basicboxes ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "zvi" } package LJ::S2Theme::basicboxes::peach; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/blanket.pm --- a/cgi-bin/LJ/S2Theme/blanket.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/blanket.pm Mon Aug 02 00:20:22 2010 +0800 @@ -24,7 +24,7 @@ sub designer { "dancing_serpent" } package LJ::S2Theme::blanket::islandsandcities; use base qw( LJ::S2Theme::blanket ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "sarken" } package LJ::S2Theme::blanket::jewels; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/boxesandborders.pm --- a/cgi-bin/LJ/S2Theme/boxesandborders.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/boxesandborders.pm Mon Aug 02 00:20:22 2010 +0800 @@ -21,7 +21,7 @@ sub designer { "branchandroot" } package LJ::S2Theme::boxesandborders::lightondark; use base qw( LJ::S2Theme::boxesandborders ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "cesy" } package LJ::S2Theme::boxesandborders::nnwm2009; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/brittle.pm --- a/cgi-bin/LJ/S2Theme/brittle.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/brittle.pm Mon Aug 02 00:20:22 2010 +0800 @@ -67,7 +67,7 @@ sub designer { "dancing_serpent" } package LJ::S2Theme::brittle::softgreen; use base qw( LJ::S2Theme::brittle ); -sub cats { qw( featured ) } +sub cats { qw() } sub designer { "dancing_serpent" } 1; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/core2base.pm --- a/cgi-bin/LJ/S2Theme/core2base.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/core2base.pm Mon Aug 02 00:20:22 2010 +0800 @@ -11,7 +11,7 @@ sub designer { "zvi" } package LJ::S2Theme::core2base::kelis; use base qw( LJ::S2Theme::core2base ); -sub cats { qw( featured ) } +sub cats { qw() } sub designer { "zvi" } package LJ::S2Theme::core2base::muted; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/crossroads.pm --- a/cgi-bin/LJ/S2Theme/crossroads.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/crossroads.pm Mon Aug 02 00:20:22 2010 +0800 @@ -49,7 +49,7 @@ sub designer { "zvi" } package LJ::S2Theme::crossroads::oldhoney; use base qw( LJ::S2Theme::crossroads ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::crossroads::orangejulius; use base qw( LJ::S2Theme::crossroads ); diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/drifting.pm --- a/cgi-bin/LJ/S2Theme/drifting.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/drifting.pm Mon Aug 02 00:20:22 2010 +0800 @@ -43,7 +43,7 @@ sub designer { "ambrya" } package LJ::S2Theme::drifting::sweetpossibilities; use base qw( LJ::S2Theme::drifting ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "timeasmymeasure" } package LJ::S2Theme::drifting::winterclarity; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/easyread.pm --- a/cgi-bin/LJ/S2Theme/easyread.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/easyread.pm Mon Aug 02 00:20:22 2010 +0800 @@ -13,7 +13,7 @@ sub designer { "zvi" } package LJ::S2Theme::easyread::green; use base qw( LJ::S2Theme::easyread ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::easyread::hcblack; use base qw( LJ::S2Theme::easyread ); @@ -37,7 +37,7 @@ sub designer { "zvi" } package LJ::S2Theme::easyread::lcorange; use base qw( LJ::S2Theme::easyread ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "zvi" } package LJ::S2Theme::easyread::nnwm2009; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/fluidmeasure.pm --- a/cgi-bin/LJ/S2Theme/fluidmeasure.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/fluidmeasure.pm Mon Aug 02 00:20:22 2010 +0800 @@ -50,6 +50,6 @@ sub cats { qw() } package LJ::S2Theme::fluidmeasure::wooded; use base qw( LJ::S2Theme::fluidmeasure ); -sub cats { qw( featured ) } +sub cats { qw() } 1; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/funkycircles.pm --- a/cgi-bin/LJ/S2Theme/funkycircles.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/funkycircles.pm Mon Aug 02 00:20:22 2010 +0800 @@ -45,7 +45,7 @@ sub cats { qw() } package LJ::S2Theme::funkycircles::chocolaterose; use base qw( LJ::S2Theme::funkycircles ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::funkycircles::darkblue; use base qw( LJ::S2Theme::funkycircles ); diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/modish.pm --- a/cgi-bin/LJ/S2Theme/modish.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/modish.pm Mon Aug 02 00:20:22 2010 +0800 @@ -28,7 +28,7 @@ sub designer { "zvi" } package LJ::S2Theme::modish::verdigris; use base qw( LJ::S2Theme::modish ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "zvi" } 1; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/modular.pm --- a/cgi-bin/LJ/S2Theme/modular.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/modular.pm Mon Aug 02 00:20:22 2010 +0800 @@ -29,7 +29,7 @@ sub designer { "timeasmymeasure" } package LJ::S2Theme::modular::greensummer; use base qw( LJ::S2Theme::modular ); -sub cats { qw ( ) } +sub cats { qw ( featured ) } package LJ::S2Theme::modular::irisatdusk; use base qw( LJ::S2Theme::modular ); diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/negatives.pm --- a/cgi-bin/LJ/S2Theme/negatives.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/negatives.pm Mon Aug 02 00:20:22 2010 +0800 @@ -27,7 +27,7 @@ sub designer { "zvi" } package LJ::S2Theme::negatives::bridalbouquet; use base qw( LJ::S2Theme::negatives ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "busaikko" } package LJ::S2Theme::negatives::corporateembrace; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/nouveauoleanders.pm --- a/cgi-bin/LJ/S2Theme/nouveauoleanders.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/nouveauoleanders.pm Mon Aug 02 00:20:22 2010 +0800 @@ -26,7 +26,7 @@ sub cats { qw() } package LJ::S2Theme::nouveauoleanders::seaandsalt; use base qw( LJ::S2Theme::nouveauoleanders ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::nouveauoleanders::sienna; use base qw( LJ::S2Theme::nouveauoleanders ); diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/refriedtablet.pm --- a/cgi-bin/LJ/S2Theme/refriedtablet.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/refriedtablet.pm Mon Aug 02 00:20:22 2010 +0800 @@ -44,11 +44,11 @@ sub designer { "dancing_serpent" } package LJ::S2Theme::refriedtablet::seeded; use base qw( LJ::S2Theme::refriedtablet ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::refriedtablet::teals; use base qw( LJ::S2Theme::refriedtablet ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "edgeraven" } 1; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/skittlishdreams.pm --- a/cgi-bin/LJ/S2Theme/skittlishdreams.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/skittlishdreams.pm Mon Aug 02 00:20:22 2010 +0800 @@ -69,6 +69,6 @@ sub designer { "sarken" } package LJ::S2Theme::skittlishdreams::violet; use base qw( LJ::S2Theme::skittlishdreams ); -sub cats { qw( featured ) } +sub cats { qw() } 1; diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/steppingstones.pm --- a/cgi-bin/LJ/S2Theme/steppingstones.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/steppingstones.pm Mon Aug 02 00:20:22 2010 +0800 @@ -34,7 +34,7 @@ sub cats { qw() } package LJ::S2Theme::steppingstones::pool; use base qw( LJ::S2Theme::steppingstones ); -sub cats { qw() } +sub cats { qw( featured ) } package LJ::S2Theme::steppingstones::purple; use base qw( LJ::S2Theme::steppingstones ); diff -r 208040ac6fa9 -r b7535b6c31e0 cgi-bin/LJ/S2Theme/tranquilityiii.pm --- a/cgi-bin/LJ/S2Theme/tranquilityiii.pm Sun Aug 01 23:46:31 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/tranquilityiii.pm Mon Aug 02 00:20:22 2010 +0800 @@ -12,7 +12,7 @@ sub cats { qw() } package LJ::S2Theme::tranquilityiii::freshblue; use base qw( LJ::S2Theme::tranquilityiii ); -sub cats { qw( featured ) } +sub cats { qw() } sub designer { "forthwritten" } package LJ::S2Theme::tranquilityiii::lightondark; --------------------------------------------------------------------------------