[dw-free] rename edgeraven to rising in all theme credits
[commit: http://hg.dwscoalition.org/dw-free/rev/1d360e93f945]
http://bugs.dwscoalition.org/show_bug.cgi?id=3118
Update attribution, as the designer has renamed.
Patch by
rising.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3118
Update attribution, as the designer has renamed.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/brittle/themes.s2
- bin/upgrading/s2layers/refriedtablet/themes.s2
- cgi-bin/LJ/S2Theme/brittle.pm
- cgi-bin/LJ/S2Theme/refriedtablet.pm
-------------------------------------------------------------------------------- diff -r 7f53dabcf436 -r 1d360e93f945 bin/upgrading/s2layers/brittle/themes.s2 --- a/bin/upgrading/s2layers/brittle/themes.s2 Fri Oct 08 15:01:17 2010 +0800 +++ b/bin/upgrading/s2layers/brittle/themes.s2 Fri Oct 08 15:18:44 2010 +0800 @@ -2,9 +2,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Argyle"; layerinfo redist_uniq = "brittle/argyle"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors @@ -52,9 +52,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Barnhouse"; layerinfo redist_uniq = "brittle/barnhouse"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors @@ -94,9 +94,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Buttercup Yellow"; layerinfo redist_uniq = "brittle/buttercupyellow"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors @@ -144,9 +144,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Certain Frogs"; layerinfo redist_uniq = "brittle/certainfrogs"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors @@ -194,9 +194,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Chinese Pink"; layerinfo redist_uniq = "brittle/chinesepink"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors @@ -244,9 +244,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Drab"; layerinfo redist_uniq = "brittle/drab"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors diff -r 7f53dabcf436 -r 1d360e93f945 bin/upgrading/s2layers/refriedtablet/themes.s2 --- a/bin/upgrading/s2layers/refriedtablet/themes.s2 Fri Oct 08 15:01:17 2010 +0800 +++ b/bin/upgrading/s2layers/refriedtablet/themes.s2 Fri Oct 08 15:18:44 2010 +0800 @@ -470,9 +470,9 @@ layerinfo type = "theme"; layerinfo type = "theme"; layerinfo name = "Teals"; layerinfo redist_uniq = "refriedtablet/teals"; -layerinfo author_name = "edgeraven"; +layerinfo author_name = "rising"; -set theme_authors = [ { "name" => "edgeraven", "type" => "user" } ]; +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; ##=============================== ## Page Colors diff -r 7f53dabcf436 -r 1d360e93f945 cgi-bin/LJ/S2Theme/brittle.pm --- a/cgi-bin/LJ/S2Theme/brittle.pm Fri Oct 08 15:01:17 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/brittle.pm Fri Oct 08 15:18:44 2010 +0800 @@ -40,32 +40,32 @@ package LJ::S2Theme::brittle::argyle; package LJ::S2Theme::brittle::argyle; use base qw( LJ::S2Theme::brittle ); sub cats { qw( featured ) } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::barnhouse; use base qw( LJ::S2Theme::brittle ); sub cats { qw() } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::buttercupyellow; use base qw( LJ::S2Theme::brittle ); sub cats { qw( featured ) } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::certainfrogs; use base qw( LJ::S2Theme::brittle ); sub cats { qw( featured ) } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::chinesepink; use base qw( LJ::S2Theme::brittle ); sub cats { qw( featured ) } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::drab; use base qw( LJ::S2Theme::brittle ); sub cats { qw() } -sub designer { "edgeraven" } +sub designer { "rising" } package LJ::S2Theme::brittle::nnwm2009; use base qw( LJ::S2Theme::brittle ); diff -r 7f53dabcf436 -r 1d360e93f945 cgi-bin/LJ/S2Theme/refriedtablet.pm --- a/cgi-bin/LJ/S2Theme/refriedtablet.pm Fri Oct 08 15:01:17 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/refriedtablet.pm Fri Oct 08 15:18:44 2010 +0800 @@ -50,6 +50,6 @@ package LJ::S2Theme::refriedtablet::teal package LJ::S2Theme::refriedtablet::teals; use base qw( LJ::S2Theme::refriedtablet ); sub cats { qw() } -sub designer { "edgeraven" } +sub designer { "rising" } 1; --------------------------------------------------------------------------------